Home
last modified time | relevance | path

Searched refs:started_ (Results 1 – 25 of 41) 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/perfetto/src/tracing/core/
Dmetatrace_writer.cc42 if (started_) { in Enable()
57 started_ = true; in Enable()
62 if (!started_) in Disable()
65 started_ = false; in Disable()
71 if (!started_) in WriteAllAvailableEvents()
103 if (!started_) in WriteAllAndFlushTraceWriter()
Dmetatrace_writer.h62 bool started_ = false; 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()
/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 …]
/external/libchrome/base/task_scheduler/
Ddelayed_task_manager.cc34 DCHECK(!started_.IsSet()); in Start()
39 started_.Set(); in Start()
66 if (started_.IsSet()) { in AddDelayedTask()
71 if (started_.IsSet()) { in AddDelayedTask()
86 DCHECK(started_.IsSet()); in AddDelayedTaskNow()
Ddelayed_task_manager.h62 AtomicFlag 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()
/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()
/external/grpc-grpc/src/core/lib/gprpp/
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 __anonc535337b0111::ThreadInternalsWindows
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::__anoncbb624230111::ThreadInternalsPosix
/external/tensorflow/tensorflow/lite/experimental/ruy/
Dpmu.cc60 RUY_CHECK(!started_); in ~PerfEvent()
65 RUY_CHECK(!started_); in Start()
66 started_ = true; in Start()
73 RUY_CHECK(started_); in Stop()
74 started_ = false; in Stop()
80 RUY_CHECK(!started_); in Count()
92 bool started_ = false; member in ruy::PerfEvent
/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::__anonba4ccc030111::ControlledRunner
/external/google-benchmark/src/
Dbenchmark.cc124 started_(false), in State()
164 CHECK(started_ && !finished_ && !error_occurred_); in PauseTiming()
169 CHECK(started_ && !finished_ && !error_occurred_); in ResumeTiming()
197 CHECK(!started_ && !finished_); in StartKeepRunning()
198 started_ = true; in StartKeepRunning()
205 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/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.cc69 if (!started_) { in AnnotateRequest()
78 started_ = true; in AnnotateRequest()
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc85 started_(false) { in RemoteCopyNode()
344 started_ = true; in RunAsync()
372 if (!started_) { in Abort()

12