Home
last modified time | relevance | path

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

/third_party/python/Lib/unittest/
Dsuite.py379 shouldStop = False variable in _DebugResult
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInlineCost.cpp142 virtual bool shouldStop() { return false; } in shouldStop() function in __anon2bb7eee50111::CallAnalyzer
571 bool shouldStop() override { in shouldStop() function in __anon2bb7eee50111::InlineCostCallAnalyzer
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DCommandProcessor.cpp567 bool shouldStop = hasPendingError(); in waitForWorkComplete() local