HomeSort by relevance Sort by last modified time
    Searched refs:init_done_ (Results 1 - 8 of 8) sorted by null

  /external/libvpx/libvpx/test/
decode_test_driver.h 42 : cfg_(cfg), flags_(0), init_done_(false) {
47 : cfg_(cfg), flags_(flag), init_done_(false) {
103 if (!init_done_) {
107 init_done_ = true;
114 bool init_done_; member in class:libvpx_test::Decoder
  /hardware/qcom/display/msm8909/sdm/libs/hwc2/
hwc_session.h 66 inline bool InitDone() { return init_done_; }
72 bool init_done_ = false; member in class:sdm::HWCUEvent
hwc_session.cpp 93 hwc_uevent->init_done_ = true;
    [all...]
  /hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
hwc_session.h 57 inline bool InitDone() { return init_done_; }
63 bool init_done_ = false; member in class:sdm::HWCUEvent
hwc_session.cpp 91 hwc_uevent->init_done_ = true;
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
master_session.cc 248 // once. init_started_ && !init_done_ indicates the initialization
251 Notification init_done_; member in class:tensorflow::MasterSession::ReffedClientGraph
303 init_done_.Notify();
306 init_done_.WaitForNotification();
    [all...]
  /art/runtime/
class_linker.h 214 return init_done_;
1328 bool init_done_; member in class:art::ClassLinker
    [all...]
class_linker.cc 376 init_done_(false),
420 CHECK(!init_done_);
    [all...]

Completed in 1165 milliseconds