Searched defs:fInstance (Results 1 - 6 of 6) sorted by relevance

/external/junit/src/junit/framework/
H A DJUnit4TestAdapterCache.java18 private static final JUnit4TestAdapterCache fInstance = new JUnit4TestAdapterCache(); field in class:JUnit4TestAdapterCache
21 return fInstance;
/external/chromium_org/third_party/icu/source/common/
H A Dmutex.h93 void *fInstance; member in struct:SimpleSingleton
110 void reset() { fInstance=NULL; }
125 delete (T *)singleton.fInstance;
146 void *fInstance; member in struct:TriStateSingleton
182 delete (T *)singleton.fInstance;
/external/icu4c/common/
H A Dmutex.h93 void *fInstance; member in struct:SimpleSingleton
110 void reset() { fInstance=NULL; }
125 delete (T *)singleton.fInstance;
146 void *fInstance; member in struct:TriStateSingleton
181 delete (T *)singleton.fInstance;
/external/skia/tests/
H A DGrMemoryPoolTest.cpp182 A* fInstance; member in struct:Rec
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/robolectric/lib/main/
H A Djunit-dep-4.8.2.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.api.tools_1.0.202.v20100820_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 136 milliseconds