Home
last modified time | relevance | path

Searched refs:exit (Results 4676 - 4700 of 6339) sorted by relevance

1...<<181182183184185186187188189190>>...254

/third_party/benchmark/src/
H A Dsysinfo.cc94 std::exit(EXIT_FAILURE); in PrintErrorAndDie()
476 std::exit(EXIT_FAILURE); in GetNumCPUs()
/third_party/icu/icu4c/source/common/
H A Dloclikely.cpp532 exit: in parseTagString()
546 goto exit; in parseTagString()
/third_party/libinput/tools/
H A Dlibinput-debug-events.c1041 exit(EXIT_INVALID_USAGE); in main()
1045 exit(EXIT_SUCCESS); in main()
/third_party/python/Tools/wasm/
H A Dwasm_build.py836 parser.exit(0)
903 parser.exit(0)
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/shaders/
H A Dgenerate_shaders.bat236 exit /b
260 exit /b
/third_party/skia/third_party/externals/libwebp/examples/
H A Dwebpmux.c724 exit(0); in ParseCommandLine()
731 exit(0); in ParseCommandLine()
/third_party/skia/tools/skpbench/
H A Dskpbench.cpp52 * single config, and exit. It is intended to be used through skpbench.py rather than invoked
333 // Make sure the gpu has finished all its work before we exit this function and delete the in run_ddl_benchmark()
371 // Make sure the gpu has finished all its work before we exit this function and delete the in run_benchmark()
439 // Make sure the gpu has finished all its work before we exit this function and delete the in run_gpu_time_benchmark()
495 exit(0); // This can be used to print the header and quit. in main()
744 exit((int)err); in exitf()
/third_party/skia/third_party/externals/icu/source/common/
H A Dloclikely.cpp532 exit: in parseTagString()
546 goto exit; in parseTagString()
/third_party/python/Lib/
H A Dcalendar.py724 sys.exit(1)
744 sys.exit(1)
H A Dtarfile.py2848 parser.exit(1, '--filter is only valid for extraction\n')
2859 parser.exit(1, '{!r} is not a tar archive.\n'.format(src))
2867 parser.exit(1, '{!r} is not a tar archive.\n'.format(src))
2876 parser.exit(1, parser.format_help())
2889 parser.exit(1, '{!r} is not a tar archive.\n'.format(src))
H A Dargparse.py1120 parser.exit()
1130 help="show program's version number and exit"):
1146 parser.exit()
1788 help=_('show this help message and exit'))
1899 # parse the arguments and exit if there are any errors
2025 # successfully matched the option; exit the loop
2040 # if successful, exit the loop
2614 def exit(self, status=0, message=None): member in ArgumentParser
2617 _sys.exit(status)
2626 should either exit o
[all...]
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc328 exit());
913 DeoptimizationExit* exit = in AssembleArchInstruction() local
915 __ jmp(exit->label()); in AssembleArchInstruction()
962 __ bind(ool->exit()); in AssembleArchInstruction()
993 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction()
998 __ bind(ool->exit()); in AssembleArchInstruction()
1308 __ bind(ool->exit()); in AssembleArchInstruction()
1334 __ bind(ool->exit()); in AssembleArchInstruction()
1364 __ bind(ool->exit()); in AssembleArchInstruction()
1394 __ bind(ool->exit()); in AssembleArchInstruction()
[all...]
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgdata.cpp2098 exit(1); in loadLists()
2135 exit(1); in loadLists()
2142 exit(1); in loadLists()
2163 exit(U_ILLEGAL_ARGUMENT_ERROR); in loadLists()
2169 exit(U_MEMORY_ALLOCATION_ERROR); in loadLists()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgdata.cpp2094 exit(1); in loadLists()
2131 exit(1); in loadLists()
2138 exit(1); in loadLists()
2159 exit(U_ILLEGAL_ARGUMENT_ERROR); in loadLists()
2165 exit(U_MEMORY_ALLOCATION_ERROR); in loadLists()
/third_party/node/deps/v8/src/codegen/ppc/
H A Dmacro-assembler-ppc.h396 Label exit; in AtomicCompareExchange() local
405 bne(&exit, cr0); in AtomicCompareExchange()
408 bind(&exit); in AtomicCompareExchange()
719 void CallForDeoptimization(Builtin target, int deopt_id, Label* exit,
1115 // Enter exit frame.
1121 // Leave the current exit frame. Expects the return value in r0.
1122 // Expect the number of values, pushed prior to the exit frame, to
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nv50.cpp2152 if (insn->exit || insn->op == OP_EXIT) in emitInstruction()
2187 if (i->join || i->lanes != 0xf || i->exit) in getMinEncodingSize()
2248 if (insn->getPredicate()) // cannot do conditional exit (or can we ?) in trySetExitModifier()
2252 insn->exit = 1; in trySetExitModifier()
2270 insn->exit = 1; in replaceExitWithModifier()
2287 // There may be BB's that are laid out after the exit block in replaceExitWithModifier()
/third_party/python/Lib/idlelib/
H A Dpyshell.py62 exit.eof = eof
786 "Do you want to exit altogether?",
1169 if not self.reading: # no nested mainloop to exit.
1219 self.top.quit() # exit the nested mainloop() in readline()
1472 -h print this help message and exit
1540 sys.exit(2)
1552 sys.exit()
1565 sys.exit()
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/
H A Dpkgdata.cpp2094 exit(1); in loadLists()
2131 exit(1); in loadLists()
2138 exit(1); in loadLists()
2159 exit(U_ILLEGAL_ARGUMENT_ERROR); in loadLists()
2165 exit(U_MEMORY_ALLOCATION_ERROR); in loadLists()
/third_party/toybox/toys/pending/
H A Dfdisk.c19 -l Show partition table for each DISK, then exit
540 if (!p || !(size = strlen(p))) exit(0); in read_input()
1304 "w\twrite table to disk and exit\n" in print_menu()
1321 "w\twrite table to disk and exit\n"); in print_xmenu()
1371 exit(0); in expert_menu()
1388 exit(0); in expert_menu()
1526 exit(0); in fdisk_main()
/third_party/python/Python/
H A Dgetargs.c484 On successful exit, *p_format points to the closing ')'.
2562 goto exit; in _PyArg_UnpackKeywordsWithVararg()
2604 goto exit; in _PyArg_UnpackKeywordsWithVararg()
2610 goto exit; in _PyArg_UnpackKeywordsWithVararg()
2615 exit: in _PyArg_UnpackKeywordsWithVararg()
/third_party/node/deps/v8/src/compiler/backend/mips64/
H A Dcode-generator-mips64.cc169 exit());
425 Label exit; \
430 __ BranchShort(&exit, ne, i.InputRegister(2), \
436 __ bind(&exit); \
444 Label exit; \
462 __ BranchShort(&exit, ne, i.TempRegister(2), \
469 __ bind(&exit); \
797 DeoptimizationExit* exit = in AssembleArchInstruction() local
799 __ Branch(exit->label()); in AssembleArchInstruction()
854 __ JumpIfSmi(value, ool->exit()); in AssembleArchInstruction()
[all...]
/third_party/pcre2/pcre2/src/
H A Dpcre2test.c3192 exit(1); in to16()
3279 exit(1); in to32()
3392 exit(1); in expand_input_buffers()
3494 exit(1); in extend_inputline()
5611 calling of regfree() on exit. */ in process_pattern()
6804 exit(1); in process_data()
6865 exit(1); in process_data()
8301 printf(" -C show PCRE2 compile-time options and exit\n"); in usage()
8302 printf(" -C arg show a specific compile-time option and exit with its\n"); in usage()
8317 printf(" -error <n,m,..> show messages for error numbers, then exit\ in usage()
[all...]
/third_party/glfw/tests/
H A Dtriangle-vulkan.c66 exit(1); \
1529 exit(1); in demo_create_window()
1967 exit(1); in demo_init_connection()
1973 exit(1); in demo_init_connection()
2009 exit(1); in demo_init()
/third_party/mesa3d/src/gallium/frontends/dri/
H A Ddri2.c1061 goto exit; in dri2_create_image_from_fd()
1066 goto exit; in dri2_create_image_from_fd()
1074 goto exit; in dri2_create_image_from_fd()
1091 goto exit; in dri2_create_image_from_fd()
1099 exit: in dri2_create_image_from_fd()
/third_party/icu/icu4c/source/test/cintltst/
H A Dusrchtst.c2848 goto exit; in TestPCEBuffer_with()
2857 goto exit; in TestPCEBuffer_with()
2870 goto exit; in TestPCEBuffer_with()
2883 goto exit; in TestPCEBuffer_with()
2891 goto exit; in TestPCEBuffer_with()
2904 exit: in TestPCEBuffer_with()

Completed in 67 milliseconds

1...<<181182183184185186187188189190>>...254