Home
last modified time | relevance | path

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

/external/lldb/test/unittest2/test/
Dtest_result.py25 self.assertEqual(result.shouldStop, False)
37 self.assertEqual(result.shouldStop, True)
56 self.assertEqual(result.shouldStop, False)
77 self.assertEqual(result.shouldStop, False)
86 self.assertEqual(result.shouldStop, False)
130 self.assertEqual(result.shouldStop, False)
173 self.assertEqual(result.shouldStop, False)
221 self.assertEqual(result.shouldStop, False)
270 self.assertTrue(result.shouldStop)
276 self.assertTrue(result.shouldStop)
[all …]
Dtest_break.py65 self.assertTrue(result.shouldStop)
83 self.assertTrue(result.shouldStop)
118 self.assertTrue(result.shouldStop)
119 self.assertTrue(result2.shouldStop)
120 self.assertFalse(result3.shouldStop)
179 self.assertFalse(result.shouldStop)
Dsupport.py17 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/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp140 bool shouldStop = false; in ShouldStop() local
145 shouldStop = true; in ShouldStop()
147 return shouldStop; in ShouldStop()
/external/lldb/test/unittest2/
Dsuite.py58 if result.shouldStop:
100 if result.shouldStop:
287 shouldStop = False variable in _DebugResult
Dresult.py48 self.shouldStop = False
142 self.shouldStop = True
/external/junit/src/junit/extensions/
DRepeatedTest.java28 if (result.shouldStop()) in run()
/external/conscrypt/src/main/java/org/conscrypt/
DOpenSSLEngineImpl.java462 boolean shouldStop = false; in unwrap()
464 while (!shouldStop) { in unwrap()
467 shouldStop = true; in unwrap()
481 shouldStop = true; in unwrap()
/external/clang/lib/Analysis/
DFormatStringParsing.h62 bool shouldStop() const { return Stop; } in shouldStop() function
DPrintfFormatString.cpp275 if (FSR.shouldStop()) in ParsePrintfString()
305 if (FSR.shouldStop()) in ParseFormatStringHasSArg()
DScanfFormatString.cpp539 if (FSR.shouldStop()) in ParseScanfString()
/external/junit/src/junit/framework/
DTestResult.java148 public synchronized boolean shouldStop() { in shouldStop() method in TestResult
DTestSuite.java236 if (result.shouldStop() )