Home
last modified time | relevance | path

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

12

/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/
Dwindows_screenshot.c34 int return_code = 1; in SaveBitmapToFile() local
55 return_code = 0; in SaveBitmapToFile()
77 return_code = 0; in SaveBitmapToFile()
84 return_code = 0; in SaveBitmapToFile()
92 return_code = 0; in SaveBitmapToFile()
101 return_code = 0; in SaveBitmapToFile()
114 return_code = 0; in SaveBitmapToFile()
126 return_code = 0; in SaveBitmapToFile()
137 return return_code; in SaveBitmapToFile()
151 int return_code = 1; in ScreenshotWindow() local
[all …]
/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/
Dscreenshot.c14 int i, verify_len, return_code, test_len; in SDLVisualTest_VerifyScreenshots() local
21 return_code = 1; in SDLVisualTest_VerifyScreenshots()
26 return_code = -1; in SDLVisualTest_VerifyScreenshots()
32 return_code = -1; in SDLVisualTest_VerifyScreenshots()
38 return_code = -1; in SDLVisualTest_VerifyScreenshots()
52 return_code = -1; in SDLVisualTest_VerifyScreenshots()
62 return_code = 2; in SDLVisualTest_VerifyScreenshots()
71 return_code = -1; in SDLVisualTest_VerifyScreenshots()
82 return_code = -1; in SDLVisualTest_VerifyScreenshots()
107 return_code = -1; in SDLVisualTest_VerifyScreenshots()
[all …]
Dtestharness.c258 int success, sut_running, return_code; in RunSUTAndTest() local
262 return_code = TEST_PASSED; in RunSUTAndTest()
267 return_code = TEST_ERROR; in RunSUTAndTest()
278 return_code = TEST_ERROR; in RunSUTAndTest()
296 return_code = TEST_ERROR; in RunSUTAndTest()
304 return_code = TEST_ERROR; in RunSUTAndTest()
329 return_code = TEST_FAILED; in RunSUTAndTest()
335 return_code = TEST_ERROR; in RunSUTAndTest()
342 return_code = TEST_FAILED; in RunSUTAndTest()
349 return_code = TEST_ERROR; in RunSUTAndTest()
[all …]
/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/flutter/skia/third_party/externals/spirv-tools/tools/val/
Dval.cpp59 int return_code = 0; in main() local
74 return_code = 1; in main()
79 return_code = 1; in main()
84 return_code = 1; in main()
94 return_code = 0; in main()
98 return_code = 0; in main()
105 return_code = 1; in main()
110 return_code = 1; in main()
119 return_code = 1; in main()
124 return_code = 1; in main()
[all …]
/third_party/spirv-tools/tools/val/
Dval.cpp81 int return_code = 0; in main() local
96 return_code = 1; in main()
101 return_code = 1; in main()
106 return_code = 1; in main()
124 return_code = 0; in main()
128 return_code = 0; in main()
135 return_code = 1; in main()
140 return_code = 1; in main()
165 return_code = 1; in main()
170 return_code = 1; in main()
[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/flutter/skia/third_party/externals/harfbuzz/test/subset/
Drun-tests.py73 _, return_code = cmd (cli_args)
75 if return_code:
76 return fail_test (test, cli_args, "%s returned %d" % (' '.join (cli_args), return_code))
78 expected_ttx, return_code = run_ttx (os.path.join (test_suite.get_output_directory (),
80 if return_code:
81 return fail_test (test, cli_args, "ttx (expected) returned %d" % (return_code))
83 actual_ttx, return_code = run_ttx (out_file)
84 if return_code:
85 return fail_test (test, cli_args, "ttx (actual) returned %d" % (return_code))
/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/flutter/skia/third_party/externals/spirv-tools/tools/stats/
Dstats.cpp78 int return_code = 0; in main() local
90 return_code = 0; in main()
96 return_code = 1; in main()
105 return return_code; in main()
/third_party/harfbuzz/test/subset/
Drun-repack-tests.py48 _, return_code = cmd (cli_args)
50 if return_code:
51 return fail_test (test, cli_args, "%s returned %d" % (' '.join (cli_args), return_code))
Drun-tests.py54 _, return_code = cmd (cli_args)
56 if return_code:
57 return fail_test (test, cli_args, "%s returned %d" % (' '.join (cli_args), 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/flutter/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/flutter/engine/flutter/shell/platform/fuchsia/dart-pkg/fuchsia/sdk_ext/
Dfuchsia.cc94 int64_t return_code; in SetReturnCode() local
96 Dart_GetNativeIntegerArgument(arguments, 0, &return_code); in SetReturnCode()
98 tonic::DartState::Current()->SetReturnCode(return_code); in SetReturnCode()
/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.py221 return_code = size_compare.get_comparision_results()
222 sys.exit(return_code)
Dabi_check.py436 return_code = abi_check.check_for_abi_changes()
437 sys.exit(return_code)
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Dcomponent.cc501 auto return_code = shell_holder->GetEngineReturnCode(); in OnEngineTerminate() local
502 if (return_code.first) { in OnEngineTerminate()
503 last_return_code_ = return_code; in OnEngineTerminate()
/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.py405 return_code = integrity_check.output_issues()
406 sys.exit(return_code)

12