Searched defs:shouldStop (Results 1 – 3 of 3) sorted by relevance
| /third_party/python/Lib/unittest/ | ||
| D | suite.py | 379 shouldStop = False variable in _DebugResult |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ | ||
| D | InlineCost.cpp | 142 virtual bool shouldStop() { return false; } in shouldStop() function in __anon2bb7eee50111::CallAnalyzer |
| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ | ||
| D | CommandProcessor.cpp | 567 bool shouldStop = hasPendingError(); in waitForWorkComplete() local |