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

  /external/libvpx/libvpx/test/
decode_test_driver.h 44 : cfg_(cfg), deadline_(deadline), init_done_(false) {
92 if (!init_done_) {
97 init_done_ = true;
104 bool init_done_; member in class:libvpx_test::Decoder
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
decode_test_driver.h 44 : cfg_(cfg), deadline_(deadline), init_done_(false) {
104 if (!init_done_) {
109 init_done_ = true;
116 bool init_done_; member in class:libvpx_test::Decoder
  /art/runtime/
class_linker.cc 178 init_done_(false),
203 CHECK(!init_done_);
587 init_done_ = true;
    [all...]
class_linker.h 811 bool init_done_; member in class:art::ClassLinker
    [all...]

Completed in 1574 milliseconds