HomeSort by relevance Sort by last modified time
    Searched defs:Instance (Results 26 - 50 of 56) sorted by null

12 3

  /external/eigen/bench/btl/generic_bench/
btl.hh 153 For instance: "dir1/dir2/file.ext" leads to path="dir1/dir2/" and filename="file.ext"
188 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;
    [all...]
  /frameworks/base/core/java/android/gesture/
Instance.java 21 * An instance represents a sample if the label is available or a query if the
24 class Instance {
41 // the id of the instance
44 private Instance(long id, float[] sample, String sampleName) {
66 * create a learning instance for a single stroke gesture
70 * @return the instance
72 static Instance createInstance(int sequenceType, int orientationType, Gesture gesture, String label) {
74 Instance instance; local
77 instance = new Instance(gesture.getID(), pts, label)
    [all...]
GestureStore.java 137 Instance instance = Instance.createInstance(mSequenceType, local
139 return mClassifier.classify(mSequenceType, mOrientationStyle, instance.vector);
159 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, entryName));
325 Instance.createInstance(mSequenceType, mOrientationStyle, gesture, name));
  /frameworks/base/media/mca/filterfw/jni/
jni_util.h 40 // While an instance of this class does not own the underlying java object, it
71 // Retain the instance, i.e. increase reference count.
74 // Release the instance, i.e. decrease reference count.
87 // object, which is then mapped to the correct instance here. It should not be
101 // Return the shared instance to this type's pool.
102 static ObjectPool* Instance() {
207 // This function "links" the C++ instance and the Java instance, so that they
208 // can be mapped to one another. This must be called for every C++ instance
213 ObjectPool<T>* pool = ObjectPool<T>::Instance();
    [all...]
  /external/chromium_org/storage/browser/fileapi/
isolated_context.cc 98 class IsolatedContext::Instance {
109 Instance(FileSystemType type,
117 Instance(FileSystemType type, const std::set<MountPointInfo>& files);
119 ~Instance();
132 // Returns true if the instance is a single-path instance.
139 // For single-path instance.
143 // For multiple-path instance (e.g. dragged file system).
150 DISALLOW_COPY_AND_ASSIGN(Instance);
153 IsolatedContext::Instance::Instance(FileSystemType type
324 const Instance* instance = found_instance->second; local
    [all...]
  /external/chromium_org/chrome/renderer/
chrome_render_process_observer.cc 161 static HeapStatisticsCollector* Instance();
175 HeapStatisticsCollector* HeapStatisticsCollector::Instance() {
176 CR_DEFINE_STATIC_LOCAL(HeapStatisticsCollector, instance, ());
177 return &instance;
377 HeapStatisticsCollector::Instance()->InitiateCollection();
  /external/chromium_org/third_party/tcmalloc/chromium/src/
profile-handler.cc 111 static ProfileHandler* Instance();
225 // resolve to NULL. We can then check for NULL or not in Instance.
233 ProfileHandler* ProfileHandler::Instance() {
492 // ProfileHandler::Instance runs.
493 ProfileHandler* instance = ANNOTATE_UNPROTECTED_READ(instance_); local
494 RAW_CHECK(instance != NULL, "ProfileHandler is not initialized");
496 SpinLockHolder sl(&instance->signal_lock_);
497 ++instance->interrupts_;
498 for (CallbackIterator it = instance->callbacks_.begin();
499 it != instance->callbacks_.end()
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
profile-handler.cc 111 static ProfileHandler* Instance();
225 // resolve to NULL. We can then check for NULL or not in Instance.
233 ProfileHandler* ProfileHandler::Instance() {
492 // ProfileHandler::Instance runs.
493 ProfileHandler* instance = ANNOTATE_UNPROTECTED_READ(instance_); local
494 RAW_CHECK(instance != NULL, "ProfileHandler is not initialized");
496 SpinLockHolder sl(&instance->signal_lock_);
497 ++instance->interrupts_;
498 for (CallbackIterator it = instance->callbacks_.begin();
499 it != instance->callbacks_.end()
    [all...]
  /external/chromium_org/third_party/webrtc/base/
messagequeue.cc 35 MessageQueueManager* MessageQueueManager::Instance() {
54 return Instance()->AddInternal(message_queue);
66 // If there isn't a message queue manager instance, then there isn't a queue
69 return Instance()->RemoveInternal(message_queue);
95 // If there isn't a message queue manager instance, then there aren't any
98 return Instance()->ClearInternal(handler);
thread.cc 35 ThreadManager* ThreadManager::Instance() {
42 return ThreadManager::Instance()->CurrentThread();
226 ThreadManager::Instance();
293 return WrapCurrentWithThreadManager(ThreadManager::Instance(), true);
298 ThreadManager::Instance()->SetCurrentThread(NULL);
311 WrapCurrentWithThreadManager(ThreadManager::Instance(), false);
377 ThreadManager::Instance()->SetCurrentThread(init->thread);
599 if (!ThreadManager::Instance()->CurrentThread()) {
600 ThreadManager::Instance()->SetCurrentThread(this);
606 if (ThreadManager::Instance()->CurrentThread() == this)
    [all...]
nssstreamadapter.cc 955 NSSContext *NSSContext::Instance() {
physicalsocketserver.cc 625 // There is just a single global instance. (Signal handlers do not get any
628 static PosixSignalHandler* Instance() {
629 LIBJINGLE_DEFINE_STATIC_LOCAL(PosixSignalHandler, instance, ());
630 return &instance;
757 if (PosixSignalHandler::Instance()->IsSignalSet(signum)) {
758 PosixSignalHandler::Instance()->ClearSignal(signum);
774 return PosixSignalHandler::Instance()->GetDescriptor();
    [all...]
  /external/jmdns/src/javax/jmdns/
ServiceInfo.java 20 * &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,
72 * unqualified service instance name, such as <code>foobar</code>
89 * unqualified service instance name, such as <code>foobar</code>
91 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeration
108 * unqualified service instance name, such as <code>foobar</code>
129 * unqualified service instance name, such as <code>foobar</code>
131 * service subtype see draft-cheshire-dnsext-dns-sd-06.txt chapter 7.1 Selective Instance Enumeratio
    [all...]
  /external/llvm/lib/MC/
MCContext.cpp 172 unsigned Instance) {
173 MCSymbol *&Sym = LocalSymbols[std::make_pair(LocalLabelVal, Instance)];
180 unsigned Instance = NextInstance(LocalLabelVal);
181 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
186 unsigned Instance = GetInstance(LocalLabelVal);
188 ++Instance;
189 return getOrCreateDirectionalLocalSymbol(LocalLabelVal, Instance);
  /external/protobuf/gtest/test/
gtest-param-test_test.cc 538 static TestGenerationEnvironment* Instance() {
539 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
540 return instance;
601 Environment::Instance()->FixtureConstructorExecuted();
605 Environment::Instance()->SetUpExecuted();
609 Environment::Instance()->TearDownExecuted();
655 Environment::Instance()->TestBodyExecuted();
785 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
  /external/chromium_org/native_client_sdk/src/examples/demo/drive/
drive.cc 17 #include "ppapi/cpp/instance.h"
101 int32_t ReadUrl(pp::Instance* instance,
104 pp::URLRequestInfo url_request(instance);
105 pp::URLLoader url_loader(instance);
168 int32_t ListFiles(pp::Instance* instance,
188 int32_t result = ReadUrl(instance, p, &output);
254 int32_t InsertFile(pp::Instance* instance,
    [all...]
  /external/chromium_org/testing/gtest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
    [all...]
  /external/chromium_org/ui/aura/
remote_window_tree_host_win.cc 89 RemoteWindowTreeHostWin* RemoteWindowTreeHostWin::Instance() {
114 return Instance()->remote_window_ != NULL;
  /external/gtest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
    [all...]
  /ndk/sources/third_party/googletest/googletest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
634 Environment::Instance()->FixtureConstructorExecuted();
638 Environment::Instance()->SetUpExecuted();
642 Environment::Instance()->TearDownExecuted();
689 Environment::Instance()->TestBodyExecuted();
    [all...]
  /external/chromium_org/pdf/
instance.h 48 class Instance : public pp::InstancePrivate,
59 explicit Instance(PP_Instance instance);
60 virtual ~Instance();
62 // pp::Instance implementation.
169 virtual pp::Instance* GetPluginInstance();
181 virtual pp::Instance* GetInstance();
255 void (Instance::* method)(int32_t));
345 pp::CompletionCallbackFactory<Instance> loader_factory_;
359 pp::CompletionCallbackFactory<Instance> timer_factory_
    [all...]
instance.cc 5 #include "pdf/instance.h"
194 PP_Var GetLinkAtPosition(PP_Instance instance, PP_Point point) {
197 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
199 var = static_cast<Instance*>(object)->GetLinkAtPosition(pp::Point(point));
203 void Transform(PP_Instance instance, PP_PrivatePageTransformType type) {
205 pp::Instance::GetPerInstanceObject(instance, kPPPPdfInterface);
207 Instance* obj_instance = static_cast<Instance*>(object)
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp     [all...]
  /system/vold/
VolumeManager.cpp 132 SLOGD("New devmapper instance created at %s", buffer);
164 VolumeManager *VolumeManager::Instance() {
1095 SLOGE("Failed to destroy devmapper instance (%s)", strerror(errno));
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 464 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
867 /// "initWithString" instance method on the object returned from
871 /// 1. Send to an object instance.
873 /// 3. Send to the superclass instance of the current class.
    [all...]

Completed in 1850 milliseconds

12 3