Home
last modified time | relevance | path

Searched refs:return_code (Results 1 – 25 of 30) sorted by relevance

12

/third_party/jerryscript/tools/runners/
Drun-test-suite-test262.py61 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
81return_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/
Dval.cpp83 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/
Dval.cpp83 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/
Dval.cpp83 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/
Dtestcfg.py166 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/
Druntestfedabipkgdiff.py.in129 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/
Dsendfile.rs177 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/
Dgm.py363 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/
Dflags.cc589 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/
Drun_test.py24 return_code = p.returncode variable
25 print(return_code)
DREADME.zh-cn.md139 return_code = p.returncode
140 print(return_code)
DREADME.md125 return_code = p.returncode
126 print(return_code)
/third_party/skia/third_party/externals/libwebp/examples/
Danim_diff.c210 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/
Dcommand.py305 return_code = 0
311 return_code = e.status
314 return_code = 1
321 return_code,
/third_party/skia/third_party/externals/angle2/scripts/
Dprocess_angle_perf_results.py275 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/
Dframe_thread_encoder.c43 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/
Dcode_size_compare.py219 return_code = size_compare.get_comparision_results()
220 sys.exit(return_code)
Dabi_check.py660 return_code = abi_check.check_for_abi_changes()
661 sys.exit(return_code)
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
DEventLoop.h30 extern "C" void exit(int return_code);
/third_party/mbedtls/tests/scripts/
Dcheck_files.py445 return_code = integrity_check.output_issues()
446 sys.exit(return_code)
Dcheck_names.py972 return_code = name_checker.perform_checks(quiet=args.quiet)
974 sys.exit(return_code)
/third_party/node/deps/v8/src/regexp/
Dregexp-interpreter.cc527 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/
Dfedabipkgdiff1014 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/
Dgtest-death-test.cc943 set_status(static_cast<int>(buffer.return_code)); in Wait()
/third_party/googletest/googletest/src/
Dgtest-death-test.cc955 set_status(static_cast<int>(buffer.return_code)); in Wait()

12