/external/llvm-project/libcxx/test/std/thread/futures/futures.unique_future/ |
D | wait_until.pass.cpp | 27 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator 47 set_worker_thread_state(WorkerThreadState::Exiting); in func1() 57 set_worker_thread_state(WorkerThreadState::Exiting); in func3() 64 set_worker_thread_state(WorkerThreadState::Exiting); in func5() 81 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 99 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 117 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
|
/external/llvm-project/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait_until.pass.cpp | 27 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator 47 set_worker_thread_state(WorkerThreadState::Exiting); in func1() 57 set_worker_thread_state(WorkerThreadState::Exiting); in func3() 64 set_worker_thread_state(WorkerThreadState::Exiting); in func5() 82 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 100 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 118 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
|
/external/libcxx/test/std/thread/futures/futures.unique_future/ |
D | wait_until.pass.cpp | 25 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator 44 set_worker_thread_state(WorkerThreadState::Exiting); in func1() 54 set_worker_thread_state(WorkerThreadState::Exiting); in func3() 61 set_worker_thread_state(WorkerThreadState::Exiting); in func5() 78 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 99 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 120 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
|
/external/libcxx/test/std/thread/futures/futures.shared_future/ |
D | wait_until.pass.cpp | 27 enum class WorkerThreadState { Uninitialized, AllowedToRun, Exiting }; enumerator 46 set_worker_thread_state(WorkerThreadState::Exiting); in func1() 56 set_worker_thread_state(WorkerThreadState::Exiting); in func3() 63 set_worker_thread_state(WorkerThreadState::Exiting); in func5() 80 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 101 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main() 122 wait_for_worker_thread_state(WorkerThreadState::Exiting); in main()
|
/external/llvm/lib/Fuzzer/test/ |
D | fuzzer.test | 33 UNINSTRUMENTED: ERROR: __sanitizer_set_death_callback is not defined. Exiting. 36 NO_COVERAGE: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting
|
/external/llvm-project/compiler-rt/test/fuzzer/ |
D | not-instrumented.test | 4 NO_COVERAGE: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting
|
D | windows-opt-ref.test | 8 CHECK-NOT: ERROR: no interesting inputs were found. Is the code instrumented for coverage? Exiting.
|
/external/python/pyfakefs/.travis/ |
D | install.sh | 37 echo Exiting.
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | BranchProbabilityInfo.h | 158 Exiting = 0x2, enumerator 191 return getSccBlockType(BB, SccNum) & Exiting; in isSCCExitingBlock()
|
/external/llvm/unittests/Analysis/ |
D | UnrollAnalyzer.cpp | 35 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local 38 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
|
/external/llvm-project/llvm/unittests/Analysis/ |
D | UnrollAnalyzerTest.cpp | 36 BasicBlock *Exiting = L->getExitingBlock(); in runOnFunction() local 39 TripCount = SE->getSmallConstantTripCount(L, Exiting); in runOnFunction()
|
/external/libwebsockets/minimal-examples/dbus-client/minimal-dbus-client/ |
D | README.md | 46 [2018/10/05 06:09:22:4691] NOTICE: Exiting cleanly
|
/external/protobuf/ |
D | appveyor.bat | 7 echo Unsupported language %language% and platform %platform%. Exiting.
|
/external/pigweed/pw_target_runner/go/ |
D | docs.rst | 43 log.Printf("Exiting test worker %d\n", w.id)
|
/external/oss-fuzz/infra/cifuzz/test_data/ |
D | msan_crash_fuzzer_output.txt | 34 Exiting
|
/external/vulkan-validation-layers/build-android/ |
D | update_external_sources_android.bat | 74 echo Exiting
|
/external/crosvm/vm_control/src/ |
D | lib.rs | 75 Exiting, enumerator 87 Exiting => write!(f, "exiting"), in fmt() 988 *run_mode = Some(VmRunMode::Exiting); in execute()
|
/external/webrtc/sdk/objc/components/renderer/metal/ |
D | RTCMTLVideoView.m | 262 RTCLogInfo(@"Incoming frame is nil. Exiting render callback.");
|
/external/OpenCL-CTS/ |
D | CMakeLists.txt | 93 message (FATAL_ERROR "Target architecture not recognised. Exiting.")
|
/external/crosvm/src/ |
D | linux.rs | 2095 VmRunMode::Exiting => break 'vcpu_loop, in run_vcpu() 3050 VmRunMode::Exiting => { in run_control() 3234 kick_all_vcpus(&vcpu_handles, &linux.irq_chip, &VmRunMode::Exiting); in run_control()
|
/external/llvm-project/llvm/lib/Analysis/ |
D | BranchProbabilityInfo.cpp | 233 BlockType |= Exiting; in calculateSccBlockType()
|
/external/google-breakpad/src/client/mac/sender/ |
D | crash_report_sender.m | 750 GTMLoggerDebug(@"Exiting with no errors");
|
/external/clang/docs/analyzer/ |
D | IPA.txt | 126 Exiting an inlined function is a bit more work, fortunately broken up into
|
/external/llvm-project/clang/docs/analyzer/developer-docs/ |
D | IPA.rst | 133 Exiting an inlined function is a bit more work, fortunately broken up into
|
/external/google-benchmark/ |
D | README.md | 305 [Exiting with an Error](#exiting-with-an-error) 1199 ### Exiting with an Error
|