Home
last modified time | relevance | path

Searched defs:Instance (Results 1 – 25 of 39) sorted by relevance

12

/external/google-benchmark/src/
Dbenchmark.cc257 struct Benchmark::Instance { struct in benchmark::internal::Benchmark
258 std::string name;
259 Benchmark* benchmark;
260 bool has_arg1;
261 int arg1;
262 bool has_arg2;
263 int arg2;
264 bool use_real_time;
265 double min_time;
266 int threads; // Number of concurrent threads to use
[all …]
/external/clang/test/SemaCXX/
Dvtable-instantiation.cpp36 static Target<T> Instance; member
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} member in PR9325::Provider<T>
/external/clang/examples/PrintFunctionNames/
DPrintFunctionNames.cpp27 CompilerInstance &Instance; member in __anon5dbcda810111::PrintFunctionsConsumer
31 PrintFunctionsConsumer(CompilerInstance &Instance, in PrintFunctionsConsumer()
/external/llvm/include/llvm/MC/
DMCLabel.h28 unsigned Instance; variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/autoscale/
Dinstance.py23 class Instance(object): class
/external/clang/test/Sema/
Doverloaded-func-transparent-union.c13 } Instance __attribute__((transparent_union)); typedef
Dnonnull.c10 } Instance __attribute__((transparent_union)); typedef
/external/clang/lib/StaticAnalyzer/Frontend/
DModelInjector.cpp79 CompilerInstance Instance(CI.getPCHContainerOperations()); in onBodySynthesis() local
/external/llvm/lib/MC/
DMCContext.cpp240 unsigned Instance) { in getOrCreateDirectionalLocalSymbol()
248 unsigned Instance = NextInstance(LocalLabelVal); in createDirectionalLocalSymbol() local
254 unsigned Instance = GetInstance(LocalLabelVal); in getDirectionalLocalSymbol() local
/external/clang/include/clang/Frontend/
DFrontendAction.h39 CompilerInstance *Instance; variable
/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp4174 ClassTemplateDecl *Instance) { in isInstantiationOf()
4187 FunctionTemplateDecl *Instance) { in isInstantiationOf()
4201 ClassTemplatePartialSpecializationDecl *Instance) { in isInstantiationOf()
4216 CXXRecordDecl *Instance) { in isInstantiationOf()
4229 FunctionDecl *Instance) { in isInstantiationOf()
4242 EnumDecl *Instance) { in isInstantiationOf()
4255 UsingShadowDecl *Instance, in isInstantiationOf()
4262 UsingDecl *Instance, in isInstantiationOf()
4268 UsingDecl *Instance, in isInstantiationOf()
4274 UsingDecl *Instance, in isInstantiationOf()
[all …]
/external/webrtc/webrtc/base/
Dprofiler.cc91 Profiler* Profiler::Instance() { in Instance() function in rtc::Profiler
Dmessagequeue.cc37 MessageQueueManager* MessageQueueManager::Instance() { in Instance() function in rtc::MessageQueueManager
Dthread.cc38 ThreadManager* ThreadManager::Instance() { in Instance() function in rtc::ThreadManager
/external/eigen/bench/btl/generic_bench/
Dbtl.hh234 static BtlConfig Instance; member in BtlConfig
/external/clang/lib/Serialization/
DASTReaderInternals.h208 SmallVector<ObjCMethodDecl *, 2> Instance; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkNullDriver.cpp172 class Instance class
681 Instance::Instance (const VkInstanceCreateInfo*) in Instance() function in vk::__anonfb9acbbc0111::Instance
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiObjectManagementTests.cpp418 struct Instance struct
420 typedef VkInstance Type;
422 struct Parameters
427 struct Resources
432 static deUint32 getMaxConcurrent (Context& context, const Parameters& params) in getMaxConcurrent()
437 static Move<VkInstance> create (const Environment& env, const Resources&, const Parameters&) in create()
/external/jmdns/src/javax/jmdns/
DServiceInfo.java59 Instance, enumConstant
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
Dinstance.py157 class Instance(TaggedEC2Object): class
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/beanstalk/
Dresponse.py243 class Instance(BaseObject): class
/external/google-breakpad/src/testing/gtest/test/
Dgtest-param-test_test.cc570 static TestGenerationEnvironment* Instance() { in Instance() function in TestGenerationEnvironment
/external/protobuf/gtest/test/
Dgtest-param-test_test.cc570 static TestGenerationEnvironment* Instance() { in Instance() function in TestGenerationEnvironment
/external/gtest/test/
Dgtest-param-test_test.cc570 static TestGenerationEnvironment* Instance() { in Instance() function in TestGenerationEnvironment
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp1389 const std::string &Instance = R->getName(); in ParseFeaturesFunction() local

12