Home
last modified time | relevance | path

Searched refs:started_ (Results 1 – 25 of 25) sorted by relevance

/external/v8/src/base/platform/
Delapsed-timer.h17 ElapsedTimer() : started_(false) {} in ElapsedTimer()
27 started_ = true; in Start()
38 started_ = false; in Stop()
45 DCHECK(started_ || start_ticks_.IsNull()); in IsStarted()
46 DCHECK(!started_ || !start_ticks_.IsNull()); in IsStarted()
91 bool started_; variable
/external/google-breakpad/src/client/mac/crash_generation/
Dcrash_generation_server.cc58 started_(false), in CrashGenerationServer()
64 if (started_) in ~CrashGenerationServer()
71 started_ = thread_create_result == 0; in Start()
72 return started_; in Start()
76 if (!started_) in Stop()
86 started_ = thread_join_result != 0; in Stop()
89 return !started_; in Stop()
Dcrash_generation_server.h131 bool started_; variable
/external/google-breakpad/src/client/ios/
DBreakpadController.mm112 started_ = NO;
130 if (started_)
132 started_ = YES;
147 if (!started_)
149 started_ = NO;
161 NSAssert(started_, @"The controller must be started before "
171 NSAssert(started_,
191 NSAssert(!started_,
201 NSAssert(!started_,
212 NSAssert(!started_,
[all …]
DBreakpadController.h60 BOOL started_; variable
/external/google-breakpad/src/client/linux/crash_generation/
Dcrash_generation_server.cc70 started_(false) in CrashGenerationServer()
80 if (started_) in ~CrashGenerationServer()
87 if (started_ || 0 > server_fd_) in Start()
109 started_ = true; in Start()
118 if (!started_) in Stop()
126 started_ = false; in Stop()
Dcrash_generation_server.h122 bool started_; variable
/external/webrtc/webrtc/test/
Dvcm_capturer.cc20 : VideoCapturer(input), started_(false), vcm_(NULL) { in VcmCapturer()
73 started_ = true; in Start()
78 started_ = false; in Stop()
100 if (started_) in OnIncomingCapturedFrame()
Dvcm_capturer.h43 bool started_ GUARDED_BY(crit_);
/external/webrtc/talk/session/media/
Dcurrentspeakermonitor.cc45 : started_(false), in CurrentSpeakerMonitor()
56 if (!started_) { in Start()
64 started_ = true; in Start()
69 if (started_) { in Stop()
73 started_ = false; in Stop()
Dcurrentspeakermonitor.h100 bool started_; variable
/external/libbrillo/brillo/dbus/
Dasync_event_sequencer.cc19 CHECK(!started_) << "Cannot create handlers after OnAllTasksCompletedCall()"; in GetHandler()
44 CHECK(!started_) << "OnAllTasksCompletedCall called twice!"; in OnAllTasksCompletedCall()
45 started_ = true; in OnAllTasksCompletedCall()
115 if (!started_ || !outstanding_registrations_.empty()) { in PossiblyRunCompletionActions()
Dasync_event_sequencer.h98 bool started_{false};
/external/libchrome/base/threading/
Dsimple_thread_unittest.cc39 : started_(WaitableEvent::ResetPolicy::MANUAL, in ControlledRunner()
48 void WaitUntilStarted() { started_.Wait(); } in WaitUntilStarted()
57 started_.Signal(); in Run()
62 WaitableEvent started_; member in base::__anonbd9fcff50111::ControlledRunner
/external/webrtc/talk/app/webrtc/test/
Dfakeaudiocapturemodule.cc67 started_(false), in FakeAudioCaptureModule()
655 started_ = false; in UpdateProcessing()
661 if (started_) { in StartProcessP()
670 if (!started_) { in ProcessFrameP()
672 started_ = true; in ProcessFrameP()
Dfakeaudiocapturemodule.h264 bool started_; variable
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc400 : started_(false), in State()
421 CHECK(started_ && !finished_ && !error_occurred_); in PauseTiming()
426 CHECK(started_ && !finished_ && !error_occurred_); in ResumeTiming()
454 CHECK(!started_ && !finished_); in StartKeepRunning()
455 started_ = true; in StartKeepRunning()
461 CHECK(started_ && (!finished_ || error_occurred_)); in FinishKeepRunning()
/external/google-benchmark/src/
Dbenchmark.cc400 : started_(false), in State()
421 CHECK(started_ && !finished_ && !error_occurred_); in PauseTiming()
426 CHECK(started_ && !finished_ && !error_occurred_); in ResumeTiming()
454 CHECK(!started_ && !finished_); in StartKeepRunning()
455 started_ = true; in StartKeepRunning()
461 CHECK(started_ && (!finished_ || error_occurred_)); in FinishKeepRunning()
/external/tensorflow/tensorflow/core/platform/cloud/
Dgcs_dns_cache.cc67 if (!started_) { in AnnotateRequest()
76 started_ = true; in AnnotateRequest()
Dgcs_dns_cache.h66 bool started_ GUARDED_BY(mu_) = false;
Dgcs_dns_cache_test.cc78 d.started_ = true; // Avoid creating a thread. in AnnotateRequestTest()
/external/google-benchmark/include/benchmark/
Dbenchmark.h433 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) { in KeepRunning()
571 bool started_;
/external/libcxx/utils/google-benchmark/include/benchmark/
Dbenchmark.h433 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) { in KeepRunning()
571 bool started_;
/external/libmojo/mojo/edk/system/ports/
Dports_unittest.cc109 return started_ && !dispatching_ && in IsIdle()
289 started_ = true; in ProcessMessages()
304 bool started_ = false; member in mojo::edk::ports::test::__anon6f3432360111::TestNode
/external/webrtc/webrtc/video/
Dend_to_end_tests.cc1372 started_(false) { in TEST_F()
1387 if (started_) { in TEST_F()
1461 started_ = true; in TEST_F()
1478 bool started_; in TEST_F() member in webrtc::TEST_F::RtpExtensionHeaderObserver