| /third_party/jerryscript/tools/runners/ |
| D | run-test-suite-test262.py | 61 return_code = subprocess.call(['git', 'clone', '--no-checkout', 63 if return_code: 65 return return_code 72 return_code = subprocess.call(['git', 'checkout', git_hash], cwd=args.test_dir) 73 if return_code: 75 return return_code 81 … return_code = subprocess.call(['git', 'apply', os.path.join('..', '..', 'test262-es6.patch')], 83 if return_code: 85 return return_code 99 return_code = prepare_test262_test_suite(args) [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/val/ |
| D | val.cpp | 83 int return_code = 0; in main() local 98 return_code = 1; in main() 103 return_code = 1; in main() 108 return_code = 1; in main() 126 return_code = 0; in main() 130 return_code = 0; in main() 137 return_code = 1; in main() 142 return_code = 1; in main() 169 return_code = 1; in main() 174 return_code = 1; in main() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/tools/val/ |
| D | val.cpp | 83 int return_code = 0; in main() local 98 return_code = 1; in main() 103 return_code = 1; in main() 108 return_code = 1; in main() 126 return_code = 0; in main() 130 return_code = 0; in main() 137 return_code = 1; in main() 142 return_code = 1; in main() 169 return_code = 1; in main() 174 return_code = 1; in main() [all …]
|
| /third_party/spirv-tools/tools/val/ |
| D | val.cpp | 83 int return_code = 0; in main() local 98 return_code = 1; in main() 103 return_code = 1; in main() 108 return_code = 1; in main() 129 return_code = 0; in main() 133 return_code = 0; in main() 140 return_code = 1; in main() 145 return_code = 1; in main() 172 return_code = 1; in main() 177 return_code = 1; in main() [all …]
|
| /third_party/typescript/tests/ts_extra_tests/tool/ |
| D | testcfg.py | 166 return_code = process.returncode 167 if return_code != 0: 199 return_code = process.returncode 201 if return_code == 0: 211 if return_code != 0: 222 return_code = process.returncode 226 if return_code != 0: 244 return_code = process.returncode 246 if return_code == 0: 255 if return_code != 0: [all …]
|
| /third_party/libabigail/tests/ |
| D | runtestfedabipkgdiff.py.in | 129 return_code = -1 132 return_code = subprocess.call(diffcmd) 133 if return_code: 137 result &= not return_code
|
| /third_party/rust/crates/nix/src/sys/ |
| D | sendfile.rs | 177 let return_code = unsafe { localVariable 186 (Errno::result(return_code).and(Ok(())), bytes_sent) 220 let return_code = unsafe { localVariable 229 (Errno::result(return_code).and(Ok(())), bytes_sent) 266 let return_code = unsafe { localVariable 274 (Errno::result(return_code).and(Ok(())), len)
|
| /third_party/node/deps/v8/tools/dev/ |
| D | gm.py | 363 return_code, output = _CallWithOutput("autoninja -C %s %s" % 365 if return_code != 0 and "FAILED:" in output and "snapshot_blob" in output: 375 return return_code 506 return_code = 0 512 return_code += configs[c].Build() 513 if return_code == 0: 515 return_code += configs[c].RunTests() 516 if return_code == 0: 520 return return_code
|
| /third_party/node/deps/v8/src/flags/ |
| D | flags.cc | 589 int return_code = 0; in SetFlagsFromCommandLine() local 614 return_code = j; in SetFlagsFromCommandLine() 628 return_code = j; in SetFlagsFromCommandLine() 652 return_code = j; in SetFlagsFromCommandLine() 661 return_code = j; in SetFlagsFromCommandLine() 674 return_code = j; in SetFlagsFromCommandLine() 697 return_code = j; in SetFlagsFromCommandLine() 727 } else if (return_code != 0) { in SetFlagsFromCommandLine() 728 if (return_code + 1 < *argc) { in SetFlagsFromCommandLine() 730 for (int i = return_code + 1; i < *argc; ++i) { in SetFlagsFromCommandLine() [all …]
|
| /third_party/typescript/tests/arkTSTest/ |
| D | run_test.py | 24 return_code = p.returncode variable 25 print(return_code)
|
| D | README.zh-cn.md | 139 return_code = p.returncode 140 print(return_code)
|
| D | README.md | 125 return_code = p.returncode 126 print(return_code)
|
| /third_party/skia/third_party/externals/libwebp/examples/ |
| D | anim_diff.c | 210 int return_code = -1; in main() local 296 return_code = -2; in main() 307 return_code = -3; in main() 311 return_code = 0; in main() 316 FREE_WARGV_AND_RETURN(return_code); in main()
|
| /third_party/node/deps/v8/tools/testrunner/local/ |
| D | command.py | 305 return_code = 0 311 return_code = e.status 314 return_code = 1 321 return_code,
|
| /third_party/skia/third_party/externals/angle2/scripts/ |
| D | process_angle_perf_results.py | 275 return_code = 0 307 return_code, benchmark_upload_result_map = _handle_perf_results( 312 return_code = 1 325 return return_code, benchmark_upload_result_map 718 return_code, _ = process_perf_results(args.output_json, args.configuration_name, 722 return return_code
|
| /third_party/ffmpeg/libavcodec/ |
| D | frame_thread_encoder.c | 43 int return_code; member 111 task->return_code = ret; in worker() 320 return outtask->return_code; in ff_thread_video_encode_frame()
|
| /third_party/mbedtls/scripts/ |
| D | code_size_compare.py | 219 return_code = size_compare.get_comparision_results() 220 sys.exit(return_code)
|
| D | abi_check.py | 660 return_code = abi_check.check_for_abi_changes() 661 sys.exit(return_code)
|
| /third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/ |
| D | EventLoop.h | 30 extern "C" void exit(int return_code);
|
| /third_party/mbedtls/tests/scripts/ |
| D | check_files.py | 445 return_code = integrity_check.output_issues() 446 sys.exit(return_code)
|
| D | check_names.py | 972 return_code = name_checker.perform_checks(quiet=args.quiet) 974 sys.exit(return_code)
|
| /third_party/node/deps/v8/src/regexp/ |
| D | regexp-interpreter.cc | 527 int return_code = LoadPacked24Signed(insn); in RawMatch() local 528 return static_cast<IrregexpInterpreter::Result>(return_code); in RawMatch() 531 IrregexpInterpreter::Result return_code = in RawMatch() local 534 if (return_code != IrregexpInterpreter::SUCCESS) return return_code; in RawMatch()
|
| /third_party/libabigail/tools/ |
| D | fedabipkgdiff | 1014 return_code = subprocess.call(cmd, shell=True) 1015 if return_code > 0: 1016 logger.error('curl fails with returned code: %d.', return_code)
|
| /third_party/node/deps/googletest/src/ |
| D | gtest-death-test.cc | 943 set_status(static_cast<int>(buffer.return_code)); in Wait()
|
| /third_party/googletest/googletest/src/ |
| D | gtest-death-test.cc | 955 set_status(static_cast<int>(buffer.return_code)); in Wait()
|