Home
last modified time | relevance | path

Searched refs:return_code (Results 1 - 22 of 22) sorted by relevance

/third_party/jerryscript/tools/runners/
H A 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
81 return_code = subprocess.call(['git', 'apply', os.path.join('..', '..', 'test262-es6.patch')],
83 if return_code:
85 return return_code
99 return_code
[all...]
/third_party/skia/third_party/externals/spirv-tools/tools/val/
H A 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 in main()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/val/
H A 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 in main()
[all...]
/third_party/spirv-tools/tools/val/
H A 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 in main()
[all...]
/third_party/spirv-tools/utils/
H A Droll_deps.sh24 local return_code=$1
25 if [[ ${return_code} -ne 0 && ${return_code} -ne 2 ]]; then
26 exit ${return_code}
/third_party/typescript/tests/ts_extra_tests/tool/
H A Dtestcfg.py82 return_code = process.returncode
83 if return_code != 0:
237 return_code = process.returncode
239 if return_code == 0:
249 if return_code != 0:
260 return_code = process.returncode
264 if return_code != 0:
287 return_code = process.returncode
289 if return_code == 0:
298 if return_code !
[all...]
/third_party/rust/crates/nix/src/sys/
H A Dsendfile.rs177 let return_code = unsafe { in sendfile()
186 (Errno::result(return_code).and(Ok(())), bytes_sent) in sendfile()
220 let return_code = unsafe { in sendfile()
229 (Errno::result(return_code).and(Ok(())), bytes_sent) in sendfile()
266 let return_code = unsafe { in sendfile()
274 (Errno::result(return_code).and(Ok(())), len) in sendfile()
/third_party/node/deps/v8/src/flags/
H A 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 in SetFlagsFromCommandLine()
[all...]
/third_party/node/deps/v8/tools/dev/
H A 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/typescript/tests/arkTSTest/
H A Drun_test.py24 return_code = p.returncode variable
25 print(return_code)
/third_party/skia/third_party/externals/libwebp/examples/
H A 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/
H A 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/
H A Dprocess_angle_perf_results.py264 (return_code, upload_results_map):
265 return_code is 0 if the whole operation is successful, non zero otherwise.
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
549 (return_code, benchmark_upload_result_map)
550 return_code is 0 if this upload to perf dashboard successfully, 1
718 return_code, _ = process_perf_results(args.output_json, args.configuration_name,
722 return return_code
[all...]
/third_party/ffmpeg/libavcodec/
H A Dframe_thread_encoder.c46 int return_code; member
121 task->return_code = ret; in worker()
322 return outtask->return_code; in ff_thread_video_encode_frame()
/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-event-loop/
H A DEventLoop.h30 extern "C" void exit(int return_code);
/third_party/node/deps/v8/src/regexp/
H A 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/mbedtls/tests/scripts/
H A Dcheck_files.py532 return_code = integrity_check.output_issues()
533 sys.exit(return_code)
H A Dcheck_names.py960 return_code = name_checker.perform_checks(quiet=args.quiet)
962 sys.exit(return_code)
/third_party/mbedtls/scripts/
H A Dabi_check.py660 return_code = abi_check.check_for_abi_changes()
661 sys.exit(return_code)
/third_party/googletest/googletest/src/
H A Dgtest-death-test.cc955 set_status(static_cast<int>(buffer.return_code)); in Wait()
/third_party/node/deps/googletest/src/
H A Dgtest-death-test.cc943 set_status(static_cast<int>(buffer.return_code)); in Wait()
/third_party/mesa3d/src/gtest/src/
H A Dgtest-death-test.cc963 set_status(buffer.return_code); in Wait()

Completed in 21 milliseconds