Home | Sort by relevance Sort by last modified time |
/external/libbrillo/brillo/message_loops/ | |
message_loop.cc | 55 while (!should_exit_ && RunOnce(true)) {} 56 should_exit_ = false; 60 should_exit_ = true; |
message_loop.h | 128 bool should_exit_ = false; member in class:brillo::MessageLoop |
/art/runtime/jdwp/ | |
jdwp_main.cc | 350 should_exit_(false), 633 if (should_exit_) { 750 should_exit_ = true; |
jdwp.h | 410 bool should_exit_; member in struct:art::JDWP::JdwpState |