/third_party/backends/backend/ |
H A D | dll.c | 210 extern void BE_ENTRY(name,exit) (void); \ 232 BE_ENTRY(name,exit), \ 283 "init", "exit", "get_devices", "open", "close", "get_option_descriptor", 1036 DBG (3, "sane_exit: calling backend `%s's exit function\n", in sane_exit()
|
/third_party/icu/icu4c/source/data/ |
H A D | makedata.mak | 36 !IF [py -3 -c "exit(0)"]!=0 406 @exit 1
|
/third_party/libdrm/intel/ |
H A D | uthash.h | 31 #include <stdlib.h> /* exit() */ 82 #define uthash_fatal(msg) exit(-1) /* fatal error (out of memory,etc) */ 399 #define HASH_OOPS(...) do { fprintf(stderr,__VA_ARGS__); exit(-1); } while (0)
|
/third_party/mbedtls/library/ |
H A D | ssl_tls13_generic.c | 476 goto exit; in mbedtls_ssl_tls13_parse_certificate() 593 exit: in mbedtls_ssl_tls13_parse_certificate()
|
H A D | x509_crt.c | 3078 goto exit; in x509_crt_verify_restartable_ca_cb() 3103 goto exit; in x509_crt_verify_restartable_ca_cb() 3112 exit: in x509_crt_verify_restartable_ca_cb()
|
/third_party/mesa3d/src/freedreno/ir3/ |
H A D | ir3_shader.c | 218 exit(1); in try_override_shader_variant() 224 exit(1); in try_override_shader_variant()
|
/third_party/mesa3d/src/broadcom/cle/ |
H A D | v3d_decoder.c | 153 exit(EXIT_FAILURE); in fail() 161 exit(EXIT_FAILURE); in fail_on_null()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 640 exit(0); in si_test_image_copy_region() 980 exit(0); in si_test_blit()
|
H A D | si_debug.c | 216 exit(1); in si_replace_shader() 1112 exit(0); in si_check_vm_faults()
|
H A D | si_pipe.c | 126 {"imagecopy", DBG(TEST_IMAGE_COPY), "Invoke resource_copy_region tests with images and exit."}, 127 {"cbresolve", DBG(TEST_CB_RESOLVE), "Invoke MSAA resolve tests and exit."}, 128 {"computeblit", DBG(TEST_COMPUTE_BLIT), "Invoke blits tests and exit."}, 129 {"testvmfaultcp", DBG(TEST_VMFAULT_CP), "Invoke a CP VM fault test and exit."}, 130 {"testvmfaultshader", DBG(TEST_VMFAULT_SHADER), "Invoke a shader VM fault test and exit."}, 1004 exit(1); in si_test_vmfault() 1019 exit(0); in si_test_vmfault() 1051 exit(0); in si_test_gds_memory_management()
|
/third_party/node/lib/ |
H A D | repl.js | 427 self.emit('exit'); 621 process.domain.exit(); 652 process.domain.exit(); 844 self.emit('exit'); 870 '(To exit, press Ctrl+C again or Ctrl+D or type .exit)\n', 939 '(Press Ctrl+D to exit.)\n'); 1766 repl.defineCommand('exit', { 1788 'Ctrl+D to exit the REPL\n');
|
/third_party/littlefs/scripts/ |
H A D | perfbd.py | 606 sys.exit(-1) 1274 sys.exit(main(**{k: v
|
H A D | tracebd.py | 857 sys.exit(-1) 1000 sys.exit(main(**{k: v
|
/third_party/mesa3d/src/gallium/drivers/lima/ |
H A D | lima_job.c | 926 exit(1); in lima_do_job() 994 exit(1); in lima_do_job()
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uthash_internal.h | 31 #include <stdlib.h> /* exit */ 121 #define uthash_fatal(msg) exit(-1) /* fatal OOM error */ 516 #define HASH_OOPS(...) do { fprintf(stderr, __VA_ARGS__); exit(-1); } while (0)
|
/third_party/python/Lib/test/ |
H A D | test_clinic.py | 74 sys.exit("Destination does not exist: " + repr(name)) 79 sys.exit("Destination already exists: " + repr(name))
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | tjbench.c | 826 exit(1); in usage() 859 exit(1); in main()
|
/third_party/python/Modules/ |
H A D | _lzmamodule.c | 1409 goto exit; in _lzma__encode_filter_properties() 1413 exit: in _lzma__encode_filter_properties()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPULibFunc.cpp | 839 if (trySubst(os, p)) goto exit; 846 exit:
|
/third_party/skia/third_party/externals/icu/source/data/ |
H A D | makedata.mak | 36 !IF [py -3 -c "exit(0)"]!=0 387 @exit 1
|
/third_party/python/Lib/unittest/ |
H A D | case.py | 111 exit = cls.__exit__ 116 addcleanup(exit, cm, None, None, None)
|
/third_party/vk-gl-cts/scripts/android/ |
H A D | build_apk.py | 1019 sys.exit(-1) 1041 sys.exit(-1)
|
/third_party/lz4/tests/ |
H A D | fuzzer.c | 262 exit(1); in FUZ_AddressOverflow() 342 exit(1); \ in FUZ_test() 360 exit(1); in FUZ_test() 1753 DISPLAY( " -h : display help and exit\n"); in FUZ_usage()
|
/third_party/python/Python/ |
H A D | pylifecycle.c | 1 /* Python interpreter top-level routines, including init/exit */ 933 at exit on success. */ in _Py_PreInitializeFromPyArgv() 1770 * exit funcs may be relying on that. In particular, if some thread in Py_FinalizeEx() 1771 * or exit func is still waiting to do an import, the import machinery in Py_FinalizeEx() 1773 * runtime is uninitialized until after the exit funcs have run. in Py_FinalizeEx() 1774 * Note that Threading.py uses an exit func to do a join on all the in Py_FinalizeEx() 1794 /* Remaining daemon threads will automatically exit in Py_FinalizeEx() 1806 can take the GIL at this point: if they try, they will exit in Py_FinalizeEx() 2629 exit(status); in fatal_error_exit() 2875 exit(statu in Py_ExitStatusException() [all...] |
/third_party/python/Modules/_sre/ |
H A D | sre_lib.h | 376 #define RETURN_FAILURE do { ret = 0; goto exit; } while(0) 377 #define RETURN_SUCCESS do { ret = 1; goto exit; } while(0) 1337 /* We have sufficient matches, so exit loop. */ in match() 1560 exit: in match()
|