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

12

  /external/gtest/test/
gtest-param-test_test.cc 570 static TestGenerationEnvironment* Instance() {
571 static TestGenerationEnvironment* instance = new TestGenerationEnvironment; local
572 return instance;
633 Environment::Instance()->FixtureConstructorExecuted();
637 Environment::Instance()->SetUpExecuted();
641 Environment::Instance()->TearDownExecuted();
687 Environment::Instance()->TestBodyExecuted();
879 AddGlobalTestEnvironment(TestGenerationTest::Environment::Instance());
    [all...]
  /external/llvm/utils/TableGen/
SubtargetEmitter.cpp 635 const std::string &Instance = R->getName();
641 << Instance << ") != 0) "
645 << Instance << ") != 0 && "
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 594 static PosixSignalHandler *Instance() { return &instance_; }
677 // There is just a single global instance. (Signal handlers do not get any
727 if (PosixSignalHandler::Instance()->IsSignalSet(signum)) {
728 PosixSignalHandler::Instance()->ClearSignal(signum);
744 return PosixSignalHandler::Instance()->GetDescriptor();
    [all...]
  /external/clang/lib/Frontend/
CompilerInstance.cpp 643 // Create the target instance.
722 CompilerInstance &Instance;
732 Data.Instance.ExecuteAction(Data.CreateModuleAction);
736 /// provided by the importing compiler instance.
820 // Construct a compiler instance that will be used to actually create the
822 CompilerInstance Instance;
823 Instance.setInvocation(&*Invocation);
824 Instance.createDiagnostics(/*argc=*/0, /*argv=*/0,
836 CompileModuleMapData Data = { Instance, CreateModuleAction };
    [all...]
  /system/vold/
VolumeManager.cpp 56 VolumeManager *VolumeManager::Instance() {
749 SLOGE("Failed to destroy devmapper instance (%s)", strerror(errno));
929 SLOGD("New devmapper instance created at %s", dmDevice);
1065 SLOGD("New devmapper instance created at %s", dmDevice);
    [all...]
  /external/clang/include/clang/AST/
ExprObjC.h 455 /// ObjCIvarRefExpr - A reference to an ObjC instance variable.
851 /// "initWithString" instance method on the object returned from
855 /// 1. Send to an object instance.
857 /// 3. Send to the superclass instance of the current class.
    [all...]
  /external/v8/src/
hydrogen.h 1228 static SetOncePointer<HStatistics> instance; local
1299 static SetOncePointer<HTracer> instance; local
    [all...]
  /external/clang/lib/Serialization/
ASTWriter.cpp     [all...]
  /external/dexmaker/src/test/java/com/google/dexmaker/
DexMakerTest.java 116 Object instance = generatedClass.newInstance(); local
118 method.invoke(instance);
156 Object instance = generatedClass.newInstance(); local
158 method.invoke(instance, 0);
221 Object instance = generatedClass.newInstance(); local
223 assertEquals(5, method.invoke(null, instance));
254 Object instance = generatedClass.newInstance(); local
256 assertEquals(System.identityHashCode(instance), method.invoke(instance));
395 Object instance = generatedClass.newInstance() local
433 Object instance = generatedClass.getConstructor(int.class).newInstance(0xabcd); local
890 Instance instance = new Instance(); local
1678 Object instance = generatedClass.newInstance(); local
1711 Object instance = generatedClass.newInstance(); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar 

Completed in 138 milliseconds

12