Home
last modified time | relevance | path

Searched refs:stopTimer (Results 1 – 21 of 21) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/parser/
DPipelinedMsgParser.java242 this.rawInputStream.stopTimer(); in run()
260 this.rawInputStream.stopTimer(); in run()
268 this.rawInputStream.stopTimer(); in run()
280 this.rawInputStream.stopTimer(); in run()
333 this.rawInputStream.stopTimer(); in run()
DPipeline.java115 public void stopTimer() { in stopTimer() method in Pipeline
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp134 BaseLine.stopTimer(); in benchmark()
142 Tokenizing.stopTimer(); in benchmark()
151 Parsing.stopTimer(); in benchmark()
/external/llvm/include/llvm/Support/
DTimer.h115 void stopTimer();
138 if (T) T->stopTimer(); in ~TimeRegion()
/external/webkit/Tools/DumpRenderTree/mac/
DMockGeolocationProvider.h44 - (void)stopTimer;
DMockGeolocationProvider.mm92 - (void)stopTimer
DDumpRenderTree.mm1065 [[MockGeolocationProvider shared] stopTimer];
/external/clang/lib/CodeGen/
DCodeGenAction.cpp94 LLVMIRGeneration.stopTimer(); in Initialize()
108 LLVMIRGeneration.stopTimer(); in HandleTopLevelDecl()
122 LLVMIRGeneration.stopTimer(); in HandleTranslationUnit()
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.h186 - (void)stopTimer;
Dkeystone_glue_unittest.mm175 [glue stopTimer];
Dkeystone_glue.mm526 - (void)stopTimer { method
/external/webkit/Source/WebCore/page/
DGeolocation.cpp498 void Geolocation::stopTimer(GeoNotifierVector& notifiers) in stopTimer() function in WebCore::Geolocation
512 stopTimer(copy); in stopTimersForOneShots()
520 stopTimer(copy); in stopTimersForWatchers()
DGeolocation.h159 static void stopTimer(GeoNotifierVector&);
/external/llvm/lib/Support/
DTimer.cpp155 void Timer::stopTimer() { in stopTimer() function in Timer
/external/nist-sip/java/gov/nist/javax/sip/stack/
DSIPDialog.java710 stopTimer(); in raiseErrorEvent()
1232 this.stopTimer(); in setState()
2298 protected void stopTimer() { in stopTimer() method in SIPDialog
/external/clang/lib/StaticAnalyzer/Frontend/
DAnalysisConsumer.cpp529 if (TUTotalTimer) TUTotalTimer->stopTimer(); in HandleTranslationUnit()
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3207 if (this.stopTimer()) this.onComplete();
3212 if (this.stopTimer()) this.onCancel();
3230 this.stopTimer();
3239 stopTimer: function(){ method
Dconcat-jquery-mootools-prototype.js7583 if (this.stopTimer()) this.onComplete();
7588 if (this.stopTimer()) this.onCancel();
7606 this.stopTimer();
7615 stopTimer: function(){ method
/external/webkit/Tools/
DChangeLog-2011-02-1632233 (-[MockGeolocationProvider stopTimer]):
/external/webkit/Source/WebCore/
DChangeLog-2010-01-2960232 (WebCore::Geolocation::stopTimer): Added. Stops the timers for a vector of notifiers.
DChangeLog-2010-12-0610961 (WebCore::Geolocation::stopTimer):