text
stringlengths
4
6.14k
/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding the use of this ...
/* * Copyright (c) 2014 Red Hat, Inc. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library ...
/* Copyright (c) 2004-2008, Jeremy Cole and others This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version....
/* * Copyright (C) 2010 Igalia, S.L. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * ...
/* * imgread - Sanity check resdet's built in image readers. * Copyright (C) 2013-2017 0x09.net. * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * with...
/* BEGIN_COMMON_COPYRIGHT_HEADER * (c)LGPL2+ * * Flacon - audio File Encoder * https://github.com/flacon/flacon * * Copyright: 2012-2013 * Alexander Sokoloff <sokoloff.a@gmail.com> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
#ifndef QSYNCUPLOADDATA_H #define QSYNCUPLOADDATA_H /* ================================================= * This file is part of the TTK Music Player project * Copyright (C) 2015 - 2020 Greedysky Studio * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General P...
/*------------------------------------------------------------------------ * Copyright 2008 (c) Jeff Brown <spadix@users.sourceforge.net> * * This file is part of the Zebra Barcode Library. * * The Zebra Barcode Library is free software; you can redistribute it * and/or modify it under the terms of the GNU Le...
/* * RELIC is an Efficient LIbrary for Cryptography * Copyright (C) 2007-2014 RELIC Authors * * This file is part of RELIC. RELIC is legal property of its developers, * whose names are not listed here. Please refer to the COPYRIGHT file * for contact information. * * RELIC is free software; you can redistribute...
/* * Tiny Vector Matrix Library * Dense Vector Matrix Libary of Tiny size using Expression Templates * * Copyright (C) 2001 - 2007 Olaf Petzold <opetzold@users.sourceforge.net> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * Licens...
#ifndef OSGDVRTRIANGLE_H #define OSGDVRTRIANGLE_H #include <list> #include <vector> #include <OSGVector.h> #include <OSGGL.h> OSG_BEGIN_NAMESPACE //! A triangle of a triangled clipping geometry object class DVRTriangle { public: //! Constructor DVRTriangle(void); //! Copy DVRTriangle(const DVRT...
/**************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtCore module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ **...
27 mtime=1282783898.993153 30 atime=1329255086.308583144 30 ctime=1329259670.038445114
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial licenses may u...
/* Arduino EEPROM emulation Copyright (c) 2018 david gauchard. All rights reserved. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with the Software without restriction, including without limitation the ri...
#ifndef foodroidsourcefoo #define foodroidsourcefoo /* * Copyright (C) 2013-2022 Jolla Ltd. * * Contact: Juho Hämäläinen <juho.hamalainen@jolla.com> * * These PulseAudio Modules are free software; you can redistribute * it and/or modify it under the terms of the GNU Lesser General Public * License as published ...
/* * Copyright (c) 2013 Red Hat, Inc. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation; either version 2 of the License, or (at your * option) any later version. * * This program...
/* QExt: Extensions to Qt * Copyright (C) 2016 Jonathan Harper * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ver...
/* * ks0108_Teensy.h - User specific configuration for Arduino GLCD library * * Use this file to set io pins * This version is for a standard ks0108 display * connected to a Teensy or Teensy++ * * Note that the Teensy and Teensy++ use different pin numbers * so make sure that your wiring matches the device you...
/* lib_gadtools/s_newgadget.h - Header file for gadtools.library struct NewGadget Copyright (C) 2010 Magnus Öberg The license for this program is dual license: AROS Public License, version 1.1 or later (APL1.1+) AND GNU Lesser General Public License, version 2.1 or later (LGPL2.1+) Dual licensing means for thi...
/**************************************************************************** ** ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the QtGui module of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:LGPL$ ** ...
/****************************************************************/ /* DO NOT MODIFY THIS HEADER */ /* MOOSE - Multiphysics Object Oriented Simulation Environment */ /* */ /* (c) 2010 Battelle Energy Alliance, LLC ...
#undef CLUTTER_DISABLE_DEPRECATED #include <clutter/clutter.h> #include <cogl/cogl.h> #include "test-conform-common.h" #define BLOCK_SIZE 16 /* Number of pixels at the border of a block to skip when verifying */ #define TEST_INSET 1 static const ClutterColor stage_color = { 0x0, 0x0, 0x0, 0xff }; typedef enum { ...
#ifndef _SEMAPHORE_H #define _SEMAPHORE_H #if defined(OS_FREERTOS) #include "FreeRTOS.h" #include "task.h" #include "timers.h" #include "semphr.h" #elif defined(OS_UCOS) #include <os.h> #endif #include "time.h" #undef sem_init #undef sem_destroy #undef sem_post #undef sem_wait #undef sem_timedwait #undef sem_t #if defi...
/*************************************************************************** ** ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (directui@nokia.com) ** ** This file is part of libmeegotouch. ** ** If you have questions regarding the use of this ...
/* This file is part of RIBS2.0 (Robust Infrastructure for Backend Systems). RIBS is an infrastructure for building great SaaS applications (but not limited to). Copyright (C) 2012,2013,2014 Adap.tv, Inc. RIBS is free software: you can redistribute it and/or modify it under the terms of the GN...
/************************************************************************** ** ** This file is part of Qt Creator ** ** Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). ** ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** Commercial Usage ** ** Licensees holding valid Qt Commercial licenses may u...
#pragma once ///--- Load OpenGL here (GLEW is for cross platform) #include <GL/glew.h> //< must be before glfw ///--- Linux needs extensions for framebuffers #if __unix__ #define GL_GLEXT_PROTOTYPES 1 #include <GL/gl.h> #include <GL/glext.h> #endif
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
// Created file "Lib\src\strmiids\strmiids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,...
/* cproxy - Copyright (C) 2012 Aaron Riekenberg (aaron.riekenberg@gmail.com). cproxy is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later vers...
// Created file "Lib\src\mfuuid\guids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, b5,...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
// Created file "Lib\src\Uuid\X64\i_mshtml" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4,...
/* * tests/stdio/printf_format.c * Copyright 2016 Zane J Cersovsky * Tests to make sure printf() acts normally when format contains escaped % */ #include <stdio.h> int main () { printf("%% Hel%%lo %%\n"); return 0; }
#import "RequiredAppUIKit.h" #import "RequiredCoreGraphics.h" #import "GKImage.h" OBJC_DECLARE_CATEGORY_EXPORT(GKImage,CoreGraphics); @interface GKImage (CoreGraphics) - (CGImageRef)imageRefRetainedCopy; + (instancetype)imageWithCGImage:(CGImageRef)imageRef; @end
// Created file "Lib\src\Uuid\X64\shguids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, b4, ...
/* * ISO 8859-8 codepage (Hebrew) function * * Copyright (c) 2008-2014, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This software is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the ...
#ifndef __TESTNGPP_SIMPLE_TEST_SUITE_RESULT_REPORTER_H #define __TESTNGPP_SIMPLE_TEST_SUITE_RESULT_REPORTER_H #include <testngpp/testngpp.h> #include <testngpp/listener/TestSuiteListener.h> #include <testngpp/listener/TestSuiteResultReporter.h> TESTNGPP_NS_START struct TestCaseResultReporter; struct SimpleTestSuit...
#ifndef BUNDLESYSTEMSMODEL_H #define BUNDLESYSTEMSMODEL_H #include <QAbstractListModel> #include <QModelIndex> #include <QPixmap> #include <QPointer> #include "types.h" #include "util.h" #include "oijob.h" using namespace oi; /*! * \brief The BundleSystemsModel class * Model that holds all available bundle system...
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ASLocalizer.h * * Copyright (C) 2006-2013 by Jim Pattee <jimp03@email.com> * Copyright (C) 1998-2002 by Tal Davidson * <http://www.gnu.org/licenses/lgpl-3.0.html> * * This file is a part of Artistic Style - an indenta...
// Created file "Lib\src\amstrmid\X64\strmiids" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1, b2, b3, ...
/* * SerialUI.h * * Created on: May 25, 2018 * Author: Pat Deegan * * Part of the SerialUI project. * Copyright (C) 2014-2019 Pat Deegan, https://psychogenic.com * More information on licensing and usage at * https://devicedruid.com/ * * SerialUI provides an embedded/host-side user interface, comp...
/* * MRChem, a numerical real-space code for molecular electronic structure * calculations within the self-consistent field (SCF) approximations of quantum * chemistry (Hartree-Fock and Density Functional Theory). * Copyright (C) 2021 Stig Rune Jensen, Luca Frediani, Peter Wind and contributors. * * This file is ...
/* Copyright 2012-2015 Frédéric Magniette, Miguel Rubio-Roy This file is part of Pyrame. Pyrame is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any late...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
// // PFSK_iOS+CPU.h // PFSystemKit // // Created by Perceval FARAMAZ on 31/05/15. // Copyright (c) 2015 faramaz. All rights reserved. // #import <Foundation/Foundation.h> #import "PFSK_iOS.h" @interface PFSystemKit(CPU) @end
/** * @file chargen.h * @brief Character generator protocol * * @section License * * Copyright (C) 2010-2017 Oryx Embedded SARL. All rights reserved. * * This file is part of CycloneTCP Open. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Publ...
// Created file "Lib\src\PhotoAcquireUID\photoacquireuid" typedef struct _GUID { unsigned long Data1; unsigned short Data2; unsigned short Data3; unsigned char Data4[8]; } GUID; #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) \ extern const GUID name = { l, w1, w2, { b1,...
/* * Copyright (c) 2018 Particle Industries, Inc. All rights reserved. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation, either * version 3 of the License, or (at your option) any ...
/* Copyright 2013-2021 Paul Colby This file is part of QtAws. QtAws is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later v...
// -*- mode:c++ -*- #ifndef SME_BQUEUE_H #define SME_BQUEUE_H #include <atomic> #include <vector> #include <mutex> #include <condition_variable> #include <set> #include "sme.h" #include "queue_common.h" using std::atomic_size_t; using std::vector; //template<typename T> class BQueue { private: int size; int th...
/**************************************************************************** ** ** Copyright (C) 2015 Cabieces Julien ** Contact: https://github.com/troopa81/Qats ** ** This file is part of Qats. ** ** Qats is free software: you can redistribute it and/or modify ** it under the terms of the GNU Lesser General Public L...
/* * Data Processing Center >> DPC (P is the most important) * deal with Data source from diffrent image type: * jus like .bmp,.jpeg(.jpg),gif...... * The Data Souroce must Provider such Data: * 1.ppPIXLES imageData * 2.int imageWidth * 3.int imageHeight * 4.Opearator Command * will return the...
/* GKSelfieTaker, copyright (C) 2007-2016 Gen Kiyooka, is distributed under the GNU Lesser General Public License (GNU LGPL). This file is part of https://github.com/genkiyooka/GKSelfieTaker GKSelfieTaker is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General...
#define _XOPEN_SOURCE 700 #include <errno.h> #include <signal.h> #include <stdio.h> #include <stdlib.h> #include <sys/types.h> #include <sys/wait.h> #include <unistd.h> #define CHECK(x) \ do { \ if (x) { \ perror(#x); \ exit(1); \ } ...
/* crypto/evp/p_seal.c */ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) * All rights reserved. * * This package is an SSL implementation written * by Eric Young (eay@cryptsoft.com). * The implementation was written so as to conform with Netscapes SSL. * * This library is free for commercial a...
#define X264_BIT_DEPTH 8 #define X264_GPL 1 #define X264_INTERLACED 1 #define X264_CHROMA_FORMAT 0 #define X264_VERSION "" #define X264_POINTVER "0.140.x"
/* Test file for mpfr_log1p. Copyright 2001-2017 Free Software Foundation, Inc. Contributed by the AriC and Caramba projects, INRIA. This file is part of the GNU MPFR Library. The GNU MPFR Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as p...
// // Generated by the J2ObjC translator. DO NOT EDIT! // source: /Users/krasnocka/Downloads/j2objc-master/guava/sources/com/google/common/collect/EmptyImmutableSet.java // #include "J2ObjC_header.h" #if !ComGoogleCommonCollectEmptyImmutableSet_RESTRICT #define ComGoogleCommonCollectEmptyImmutableSet_INCLUDE_ALL 1...
#pragma once #include <QDialog> #include "ui_ProgressDlg.h" #include <QTimer> #include <QTime> class ProgressDlg : public QDialog { Q_OBJECT public: ProgressDlg(QWidget *parent = 0); ~ProgressDlg(); protected: void closeEvent(QCloseEvent *); void reject(); public slots: void onProgressChange(bool isFinish, ...
#if !defined(AFX_STDAFX_H__8DA4421F_4D2A_40D7_AFF7_5459BA442D1C__INCLUDED_) #define AFX_STDAFX_H__8DA4421F_4D2A_40D7_AFF7_5459BA442D1C__INCLUDED_ #ifndef WINVER #define WINVER 0x0500 #endif #ifndef _WIN32_WINNT #define _WIN32_WINNT 0x0500 #endif #ifndef _WIN32_WINDOWS #define _WIN32_WINDOWS 0x0500 #endif #pragma wa...
/* ========================================================================= * This file is part of NITRO * ========================================================================= * * (C) Copyright 2004 - 2010, General Dynamics - Advanced Information Systems * * NITRO is free software; you can redistribute it ...
/* * non_tcp_udp.c * * Copyright (C) 2009-2011 by ipoque GmbH * Copyright (C) 2011-13 - ntop.org * * This file is part of nDPI, an open source deep packet inspection * library based on the OpenDPI and PACE technology by ipoque GmbH * * nDPI is free software: you can redistribute it and/or modify * it under th...
/* Copyright (C) 2013 <SWGEmu> This File is part of Core3. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This progra...
#ifndef LINEARBINARYDNA_H #define LINEARBINARYDNA_H #include "baselineardna.h" namespace Genetic { class LinearBinaryDna : public BaseLinearDna<unsigned char> { public: void mutate(double parameter = 0.0) override; void generate(int dnaSize) override; double getDistance(BaseLinearDna <unsigned char>* dna) o...
/* * Memory functions * * Copyright (C) 2012-2020, Joachim Metz <joachim.metz@gmail.com> * * Refer to AUTHORS for acknowledgements. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundati...
#ifndef TileManager_h #define TileManager_h /** This is free and unencumbered software released into the public domain. The authors of ISIS do not claim copyright on the contents of this file. For more details about the LICENSE terms and the AUTHORS, you will find files of those names at the top level of this repositor...
/* * Defines utitlity macros. */ #include <sys/time.h> #ifdef DEBUG #define DBPRINT(str) do { printf str ; fflush(stdout);} while (0) #else #define DBPRINT(str) do {} while (0) #endif #define GET_TIME(s) do { gettimeofday(&s, NULL);} while (0) #define PRINT_TIME(start, end) \ do { \ long int diff = (end.tv_sec -...
#ifndef SETOFINTS3_H_ #define SETOFINTS3_H_ #include "Error.h" #include <iostream> class SetOfInts3 { // Conjuntos de enteros representados como vectores ordenados sin repeticiones private: static const int MAXSIZE = 50; int elems[MAXSIZE]; int size; bool isFull() const; void binSearch(int x,bool& found...
#ifndef NODE_H #define NODE_H #include "State.h" #include "global.h" /** * Stores a node in the search tree. * * Nodes use a simple minimax algorithm with alpha-beta pruning. The only * optimization of note: if our heuristic determines that a node has a value of * -0.5 or lower (on a scale from -1 to 1), in-dept...
#ifndef VERSION_H #define VERSION_H namespace AutoVersion{ //Date Version Types static const char DATE[] = "08"; static const char MONTH[] = "05"; static const char YEAR[] = "2017"; static const char UBUNTU_VERSION_STYLE[] = "17.05"; //Software Status static const char STATUS[] = "Release"; static const ...
#include <gtk/gtk.h> int main( int argc, char *argv[]) { GtkWidget *window; GtkWidget *image; gtk_init(&argc, &argv); window = gtk_window_new(GTK_WINDOW_TOPLEVEL); gtk_window_set_position(GTK_WINDOW(window), GTK_WIN_POS_CENTER); gtk_window_set_default_size(GTK_WINDOW(window), 230, 150); gtk_window_se...
// // HeaderCollectionView.h // Black-Weekend // // Created by scjy on 16/3/1. // Copyright © 2016年 练晓俊. All rights reserved. // #import <UIKit/UIKit.h> @interface HeaderCollectionView : UICollectionReusableView @end
#include "../atrshmlog_internal.h" /** All the rest of unix */ # include <unistd.h> /************************************************************/ /** * \file atrshmlogimpl_reuse_thread_buffers.c */ /** * \n Main code: * * \brief We check and push buffers from a thread on the full list with dispose on. * ...
#ifndef test_num_h #define test_num_h extern void test_num_cols(void); extern void test_num_lines(void); extern void test_num_reset(void); #endif
/* * Copyright (C) 2014 BMW Car IT GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * Copyright (c) 2018, NXP * * SPDX-License-Identifier: Apache-2.0 */ #include <init.h> #include <fsl_iomuxc.h> static int mimxrt1020_evk_init(struct device *dev) { ARG_UNUSED(dev); CLOCK_EnableClock(kCLOCK_Iomuxc); CLOCK_EnableClock(kCLOCK_IomuxcSnvs); /* LED */ IOMUXC_SetPinMux(IOMUXC_GPIO_AD_B0_05_GPI...
#ifndef __DALI_INTERNAL_SCENE_GRAPH_SCENE_CONTROLLER_IMPL_H__ #define __DALI_INTERNAL_SCENE_GRAPH_SCENE_CONTROLLER_IMPL_H__ /* * Copyright (c) 2016 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. *...
/* * Copyright (C) 2017 Kovid Goyal <kovid at kovidgoyal.net> * * Distributed under terms of the Apache 2.0 license. */ #define STACK_ITEM_CLASS(name) typedef struct { Item1 gumbo; Item2 xml; } name; STACK_ITEM_CLASS(StackItemClass) #undef STACK_ITEM_CLASS #define STACK_CLASS(name) typedef struct { size_t length...
/** * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. * SPDX-License-Identifier: Apache-2.0. */ #pragma once #include <aws/chime-sdk-meetings/ChimeSDKMeetings_EXPORTS.h> #include <aws/chime-sdk-meetings/model/MeetingFeatureStatus.h> #include <utility> namespace Aws { namespace Utils { namespace...
/** * \file timing.h * * \brief Portable interface to the CPU cycle counter * * Copyright (C) 2006-2015, ARM Limited, All Rights Reserved * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the Licen...
// SPRtoBMP.h : main header file for the PROJECT_NAME application // #pragma once #ifndef __AFXWIN_H__ #error "include 'stdafx.h' before including this file for PCH" #endif #include "resource.h" // main symbols // CSPRtoBMPApp: // See SPRtoBMP.cpp for the implementation of this class // class ...
/** * \file Comparers.h * \brief Модуль содержащий методы для сравнения чисел с заданной точностью * \author kan <kansoftware.ru> * \since 2015-08-25 * \date 2020-02-28 */ #ifndef COMPARERS_H #define COMPARERS_H constexpr double gAbsoluteZero = 0.000000001;/*!< 0.000001 Числовное представление "маленького" знач...
#pragma once #include <string> #include "envoy/http/filter.h" #include "envoy/upstream/cluster_manager.h" namespace Envoy { namespace Grpc { /** * See docs/configuration/http_filters/grpc_http1_bridge_filter.rst */ class Http1BridgeFilter : public Http::StreamFilter { public: Http1BridgeFilter(Upstream::Cluster...
/* This file is part of The Firekylin Operating System. * * Copyright 2016 Liuxiaofeng * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LIC...
/* * ModSecurity, http://www.modsecurity.org/ * Copyright (c) 2015 Trustwave Holdings, Inc. (http://www.trustwave.com/) * * You may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * If any of the files rela...
// // TFLJViewController.h // YTZG // // Created by 李 恒 on 16/8/10. // Copyright © 2016年 李 恒. All rights reserved. // #import <UIKit/UIKit.h> @interface TFLJViewController : UIViewController @end
// // UIImage+HTRoundImage.h // HeartTrip // // Created by ZM on 16/10/9. // Copyright © 2016年 ZM. All rights reserved. // #import <UIKit/UIKit.h> struct HTRadius { CGFloat topLeftRadius; CGFloat topRightRadius; CGFloat bottomLeftRadius; CGFloat bottomRightRadius; }; typedef struct HTRadius HTRadi...
// // WenjuanViewController.h // baotan // // Created by 闵权 on 16/1/5. // Copyright © 2016年 闵权. All rights reserved. // #import "BaseViewController.h" #import "BaseNetWorking.h" @interface WenjuanViewController : BaseViewController<UITableViewDelegate,UITableViewDataSource> @end
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
//////////////////////////////////////////////////////////////////////////////// /// DISCLAIMER /// /// Copyright 2014-2016 ArangoDB GmbH, Cologne, Germany /// Copyright 2004-2014 triAGENS GmbH, Cologne, Germany /// /// Licensed under the Apache License, Version 2.0 (the "License"); /// you may not use this file except...
/* * Copyright 2010-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
// // GDHome2ViewController.h // GdApp2 // // Created by Guo, Xing Hua on 4/22/14. // Copyright (c) 2014 COMICAT. All rights reserved. // #import <UIKit/UIKit.h> #import <GBInfiniteScrollView.h> #import "GDManager.h" @interface GDHome2ViewController : UIViewController <GBInfiniteScrollViewDataSource, GBInfiniteSc...
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" fil...
// The new version (localhost/ref/brewEngine.h --> localhost/src/BrewEngine.h) #ifndef BREWENGINE_H #define BREWENGINE_H #include <iostream> #include <fstream> #include <string> #include <memory> #include <sys/stat.h> #include "Files.h" #include "Accounts.h" class BrewEngine: public Files, public Accounts { public: ...
// RUN: %crabllvm -O0 --crab-dom=int --crab-check=assert "%s" 2>&1 | OutputCheck %s // CHECK: ^1 Number of total warning checks$ extern int __VERIFIER_NONDET(); extern void __VERIFIER_error() __attribute__((noreturn)); extern void __CRAB_assert(int); int e=0; int s=2; // we should get e=[0,2] and s=[2,5] with th...
/** * FreeRDP: A Remote Desktop Protocol Implementation * RDP Codecs * * Copyright 2014 Marc-Andre Moreau <marcandre.moreau@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at ...
/* * Copyright 2018 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...