/third_party/musl/libc-test/src/functionalext/relro/ |
H A D | dlopen_ext_relro_test.c | 80 exit(-1); in test_write_relro_file() 100 exit(-1); in test_write_relro_file_ext()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_hw_context.c | 309 exit(-1); in r600_context_gfx_flush() 316 exit(-1); in r600_context_gfx_flush()
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | generate_stats.py | 94 # -h, --help show this help message and exit 795 exit(1) 818 sys.exit(main())
|
/third_party/skia/third_party/externals/microhttpd/src/examples/ |
H A D | mhd2spdy_spdy.c | 41 * and exit. 48 exit(EXIT_FAILURE); in spdy_dief() 54 * |error_code| and exit. 62 exit(EXIT_FAILURE); in spdy_diec()
|
/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | dependency_graph.cc | 570 /// as the function decends into each dependency and `exit` when bubbling back 575 /// @param exit is a function with the signature: `void(Global*)`. The `exit` 578 void TraverseDependencies(const Global* root, ENTER&& enter, EXIT&& exit) { in TraverseDependencies() 607 exit(entry.global); in TraverseDependencies() 636 // stack was pushed, but exit() will not be called when we return in SortGlobals()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
H A D | ap_main.c | 508 exit(1); in usage() 742 exit(1); in ap_main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
H A D | ap_main.c | 500 exit(1); in usage() 728 exit(1); in ap_main()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | code-generator-mips.cc | 167 exit()); 461 Label exit; \ 466 __ BranchShort(&exit, ne, i.InputRegister(2), \ 472 __ bind(&exit); \ 479 Label exit; \ 491 __ BranchShort(&exit, ne, i.InputRegister(2), \ 498 __ bind(&exit); \ 836 DeoptimizationExit* exit = in AssembleArchInstruction() local 838 __ Branch(exit->label()); in AssembleArchInstruction() 893 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction() 1951 Label compareExchange, exit; AssembleArchInstruction() local [all...] |
/third_party/python/Modules/ |
H A D | _testcapimodule.c | 1963 goto exit; in parse_tuple_and_keywords() 1971 goto exit; in parse_tuple_and_keywords() 1986 exit: in parse_tuple_and_keywords() 3295 #define FAIL(x) { error = (x); goto exit; } in test_capsule() 3352 goto exit; \ in test_capsule() 3393 exit: in test_capsule() 4563 goto exit; in call_in_temporary_c_thread() 4576 goto exit; in call_in_temporary_c_thread() 4593 exit: in call_in_temporary_c_thread() 6099 goto exit; in eval_eval_code_ex() [all...] |
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_emit_gv100.cpp | 2065 Instruction *exit = in->getExit(); in prepareEmission() local 2067 if (exit && exit->op == OP_BRA && exit->asFlow()->target.bb == bb) { in prepareEmission() 2074 in->remove(exit); in prepareEmission()
|
H A D | nv50_ir_from_nir.cpp | 174 BasicBlock *exit; member in __anon9283::Converter 193 exit(NULL), in Converter() 1368 exit = new BasicBlock(prog->main); 1371 prog->main->setExit(exit); 1403 bb->cfg.attach(&exit->cfg, Graph::Edge::TREE); 1404 setPosition(exit, true); 2431 mkFlow(OP_BRA, exit, CC_ALWAYS, NULL); 2432 bb->cfg.attach(&exit->cfg, Graph::Edge::CROSS);
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/ |
H A D | mod.rs | 443 pub exit: __c_anonymous_ptrace_syscall_info_exit, 560 self.exit == other.exit || in eq() 575 .field("exit", &self.exit) in fmt() 587 self.exit.hash(state); in hash()
|
/third_party/python/Tools/scripts/ |
H A D | texi2html.py | 1798 sys.exit(1) 1822 sys.exit(1) 1843 sys.exit(1) 2039 sys.exit(2) 2061 sys.exit(1)
|
/third_party/python/Lib/ |
H A D | pdb.py | 138 sys.exit(1) 167 sys.exit(1) 306 # if onecmd returns True, the command wants to exit 587 # Return true to exit from the command loop 1751 sys.exit(2) 1755 sys.exit() 1784 print("The program exited via sys.exit(). Exit status:", end=' ') 1788 sys.exit(1)
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
H A D | BlitGL.cpp | 102 angle::Result exit(const gl::Context *context) in exit() function in rx::__anon20033::ScopedGLState 393 ANGLE_TRY(scopedState.exit(context)); in copySubImageToLUMAWorkaroundTexture() 555 ANGLE_TRY(scopedState.exit(context)); in blitColorBufferWithShader() 671 ANGLE_TRY(scopedState.exit(context)); in copySubTexture() 1113 ANGLE_TRY(scopedState.exit(context)); in generateSRGBMipmap()
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | code-generator-arm64.cc | 291 exit()); 520 Label exit; \ 525 __ B(ne, &exit); \ 528 __ Bind(&exit); \ 905 DeoptimizationExit* exit = in AssembleArchInstruction() local 907 __ B(exit->label()); in AssembleArchInstruction() 979 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction() 983 __ Bind(ool->exit()); in AssembleArchInstruction() 998 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction() 1002 __ Bind(ool->exit()); in AssembleArchInstruction() [all...] |
/third_party/backends/tools/ |
H A D | sane-desc.c | 369 exit (0); in get_options() 372 exit (0); in get_options() 451 exit (1); in get_options() 571 exit (1); in update_url_list() 1596 exit (1); in create_model_record() 1738 exit (1); in update_mfg_record_list() 1821 DBG_DBG ("create_mfg_list: exit\n"); in create_mfg_list()
|
/third_party/curl/tests/ |
H A D | negtelnetserver.py | 381 sys.exit(rc)
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | blowfish.c | 142 exit(1); in test_blowfish()
|
/third_party/eudev/hm_src/ |
H A D | keyboard-keys-from-name.h | 315 {"exit", KEY_EXIT}, in keyboard_lookup_key()
|
/third_party/ffmpeg/tools/ |
H A D | uncoded_frame.c | 60 exit(1); in main()
|
/third_party/ffmpeg/tests/ |
H A D | audiogen.c | 152 exit(1); in main()
|
/third_party/astc-encoder/Test/testlib/ |
H A D | encoder.py | 102 sys.exit(1)
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_plot.py | 427 sys.exit(main())
|
/third_party/backends/sanei/ |
H A D | sanei_pio.c | 182 exit (-1); in pio_wait()
|