Searched defs:Instance (Results 1 - 25 of 54) sorted by relevance

123

/external/clang/test/Sema/
H A Doverloaded-func-transparent-union.c13 } Instance __attribute__((transparent_union)); typedef in typeref:union:__anon3238
15 __attribute__((overloadable)) void Class_Init(Instance this, char *str, void *str2) {
20 __attribute__((overloadable)) void Class_Init(Instance this, char *str) {
H A Dnonnull.c10 } Instance __attribute__((transparent_union)); typedef in typeref:union:__anon3235
12 __attribute__((nonnull(1))) void Class_init(Instance this, char *str) {
/external/clang/examples/PrintFunctionNames/
H A DPrintFunctionNames.cpp27 CompilerInstance &Instance; member in class:__anon1140::PrintFunctionsConsumer
31 PrintFunctionsConsumer(CompilerInstance &Instance, argument
33 : Instance(Instance), ParsedTemplates(ParsedTemplates) {}
46 if (!Instance.getLangOpts().DelayedTemplateParsing)
70 clang::Sema &sema = Instance.getSema();
/external/llvm/include/llvm/MC/
H A DMCLabel.h28 unsigned Instance; member in class:llvm::MCLabel
32 MCLabel(unsigned instance) : Instance(instance) {}
39 unsigned getInstance() const { return Instance; }
42 unsigned incInstance() { return ++Instance; }
/external/python/cpython2/Demo/metaclasses/
H A DSimple.py11 return Instance(self)
13 class Instance: class in inherits:
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCLabel.h25 // Instance - the instance number of this Directional Local Label
26 unsigned Instance; member in class:llvm::MCLabel
31 : Instance(instance) {}
37 unsigned getInstance() const { return Instance; }
41 unsigned incInstance() { return ++Instance; }
/external/google-benchmark/src/
H A Dbenchmark_api_internal.h16 struct Benchmark::Instance { struct in class:benchmark::internal::Benchmark
37 std::vector<Benchmark::Instance>* benchmarks,
/external/libcxx/utils/google-benchmark/src/
H A Dbenchmark_api_internal.h16 struct Benchmark::Instance { struct in class:benchmark::internal::Benchmark
37 std::vector<Benchmark::Instance>* benchmarks,
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cpp36 static Target<T> Instance; member in struct:PR9325::Provider
40 Target<T> Provider<T>::Instance; // expected-note{{in instantiation of}} member in class:PR9325::Provider
44 Target<int*>* traits = &Provider<int*>::Instance; // expected-note{{requested here}}
/external/libtextclassifier/
H A Dmodel-executor.h48 static std::unique_ptr<const ModelExecutor> Instance( function in class:libtextclassifier2::ModelExecutor
57 return Instance(model);
60 static std::unique_ptr<const ModelExecutor> Instance( function in class:libtextclassifier2::ModelExecutor
106 static std::unique_ptr<TFLiteEmbeddingExecutor> Instance(
H A Dmodel-executor.cc41 std::unique_ptr<TFLiteEmbeddingExecutor> TFLiteEmbeddingExecutor::Instance( function in class:libtextclassifier2::TFLiteEmbeddingExecutor
H A Dzlib-utils.cc26 std::unique_ptr<ZlibDecompressor> ZlibDecompressor::Instance() { function in class:libtextclassifier2::ZlibDecompressor
58 std::unique_ptr<ZlibCompressor> ZlibCompressor::Instance() { function in class:libtextclassifier2::ZlibCompressor
113 std::unique_ptr<ZlibCompressor> zlib_compressor = ZlibCompressor::Instance();
173 ZlibDecompressor::Instance();
/external/tensorflow/tensorflow/stream_executor/
H A Dplugin_registry.cc56 /* static */ PluginRegistry* PluginRegistry::Instance() { function in class:perftools::gputools::PluginRegistry
/external/clang/include/clang/Frontend/
H A DFrontendAction.h39 CompilerInstance *Instance; member in class:clang::FrontendAction
111 /// @name Compiler Instance Access
115 assert(Instance && "Compiler instance not registered!");
116 return *Instance;
119 void setCompilerInstance(CompilerInstance *Value) { Instance = Value; }
/external/skia/src/gpu/ccpr/
H A DGrCCPathProcessor.h39 struct Instance { struct in class:GrCCPathProcessor
51 GR_STATIC_ASSERT(4 * 16 == sizeof(Instance));
/external/skqp/src/gpu/ccpr/
H A DGrCCPathProcessor.h39 struct Instance { struct in class:GrCCPathProcessor
51 GR_STATIC_ASSERT(4 * 16 == sizeof(Instance));
/external/tensorflow/tensorflow/core/platform/windows/
H A Denv.cc86 static VOID CALLBACK SchedClosureCallback(PTP_CALLBACK_INSTANCE Instance, argument
100 static VOID CALLBACK SchedClosureAfterCallback(PTP_CALLBACK_INSTANCE Instance, argument
/external/webrtc/webrtc/base/
H A Dprofiler.cc91 Profiler* Profiler::Instance() { function in class:rtc::Profiler
H A Dmessagequeue.cc37 MessageQueueManager* MessageQueueManager::Instance() { function in class:rtc::MessageQueueManager
56 return Instance()->AddInternal(message_queue);
73 return Instance()->RemoveInternal(message_queue);
104 return Instance()->ClearInternal(handler);
/external/tensorflow/tensorflow/core/lib/gtl/
H A Dinlined_vector_test.cc35 class Instance { class in namespace:tensorflow
38 explicit Instance(int x) : value_(x) { instances++; } function in class:tensorflow::Instance
39 Instance(const Instance& x) : value_(x.value_) { instances++; } function in class:tensorflow::Instance
40 ~Instance() { instances--; }
42 friend inline void swap(Instance& a, Instance& b) {
47 friend std::ostream& operator<<(std::ostream& o, const Instance& v) {
52 typedef tensorflow::gtl::InlinedVector<Instance, 8> InstanceVec;
502 for (int i = 0; i < l1; i++) a.push_back(Instance(
[all...]
/external/clang/lib/Serialization/
H A DASTReaderInternals.h208 SmallVector<ObjCMethodDecl *, 2> Instance; member in struct:clang::serialization::reader::ASTSelectorLookupTrait::data_type
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh183 Instance.m_selectedActionNames = config[i+1].split(":");
194 Instance.tries = atoi(config[i+1].c_str());
200 Instance.overwriteResults = true;
204 Instance.checkResults = false;
208 Instance.realclock = true;
218 if (Instance.m_selectedActionNames.empty())
222 for (unsigned int i=0; i<Instance.m_selectedActionNames.size(); ++i)
223 if (name.contains(Instance.m_selectedActionNames[i]))
229 static BtlConfig Instance; member in class:BtlConfig
240 BtlConfig BtlConfig::Instance
[all...]
/external/jmdns/src/javax/jmdns/
H A DServiceInfo.java20 * &lt;Instance&gt;.&lt;app&gt;.&lt;protocol&gt;.&lt;servicedomain&gt;.&lt;parentdomain&gt;.<br/>
28 * <li>&lt;Instance&gt;: This is the service name</li>
57 * Instance Field.
59 Instance, enum constant in enum:ServiceInfo.Fields
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
175 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
219 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
265 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
313 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeratio
[all...]
/external/libtextclassifier/datetime/
H A Dparser.cc28 std::unique_ptr<DatetimeParser> DatetimeParser::Instance( function in class:libtextclassifier2::DatetimeParser
/external/google-breakpad/src/testing/gtest/test/
H A Dgtest-param-test_test.cc570 static TestGenerationEnvironment* Instance() { function in class:TestGenerationEnvironment
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
881 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());

Completed in 1519 milliseconds

123