/third_party/ninja/src/ |
D | subprocess_test.cc | 48 subprocs_.DoWork(); in TEST_F() 62 subprocs_.DoWork(); in TEST_F() 80 subprocs_.DoWork(); in TEST_F() 91 bool interrupted = subprocs_.DoWork(); in TEST_F() 104 subprocs_.DoWork(); in TEST_F() 115 bool interrupted = subprocs_.DoWork(); in TEST_F() 128 subprocs_.DoWork(); in TEST_F() 139 bool interrupted = subprocs_.DoWork(); in TEST_F() 155 subprocs_.DoWork(); in TEST_F() 169 subprocs_.DoWork(); in TEST_F() [all …]
|
D | subprocess.h | 88 bool DoWork();
|
D | subprocess-posix.cc | 240 bool SubprocessSet::DoWork() { in DoWork() function in SubprocessSet 290 bool SubprocessSet::DoWork() { in DoWork() function in SubprocessSet
|
D | subprocess-win32.cc | 252 bool SubprocessSet::DoWork() { in DoWork() function in SubprocessSet
|
D | build.cc | 715 bool interrupted = subprocs_.DoWork(); in WaitForCommand()
|
/third_party/boost/libs/thread/test/ |
D | test_11053.cpp | 14 void DoWork() in DoWork() function 35 void DoWork() in DoWork() function 40 m_ptr->DoWork(); in DoWork() 48 void DoWork() in DoWork() function 53 m_ptr->DoWork(); in DoWork() 63 boost::thread cWorker(&C::DoWork, p_C); in main()
|
/third_party/cef/tests/shared/browser/ |
D | main_message_loop_external_pump.cc | 56 DoWork(); in OnScheduleWork() 71 DoWork(); in OnTimerTimeout() 74 void MainMessageLoopExternalPump::DoWork() { in DoWork() function in client::MainMessageLoopExternalPump
|
D | main_message_loop_external_pump.h | 61 void DoWork();
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | default_logger.h | 38 static inline string DoWork(const T& s) { in DoWork() function 45 static inline string DoWork(int n) { 67 impl_->WriteMessage(ConvertToString<T>::DoWork(value));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericIteratedDominanceFrontier.h | 176 auto DoWork = [&](NodeTy *Succ) { in calculate() 197 DoWork(Succ); in calculate()
|
/third_party/grpc/src/cpp/thread_manager/ |
D | thread_manager.h | 76 virtual void DoWork(void* tag, bool ok, bool resources) = 0;
|
D | thread_manager.cc | 213 DoWork(tag, ok, !resource_exhausted); in MainWorkLoop()
|
/third_party/cef/libcef/browser/ |
D | browser_message_loop.cc | 68 Delegate::NextWorkInfo next_work_info = delegate->DoWork(); in DirectRunWork()
|
/third_party/grpc/test/cpp/thread_manager/ |
D | thread_manager_test.cc | 72 void DoWork(void* /* tag */, bool /*ok*/, bool /*resources*/) override { in DoWork() function in grpc::__anon7196cf860111::TestThreadManager
|
/third_party/gn/src/gn/ |
D | header_checker.h | 106 void DoWork(const Target* target, const SourceFile& file);
|
D | header_checker.cc | 177 DoWork(target, file); in RunCheckOverFiles() 189 void HeaderChecker::DoWork(const Target* target, const SourceFile& file) { in DoWork() function in HeaderChecker
|
/third_party/boost/libs/thread/doc/ |
D | latch.qbk | 32 void DoWork(thread_pool* pool) { 47 void DoWork() { 70 void DoWork() {
|
/third_party/grpc/src/cpp/server/ |
D | server_cc.cc | 802 void DoWork(void* tag, bool ok, bool resources) override { in DoWork() function in grpc::Server::SyncRequestThreadManager
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 1867 + Delegate::NextWorkInfo next_work_info = delegate_->DoWork(); 1905 + next_work_info = delegate_->DoWork();
|