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

12

/external/chromium_org/native_client_sdk/src/examples/tutorial/multi_platform/
H A Dmulti_platform.cc9 class Instance : public pp::Instance { class in inherits:pp::Instance
11 explicit Instance(PP_Instance instance) : pp::Instance(instance) {} function in class:Instance
12 virtual ~Instance() {}
25 virtual pp::Instance* CreateInstance(PP_Instance instance) {
26 return new Instance(instance);
/external/chromium_org/ppapi/cpp/
H A Dinstance.h42 class Instance { class in namespace:pp
52 explicit Instance(PP_Instance instance);
55 /// the <code>pp::Instance</code> object will be deleted. You should never
56 /// delete the <code>Instance</code> object yourself since the lifetime is
71 virtual ~Instance();
104 /// DidChangeView() is called when the view information for the Instance
503 /// is registered this way, it will replace the Instance's HandleMessage
523 /// (pp::Instance::HandleMessage()). Messages will stop arriving at the prior
541 /// using postMessage() will be dispatched to pp::Instance::HandleMessage()
H A Dinstance.cc82 Instance::Instance(PP_Instance instance) : pp_instance_(instance) { function in class:pp::Instance
85 Instance::~Instance() {
88 bool Instance::Init(uint32_t /*argc*/, const char* /*argn*/[],
93 void Instance::DidChangeView(const View& view) {
98 void Instance::DidChangeView(const pp::Rect& /*position*/,
102 void Instance::DidChangeFocus(bool /*has_focus*/) {
106 bool Instance::HandleDocumentLoad(const URLLoader& /*url_loader*/) {
110 bool Instance
[all...]
/external/clang/test/Sema/
H A Doverloaded-func-transparent-union.c13 } Instance __attribute__((transparent_union)); typedef in typeref:union:__anon19141
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:__anon19138
12 __attribute__((nonnull(1))) void Class_init(Instance this, char *str) {
/external/chromium_org/ppapi/tests/extensions/background_keepalive/
H A Dbackground.cc14 class Instance : public pp::Instance { class in inherits:pp::Instance
16 explicit Instance(PP_Instance instance) : function in class:Instance
17 pp::Instance(instance),
23 virtual ~Instance() {}
38 &Instance::DoSomething);
43 pp::CompletionCallbackFactory<Instance> callback_factory_;
53 virtual pp::Instance* CreateInstance(PP_Instance instance) {
54 return new Instance(instance);
/external/llvm/include/llvm/MC/
H A DMCLabel.h27 // Instance - the instance number of this Directional Local Label
28 unsigned Instance; member in class:llvm::MCLabel
33 : Instance(instance) {}
39 unsigned getInstance() const { return Instance; }
43 unsigned incInstance() { return ++Instance; }
/external/clang/test/SemaCXX/
H A Dvtable-instantiation.cc36 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;
/external/chromium_org/storage/browser/fileapi/
H A Dexternal_mount_points.cc61 class ExternalMountPoints::Instance { class in class:storage::ExternalMountPoints
63 Instance(FileSystemType type, function in class:storage::ExternalMountPoints::Instance
69 ~Instance() {}
80 DISALLOW_COPY_AND_ASSIGN(Instance);
110 instance_map_[mount_name] = new Instance(type, path, mount_option);
127 Instance* instance = found->second;
182 const Instance* instance = found_instance->second;
H A Disolated_context.cc98 class IsolatedContext::Instance { class in class:storage::IsolatedContext
109 Instance(FileSystemType type,
117 Instance(FileSystemType type, const std::set<MountPointInfo>& files);
119 ~Instance();
150 DISALLOW_COPY_AND_ASSIGN(Instance);
153 IsolatedContext::Instance::Instance(FileSystemType type, function in class:storage::IsolatedContext::Instance
156 Instance::PathType path_type)
165 IsolatedContext::Instance::Instance(FileSystemTyp function in class:storage::IsolatedContext::Instance
[all...]
/external/chromium_org/content/child/
H A Dworker_task_runner.cc71 WorkerTaskRunner* WorkerTaskRunner::Instance() { function in class:content::WorkerTaskRunner
/external/chromium_org/ppapi/tests/
H A Dtest_instance_deprecated.cc64 REGISTER_TEST_CASE(Instance); variable
/external/chromium_org/third_party/webrtc/base/
H A Dprofiler.cc88 Profiler* Profiler::Instance() { function in class:rtc::Profiler
H A Dmessagequeue.cc35 MessageQueueManager* MessageQueueManager::Instance() { function in class:rtc::MessageQueueManager
54 return Instance()->AddInternal(message_queue);
69 return Instance()->RemoveInternal(message_queue);
98 return Instance()->ClearInternal(handler);
/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/chromium_org/chrome/renderer/
H A Dchrome_render_process_observer.cc161 static HeapStatisticsCollector* Instance();
175 HeapStatisticsCollector* HeapStatisticsCollector::Instance() { function in class:__anon5800::HeapStatisticsCollector
377 HeapStatisticsCollector::Instance()->InitiateCollection();
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dprofile-handler.cc111 static ProfileHandler* Instance();
225 // resolve to NULL. We can then check for NULL or not in Instance.
233 ProfileHandler* ProfileHandler::Instance() { function in class:ProfileHandler
492 // ProfileHandler::Instance runs.
512 ProfileHandler::Instance()->RegisterThread();
517 return ProfileHandler::Instance()->RegisterCallback(callback, callback_arg);
521 ProfileHandler::Instance()->UnregisterCallback(token);
525 return ProfileHandler::Instance()->Reset();
529 ProfileHandler::Instance()->GetState(state);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dprofile-handler.cc111 static ProfileHandler* Instance();
225 // resolve to NULL. We can then check for NULL or not in Instance.
233 ProfileHandler* ProfileHandler::Instance() { function in class:ProfileHandler
492 // ProfileHandler::Instance runs.
512 ProfileHandler::Instance()->RegisterThread();
517 return ProfileHandler::Instance()->RegisterCallback(callback, callback_arg);
521 ProfileHandler::Instance()->UnregisterCallback(token);
525 return ProfileHandler::Instance()->Reset();
529 ProfileHandler::Instance()->GetState(state);
/external/clang/lib/Serialization/
H A DASTReaderInternals.h159 SmallVector<ObjCMethodDecl *, 2> Instance; member in struct:clang::serialization::reader::ASTSelectorLookupTrait::data_type
/external/eigen/bench/btl/generic_bench/
H A Dbtl.hh188 Instance.m_selectedActionNames = config[i+1].split(":");
199 Instance.tries = atoi(config[i+1].c_str());
205 Instance.overwriteResults = true;
209 Instance.checkResults = false;
213 Instance.realclock = true;
223 if (Instance.m_selectedActionNames.empty())
227 for (int i=0; i<Instance.m_selectedActionNames.size(); ++i)
228 if (name.contains(Instance.m_selectedActionNames[i]))
234 static BtlConfig Instance; member in class:BtlConfig
245 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/chromium_org/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();
888 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
/external/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();
888 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
/external/llvm/lib/MC/
H A DMCContext.cpp172 unsigned Instance) {
173 MCSymbol *&Sym = LocalSymbols[std::make_pair(LocalLabelVal, Instance)];
180 unsigned Instance = NextInstance(LocalLabelVal); local
181 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
186 unsigned Instance = GetInstance(LocalLabelVal); local
188 ++Instance;
189 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
171 getOrCreateDirectionalLocalSymbol(unsigned LocalLabelVal, unsigned Instance) argument
/external/protobuf/gtest/test/
H A Dgtest-param-test_test.cc538 static TestGenerationEnvironment* Instance() { function in class:TestGenerationEnvironment
601 Environment::Instance()->FixtureConstructorExecuted();
605 Environment::Instance()->SetUpExecuted();
609 Environment::Instance()->TearDownExecuted();
655 Environment::Instance()->TestBodyExecuted();
785 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());

Completed in 2270 milliseconds

12