HomeSort by relevance Sort by last modified time
    Searched refs:fInstance (Results 1 - 10 of 10) sorted by null

  /external/icu4c/common/
mutex.cpp 27 // TODO: With atomicops.h: void *instance = (void*)Acquire_Load(&fInstance);
29 void *instance=ANNOTATE_UNPROTECTED_READ(fInstance);
31 ANNOTATE_HAPPENS_AFTER(&fInstance);
40 UMTX_RELEASE_BARRIER; // Release-barrier before fInstance=instance;
42 if(fInstance==NULL && U_SUCCESS(errorCode)) {
44 ANNOTATE_HAPPENS_BEFORE(&fInstance);
45 // TODO: With atomicops.h: Release_Store(&fInstance, (AtomicWord)instance);
47 fInstance=instance;
51 return fInstance;
58 * fInstance=NULL && U_SUCCESS(fErrorCode
    [all...]
mutex.h 93 void *fInstance;
110 void reset() { fInstance=NULL; }
125 delete (T *)singleton.fInstance;
146 void *fInstance;
181 delete (T *)singleton.fInstance;
normalizer2impl.cpp 258 delete (CanonIterData *)canonIterDataSingleton.fInstance;
395 utrie2_enum(((CanonIterData *)canonIterDataSingleton.fInstance)->trie,
    [all...]
utrie2.h 666 utrie2_close((UTrie2 *)singleton.fInstance);
    [all...]
normalizer2impl.h 219 canonIterDataSingleton.fInstance=NULL;
  /external/skia/tests/
GrMemoryPoolTest.cpp 182 A* fInstance;
214 rec->fInstance = A::Create(&r);
216 rec->fInstance->setValues(rec->fValue);
220 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
221 delete rec.fInstance;
227 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
233 REPORTER_ASSERT(reporter, rec.fInstance->checkValues(rec.fValue));
234 delete rec.fInstance;
  /external/junit/src/junit/framework/
JUnit4TestAdapterCache.java 18 private static final JUnit4TestAdapterCache fInstance = new JUnit4TestAdapterCache();
21 return fInstance;
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 
  /external/robolectric/lib/main/
junit-dep-4.8.2.jar 

Completed in 557 milliseconds