| /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/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/tensorflow/tensorflow/python/autograph/pyct/ |
| D | loader_test.py | 97 test_source = textwrap.dedent(u""" 103 module, _ = loader.load_source(test_source, delete_on_exit=True)
|
| /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/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)
|