Home
last modified time | relevance | path

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

12

/external/python/cpython2/Lib/unittest/test/
Dtest_result.py27 self.assertEqual(result.shouldStop, False)
40 self.assertEqual(result.shouldStop, True)
59 self.assertEqual(result.shouldStop, False)
80 self.assertEqual(result.shouldStop, False)
89 self.assertEqual(result.shouldStop, False)
133 self.assertEqual(result.shouldStop, False)
176 self.assertEqual(result.shouldStop, False)
224 self.assertEqual(result.shouldStop, False)
277 self.assertTrue(result.shouldStop)
283 self.assertTrue(result.shouldStop)
[all …]
Dtest_break.py70 self.assertTrue(result.shouldStop)
92 self.assertTrue(result.shouldStop)
127 self.assertTrue(result.shouldStop)
128 self.assertTrue(result2.shouldStop)
129 self.assertFalse(result3.shouldStop)
192 self.assertFalse(result.shouldStop)
Dsupport.py101 self.shouldStop = False
/external/python/cpython3/Lib/unittest/test/
Dtest_result.py42 self.assertEqual(result.shouldStop, False)
54 self.assertEqual(result.shouldStop, True)
73 self.assertEqual(result.shouldStop, False)
94 self.assertEqual(result.shouldStop, False)
103 self.assertEqual(result.shouldStop, False)
147 self.assertEqual(result.shouldStop, False)
190 self.assertEqual(result.shouldStop, False)
238 self.assertEqual(result.shouldStop, False)
288 self.assertEqual(result.shouldStop, False)
421 self.assertTrue(result.shouldStop)
[all …]
Dtest_break.py63 self.assertTrue(result.shouldStop)
85 self.assertTrue(result.shouldStop)
120 self.assertTrue(result.shouldStop)
121 self.assertTrue(result2.shouldStop)
122 self.assertFalse(result3.shouldStop)
185 self.assertFalse(result.shouldStop)
Dsupport.py120 self.shouldStop = False
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java46 private volatile boolean shouldStop = false; field in InterruptionUtil.Interruptenator
61 if (shouldStop) { in run()
69 shouldStop = true; in stopInterrupting()
/external/python/cpython2/Lib/unittest/
Dsuite.py64 if result.shouldStop:
94 if result.shouldStop:
303 shouldStop = False variable in _DebugResult
Dresult.py48 self.shouldStop = False
150 self.shouldStop = True
/external/python/cpython3/Lib/unittest/
Dsuite.py62 if result.shouldStop:
108 if result.shouldStop:
321 shouldStop = False variable in _DebugResult
Dresult.py46 self.shouldStop = False
171 self.shouldStop = True
/external/junit/src/main/java/junit/extensions/
DRepeatedTest.java28 if (result.shouldStop()) { in run()
/external/clang/lib/Analysis/
DFormatStringParsing.h68 bool shouldStop() const { return Stop; } in shouldStop() function
DPrintfFormatString.cpp342 if (FSR.shouldStop()) in ParsePrintfString()
372 if (FSR.shouldStop()) in ParseFormatStringHasSArg()
DScanfFormatString.cpp544 if (FSR.shouldStop()) in ParseScanfString()
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicBenchmarker.java80 public Boolean shouldStop() { in shouldStop() method in OvicBenchmarker
DOvicDetectorBenchmarker.java115 if (shouldStop() || !readyToTest()) { in processBitmap()
DOvicClassifierBenchmarker.java79 if (shouldStop() || !readyToTest()) { in processBitmap()
/external/junit/src/main/java/junit/framework/
DTestResult.java155 public synchronized boolean shouldStop() { in shouldStop() method in TestResult
DTestSuite.java244 if (result.shouldStop()) {
/external/autotest/tko/parsers/test/
Dunittest_hotfix.py19 self.shouldStop = 0
/external/tensorflow/tensorflow/lite/java/ovic/demo/app/
DOvicBenchmarkerActivity.java114 if (benchmarker.shouldStop()) { in doTestIteration()
/external/slf4j/log4j-over-slf4j/compatibility/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/guice/lib/build/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...
/external/slf4j/integration/lib/
Djunit-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...

12