Home
last modified time | relevance | path

Searched defs:shouldStop (Results 1 – 6 of 6) sorted by relevance

/external/clang/lib/Analysis/
DFormatStringParsing.h68 bool shouldStop() const { return Stop; } in shouldStop() function
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java46 private volatile boolean shouldStop = false; field in InterruptionUtil.Interruptenator
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicBenchmarker.java80 public Boolean shouldStop() { in shouldStop() method in OvicBenchmarker
/external/junit/src/main/java/junit/framework/
DTestResult.java155 public synchronized boolean shouldStop() { in shouldStop() method in TestResult
/external/python/cpython3/Lib/unittest/
Dsuite.py321 shouldStop = False variable in _DebugResult
/external/python/cpython2/Lib/unittest/
Dsuite.py303 shouldStop = False variable in _DebugResult