Home
last modified time | relevance | path

Searched refs:abort_ (Results 1 – 7 of 7) sorted by relevance

/external/autotest/client/deps/glbench/src/
Dpng_helper.cc17 void abort_(const char * s, ...) { in abort_() function
51 abort_("[write_png_file] File %s could not be opened for writing", in write_png_file()
56 abort_("[write_png_file] png_create_write_struct failed"); in write_png_file()
59 abort_("[write_png_file] png_create_info_struct failed"); in write_png_file()
61 abort_("[write_png_file] Error during init_io"); in write_png_file()
66 abort_("[write_png_file] Error during writing header"); in write_png_file()
74 abort_("[write_png_file] Error during writing bytes"); in write_png_file()
79 abort_("[write_png_file] Error during end of write"); in write_png_file()
/external/libvpx/libvpx/test/
Dencode_test_driver.h182 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0), in EncoderTest()
226 return !(::testing::Test::HasFatalFailure() || abort_); in Continue()
254 bool abort_; variable
Dconfig_test.cc39 abort_ |= (frame_count_in_ >= frame_count_max_); in PreEncodeFrameHook()
Dtile_independence_test.cc61 abort_ = true; in UpdateMD5()
Dsuperframe_test.cc74 abort_ |= in MutateEncoderOutputHook()
Dvp9_ethread_test.cc63 abort_ = false; in BeginPassHook()
69 abort_ |= first_pass_only_; in EndPassHook()
Dkeyframe_test.cc50 abort_ |= kf_count_ > kf_count_max_; in FramePktHook()