Home
last modified time | relevance | path

Searched refs:exit (Results 3626 - 3650 of 3979) sorted by relevance

1...<<141142143144145146147148149150>>...160

/third_party/backends/backend/
H A Ddll.c210 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 Dmakedata.mak36 !IF [py -3 -c "exit(0)"]!=0
406 @exit 1
/third_party/libdrm/intel/
H A Duthash.h31 #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 Dssl_tls13_generic.c476 goto exit; in mbedtls_ssl_tls13_parse_certificate()
593 exit: in mbedtls_ssl_tls13_parse_certificate()
H A Dx509_crt.c3078 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 Dir3_shader.c218 exit(1); in try_override_shader_variant()
224 exit(1); in try_override_shader_variant()
/third_party/mesa3d/src/broadcom/cle/
H A Dv3d_decoder.c153 exit(EXIT_FAILURE); in fail()
161 exit(EXIT_FAILURE); in fail_on_null()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_test_image_copy_region.c640 exit(0); in si_test_image_copy_region()
980 exit(0); in si_test_blit()
H A Dsi_debug.c216 exit(1); in si_replace_shader()
1112 exit(0); in si_check_vm_faults()
H A Dsi_pipe.c126 {"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 Drepl.js427 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 Dperfbd.py606 sys.exit(-1)
1274 sys.exit(main(**{k: v
H A Dtracebd.py857 sys.exit(-1)
1000 sys.exit(main(**{k: v
/third_party/mesa3d/src/gallium/drivers/lima/
H A Dlima_job.c926 exit(1); in lima_do_job()
994 exit(1); in lima_do_job()
/third_party/libcoap/include/coap3/
H A Dcoap_uthash_internal.h31 #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 Dtest_clinic.py74 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 Dtjbench.c826 exit(1); in usage()
859 exit(1); in main()
/third_party/python/Modules/
H A D_lzmamodule.c1409 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 DAMDGPULibFunc.cpp839 if (trySubst(os, p)) goto exit;
846 exit:
/third_party/skia/third_party/externals/icu/source/data/
H A Dmakedata.mak36 !IF [py -3 -c "exit(0)"]!=0
387 @exit 1
/third_party/python/Lib/unittest/
H A Dcase.py111 exit = cls.__exit__
116 addcleanup(exit, cm, None, None, None)
/third_party/vk-gl-cts/scripts/android/
H A Dbuild_apk.py1019 sys.exit(-1)
1041 sys.exit(-1)
/third_party/lz4/tests/
H A Dfuzzer.c262 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 Dpylifecycle.c1 /* 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 Dsre_lib.h376 #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()

Completed in 72 milliseconds

1...<<141142143144145146147148149150>>...160