HomeSort by relevance Sort by last modified time
    Searched refs:started_ (Results 1 - 25 of 30) sorted by null

1 2

  /external/v8/src/base/platform/
elapsed-timer.h 17 ElapsedTimer() : started_(false) {}
27 started_ = true;
38 started_ = false;
45 DCHECK(started_ || start_ticks_.IsNull());
46 DCHECK(!started_ || !start_ticks_.IsNull());
91 bool started_; member in class:v8::base::final
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.cc 58 started_(false),
64 if (started_)
71 started_ = thread_create_result == 0;
72 return started_;
76 if (!started_)
86 started_ = thread_join_result != 0;
89 return !started_;
crash_generation_server.h 131 bool started_; member in class:google_breakpad::CrashGenerationServer
  /external/webrtc/webrtc/test/
vcm_capturer.cc 20 : VideoCapturer(input), started_(false), vcm_(NULL) {
73 started_ = true;
78 started_ = false;
100 if (started_)
vcm_capturer.h 43 bool started_ GUARDED_BY(crit_);
  /external/libbrillo/brillo/dbus/
async_event_sequencer.cc 19 CHECK(!started_) << "Cannot create handlers after OnAllTasksCompletedCall()";
44 CHECK(!started_) << "OnAllTasksCompletedCall called twice!";
45 started_ = true;
115 if (!started_ || !outstanding_registrations_.empty()) {
async_event_sequencer.h 98 bool started_{false};
  /external/webrtc/talk/session/media/
currentspeakermonitor.cc 45 : started_(false),
56 if (!started_) {
64 started_ = true;
69 if (started_) {
73 started_ = false;
currentspeakermonitor.h 100 bool started_; member in class:cricket::CurrentSpeakerMonitor
  /external/google-breakpad/src/client/ios/
BreakpadController.h 60 BOOL started_; variable
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.h 122 bool started_; member in class:google_breakpad::CrashGenerationServer
crash_generation_server.cc 70 started_(false)
80 if (started_)
87 if (started_ || 0 > server_fd_)
109 started_ = true;
118 if (!started_)
126 started_ = false;
  /system/update_engine/common/
http_fetcher_unittest.cc 100 bool started_; member in class:chromeos_update_engine::HttpServer
109 started_ = true;
117 started_ = false;
161 started_ = true;
463 ASSERT_TRUE(server->started_);
479 ASSERT_TRUE(server->started_);
503 ASSERT_TRUE(server->started_);
541 ASSERT_TRUE(server.started_);
604 ASSERT_TRUE(server->started_);
695 ASSERT_TRUE(server->started_);
    [all...]
  /art/runtime/
thread_pool.h 149 return started_ && !tasks_.empty();
156 volatile bool started_ GUARDED_BY(task_queue_lock_);
thread_pool.cc 109 if (started_ && waiting_count_ != 0) {
124 started_(false),
166 started_ = true;
174 started_ = false;
  /art/compiler/
elf_builder.h 110 started_(false),
124 CHECK(!started_);
126 started_ = true;
157 CHECK(started_);
175 CHECK(started_);
184 CHECK(started_);
204 CHECK(started_); variable
223 DCHECK(started_);
234 bool started_; member in class:art::FINAL::Section
531 started_(false)
1012 bool started_; member in class:art::FINAL
    [all...]
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.cc 67 started_(false),
655 started_ = false;
661 if (started_) {
670 if (!started_) {
672 started_ = true;
fakeaudiocapturemodule.h 262 // wall clock time the next frame should be generated and received. started_
264 bool started_; member in class:FakeAudioCaptureModule
  /external/google-benchmark/src/
benchmark.cc 402 : started_(false),
422 CHECK(started_ && !finished_ && !error_occurred_);
427 CHECK(started_ && !finished_ && !error_occurred_);
455 CHECK(!started_ && !finished_);
456 started_ = true;
462 CHECK(started_ && (!finished_ || error_occurred_));
  /external/libcxx/utils/google-benchmark/src/
benchmark.cc 381 : started_(false),
400 CHECK(started_ && !finished_ && !error_occurred_);
405 CHECK(started_ && !finished_ && !error_occurred_);
433 CHECK(!started_ && !finished_);
434 started_ = true;
440 CHECK(started_ && (!finished_ || error_occurred_));
  /system/connectivity/wificond/net/
netlink_manager.cpp 60 : started_(false),
195 if (started_) {
232 started_ = true;
237 return started_;
netlink_manager.h 247 bool started_; member in class:android::wificond::NetlinkManager
  /external/google-benchmark/include/benchmark/
benchmark_api.h 335 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) {
468 bool started_; member in class:benchmark::internal::State
    [all...]
  /external/libcxx/utils/google-benchmark/include/benchmark/
benchmark_api.h 284 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) {
423 bool started_; member in class:benchmark::internal::State
  /frameworks/native/cmds/dumpstate/
dumpstate.h 77 uint64_t started_; member in class:DurationReporter

Completed in 549 milliseconds

1 2