Searched refs:abort_ (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/test/
H A Dconfig_test.cc37 abort_ |= (frame_count_in_ >= frame_count_max_);
H A Dencode_test_driver.h177 : 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
H A Dsuperframe_test.cc73 abort_ |= sf_count_ > sf_count_max_ &&
H A Dtile_independence_test.cc63 abort_ = true;
H A Dkeyframe_test.cc47 abort_ |= kf_count_ > kf_count_max_;
/external/libvpx/libvpx/test/
H A Dconfig_test.cc37 abort_ |= (frame_count_in_ >= frame_count_max_);
H A Dencode_test_driver.h177 : 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
H A Dsuperframe_test.cc73 abort_ |= sf_count_ > sf_count_max_ &&
H A Dtile_independence_test.cc63 abort_ = true;
H A Dkeyframe_test.cc47 abort_ |= kf_count_ > kf_count_max_;
/external/chromium_org/net/disk_cache/blockfile/
H A Dsparse_control.h156 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
H A Dsparse_control_v3.h154 bool abort_; // True if we should abort the current operation ASAP. member in class:disk_cache::SparseControl
H A Dsparse_control_v3.cc197 abort_(false),
255 abort_ = false;
299 abort_ = true;
303 if (!abort_)
845 if (abort_) {
848 abort_ = false;
H A Dsparse_control.cc195 abort_(false),
276 abort_ = false;
320 abort_ = true;
324 if (!abort_)
838 if (abort_) {
841 abort_ = false;

Completed in 7929 milliseconds