Home
last modified time | relevance | path

Searched refs:run_result (Results 1 – 25 of 45) sorted by relevance

12

/third_party/jerryscript/tests/unit-core/
Dtest-resource-name.c79 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()
Dtest-api-promise.c172 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/
Durl-in-tags-revoke.window.js3 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 …]
Durl-in-tags.window.js2 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);
Durl-reload.window.js2 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/
Drun_cropper.sh51 run_result='cropper_lib: '${line}' pass'; echo ${run_result} >> "${run_cropper_result}"
53run_result='cropper_lib: '${line}' failed'; echo ${run_result} >> "${run_cropper_result}"; return 1
73run_result='link_lib_to_so: '${line}' pass'; echo ${run_result} >> "${run_cropper_result}"
75run_result='link_lib_to_so: '${line}' failed'; echo ${run_result} >> "${run_cropper_result}"; retu…
85run_result='run_benchmark: '${model_name}' pass'; echo ${run_result} >> "${run_cropper_result}"
87run_result='run_benchmark: '${model_name}' failed'; echo ${run_result} >> "${run_cropper_result}";…
Drun_benchmark_x86.sh91run_result='x86_Parallel_Split: '${model_name}_1_1_parallel_split' pass'; echo ${run_result} >> ${…
93run_result='x86_Parallel_Split: '${model_name}_1_1_parallel_split' failed'; echo ${run_result} >> …
102run_result='x86_Parallel_Split: '${model_name}_1_2_parallel_split' pass'; echo ${run_result} >> ${…
104run_result='x86_Parallel_Split: '${model_name}_1_2_parallel_split' failed'; echo ${run_result} >> …
113run_result='x86_Parallel_Split: '${model_name}_1_3_parallel_split' pass'; echo ${run_result} >> ${…
115run_result='x86_Parallel_Split: '${model_name}_1_3_parallel_split' failed'; echo ${run_result} >> …
196run_result='x86_java: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_result_file}
198run_result='x86_java: '${model_name}' failed'; echo ${run_result} >> ${run_benchmark_result_file}
Drun_benchmark_gpu.sh61run_result='mindrt_parallel_CPU_CPU: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_…
63run_result='mindrt_parallel_CPU_CPU: '${model_name}' failed'; echo ${run_result} >> ${run_benchmar…
78run_result='mindrt_parallel_CPU_GPU: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_…
80run_result='mindrt_parallel_CPU_GPU: '${model_name}' failed'; echo ${run_result} >> ${run_benchmar…
Drun_benchmark_codegen.sh26 local support_parallel bind_mode thread_num suffix run_result
57 run_result='x86_codegen'${suffix}': '${model_name}' pass'; echo ${run_result} >> $5
59run_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
Drun_benchmark_cropping_size.sh57 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
112run_result="Error: The increased basic framework code size has exceeded the threshold since the la…
113 echo ${run_result} >> "${run_cropper_result}";
Dbase_functions.sh130 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
Drun_net_train.sh153run_result=$1': '${model_name}' irrelevant'; echo ${run_result} >> ${run_benchmark_train_result_fi…
225 local run_result
248run_result='x86'${log_suffix}': '${model_name}''${suffix_print}' pass'; echo ${run_result} >> ${ru…
250run_result='x86'${log_suffix}': '${model_name}''${suffix_print}' failed'; echo ${run_result} >> ${…
323 local run_result=""
385run_result=$1${log_suffix}': '${model_name}''${suffix_print}' pass'; echo ${run_result} >> ${run_b…
387run_result=$1${log_suffix}': '${model_name}''${suffix_print}' failed'; echo ${run_result} >> ${run…
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp1205 …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/
Drun_ut_arm64.sh57 run_result='arm64_ut: '${line}' pass'; echo ${run_result} >> ${run_ut_result_file}
59run_result='arm64_ut: '${line}' failed'; echo ${run_result} >> ${run_ut_result_file}; return 1
/third_party/mindspore/mindspore/lite/test/st/scripts/nnie/
Drun_benchmark_nnie.sh48run_result='hi3516: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_result_file}
50run_result='hi3516: '${model_name}' failed'; echo ${run_result} >> ${run_benchmark_result_file}; r…
Drun_converter_nnie.sh71 run_result='hi3516: '${model_name}' pass'; echo ${run_result} >> ${run_benchmark_result_file};
73run_result='hi3516: '${model_name}' failed'; echo ${run_result} >> ${run_benchmark_result_file}; e…
/third_party/glib/glib/gnulib/gl_cv_func_printf_flag_grouping/
Dmeson.build24 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/
Dmeson.build27 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/
Dmeson.build37 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/
Dmeson.build26 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/
Dminimal.hpp136 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/
Dmeson.build34 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/
Dmeson.build75 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/
Dmeson.build41 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/
Dmeson.build58 run_result = cc.run(printf_enomem_test, variable
60 gl_cv_func_printf_enomem = run_result.compiled() and run_result.returncode() == 0

12