/external/python/cpython3/Lib/test/test_peg_generator/ |
D | test_c_parser.py | 88 def run_test(self, grammar_source, test_source): argument 90 test_source = textwrap.indent(textwrap.dedent(test_source), 8 * " ") 93 TEST_TEMPLATE.format(extension_path=self.tmp_path, test_source=test_source), 117 test_source = """ 135 self.run_test(grammar_source, test_source) 142 test_source = """ 147 self.run_test(grammar_source, test_source) 154 test_source = """ 159 self.run_test(grammar_source, test_source) 170 test_source = """ [all …]
|
/external/libchrome/components/json_schema/ |
D | json_schema_validator_unittest.cc | 17 void ExpectValid(const std::string& test_source, in ExpectValid() argument 26 ADD_FAILURE() << test_source << ": " in ExpectValid() 32 void ExpectNotValid(const std::string& test_source, in ExpectNotValid() argument 40 ADD_FAILURE() << test_source; in ExpectNotValid() 44 ASSERT_EQ(1u, validator.errors().size()) << test_source; in ExpectNotValid() 45 EXPECT_EQ(expected_error_path, validator.errors()[0].path) << test_source; in ExpectNotValid() 47 << test_source; in ExpectNotValid()
|
D | json_schema_validator_unittest_base.h | 28 virtual void ExpectValid(const std::string& test_source, 33 virtual void ExpectNotValid(const std::string& test_source,
|
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/ |
D | rx-test.hpp | 28 struct test_source struct 31 explicit test_source(typename test_subject_base<T>::type ts) in test_source() function 84 : public observable<T, typename detail::test_source<T>> 86 typedef observable<T, typename detail::test_source<T>> observable_base; 96 : observable_base(detail::test_source<T>(ts)) in testable_observable()
|
/external/libaom/libaom/build/cmake/ |
D | compiler_tests.cmake | 69 # Confirms $test_source compiles and stores $test_name in one of 74 function(aom_check_c_compiles test_name test_source result_var) 86 check_c_source_compiles("${test_source} ${AOM_C_MAIN}" C_TEST_COMPILED) 106 # Confirms $test_source compiles and stores $test_name in one of 111 function(aom_check_cxx_compiles test_name test_source result_var) 123 check_cxx_source_compiles("${test_source} ${AOM_CXX_MAIN}" 144 # Convenience function that confirms $test_source compiles as C and C++. 149 function(aom_check_source_compiles test_name test_source result_var) 152 aom_check_c_compiles(${test_name} ${test_source} C_PASSED) 153 aom_check_cxx_compiles(${test_name} ${test_source} CXX_PASSED)
|
/external/tensorflow/tensorflow/python/autograph/pyct/ |
D | loader_test.py | 98 test_source = textwrap.dedent(u""" 104 module, _ = loader.load_source(test_source, delete_on_exit=True) 110 test_source = textwrap.dedent('') 111 _, filename = loader.load_source(test_source, delete_on_exit=True)
|
/external/libepoxy/test/ |
D | meson.build | 67 test_source = test[2] variable 72 test_bin = executable(test_name, test_source, 113 test_source = test[1] variable 119 test_bin = executable(test_name, test_source, 149 test_source = test[1] variable 152 test_bin = executable(test_name, test_source,
|
/external/compiler-rt/make/platform/ |
D | clang_linux.mk | 37 test_source = $(ProjSrcRoot)/make/platform/clang_linux_test_input.c 40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0) 45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
|
/external/python/cpython3/Lib/test/ |
D | test_multiprocessing_main_handling.py | 30 test_source = """\ variable 110 source=test_source, omit_suffix=False): 120 source=test_source, depth=1): 289 main_in_children_source = test_source
|
D | test_cmd_line_script.py | 25 test_source = """\ variable 78 def _make_test_script(script_dir, script_basename, source=test_source): 84 source=test_source, depth=1):
|
D | test_imp.py | 385 def test_source(self): member in ReloadTests
|
/external/python/cpython2/Lib/test/ |
D | test_runpy.py | 25 test_source = ( variable in RunModuleCodeTest 44 d = _run_code(self.test_source, {}) 62 d2 = _run_module_code(self.test_source, 312 test_source = """\ variable in RunPathTest 335 source = self.test_source
|
D | test_cmd_line_script.py | 18 test_source = """\ variable 43 def _make_test_script(script_dir, script_basename, source=test_source): 47 source=test_source, depth=1):
|
D | test_imp.py | 50 def test_source(self): member in ReloadTests
|
/external/llvm-project/lldb/test/API/commands/command/invalid-args/ |
D | TestInvalidArgsCommand.py | 56 def test_source(self): member in InvalidArgsCommandTestCase
|
/external/rust/crates/anyhow/ |
D | Android.bp | 242 srcs: ["tests/test_source.rs"], 251 srcs: ["tests/test_source.rs"],
|
/external/eigen/cmake/ |
D | EigenTesting.cmake | 262 file(READ "${filename}" test_source) 265 occurences "${test_source}") 296 file(READ "${filename}" test_source) 299 occurences "${test_source}") 328 file(READ "${filename}" test_source)
|