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

  /external/autotest/client/deps/glbench/src/
png_helper.cc 16 void abort_(const char* s, ...) { function
53 abort_("[write_png_file] File %s could not be opened for writing",
58 abort_("[write_png_file] png_create_write_struct failed");
61 abort_("[write_png_file] png_create_info_struct failed");
63 abort_("[write_png_file] Error during init_io");
68 abort_("[write_png_file] Error during writing header");
76 abort_("[write_png_file] Error during writing bytes");
81 abort_("[write_png_file] Error during end of write");
  /external/libvpx/libvpx/test/
config_test.cc 39 abort_ |= (frame_count_in_ >= frame_count_max_);
tile_independence_test.cc 61 abort_ = true;
encode_test_driver.h 202 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
251 return !(::testing::Test::HasFatalFailure() || abort_);
279 bool abort_; member in class:libvpx_test::EncoderTest
keyframe_test.cc 50 abort_ |= kf_count_ > kf_count_max_;
superframe_test.cc 76 abort_ |=
vp9_ethread_test.cc 62 abort_ = false;
68 abort_ |= first_pass_only_;
  /external/libaom/libaom/test/
encode_test_driver.h 166 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
207 return !(::testing::Test::HasFatalFailure() || abort_);
237 bool abort_; member in class:libaom_test::EncoderTest
superframe_test.cc 81 abort_ |=
decode_multithreaded_test.cc 92 abort_ = true;
tile_independence_test.cc 81 abort_ = true;
av1_ext_tile_test.cc 136 abort_ = true;
ethread_test.cc 106 abort_ = true;
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 184 abort_(false),
210 if (abort_) return false;
388 abort_ = false;
395 abort_ = true;
411 if (!abort_) return;
432 if (num_worker_tasks_ == 0) abort_ = false;
454 if (abort_) return;
458 abort_ = true;
570 if (running_background_jobs_.empty() && abort_) {
586 aborted = abort_;
    [all...]
compiler-dispatcher.h 182 bool abort_; member in class:v8::internal::CompilerDispatcher
  /art/runtime/
runtime.cc 257 abort_(nullptr),
642 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) {
644 Runtime::Current()->abort_();
    [all...]
runtime.h 1037 void (*abort_)(); member in class:art::verifier::VerifyMode
    [all...]

Completed in 478 milliseconds