OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:theInstance
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Email/emailcommon/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/collada/include/modules/
stdErrPlugin.h
40
static quietErrorHandler& getInstance() { return
theInstance
; }
43
static quietErrorHandler
theInstance
;
/external/collada/src/modules/stdErrPlugin/
stdErrPlugin.cpp
12
quietErrorHandler quietErrorHandler::
theInstance
;
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
LayoutTestControllerQt.cpp
42
static WatchdogTimerHelper*
theInstance
= new WatchdogTimerHelper;
43
return
theInstance
;
Completed in 242 milliseconds