Home
last modified time | relevance | path

Searched refs:return_code (Results 1 – 25 of 39) 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/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/uboot/u-boot-2020.01/tools/buildman/
Dfunc_test.py239 self.assertEqual(0, result.return_code)
247 self.assertEqual(0, result.return_code)
251 command.test_result = command.CommandResult(return_code=1)
255 command.test_result = command.CommandResult(return_code=0)
263 return command.CommandResult(return_code=0)
265 return command.CommandResult(return_code=0, stdout=commit_shortlog)
269 return command.CommandResult(return_code=0,
279 return command.CommandResult(return_code=0)
281 return command.CommandResult(return_code=1)
283 return command.CommandResult(return_code=0, stdout='upstream\n')
[all …]
Dbuilderthread.py141 result.return_code = 0
160 result.return_code = int(fd.readline())
164 result.return_code = RETURN_CODE_RETRY
167 if result.return_code == RETURN_CODE_RETRY:
183 result.return_code = 10
245 if result.return_code == 0:
254 result.return_code = 1
273 if result.return_code < 0:
313 fd.write('%s' % result.return_code)
319 fd.write('%s' % result.return_code)
[all …]
Dtest.py118 comm.return_code = commit_info[2]
150 result.return_code = 0
156 result.return_code = commit.return_code
/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/uboot/u-boot-2020.01/tools/patman/
Dcommand.py24 self.return_code = None
27 def __init__(self, stdout='', stderr='', combined='', return_code=0, argument
32 self.return_code = return_code
103 result.return_code = 255
111 result.return_code = last_pipe.wait()
113 result.return_code = os.waitpid(last_pipe.pid, 0)[1]
114 if raise_on_error and result.return_code:
Dgitutil.py104 if result.return_code:
175 if result.return_code:
226 if result.return_code != 0:
238 if result.return_code != 0:
254 if result.return_code != 0:
584 .return_code == 0)
/third_party/boost/boost/gil/extension/io/raw/detail/
Dread.hpp117 int return_code = this->_io_dev.unpack(); in apply() local
118 io_error_if( return_code != LIBRAW_SUCCESS, "Unable to unpack image" ); in apply()
121 return_code = this->_io_dev.dcraw_process(); in apply()
122 … io_error_if( return_code != LIBRAW_SUCCESS, "Unable to emulate dcraw behavior to process image" ); in apply()
124 … libraw_processed_image_t* processed_image = this->_io_dev.dcraw_make_mem_image(&return_code); in apply()
125 io_error_if( return_code != LIBRAW_SUCCESS, "Unable to dcraw_make_mem_image" ); in apply()
/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/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/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/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/uboot/u-boot-2020.01/cmd/
Dtpm-common.c83 int report_return_code(int return_code) in report_return_code() argument
85 if (return_code) { in report_return_code()
86 printf("Error: %d\n", return_code); in report_return_code()
Dtpm-user-utils.h12 int report_return_code(int 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/e2fsprogs/ext2ed/
Ddir_com.c103 int return_code, next; in search_dir_entries() local
111 *status=return_code=action (&info); /* Call the client function to test */ in search_dir_entries()
113 if (return_code==ABORT || return_code==FOUND) in search_dir_entries()
/third_party/ffmpeg/libavcodec/
Dframe_thread_encoder.c40 int64_t return_code; member
105 c->finished_tasks[task.index].return_code = ret; in worker()
331 return task.return_code; in ff_thread_video_encode_frame()

12