/third_party/ltp/testcases/kernel/pty/ |
H A D | pty01.c | 346 exit(1); in test5() 351 exit(1); in test5() 357 exit(1); in test5() 363 exit(1); in test5() 365 exit(0); in test5()
|
/third_party/ltp/testcases/realtime/func/gtod_latency/ |
H A D | gtod_latency.c | 119 exit(0); in stats_cmdline() 242 exit(1); in main() 262 exit(1); in main() 269 exit(1); in main() 288 exit(1); in main()
|
/third_party/musl/libc-test/src/functionalext/ldso_randomization/ |
H A D | ldso_randomization_manual.c | 94 exit(0); in dlopen_randomization_0700() 163 exit(0); in dlopen_ext_randomization_0700() 238 exit(0); in dlopen_ns_randomization_0700() 297 exit(-1); in dlsym_randomization_0200() 303 exit(0); in dlsym_randomization_0200()
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/spec_tools/ |
H A D | main.py | 75 help="Just dump the parsed entity data to entities.json and exit.", 134 exit(0) 232 exit(1) 236 exit(0) 241 exit(1) 244 exit(0)
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | rdjpgcom.c | 47 #ifndef EXIT_FAILURE /* define exit() codes if not provided */ 66 /* Error exit handler */ 67 #define ERREXIT(msg) (fprintf(stderr, "%s\n", msg), exit(EXIT_FAILURE)) 415 exit(EXIT_FAILURE); in usage() 487 exit(EXIT_FAILURE); in main() 497 exit(EXIT_FAILURE); in main() 508 exit(EXIT_SUCCESS); in main()
|
/third_party/python/PCbuild/ |
H A D | rt.bat | 69 if /I %1 EQU Win32 (set prefix=%pcbuild%win32) & exit /B 0
70 if /I %1 EQU x64 (set prefix=%pcbuild%amd64) & exit /B 0
71 if /I %1 EQU ARM64 (set prefix=%pcbuild%arm64) & exit /B 0
72 if /I %1 EQU ARM (set prefix=%pcbuild%arm32) & exit /B 0
74 exit /B 1
|
/third_party/spirv-tools/source/val/ |
H A D | construct.cpp | 27 BasicBlock* exit, std::vector<Construct*> constructs) in Construct() 31 exit_block_(exit) {} in Construct() 74 const auto exit = exit_block(); in blocks() local 91 if (is_continue && exit->structurally_postdominates(*block)) { in blocks() 95 } else if (!exit->structurally_dominates(*block)) { in blocks() 26 Construct(ConstructType construct_type, BasicBlock* entry, BasicBlock* exit, std::vector<Construct*> constructs) Construct() argument
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | run_code_generation.py | 194 sys.exit(1) 240 sys.exit(1) 250 sys.exit(any_dirty) 257 sys.exit(1) 278 sys.exit(main())
|
H A D | file_exists.py | 16 sys.exit(1) 22 sys.exit(0)
|
/third_party/curl/src/ |
H A D | tool_vms.h | 40 #undef exit macro 41 #define exit(__code) vms_special_exit((__code), (0)) macro
|
/third_party/alsa-utils/alsamixer/ |
H A D | die.c | 31 exit(EXIT_FAILURE); in fatal_error() 38 exit(EXIT_FAILURE); in fatal_alsa_error()
|
/third_party/ltp/lib/tests/ |
H A D | tst_checkpoint_wait_timeout.c | 48 exit(0); in main() 53 exit(0); in main()
|
/third_party/musl/porting/linux/user/src/sched/ |
H A D | sched_setscheduler.c | 10 goto exit; in sched_setscheduler() 13 exit: in sched_setscheduler()
|
H A D | sched_setparam.c | 10 goto exit;
in sched_setparam() 13 exit:
in sched_setparam()
|
/third_party/musl/porting/liteos_a/user/src/sched/ |
H A D | sched_setscheduler.c | 11 goto exit; in sched_setscheduler() 15 exit: in sched_setscheduler()
|
H A D | sched_getparam.c | 12 goto exit; in sched_getparam() 17 exit: in sched_getparam()
|
H A D | sched_setparam.c | 11 goto exit; in sched_setparam() 15 exit: in sched_setparam()
|
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/systemtest/ |
H A D | vsync_multicallback_test.cpp | 123 exit(0); in Process1() 169 exit(1); in HWTEST_F() 172 exit(0); in HWTEST_F() 176 exit(1); in HWTEST_F()
|
H A D | vsync_setvsyncrate_test.cpp | 113 exit(0); in Process1() 159 exit(1); in HWTEST_F() 162 exit(0); in HWTEST_F() 166 exit(1); in HWTEST_F()
|
/third_party/elfutils/tests/ |
H A D | saridx.c | 113 exit (1); in main() 120 exit (1); in main() 129 exit (1); in main() 136 exit (1); in main()
|
/third_party/glfw/tests/ |
H A D | gamma.c | 100 exit(EXIT_FAILURE); in main() 111 exit(EXIT_FAILURE); in main() 119 exit(EXIT_FAILURE); in main() 185 exit(EXIT_SUCCESS); in main()
|
/third_party/glfw/examples/ |
H A D | sharing.c | 85 exit(EXIT_FAILURE); in main() 94 exit(EXIT_FAILURE); in main() 169 exit(EXIT_FAILURE); in main() 232 exit(EXIT_SUCCESS); in main()
|
/third_party/curl/docs/examples/ |
H A D | htmltitle.cpp | 97 exit(EXIT_FAILURE); in init() 267 exit(EXIT_FAILURE); in main() 276 exit(EXIT_FAILURE); in main() 286 exit(EXIT_FAILURE); in main()
|
/third_party/libsnd/Scripts/ |
H A D | cstyle.py | 199 sys.exit (1) 242 sys.exit (1) 254 sys.exit (1) 256 sys.exit (0)
|
/third_party/node/test/parallel/ |
H A D | test-cluster-basic.js | 62 exit: false 68 exit: false 76 exit: false 81 exit: false 118 cluster.on('exit', common.mustCall()); 136 case 'exit': 163 process.once('exit', () => {
|