/external/zlib/contrib/bench/ |
D | zlib_bench.cc | 311 void usage_exit(const char* program) { in usage_exit() function 325 usage_exit(argv[0]); in main() 330 usage_exit(argv[0]); in main() 336 usage_exit(argv[0]); in main() 341 usage_exit(argv[0]); in main()
|
/external/libaom/libaom/examples/ |
D | av1_dec_fuzzer.cc | 30 extern "C" void usage_exit(void) { exit(EXIT_FAILURE); } in usage_exit() function
|
D | simple_decoder.c | 87 void usage_exit(void) { in usage_exit() function
|
D | decode_with_drops.c | 67 void usage_exit(void) { in usage_exit() function
|
D | resize_util.c | 31 void usage_exit(void) { in usage_exit() function
|
D | decode_to_md5.c | 72 void usage_exit(void) { in usage_exit() function
|
D | scalable_decoder.c | 87 void usage_exit(void) { in usage_exit() function
|
D | lossless_encoder.c | 23 void usage_exit(void) { in usage_exit() function
|
D | simple_encoder.c | 108 void usage_exit(void) { in usage_exit() function
|
D | set_maps.c | 57 void usage_exit(void) { in usage_exit() function
|
D | lightfield_tile_list_decoder.c | 42 void usage_exit(void) { in usage_exit() function
|
D | twopass_encoder.c | 60 void usage_exit(void) { in usage_exit() function
|
/external/libvpx/libvpx/examples/ |
D | vpx_dec_fuzzer.cc | 82 extern "C" void usage_exit(void) { exit(EXIT_FAILURE); } in usage_exit() function
|
D | simple_decoder.c | 90 void usage_exit(void) { in usage_exit() function
|
D | postproc.c | 55 void usage_exit(void) { in usage_exit() function
|
D | decode_with_drops.c | 68 void usage_exit(void) { in usage_exit() function
|
D | resize_util.c | 30 void usage_exit(void) { in usage_exit() function
|
D | decode_to_md5.c | 73 void usage_exit(void) { in usage_exit() function
|
D | vp9_lossless_encoder.c | 24 void usage_exit(void) { in usage_exit() function
|
D | vp8cx_set_ref.c | 61 void usage_exit(void) { in usage_exit() function
|
D | simple_encoder.c | 109 void usage_exit(void) { in usage_exit() function
|
D | set_maps.c | 57 void usage_exit(void) { in usage_exit() function
|
/external/libaom/libaom/ |
D | CMakeLists.txt | 287 # Generate C/C++ stub files containing the function usage_exit(). Users of the 290 # other pieces of the util support without defining usage_exit(). 291 file(WRITE "${AOM_GEN_SRC_DIR}/usage_exit.c" "void usage_exit(void) {}") 292 file(WRITE "${AOM_GEN_SRC_DIR}/usage_exit.cc" 293 "extern \"C\" void usage_exit(void) {}") 421 "${AOM_GEN_SRC_DIR}/usage_exit.c" 460 add_executable(dump_obu "${AOM_GEN_SRC_DIR}/usage_exit.cc"
|
/external/libaom/libaom/common/ |
D | tools_common.h | 141 void usage_exit(void) AOM_NO_RETURN;
|
/external/libvpx/libvpx/ |
D | tools_common.h | 127 void usage_exit(void) VPX_NO_RETURN;
|