/third_party/python/Lib/test/test_peg_generator/ |
D | test_c_parser.py | 95 def run_test(self, grammar_source, test_source): argument 97 test_source = textwrap.indent(textwrap.dedent(test_source), 8 * " ") 100 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source), 124 test_source = """ 142 self.run_test(grammar_source, test_source) 149 test_source = """ 154 self.run_test(grammar_source, test_source) 161 test_source = """ 166 self.run_test(grammar_source, test_source) 177 test_source = """ [all …]
|
/third_party/jerryscript/tests/unit-core/ |
D | test-newtarget.c | 155 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("new Demo (1)"); in main() local 159 test_source, in main() 160 sizeof (test_source) - 1, in main() 172 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("Demo (2)"); in main() local 176 test_source, in main() 177 sizeof (test_source) - 1, in main() 189 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( in main() local 198 test_source, in main() 199 sizeof (test_source) - 1, in main()
|
D | test-regression-3588.c | 66 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( in main() local 73 test_source, in main() 74 sizeof (test_source) - 1, in main() 86 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( in main() local 93 test_source, in main() 94 sizeof (test_source) - 1, in main()
|
D | test-api-errortype.c | 65 char test_source[] = "\xF0\x9D\x84\x9E"; in main() local 69 (const jerry_char_t *) test_source, in main() 70 sizeof (test_source) - 1, in main()
|
D | test-promise.c | 21 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 133 test_source, in main() 134 sizeof (test_source) - 1, in main()
|
D | test-api-promise.c | 158 …const jerry_char_t test_source[] = "(new Promise(function(rs, rj) { rs(30); })).then(function(v) {… in test_promise_from_js() local 162 test_source, in test_promise_from_js() 163 sizeof (test_source) - 1, in test_promise_from_js()
|
D | test-api.c | 21 const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 365 test_source, in main() 366 sizeof (test_source) - 1, in main()
|
/third_party/glib/gobject/tests/ |
D | closure.c | 12 test_source (GSource *one, GCallback quit_callback) in test_source() function 46 test_source (source, G_CALLBACK (simple_quit_callback)); in test_closure_idle() 56 test_source (source, G_CALLBACK (simple_quit_callback)); in test_closure_timeout() 93 test_source (source, G_CALLBACK (iochannel_quit_callback)); in test_closure_iochannel() 132 test_source (source, G_CALLBACK (iochannel_quit_callback)); in test_closure_child() 159 test_source (source, G_CALLBACK (fd_quit_callback)); in test_closure_fd() 190 test_source (source, G_CALLBACK (closure_quit_callback)); in test_closure_signal()
|
/third_party/python/Lib/test/ |
D | test_multiprocessing_main_handling.py | 32 test_source = """\ variable 112 source=test_source, omit_suffix=False): 122 source=test_source, depth=1): 291 main_in_children_source = test_source
|
D | test_cmd_line_script.py | 27 test_source = """\ variable 80 def _make_test_script(script_dir, script_basename, source=test_source): 86 source=test_source, depth=1):
|
D | test_imp.py | 387 def test_source(self): member in ReloadTests
|
/third_party/jerryscript/tests/unit-ext/ |
D | test-ext-arg.c | 25 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 939 test_source, in main() 940 sizeof (test_source) - 1, in main()
|