Home
last modified time | relevance | path

Searched refs:exit (Results 7076 - 7100 of 8513) sorted by relevance

1...<<281282283284285286287288289290>>...341

/third_party/skia/third_party/externals/abseil-cpp/absl/debugging/
H A Dsymbolize_test.cc92 int ABSL_ATTRIBUTE_SECTION_VARIABLE(.text.exit) exit_func() { in exit_func()
/third_party/skia/experimental/sorttoy/
H A Dsorttoy.cpp85 exit(1); in exitf()
/third_party/rust/crates/syn/tests/
H A Dtest_precedence.rs99 process::exit(1); in test_rustc_precedence()
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c588 exit(1); in main()
/third_party/spirv-tools/test/val/
H A Dval_limits_test.cpp758 OpName %exit "exit" in TEST_F()
765 OpBranch %exit in TEST_F()
771 %exit = OpLabel in TEST_F()
/third_party/vk-gl-cts/scripts/
H A Dcheck_swiftshader_runtime.py467 exit(0)
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dos_internal.c552 exit(0); in os_exec()
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/examples/
H A Dwps-nfc.py291 print("Trying to exit..")
339 sys.exit(1)
447 help='run only one operation and exit')
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dos_internal.c558 exit(0); in os_exec()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/examples/
H A Dwps-nfc.py291 print("Trying to exit..")
339 sys.exit(1)
447 help='run only one operation and exit')
/third_party/vulkan-headers/registry/
H A Dcgenerator.py308 exit(1)
/third_party/zlib/examples/
H A Dgzappend.c96 exit(1); in bye()
191 /* read from file in, exit if end-of-file */
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/
H A Ddp_rx.c861 goto exit; in ath11k_dp_rx_link_desc_return()
867 exit: in ath11k_dp_rx_link_desc_return()
2750 goto exit; in ath11k_dp_process_rx()
2764 exit: in ath11k_dp_process_rx()
3730 goto exit; in ath11k_dp_process_rx_err_buf()
3735 goto exit; in ath11k_dp_process_rx_err_buf()
3748 goto exit; in ath11k_dp_process_rx_err_buf()
3758 exit: in ath11k_dp_process_rx_err_buf()
3851 goto exit; in ath11k_dp_process_rx_err()
3857 exit in ath11k_dp_process_rx_err()
[all...]
/third_party/json/tests/thirdparty/doctest/
H A Ddoctest.h745 bool exit; // if the program should be exited after the tests are ran/whatever member
4230 std::exit(EXIT_FAILURE);
4257 std::exit(EXIT_FAILURE); // explicitly exit - otherwise the SIGABRT handler may be called as well
4269 std::exit(EXIT_FAILURE);
5692 s << " -" DOCTEST_OPTIONS_PREFIX_DISPLAY "e, --" DOCTEST_OPTIONS_PREFIX_DISPLAY "exit=<bool> "
6192 DOCTEST_PARSE_AS_BOOL_OR_FLAG("exit", "e", exit, false);
6222 p->exit = true;
6227 p->exit
[all...]
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dcode-generator-x64.cc287 exit());
512 tasm->bind(tsan_ool->exit()); in EmitTSANStoreOOL()
629 tasm->bind(tsan_ool->exit()); in EmitTSANRelaxedLoadOOLIfNeeded()
1416 DeoptimizationExit* exit = in AssembleArchInstruction() local
1418 __ jmp(exit->label()); in AssembleArchInstruction()
1469 __ bind(ool->exit()); in AssembleArchInstruction()
1505 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction()
1510 __ bind(ool->exit()); in AssembleArchInstruction()
1895 __ bind(ool->exit()); in AssembleArchInstruction()
1925 __ bind(ool->exit()); in AssembleArchInstruction()
[all...]
/kernel/linux/linux-5.10/drivers/base/power/
H A Ddomain.c2756 err = of_property_read_u32(state_node, "exit-latency-us", in genpd_parse_state()
2759 pr_debug(" * %pOF missing exit-latency-us property\n", in genpd_parse_state()
2952 goto exit; in genpd_summary_one()
2985 exit: in genpd_summary_one()
3029 goto exit; in status_show()
3036 exit: in status_show()
/kernel/linux/linux-5.10/drivers/crypto/axis/
H A Dartpec6_crypto.c2715 .exit = artpec6_crypto_aes_exit,
2738 .exit = artpec6_crypto_aes_ctr_exit,
2760 .exit = artpec6_crypto_aes_exit
2782 .exit = artpec6_crypto_aes_exit,
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c556 * According to the DP 1.1 specification, a "Sink Device must exit the in cdns_mhdp_link_power_up()
2447 if (mhdp->info && mhdp->info->ops && mhdp->info->ops->exit) in cdns_mhdp_probe()
2448 mhdp->info->ops->exit(mhdp); in cdns_mhdp_probe()
2485 if (mhdp->info && mhdp->info->ops && mhdp->info->ops->exit) in cdns_mhdp_remove()
2486 mhdp->info->ops->exit(mhdp); in cdns_mhdp_remove()
/kernel/linux/linux-5.10/drivers/staging/rts5208/
H A Drtsx_scsi.c956 goto exit; in read_write()
964 exit: in read_write()
2178 goto exit; in write_efuse()
2182 exit: in write_efuse()
/kernel/linux/linux-5.10/kernel/
H A Dsys.c1704 * the c* fields from p->signal from races with exit.c updating those
1862 goto exit; in prctl_set_mm_exe_file()
1866 goto exit; in prctl_set_mm_exe_file()
1895 exit: in prctl_set_mm_exe_file()
1901 goto exit; in prctl_set_mm_exe_file()
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_ipv4.c1640 exit: in tcp_v4_syn_recv_sock()
1647 goto exit; in tcp_v4_syn_recv_sock()
2787 .exit = tcp4_proc_exit_net,
2954 .exit = tcp_sk_exit,
/kernel/linux/linux-6.6/drivers/staging/rts5208/
H A Drtsx_scsi.c956 goto exit; in read_write()
964 exit: in read_write()
2178 goto exit; in write_efuse()
2182 exit: in write_efuse()
/kernel/linux/linux-6.6/drivers/base/power/
H A Ddomain.c2935 err = of_property_read_u32(state_node, "exit-latency-us", in genpd_parse_state()
2938 pr_debug(" * %pOF missing exit-latency-us property\n", in genpd_parse_state()
3131 goto exit; in genpd_summary_one()
3167 exit: in genpd_summary_one()
3211 goto exit; in status_show()
3218 exit: in status_show()
/kernel/linux/linux-6.6/drivers/crypto/axis/
H A Dartpec6_crypto.c2716 .exit = artpec6_crypto_aes_exit,
2739 .exit = artpec6_crypto_aes_ctr_exit,
2761 .exit = artpec6_crypto_aes_exit
2783 .exit = artpec6_crypto_aes_exit,
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c577 * According to the DP 1.1 specification, a "Sink Device must exit the in cdns_mhdp_link_power_up()
2588 if (mhdp->info && mhdp->info->ops && mhdp->info->ops->exit) in cdns_mhdp_probe()
2589 mhdp->info->ops->exit(mhdp); in cdns_mhdp_probe()
2626 if (mhdp->info && mhdp->info->ops && mhdp->info->ops->exit) in cdns_mhdp_remove()
2627 mhdp->info->ops->exit(mhdp); in cdns_mhdp_remove()

Completed in 62 milliseconds

1...<<281282283284285286287288289290>>...341