HomeSort by relevance Sort by last modified time
    Searched refs:fInstance (Results 1 - 8 of 8) 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.h 200 fcdTrieSingleton.fInstance=NULL;
201 canonIterDataSingleton.fInstance=NULL;
475 const UTrie2 *fcdTrie() const { return (const UTrie2 *)fcdTrieSingleton.fInstance; }
normalizer2impl.cpp 258 delete (CanonIterData *)canonIterDataSingleton.fInstance;
372 utrie2_enum(((CanonIterData *)canonIterDataSingleton.fInstance)->trie,
    [all...]
utrie2.h 664 utrie2_close((UTrie2 *)singleton.fInstance);
    [all...]
  /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 

Completed in 1036 milliseconds