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

12

  /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 201 return started_;
815 bool started_; member in class:art::verifier::VerifyMode
runtime.cc 233 started_(false),
714 started_ = true;
728 // InitNativeMethods needs to be after started_ so that the classes
    [all...]
  /frameworks/native/cmds/dumpstate/
utils.cpp 125 started_ = Nanotime();
131 uint64_t elapsed = Nanotime() - started_;
    [all...]
  /external/webrtc/webrtc/video/
end_to_end_tests.cc 1478 bool started_; member in class:webrtc::RtpExtensionHeaderObserver
    [all...]

Completed in 804 milliseconds

12