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

  /external/clang/lib/Analysis/
FormatStringParsing.h 62 bool shouldStop() const { return Stop; }
  /external/lldb/source/Breakpoint/
BreakpointLocationCollection.cpp 138 BreakpointLocationCollection::ShouldStop (StoppointCallbackContext *context)
140 bool shouldStop = false;
144 if (GetByIndex(i)->ShouldStop(context))
145 shouldStop = true;
147 return shouldStop;
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 45 private volatile boolean shouldStop = false;
60 if (shouldStop) {
68 shouldStop = true;
  /external/junit/src/junit/framework/
TestResult.java 148 public synchronized boolean shouldStop() {
  /external/lldb/test/unittest2/
suite.py 58 if result.shouldStop:
100 if result.shouldStop:
287 shouldStop = False
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 118 public boolean shouldStop() {
119 return mInterrupted || mWrappedTestResult.shouldStop();
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/dexmaker/lib/
junit.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
junit.jar 
  /external/owasp/sanitizer/lib/junit/
junit-dep.jar 
junit.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 280 milliseconds