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

  /external/chromium_org/third_party/libvpx/source/libvpx/test/
config_test.cc 37 abort_ |= (frame_count_in_ >= frame_count_max_);
encode_test_driver.h 177 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
210 return !(::testing::Test::HasFatalFailure() || abort_);
239 bool abort_; member in class:libvpx_test::EncoderTest
superframe_test.cc 73 abort_ |= sf_count_ > sf_count_max_ &&
tile_independence_test.cc 63 abort_ = true;
keyframe_test.cc 47 abort_ |= kf_count_ > kf_count_max_;
  /external/libvpx/libvpx/test/
config_test.cc 37 abort_ |= (frame_count_in_ >= frame_count_max_);
encode_test_driver.h 177 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
209 return !(::testing::Test::HasFatalFailure() || abort_);
230 bool abort_; member in class:libvpx_test::EncoderTest
superframe_test.cc 73 abort_ |= sf_count_ > sf_count_max_ &&
tile_independence_test.cc 63 abort_ = true;
keyframe_test.cc 47 abort_ |= kf_count_ > kf_count_max_;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
config_test.cc 37 abort_ |= (frame_count_in_ >= frame_count_max_);
encode_test_driver.h 177 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
209 return !(::testing::Test::HasFatalFailure() || abort_);
230 bool abort_; member in class:libvpx_test::EncoderTest
superframe_test.cc 73 abort_ |= sf_count_ > sf_count_max_ &&
tile_independence_test.cc 63 abort_ = true;
keyframe_test.cc 47 abort_ |= kf_count_ > kf_count_max_;
  /external/chromium_org/net/disk_cache/blockfile/
sparse_control.h 156 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
sparse_control_v3.h 154 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
sparse_control.cc 195 abort_(false),
276 abort_ = false;
320 abort_ = true;
324 if (!abort_)
838 if (abort_) {
841 abort_ = false;
sparse_control_v3.cc 197 abort_(false),
255 abort_ = false;
299 abort_ = true;
303 if (!abort_)
845 if (abort_) {
848 abort_ = false;
  /art/runtime/
runtime.cc 130 abort_(nullptr),
292 if (Runtime::Current() != NULL && Runtime::Current()->abort_ != NULL) {
294 Runtime::Current()->abort_();
699 abort_ = options->hook_abort_;
    [all...]
runtime.h 604 void (*abort_)(); member in class:art::Runtime

Completed in 305 milliseconds