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.cc18 void abort_(const char * s, ...) { in abort_() function
52 abort_("[write_png_file] File %s could not be opened for writing", in write_png_file()
57 abort_("[write_png_file] png_create_write_struct failed"); in write_png_file()
60 abort_("[write_png_file] png_create_info_struct failed"); in write_png_file()
62 abort_("[write_png_file] Error during init_io"); in write_png_file()
67 abort_("[write_png_file] Error during writing header"); in write_png_file()
75 abort_("[write_png_file] Error during writing bytes"); in write_png_file()
80 abort_("[write_png_file] Error during end of write"); in write_png_file()
/external/libvpx/libvpx/test/
Dencode_test_driver.h195 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0), in EncoderTest()
236 return !(::testing::Test::HasFatalFailure() || abort_); in Continue()
265 bool abort_; variable
Dconfig_test.cc37 abort_ |= (frame_count_in_ >= frame_count_max_); in PreEncodeFrameHook()
Dtile_independence_test.cc63 abort_ = true; in UpdateMD5()
Dsuperframe_test.cc83 abort_ |= sf_count_ > sf_count_max_ && in MutateEncoderOutputHook()
Dkeyframe_test.cc47 abort_ |= kf_count_ > kf_count_max_; in FramePktHook()
Dvp9_ethread_test.cc88 abort_ = true; in FramePktHook()