HomeSort by relevance Sort by last modified time
    Searched refs:theInstance (Results 1 - 25 of 48) sorted by null

1 2

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 45 static final FileCleaningTracker theInstance = new FileCleaningTracker();
60 theInstance.track(file, marker);
76 theInstance.track(file, marker, deleteStrategy);
91 theInstance.track(path, marker);
107 theInstance.track(path, marker, deleteStrategy);
120 return theInstance.getTrackCount();
147 theInstance.exitWhenFinished();
159 return theInstance;
  /external/autotest/frontend/client/src/autotest/common/
CustomHistory.java 18 private static final CustomHistory theInstance = new CustomHistory();
49 theInstance.processHistoryTokenString(token.toString());
53 theInstance.processHistoryTokenString(History.getToken());
81 return theInstance.lastHistoryToken;
85 theInstance.listeners.add(listener);
89 theInstance.listeners.remove(listener);
96 theInstance.lastHistoryToken = token;
StaticDataRepository.java 21 public static final StaticDataRepository theInstance = new StaticDataRepository();
29 return theInstance;
  /system/nfc/halimpl/bcm2079x/adaptation/
spdhelper.cpp 76 static SpdHelper* theInstance = NULL;
77 if (theInstance == NULL) theInstance = new SpdHelper;
78 return *theInstance;
config.cpp 358 static CNfcConfig theInstance;
360 if (theInstance.size() == 0 && theInstance.mValidFile) {
363 theInstance.readConfig(strPath.c_str(), true);
366 return theInstance;
  /external/hamcrest/hamcrest-core/src/test/java/org/hamcrest/core/
IsSameTest.java 8 import static org.hamcrest.core.IsSame.theInstance;
33 Matcher<Object> matcher = theInstance(o1);
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/core/
IsSame.java 48 public static <T> Matcher<T> theInstance(T target) {
  /packages/apps/Nfc/nci/jni/extns/pn54x/src/utils/
phNxpConfig.cpp 459 static CNxpNfcConfig theInstance;
461 if (theInstance.size () == 0 && theInstance.mValidFile)
468 theInstance.readConfig (strPath.c_str (), true);
469 if (!theInstance.empty ())
471 return theInstance;
475 theInstance.readConfig (strPath.c_str (), true);
478 return theInstance;
  /system/nfc/halimpl/pn54x/utils/
phNxpConfig.cpp 434 static CNfcConfig theInstance;
436 if (theInstance.size() == 0 && theInstance.mValidFile) {
441 theInstance.readConfig(strPath.c_str(), true);
442 if (!theInstance.empty()) {
443 return theInstance;
447 theInstance.readConfig(strPath.c_str(), true);
450 return theInstance;
  /external/autotest/frontend/client/src/autotest/common/ui/
NotifyManager.java 22 public static final NotifyManager theInstance = new NotifyManager();
113 return theInstance;
  /system/nfc/src/adaptation/
config.cpp 369 static CNfcConfig theInstance;
371 if (theInstance.size() == 0 && theInstance.mValidFile) {
374 theInstance.readConfig(strPath.c_str(), true);
377 return theInstance;
  /external/autotest/frontend/client/src/autotest/tko/
CommonPanel.java 39 private static CommonPanel theInstance = new CommonPanel();
119 return theInstance;
126 theInstance = panel;
TestLabelManager.java 32 private static final TestLabelManager theInstance = new TestLabelManager();
89 return theInstance;
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp     [all...]
  /device/google/contexthub/contexthubhal/
system_comms.h 280 static SystemComm theInstance;
281 return &theInstance;
  /external/hamcrest/hamcrest-core/src/main/java/org/hamcrest/
CoreMatchers.java 378 public static <T> org.hamcrest.Matcher<T> theInstance(T target) {
379 return org.hamcrest.core.IsSame.theInstance(target);
  /prebuilts/devtools/tools/lib/
hamcrest-core-1.3.jar 
  /prebuilts/misc/common/robolectric/lib/
hamcrest-core-1.3.jar 
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-core/1.3/
hamcrest-core-1.3.jar 
  /external/hamcrest/hamcrest-library/src/main/java/org/hamcrest/
Matchers.java 462 public static <T> org.hamcrest.Matcher<T> theInstance(T target) {
463 return org.hamcrest.core.IsSame.<T>theInstance(target);
    [all...]
  /prebuilts/tools/common/m2/repository/org/hamcrest/hamcrest-library/1.3/
hamcrest-library-1.3.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-core/2.2.11/
jaxb-core-2.2.11.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /external/guice/extensions/struts2/lib/
commons-io-1.3.2.jar 

Completed in 1067 milliseconds

1 2