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

  /external/libvpx/libvpx/test/
config_test.cc 36 abort_ |= (frame_count_in_ >= frame_count_max_);
encode_test_driver.h 162 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
194 return !(::testing::Test::HasFatalFailure() || abort_);
215 bool abort_; member in class:libvpx_test::EncoderTest
superframe_test.cc 72 abort_ |= sf_count_ > sf_count_max_ &&
tile_independence_test.cc 65 abort_ = true;
keyframe_test.cc 46 abort_ |= kf_count_ > kf_count_max_;
  /external/chromium_org/net/disk_cache/
sparse_control.h 156 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
sparse_control.cc 195 abort_(false),
274 abort_ = false;
318 abort_ = true;
322 if (!abort_)
836 if (abort_) {
839 abort_ = false;
  /external/chromium_org/net/disk_cache/v3/
sparse_control_v3.h 154 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
sparse_control_v3.cc 197 abort_(false),
255 abort_ = false;
299 abort_ = true;
303 if (!abort_)
845 if (abort_) {
848 abort_ = false;
  /external/chromium/net/disk_cache/
sparse_control.h 155 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
sparse_control.cc 265 abort_ = false;
308 abort_ = true;
312 if (!abort_)
814 if (abort_) {
817 abort_ = false;
  /art/runtime/
runtime.cc 94 abort_(NULL),
206 if (Runtime::Current() != NULL && Runtime::Current()->abort_ != NULL) {
208 Runtime::Current()->abort_();
863 abort_ = options->hook_abort_;
    [all...]
runtime.h 496 void (*abort_)(); member in class:art::Runtime

Completed in 379 milliseconds