/third_party/googletest/googletest/test/ |
D | gtest_pred_impl_unittest.cc | 115 finished_ = false; in SetUp() 126 if (expected_to_finish_ && !finished_) { in TearDown() 128 } else if (!expected_to_finish_ && finished_) { in TearDown() 138 static bool finished_; member in Predicate1Test 144 bool Predicate1Test::finished_; member in Predicate1Test 156 finished_ = true; in TEST_F() 163 finished_ = true; in TEST_F() 170 finished_ = true; in TEST_F() 177 finished_ = true; in TEST_F() 186 finished_ = true; in TEST_F() [all …]
|
/third_party/ninja/src/ |
D | subprocess-win32.cc | 250 finished_.push(subprocess); in Add() 275 finished_.push(subproc); in DoWork() 284 if (finished_.empty()) in NextFinished() 286 Subprocess* subproc = finished_.front(); in NextFinished() 287 finished_.pop(); in NextFinished()
|
D | subprocess_test.cc | 176 ASSERT_EQ(1u, subprocs_.finished_.size()); in TEST_F() 210 ASSERT_EQ(3u, subprocs_.finished_.size()); in TEST_F() 246 ASSERT_EQ(kNumProcs, subprocs_.finished_.size()); in TEST_F() 261 ASSERT_EQ(1u, subprocs_.finished_.size()); in TEST_F()
|
D | subprocess-posix.cc | 290 finished_.push(*i); in DoWork() 337 finished_.push(*i); in DoWork() 350 if (finished_.empty()) in NextFinished() 352 Subprocess* subproc = finished_.front(); in NextFinished() 353 finished_.pop(); in NextFinished()
|
D | build.cc | 54 queue<Edge*> finished_; member 62 finished_.push(edge); in StartCommand() 67 if (finished_.empty()) in WaitForCommand() 71 result->edge = finished_.front(); in WaitForCommand() 72 finished_.pop(); in WaitForCommand() 478 subprocs_.running_.size() + subprocs_.finished_.size(); in CanRunMore()
|
D | subprocess.h | 92 std::queue<Subprocess*> finished_; member
|
/third_party/benchmark/src/ |
D | benchmark.cc | 168 finished_(false), in State() 233 BM_CHECK(started_ && !finished_ && !skipped()); in PauseTiming() 251 BM_CHECK(started_ && !finished_ && !skipped()); in ResumeTiming() 294 BM_CHECK(!started_ && !finished_); in StartKeepRunning() 302 BM_CHECK(started_ && (!finished_ || skipped())); in FinishKeepRunning() 308 finished_ = true; in FinishKeepRunning()
|
/third_party/libabigail/src/ |
D | abg-comparison-priv.h | 247 bool finished_; member 272 : finished_(), in priv() 1004 bool finished_; member 1050 : finished_(false), in priv() 1065 : finished_(false), in priv()
|
D | abg-comparison.cc | 1933 if (diff::priv_->finished_) in finish_diff_type() 1936 diff::priv_->finished_ = true; in finish_diff_type() 10301 if (priv_->finished_) in finish_diff_type() 10304 priv_->finished_ = true; in finish_diff_type()
|
/third_party/node/src/ |
D | node_file-inl.h | 203 CHECK_IMPLIES(!finished_, !env()->can_call_into_js()); in ~FSReqPromise() 221 finished_ = true; in Reject() 233 finished_ = true; in Resolve()
|
D | node_file.h | 240 bool finished_ = false; variable
|
/third_party/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1309 finished_(false) { 1319 if (!finished_) { 1321 finished_ = true; 1336 bool finished_; // true if and only if we know that the thread function has
|
/third_party/node/deps/googletest/include/gtest/internal/ |
D | gtest-port.h | 1337 finished_(false) { 1347 if (!finished_) { 1349 finished_ = true; 1364 bool finished_; // true if and only if we know that the thread function has
|
/third_party/googletest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1312 finished_(false) { 1322 if (!finished_) { 1324 finished_ = true; 1339 bool finished_; // true if and only if we know that the thread function has
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-js.cc | 275 if (finished_) return; in OnCompilationSucceeded() 276 finished_ = true; in OnCompilationSucceeded() 284 if (finished_) return; in OnCompilationFailed() 285 finished_ = true; in OnCompilationFailed() 295 bool finished_ = false; member in v8::__anone6070c700211::__anone6070c700311::AsyncCompilationResolver 435 if (finished_) return; in OnCompilationSucceeded() 436 finished_ = true; in OnCompilationSucceeded() 445 if (finished_) return; in OnCompilationFailed() 446 finished_ = true; in OnCompilationFailed() 457 bool finished_ = false; member in v8::__anone6070c700211::__anone6070c700311::AsyncInstantiateCompileResultResolver
|
/third_party/benchmark/include/benchmark/ |
D | benchmark.h | 952 bool finished_; variable
|
/third_party/libabigail/ |
D | ChangeLog | 35349 (struct diff::priv::{finished_, traversing_, children_, 35384 (corpus_diff::priv::{finished_, pretty_representation_}): New data
|