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

  /external/autotest/client/deps/glbench/src/
png_helper.cc 18 void abort_(const char * s, ...) { function
52 abort_("[write_png_file] File %s could not be opened for writing",
57 abort_("[write_png_file] png_create_write_struct failed");
60 abort_("[write_png_file] png_create_info_struct failed");
62 abort_("[write_png_file] Error during init_io");
67 abort_("[write_png_file] Error during writing header");
75 abort_("[write_png_file] Error during writing bytes");
80 abort_("[write_png_file] Error during end of write");
  /external/libvpx/libvpx/test/
encode_test_driver.h 195 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
236 return !(::testing::Test::HasFatalFailure() || abort_);
265 bool abort_; member in class:libvpx_test::EncoderTest
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
encode_test_driver.h 177 : codec_(codec), abort_(false), init_flags_(0), frame_flags_(0),
209 return !(::testing::Test::HasFatalFailure() || abort_);
230 bool abort_; member in class:libvpx_test::EncoderTest
  /art/runtime/
runtime.h 774 void (*abort_)(); member in class:art::verifier::Runtime

Completed in 73 milliseconds