HomeSort by relevance Sort by last modified time
    Searched defs:theInstance (Results 1 - 9 of 9) sorted by null

  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FileCleaner.java 44 static final FileCleaningTracker theInstance = new FileCleaningTracker();
58 theInstance.track(file, marker);
73 theInstance.track(file, marker, deleteStrategy);
87 theInstance.track(path, marker);
102 theInstance.track(path, marker, deleteStrategy);
114 return theInstance.getTrackCount();
140 theInstance.exitWhenFinished();
152 return theInstance;
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
spdhelper.cpp 93 static SpdHelper* theInstance = NULL;
94 if (theInstance == NULL)
95 theInstance= new SpdHelper;
96 return *theInstance;
config.cpp 378 static CNfcConfig theInstance;
380 if (theInstance.size() == 0 && theInstance.mValidFile)
387 theInstance.readConfig(strPath.c_str(), true);
388 if (!theInstance.empty())
390 return theInstance;
395 theInstance.readConfig(strPath.c_str(), true);
398 return theInstance;
  /external/libnfc-nci/src/adaptation/
config.cpp 378 static CNfcConfig theInstance;
380 if (theInstance.size() == 0 && theInstance.mValidFile)
387 theInstance.readConfig(strPath.c_str(), true);
388 if (!theInstance.empty())
390 return theInstance;
395 theInstance.readConfig(strPath.c_str(), true);
398 return theInstance;
  /packages/apps/Nfc/nci/jni/
NativeNfcManager.cpp     [all...]
  /prebuilts/tools/common/gradle-plugins/repository/commons-io/commons-io/1.3.2/
commons-io-1.3.2.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 755 milliseconds