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

  /packages/apps/Email/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 75 static SpdHelper* theInstance = NULL;
76 if (theInstance == NULL)
77 theInstance= new SpdHelper;
78 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/webkit/Examples/NetscapeCocoaPlugin/
MenuHandler.h 43 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance;
MenuHandler.m 61 - (id)initWithBrowserFuncs:(NPNetscapeFuncs *)theBrowserFuncs instance:(NPP)theInstance;
68 instance = theInstance;
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp 42 static WatchdogTimerHelper* theInstance = new WatchdogTimerHelper;
43 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 751 NfcAdaptation& theInstance = NfcAdaptation::GetInstance();
752 theInstance.Initialize(); //start GKI, NCI task, NFC task
756 tHAL_NFC_ENTRY* halFuncEntries = theInstance.GetHalEntryFuncs ();
    [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/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/bcel/2.0.1/
bcel-2.0.1.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 407 milliseconds