Searched refs:test_source (Results 1 – 11 of 11) sorted by relevance
| /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.cpp | 179 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("new Demo (1)"); variable 183 test_source, 184 sizeof (test_source) - 1, 196 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ("Demo (2)"); variable 200 test_source, 201 sizeof (test_source) - 1, 213 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 222 test_source, 223 sizeof (test_source) - 1,
|
| D | test-regression-3588.cpp | 91 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 98 test_source, 99 sizeof (test_source) - 1, 111 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 118 test_source, 119 sizeof (test_source) - 1,
|
| D | test-api-errortype.cpp | 94 char test_source[] = "\xF0\x9D\x84\x9E"; variable 98 (const jerry_char_t *) test_source, 99 sizeof (test_source) - 1,
|
| D | test-promise.cpp | 22 static const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 156 test_source, 157 sizeof (test_source) - 1,
|
| D | test-api-promise.cpp | 159 …const jerry_char_t test_source[] = "(new Promise(function(rs, rj) { rs(30); })).then(function(v) {… in test_promise_from_js() local 163 test_source, in test_promise_from_js() 164 sizeof (test_source) - 1, in test_promise_from_js()
|
| D | test-api.cpp | 23 const jerry_char_t test_source[] = TEST_STRING_LITERAL ( variable 390 test_source, 391 sizeof (test_source) - 1,
|
| /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()
|