/third_party/flutter/skia/third_party/externals/sdl/visualtest/src/windows/ |
D | windows_screenshot.c | 34 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/ |
D | screenshot.c | 14 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 …]
|
D | testharness.c | 258 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/ |
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/flutter/skia/third_party/externals/spirv-tools/tools/val/ |
D | val.cpp | 59 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/ |
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/uboot/u-boot-2020.01/tools/buildman/ |
D | func_test.py | 239 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 …]
|
D | builderthread.py | 141 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 …]
|
D | test.py | 118 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/ |
D | run-tests.py | 73 _, 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/ |
D | command.py | 24 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:
|
D | gitutil.py | 104 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/ |
D | read.hpp | 117 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/ |
D | stats.cpp | 78 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/ |
D | run-repack-tests.py | 48 _, return_code = cmd (cli_args) 50 if return_code: 51 return fail_test (test, cli_args, "%s returned %d" % (' '.join (cli_args), return_code))
|
D | run-tests.py | 54 _, 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/ |
D | fuchsia.cc | 94 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/ |
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/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/uboot/u-boot-2020.01/cmd/ |
D | tpm-common.c | 83 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()
|
D | tpm-user-utils.h | 12 int report_return_code(int 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/e2fsprogs/ext2ed/ |
D | dir_com.c | 103 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/ |
D | frame_thread_encoder.c | 40 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()
|