/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()
|
D | test-api.c | 870 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/ |
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/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_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/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/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
|
/third_party/glib/glib/gnulib/gl_cv_func_printf_directive_f/ |
D | meson.build | 33 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/ |
D | meson.build | 80 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/ |
D | meson.build | 83 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/ |
D | meson.build | 66 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/ |
D | meson.build | 108 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/ |
D | meson.build | 81 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/ |
D | main-unix.c | 785 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/ |
D | ace_shell.cc | 336 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()
|
D | shell.cc | 379 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/ |
D | meson.build | 171 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)
|