Home
last modified time | relevance | path

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

12

/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/grpc-grpc/include/grpcpp/impl/codegen/
Dasync_stream.h215 assert(!started_); in StartCall()
216 started_ = true; in StartCall()
229 assert(started_); in ReadInitialMetadata()
238 assert(started_); in Read()
253 assert(started_); in Finish()
267 : context_(context), call_(call), started_(start) { in ClientAsyncReader()
287 bool started_; variable
363 assert(!started_); in StartCall()
364 started_ = true; in StartCall()
376 assert(started_); in ReadInitialMetadata()
[all …]
Dasync_unary_call.h114 assert(!started_); in StartCall()
115 started_ = true; in StartCall()
126 assert(started_); in ReadInitialMetadata()
141 assert(started_); in Finish()
162 bool started_; variable
168 : context_(context), call_(call), started_(start) { in ClientAsyncResponseReader()
/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/grpc-grpc/src/core/lib/gprpp/
Dthd_posix.cc54 : started_(false) { in ThreadInternalsPosix()
94 while (!arg.thread->started_) { in ThreadInternalsPosix()
122 started_ = true; in Start()
132 bool started_; member in grpc_core::__anon573c6e610111::ThreadInternalsPosix
Dthd_windows.cc59 : started_(false) { in ThreadInternalsWindows()
79 while (!g_thd_info->thread->started_) { in ThreadInternalsWindows()
107 started_ = true; in Start()
126 bool started_; member in __anon4b7705390111::ThreadInternalsWindows
/external/google-benchmark/src/
Dbenchmark.cc130 started_(false), in State()
170 CHECK(started_ && !finished_ && !error_occurred_); in PauseTiming()
175 CHECK(started_ && !finished_ && !error_occurred_); in ResumeTiming()
203 CHECK(!started_ && !finished_); in StartKeepRunning()
204 started_ = true; in StartKeepRunning()
211 CHECK(started_ && (!finished_ || error_occurred_)); in FinishKeepRunning()
/external/libcxx/utils/google-benchmark/src/
Dbenchmark.cc130 started_(false), in State()
170 CHECK(started_ && !finished_ && !error_occurred_); in PauseTiming()
175 CHECK(started_ && !finished_ && !error_occurred_); in ResumeTiming()
203 CHECK(!started_ && !finished_); in StartKeepRunning()
204 started_ = true; in StartKeepRunning()
211 CHECK(started_ && (!finished_ || error_occurred_)); in FinishKeepRunning()
/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::__anona5157c010111::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()
/external/grpc-grpc/src/cpp/server/
Dserver_cc.cc396 started_(false), in Server()
450 if (started_ && !shutdown_) { in ~Server()
453 } else if (!started_) { in ~Server()
549 GPR_ASSERT(!started_); in AddListeningPort()
556 GPR_ASSERT(!started_); in Start()
558 started_ = true; in Start()
649 while (started_ && !shutdown_notified_) { in Wait()
/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()

12