Home
last modified time | relevance | path

Searched refs:run_result (Results 1 – 25 of 28) 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()
Dtest-api.c870 jerry_value_t run_result = jerry_run (parse_result); in main() local
871 TEST_ASSERT (!jerry_value_is_error (run_result)); in main()
872 jerry_release_value (run_result); in main()
875 run_result = jerry_run (parse_result); in main()
876 TEST_ASSERT (jerry_value_is_error (run_result)); in main()
877 jerry_release_value (run_result); in main()
/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/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_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/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/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
/third_party/glib/glib/gnulib/gl_cv_func_printf_directive_f/
Dmeson.build33 run_result = cc.run(printf_directive_f_test, variable
35 gl_cv_func_printf_directive_f = run_result.compiled() and run_result.returncode() == 0
/third_party/glib/glib/gnulib/gl_cv_func_frexp_works/
Dmeson.build80 run_result = cc.run(frexp_test, variable
83 rc = run_result.returncode()
84 gl_cv_func_frexp_works = run_result.compiled() and rc == 0
/third_party/glib/glib/gnulib/gl_cv_func_printf_directive_a/
Dmeson.build83 run_result = cc.run(printf_directive_a_test, variable
85 gl_cv_func_printf_directive_a = run_result.compiled() and run_result.returncode() == 0
/third_party/glib/glib/gnulib/gl_cv_func_printf_directive_ls/
Dmeson.build66 run_result = cc.run(printf_directive_ls_test, variable
68 gl_cv_func_printf_directive_ls = run_result.compiled() and run_result.returncode() == 0
/third_party/glib/glib/gnulib/gl_cv_func_frexpl_works/
Dmeson.build108 run_result = cc.run(frexpl_test, variable
111 rc = run_result.returncode()
112 gl_cv_func_frexpl_works = run_result.compiled() and rc == 0
/third_party/glib/glib/gnulib/gl_cv_func_printf_infinite/
Dmeson.build81 run_result = cc.run(printf_infinite_double_test, variable
83 gl_cv_func_printf_infinite = run_result.compiled() and run_result.returncode() == 0
/third_party/jerryscript/jerry-main/
Dmain-unix.c785 jerry_value_t run_result; in main() local
789 &run_result); in main()
802 if (jerry_value_is_abort (run_result)) in main()
804 ret_value = jerry_acquire_value (run_result); in main()
807 jerry_release_value (run_result); in main()
/third_party/flutter/engine/flutter/shell/common/
Dace_shell.cc336 result_callback](Engine::RunStatus run_result) { in RunEngine() argument
341 [result_callback, run_result]() { result_callback(run_result); }); in RunEngine()
360 auto run_result = weak_engine->Run(std::move(run_configuration)); in RunEngine() local
361 if (run_result == flutter::Engine::RunStatus::Failure) { in RunEngine()
364 result(run_result); in RunEngine()
Dshell.cc379 result_callback](Engine::RunStatus run_result) { in RunEngine() argument
384 [result_callback, run_result]() { result_callback(run_result); }); in RunEngine()
403 auto run_result = weak_engine->Run(std::move(run_configuration)); in RunEngine() local
404 if (run_result == flutter::Engine::RunStatus::Failure) { in RunEngine()
407 result(run_result); in RunEngine()
/third_party/glib/glib/gnulib/gl_cv_func_printf_infinite_long_double/
Dmeson.build171 run_result = cc.run(printf_infinite_long_double_test, variable
173 … gl_cv_func_printf_infinite_long_double = (run_result.compiled() and run_result.returncode() == 0)

12