Searched refs:abort_ (Results 1 – 15 of 15) sorted by relevance
/external/autotest/client/deps/glbench/src/ |
D | png_helper.cc | 16 void abort_(const char* s, ...) { in abort_() function 53 abort_("[write_png_file] File %s could not be opened for writing", in write_png_file() 58 abort_("[write_png_file] png_create_write_struct failed"); in write_png_file() 61 abort_("[write_png_file] png_create_info_struct failed"); in write_png_file() 63 abort_("[write_png_file] Error during init_io"); in write_png_file() 68 abort_("[write_png_file] Error during writing header"); in write_png_file() 76 abort_("[write_png_file] Error during writing bytes"); in write_png_file() 81 abort_("[write_png_file] Error during end of write"); in write_png_file()
|
/external/v8/src/compiler-dispatcher/ |
D | compiler-dispatcher.cc | 184 abort_(false), in CompilerDispatcher() 210 if (abort_) return false; in CanEnqueue() 388 abort_ = false; in AbortAll() 395 abort_ = true; in AbortAll() 411 if (!abort_) return; in AbortInactiveJobs() 432 if (num_worker_tasks_ == 0) abort_ = false; in AbortInactiveJobs() 454 if (abort_) return; in MemoryPressureNotification() 458 abort_ = true; in MemoryPressureNotification() 570 if (running_background_jobs_.empty() && abort_) { in DoBackgroundWork() 586 aborted = abort_; in DoIdleWork() [all …]
|
D | compiler-dispatcher.h | 182 bool abort_; variable
|
/external/libaom/libaom/test/ |
D | encode_test_driver.h | 166 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0), in EncoderTest() 207 return !(::testing::Test::HasFatalFailure() || abort_); in Continue() 237 bool abort_; variable
|
D | superframe_test.cc | 81 abort_ |= in MutateEncoderOutputHook()
|
D | tile_independence_test.cc | 81 abort_ = true; in UpdateMD5()
|
D | av1_ext_tile_test.cc | 136 abort_ = true; in FramePktHook()
|
D | decode_multithreaded_test.cc | 92 abort_ = true; in UpdateMD5()
|
D | ethread_test.cc | 106 abort_ = true; in FramePktHook()
|
/external/libvpx/libvpx/test/ |
D | encode_test_driver.h | 202 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0), in EncoderTest() 251 return !(::testing::Test::HasFatalFailure() || abort_); in Continue() 279 bool abort_; variable
|
D | config_test.cc | 39 abort_ |= (frame_count_in_ >= frame_count_max_); in PreEncodeFrameHook()
|
D | tile_independence_test.cc | 61 abort_ = true; in UpdateMD5()
|
D | vp9_ethread_test.cc | 62 abort_ = false; in BeginPassHook() 68 abort_ |= first_pass_only_; in EndPassHook()
|
D | superframe_test.cc | 76 abort_ |= in MutateEncoderOutputHook()
|
D | keyframe_test.cc | 50 abort_ |= kf_count_ > kf_count_max_; in FramePktHook()
|