Home
last modified time | relevance | path

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

/external/clang/lib/Analysis/
DFormatStringParsing.h68 bool shouldStop() const { return Stop; } in shouldStop() function
/external/llvm-project/clang/lib/AST/
DFormatStringParsing.h84 bool shouldStop() const { return Stop; } in shouldStop() function
/external/guava/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java42 private volatile boolean shouldStop = false; field in InterruptionUtil.Interruptenator
/external/guava/android/guava-tests/test/com/google/common/util/concurrent/
DInterruptionUtil.java42 private volatile boolean shouldStop = false; field in InterruptionUtil.Interruptenator
/external/tensorflow/tensorflow/lite/java/ovic/src/main/java/org/tensorflow/ovic/
DOvicBenchmarker.java81 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/llvm-project/lldb/source/Breakpoint/
DBreakpointLocationCollection.cpp122 bool shouldStop = false; in ShouldStop() local
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/
Dsuite.py287 shouldStop = False variable in _DebugResult
/external/python/cpython2/Lib/unittest/
Dsuite.py303 shouldStop = False variable in _DebugResult
/external/python/cpython3/Lib/unittest/
Dsuite.py361 shouldStop = False variable in _DebugResult
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp142 virtual bool shouldStop() { return false; } in shouldStop() function in __anon18c107e60111::CallAnalyzer
571 bool shouldStop() override { in shouldStop() function in __anon18c107e60111::InlineCostCallAnalyzer
/external/llvm-project/llvm/lib/Analysis/
DInlineCost.cpp203 virtual bool shouldStop() { return false; } in shouldStop() function in __anonae1cb0f20111::CallAnalyzer
663 bool shouldStop() override { in shouldStop() function in __anonae1cb0f20111::InlineCostCallAnalyzer
/external/angle/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp525 bool shouldStop = hasPendingError(); in waitForWorkComplete() local