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

1 2 3 4

  /external/clang/lib/Analysis/
FormatStringParsing.h 68 bool shouldStop() const { return Stop; }
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/location/base/
GnssCtsTestResult.java 116 public boolean shouldStop() {
117 return mInterrupted || mWrappedTestResult.shouldStop();
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
suite.py 64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
InterruptionUtil.java 46 private volatile boolean shouldStop = false;
61 if (shouldStop) {
69 shouldStop = true;
  /external/junit/src/main/java/junit/framework/
TestResult.java 155 public synchronized boolean shouldStop() {
  /external/python/cpython2/Lib/unittest/
suite.py 64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False
  /external/python/cpython3/Lib/unittest/
suite.py 62 if result.shouldStop:
108 if result.shouldStop:
321 shouldStop = False
  /frameworks/base/test-base/src/junit/framework/
TestResult.java 148 public synchronized boolean shouldStop() {
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
suite.py 64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
suite.py 64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
suite.py 64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
suite.py 64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/base/
SensorCtsTestResult.java 118 public boolean shouldStop() {
119 return mInterrupted || mWrappedTestResult.shouldStop();
  /frameworks/support/recyclerview-selection/src/androidTest/java/androidx/recyclerview/selection/
BandSelectionHelperTest.java 172 assertTrue(mBandController.shouldStop(mStopEvent));
179 .shouldStop(mStopBuilder.action(MotionEvent.ACTION_POINTER_UP).build()));
186 .shouldStop(mStopBuilder.action(MotionEvent.ACTION_CANCEL).build()));
191 assertFalse(mBandController.shouldStop(mStopEvent));
197 assertFalse(mBandController.shouldStop(
204 assertFalse(mBandController.shouldStop(
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/selection/
BandSelectionHelperTest.java 183 assertTrue(mBandController.shouldStop(mStopEvent));
190 .shouldStop(mStopBuilder.action(MotionEvent.ACTION_POINTER_UP).build()));
197 .shouldStop(mStopBuilder.action(MotionEvent.ACTION_CANCEL).build()));
202 assertFalse(mBandController.shouldStop(mStopEvent));
208 assertFalse(mBandController.shouldStop(mStopBuilder.touch().build()));
214 assertFalse(mBandController.shouldStop(
221 assertFalse(mBandController.shouldStop(
  /frameworks/support/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
BandSelectionHelper.java 188 boolean shouldStop(@NonNull MotionEvent e) {
199 } else if (shouldStop(e)) {
211 if (shouldStop(e)) {
  /packages/apps/DocumentsUI/src/com/android/documentsui/selection/
BandSelectionHelper.java 240 public boolean shouldStop(MotionEvent e) {
259 if (shouldStop(e)) {
274 if (shouldStop(e)) {
  /prebuilts/sdk/28/optional/
android.test.base.jar 
  /prebuilts/sdk/current/optional/
android.test.base.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/guice/lib/build/
junit.jar 
  /external/jsr330/lib/
junit.jar 
  /external/slf4j/integration/lib/
junit-3.8.1.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
junit-3.8.1.jar 
  /libcore/support/src/test/java/tests/resources/
junit4-4.3.1.jar 

Completed in 748 milliseconds

1 2 3 4