HomeSort by relevance Sort by last modified time
    Searched defs:started_ (Results 1 - 15 of 15) sorted by null

  /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
  /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/webrtc/talk/session/media/
currentspeakermonitor.h 100 bool started_; member in class:cricket::CurrentSpeakerMonitor
  /external/google-breakpad/src/client/mac/crash_generation/
crash_generation_server.h 131 bool started_; member in class:google_breakpad::CrashGenerationServer
  /external/webrtc/talk/app/webrtc/test/
fakeaudiocapturemodule.h 262 // wall clock time the next frame should be generated and received. started_
264 bool started_; member in class:FakeAudioCaptureModule
  /system/connectivity/wificond/net/
netlink_manager.h 247 bool started_; member in class:android::wificond::NetlinkManager
  /frameworks/native/cmds/dumpstate/
dumpstate.h 74 uint64_t started_; member in class:DurationReporter
  /external/google-benchmark/include/benchmark/
benchmark_api.h 284 if (BENCHMARK_BUILTIN_EXPECT(!started_, false)) {
423 bool started_; member in class:benchmark::internal::State
  /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
  /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/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)
1002 bool started_; member in class:art::FINAL
    [all...]
  /art/runtime/hprof/
hprof.cc 157 EndianOutput() : length_(0), sum_length_(0), max_length_(0), started_(false) {}
168 started_ = true;
173 if (started_) {
183 started_ = false;
292 bool started_; // Was StartRecord called? member in class:art::hprof::EndianOutput
370 if (kIsDebugBuild && started_) {
    [all...]
  /art/runtime/
runtime.h 206 return started_;
826 bool started_; member in class:art::verifier::VerifyMode
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 1478 bool started_; member in class:webrtc::RtpExtensionHeaderObserver
    [all...]

Completed in 1361 milliseconds