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

  /external/autotest/client/deps/glbench/src/
png_helper.cc 17 void abort_(const char * s, ...) { function
51 abort_("[write_png_file] File %s could not be opened for writing",
56 abort_("[write_png_file] png_create_write_struct failed");
59 abort_("[write_png_file] png_create_info_struct failed");
61 abort_("[write_png_file] Error during init_io");
66 abort_("[write_png_file] Error during writing header");
74 abort_("[write_png_file] Error during writing bytes");
79 abort_("[write_png_file] Error during end of write");
  /external/libvpx/libvpx/test/
config_test.cc 39 abort_ |= (frame_count_in_ >= frame_count_max_);
encode_test_driver.h 189 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
235 return !(::testing::Test::HasFatalFailure() || abort_);
263 bool abort_; member in class:libvpx_test::EncoderTest
superframe_test.cc 74 abort_ |=
tile_independence_test.cc 61 abort_ = true;
keyframe_test.cc 50 abort_ |= kf_count_ > kf_count_max_;
vp9_ethread_test.cc 62 abort_ = false;
68 abort_ |= first_pass_only_;
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher.cc 225 abort_(false),
253 if (abort_) return false;
414 abort_ = false;
437 abort_ = false;
444 abort_ = true;
460 if (!abort_) return;
482 abort_ = false;
504 if (abort_) return;
508 abort_ = true;
614 if (running_background_jobs_.empty() && abort_) {
    [all...]
compiler-dispatcher.h 172 bool abort_; member in class:v8::internal::CompilerDispatcher
  /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/
rcssmin.c 274 #define ABORT_(RET) do { \
284 #define ABORT ABORT_(CRAPPY_C90_COMPATIBLE_EMPTY)
285 #define RABORT(RET) ABORT_((RET))
  /art/runtime/
runtime.cc 245 abort_(nullptr),
570 if (Runtime::Current() != nullptr && Runtime::Current()->abort_ != nullptr) {
572 Runtime::Current()->abort_();
    [all...]
runtime.h 925 void (*abort_)(); member in class:art::verifier::VerifyMode
    [all...]

Completed in 400 milliseconds