Searched refs:shouldStop (Results 1 - 22 of 22) sorted by relevance

/external/junit/src/junit/extensions/
H A DRepeatedTest.java28 if (result.shouldStop())
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DInterruptionUtil.java45 private volatile boolean shouldStop = false; field in class:InterruptionUtil.Interruptenator
60 if (shouldStop) {
68 shouldStop = true;
/external/lldb/test/unittest2/test/
H A Dtest_result.py11 # TestResult.shouldStop because these only have meaning in terms of
25 self.assertEqual(result.shouldStop, False)
30 # run should be aborted by setting the TestResult's shouldStop
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, Fals
[all...]
H A 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)
H A Dsupport.py17 self.shouldStop = False
/external/lldb/source/Breakpoint/
H A DBreakpointLocationCollection.cpp140 bool shouldStop = false; local
145 shouldStop = true;
147 return shouldStop;
/external/clang/lib/Analysis/
H A DFormatStringParsing.h62 bool shouldStop() const { return Stop; } function in class:clang::analyze_format_string::SpecifierResult
H A DScanfFormatString.cpp528 if (FSR.shouldStop())
H A DPrintfFormatString.cpp241 if (FSR.shouldStop())
/external/lldb/test/unittest2/
H A Dsuite.py58 if result.shouldStop:
100 if result.shouldStop:
287 shouldStop = False variable in class:_DebugResult
H A Dresult.py48 self.shouldStop = False
142 self.shouldStop = True
/external/junit/src/junit/framework/
H A DTestResult.java148 public synchronized boolean shouldStop() { method in class:TestResult
H A DTestSuite.java236 if (result.shouldStop() )
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLFormattingElementList.cpp119 bool shouldStop = m_entries.last().isMarker();
121 if (shouldStop)
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLEngineImpl.java462 boolean shouldStop = false;
464 while (!shouldStop) {
467 shouldStop = true;
481 shouldStop = true;
/external/dexmaker/lib/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/extensions/ junit/framework/ junit/runner/ junit/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.junit_3.8.2.v3_8_2_v20100427-1100/
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit3.8.2/ junit/awtui/ junit/extensions/ junit/framework/ ...
/external/owasp/sanitizer/lib/junit/
H A Djunit-dep.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
H A Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 1092 milliseconds