Home
last modified time | relevance | path

Searched refs:shouldStop (Results 1 – 16 of 16) sorted by relevance

/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java45 private volatile boolean shouldStop = false; field in InterruptionUtil.Interruptenator
60 if (shouldStop) { in run()
68 shouldStop = true; in stopInterrupting()
/external/webkit/Source/WebCore/html/parser/
DHTMLFormattingElementList.cpp112 bool shouldStop = m_entries.last().isMarker(); in clearToLastMarker() local
114 if (shouldStop) in clearToLastMarker()
/external/junit/src/junit/extensions/
DRepeatedTest.java28 if (result.shouldStop()) in run()
/external/clang/lib/Analysis/
DFormatStringParsing.h62 bool shouldStop() const { return Stop; } in shouldStop() function
DScanfFormatString.cpp478 if (FSR.shouldStop()) in ParseScanfString()
DPrintfFormatString.cpp225 if (FSR.shouldStop()) in ParsePrintfString()
/external/junit/src/junit/framework/
DTestResult.java148 public synchronized boolean shouldStop() { in shouldStop() method in TestResult
DTestSuite.java236 if (result.shouldStop() )
/external/webkit/Source/WebKit/mac/Plugins/Hosted/
DWebHostedNetscapePluginView.mm236 - (BOOL)shouldStop
241 return _proxy->shouldStop();
DNetscapePluginInstanceProxy.h158 bool shouldStop();
DNetscapePluginInstanceProxy.mm1472 bool NetscapePluginInstanceProxy::shouldStop()
/external/webkit/Source/WebKit/mac/Plugins/
DWebBaseNetscapePluginView.mm268 - (BOOL)shouldStop
479 if (![self shouldStop])
DWebNetscapePluginView.mm1175 - (BOOL)shouldStop
/external/webkit/Source/WebKit/mac/
DWebKit.order1007 -[WebHostedNetscapePluginView shouldStop]
DChangeLog-2010-01-299061 (WebKit::NetscapePluginInstanceProxy::shouldStop):
9065 (-[WebHostedNetscapePluginView shouldStop]):
12275 (-[WebHostedNetscapePluginView shouldStop]):
12971 Add stubs for createPlugin, loadStream, shouldStop and destroyPlugin.
12995 (-[WebNetscapePluginView shouldStop]):
DChangeLog-2002-12-038221 (-[WebNetscapePluginNullEventSender stop]): No need for shouldStop.