/third_party/jerryscript/tests/unit-core/ |
D | test-resource-name.c | 79 jerry_value_t run_result = jerry_run (program); in main() local 80 TEST_ASSERT (!jerry_value_is_error (run_result)); in main() 81 TEST_ASSERT (jerry_value_is_object (run_result)); in main() 83 jerry_value_t resource_value = jerry_get_resource_name (run_result); in main() 89 jerry_release_value (run_result); in main() 110 run_result = jerry_run (program); in main() 111 TEST_ASSERT (!jerry_value_is_error (run_result)); in main() 112 TEST_ASSERT (jerry_value_is_object (run_result)); in main() 114 resource_value = jerry_get_resource_name (run_result); in main() 120 jerry_release_value (run_result); in main()
|
D | test-api-promise.c | 172 jerry_value_t run_result = jerry_run_all_enqueued_jobs (); in test_promise_from_js() local 173 TEST_ASSERT (jerry_value_is_undefined (run_result)); in test_promise_from_js() 174 jerry_release_value (run_result); in test_promise_from_js()
|
/third_party/node/test/fixtures/wpt/FileAPI/url/ |
D | url-in-tags-revoke.window.js | 3 const run_result = 'test_frame_OK'; constant 5 '<script>window.test_result = "' + run_result + '";</script>'; 16 assert_equals(frame.contentWindow.test_result, run_result); 21 const run_result = 'test_frame_OK'; constant 23 '<script>window.test_result = "' + run_result + '";</script>'; 36 assert_equals(frame.contentWindow.test_result, run_result); 42 const run_result = 'test_frame_OK'; constant 44 '<script>window.test_result = "' + run_result + '";</script>'; 52 assert_equals(win.test_result, run_result); 87 const run_result = 'test_script_OK'; constant [all …]
|
D | url-in-tags.window.js | 2 const run_result = 'test_script_OK'; constant 3 const blob_contents = 'window.test_result = "' + run_result + '";'; 10 assert_equals(window.test_result, run_result); 17 const run_result = 'test_frame_OK'; constant 19 '<script>window.test_result = "' + run_result + '";</script>'; 29 assert_equals(frame.contentWindow.test_result, run_result);
|
D | url-reload.window.js | 2 const run_result = 'test_frame_OK'; 4 '<script>window.test_result = "' + run_result + '";</script>'; 16 assert_equals(frame.contentWindow.test_result, run_result); 19 assert_equals(frame.contentWindow.test_result, run_result);
|
/third_party/mindspore/mindspore/lite/test/st/scripts/ |
D | run_cropper.sh | 51 run_result='cropper_lib: '${line}' pass'; echo ${run_result} >> "${run_cropper_result}" 53 …run_result='cropper_lib: '${line}' failed'; echo ${run_result} >> "${run_cropper_result}"; return 1 73 … run_result='link_lib_to_so: '${line}' pass'; echo ${run_result} >> "${run_cropper_result}" 75 …run_result='link_lib_to_so: '${line}' failed'; echo ${run_result} >> "${run_cropper_result}"; retu… 85 … run_result='run_benchmark: '${model_name}' pass'; echo ${run_result} >> "${run_cropper_result}" 87 …run_result='run_benchmark: '${model_name}' failed'; echo ${run_result} >> "${run_cropper_result}";…
|
D | run_benchmark_x86.sh | 91 …run_result='x86_Parallel_Split: '${model_name}_1_1_parallel_split' pass'; echo ${run_result} >> ${… 93 …run_result='x86_Parallel_Split: '${model_name}_1_1_parallel_split' failed'; echo ${run_result} >> … 102 …run_result='x86_Parallel_Split: '${model_name}_1_2_parallel_split' pass'; echo ${run_result} >> ${… 104 …run_result='x86_Parallel_Split: '${model_name}_1_2_parallel_split' failed'; echo ${run_result} >> … 113 …run_result='x86_Parallel_Split: '${model_name}_1_3_parallel_split' pass'; echo ${run_result} >> ${… 115 …run_result='x86_Parallel_Split: '${model_name}_1_3_parallel_split' failed'; echo ${run_result} >> … 196 … run_result='x86_java: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_result_file} 198 … run_result='x86_java: '${model_name}' failed'; echo ${run_result} >> ${run_benchmark_result_file}
|
D | run_benchmark_gpu.sh | 61 …run_result='mindrt_parallel_CPU_CPU: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_… 63 …run_result='mindrt_parallel_CPU_CPU: '${model_name}' failed'; echo ${run_result} >> ${run_benchmar… 78 …run_result='mindrt_parallel_CPU_GPU: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_… 80 …run_result='mindrt_parallel_CPU_GPU: '${model_name}' failed'; echo ${run_result} >> ${run_benchmar…
|
D | run_benchmark_codegen.sh | 26 local support_parallel bind_mode thread_num suffix run_result 57 run_result='x86_codegen'${suffix}': '${model_name}' pass'; echo ${run_result} >> $5 59 … run_result='x86_codegen'${suffix}': '${model_name}' failed'; echo ${run_result} >> $5; return 1 68 …ocal package_path package_suffix target platform android_abi toolchain_name package_path run_result 162 run_result=$7'_codegen: '${model_name}' pass'; echo ${run_result} >> $5 164 run_result=$7'_codegen: '${model_name}' failed'; echo ${run_result} >> $5; return 1
|
D | run_benchmark_cropping_size.sh | 57 run_result='cropper_lib pass'; echo ${run_result} >> "${run_cropper_result}" 59 run_result='cropper_lib failed'; echo ${run_result} >> "${run_cropper_result}"; return 1 94 run_result='link_lib_to_so pass'; echo ${run_result} >> "${run_cropper_result}" 96 run_result='link_lib_to_so failed'; echo ${run_result} >> "${run_cropper_result}"; return 1 112 …run_result="Error: The increased basic framework code size has exceeded the threshold since the la… 113 echo ${run_result} >> "${run_cropper_result}";
|
D | base_functions.sh | 130 run_result cfg_file 229 run_result="$6_$7_${mode}: ${model_file##*/} pass"; echo ${run_result} >> $5 231 run_result="$6_$7_${mode}: ${model_file##*/} failed"; echo ${run_result} >> $5 255 run_result="$6_$7_${mode}_loop: ${model_file##*/} pass"; echo ${run_result} >> $5 257 run_result="$6_$7_${mode}_loop: ${model_file##*/} failed"; echo ${run_result} >> $5
|
D | run_net_train.sh | 153 …run_result=$1': '${model_name}' irrelevant'; echo ${run_result} >> ${run_benchmark_train_result_fi… 225 local run_result 248 …run_result='x86'${log_suffix}': '${model_name}''${suffix_print}' pass'; echo ${run_result} >> ${ru… 250 …run_result='x86'${log_suffix}': '${model_name}''${suffix_print}' failed'; echo ${run_result} >> ${… 323 local run_result="" 385 …run_result=$1${log_suffix}': '${model_name}''${suffix_print}' pass'; echo ${run_result} >> ${run_b… 387 …run_result=$1${log_suffix}': '${model_name}''${suffix_print}' failed'; echo ${run_result} >> ${run…
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cPipelineStatisticsQueryTests.cpp | 1205 …const _test_execution_result& run_result, unsigned int n_expected_values, const glw::GLuint64* exp… in verifyResultValues() argument 1250 (glw::GLuint64)run_result.result_int == expected_value) || in verifyResultValues() 1252 (glw::GLuint64)run_result.result_int >= expected_value)) in verifyResultValues() 1257 if (run_result.int64_written && ((verification_type == VERIFICATION_TYPE_EXACT_MATCH && in verifyResultValues() 1258 run_result.result_int64 == (glw::GLint64)expected_value) || in verifyResultValues() 1260 run_result.result_int64 >= (glw::GLint64)expected_value))) in verifyResultValues() 1266 (glw::GLuint64)run_result.result_uint == expected_value) || in verifyResultValues() 1268 (glw::GLuint64)run_result.result_uint >= expected_value)) in verifyResultValues() 1273 if (run_result.uint64_written && in verifyResultValues() 1274 …((verification_type == VERIFICATION_TYPE_EXACT_MATCH && run_result.result_uint64 == expected_value… in verifyResultValues() [all …]
|
/third_party/mindspore/mindspore/lite/test/ut/scripts/ |
D | run_ut_arm64.sh | 57 run_result='arm64_ut: '${line}' pass'; echo ${run_result} >> ${run_ut_result_file} 59 … run_result='arm64_ut: '${line}' failed'; echo ${run_result} >> ${run_ut_result_file}; return 1
|
/third_party/mindspore/mindspore/lite/test/st/scripts/nnie/ |
D | run_benchmark_nnie.sh | 48 … run_result='hi3516: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_result_file} 50 …run_result='hi3516: '${model_name}' failed'; echo ${run_result} >> ${run_benchmark_result_file}; r…
|
D | run_converter_nnie.sh | 71 run_result='hi3516: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_result_file}; 73 …run_result='hi3516: '${model_name}' failed'; echo ${run_result} >> ${run_benchmark_result_file}; e…
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_flag_grouping/ |
D | meson.build | 24 run_result = cc.run(printf_flag_grouping_test, variable 26 gl_cv_func_printf_flag_grouping = run_result.compiled() and run_result.returncode() == 0
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_flag_zero/ |
D | meson.build | 27 run_result = cc.run(printf_flag_zero_test, variable 29 gl_cv_func_printf_flag_zero = run_result.compiled() and run_result.returncode() == 0
|
/third_party/glib/glib/gnulib/gl_cv_func_ldexpl_works/ |
D | meson.build | 37 run_result = cc.run(ldexpl_test, variable 40 gl_cv_func_ldexpl_works = run_result.compiled() and run_result.returncode() == 0
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_flag_leftadjust/ |
D | meson.build | 26 run_result = cc.run(printf_flag_leftadjust_test, variable 28 gl_cv_func_printf_flag_leftadjust = run_result.compiled() and run_result.returncode() == 0
|
/third_party/boost/boost/test/ |
D | minimal.hpp | 136 int run_result = ex_mon.execute( caller( argc, argv ) ); in main() local 138 BOOST_CHECK( run_result == 0 || run_result == boost::exit_success ); in main()
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_long_double/ |
D | meson.build | 34 run_result = cc.run(printf_long_double_test, variable 36 gl_cv_func_printf_long_double = run_result.compiled() and run_result.returncode() == 0
|
/third_party/glib/glib/gnulib/gl_cv_cc_double_expbit0/ |
D | meson.build | 75 run_result = cc.run(double_exponent_test, variable 77 if run_result.compiled() and run_result.returncode() == 0 78 out = run_result.stdout ().split ('/')
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_precision/ |
D | meson.build | 41 run_result = cc.run(printf_precision_test, variable 43 gl_cv_func_printf_precision = run_result.compiled() and run_result.returncode() == 0
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_enomem/ |
D | meson.build | 58 run_result = cc.run(printf_enomem_test, variable 60 gl_cv_func_printf_enomem = run_result.compiled() and run_result.returncode() == 0
|