Home
last modified time | relevance | path

Searched refs:test_source (Results 1 – 10 of 10) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-test.hpp28 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/
Dcompiler_tests.cmake69 # 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)
104 # Confirms $test_source compiles and stores $test_name in one of
109 function(aom_check_cxx_compiles test_name test_source result_var)
121 check_cxx_source_compiles("${test_source} ${AOM_CXX_MAIN}"
140 # Convenience function that confirms $test_source compiles as C and C++.
145 function(aom_check_source_compiles test_name test_source result_var)
148 aom_check_c_compiles(${test_name} ${test_source} C_PASSED)
149 aom_check_cxx_compiles(${test_name} ${test_source} CXX_PASSED)
/external/compiler-rt/make/platform/
Dclang_linux.mk37 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/
Dtest_multiprocessing_main_handling.py30 test_source = """\ variable
110 source=test_source, omit_suffix=False):
120 source=test_source, depth=1):
289 main_in_children_source = test_source
Dtest_cmd_line_script.py25 test_source = """\ variable
78 def _make_test_script(script_dir, script_basename, source=test_source):
84 source=test_source, depth=1):
Dtest_imp.py374 def test_source(self): member in ReloadTests
/external/python/cpython2/Lib/test/
Dtest_runpy.py25 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
Dtest_cmd_line_script.py18 test_source = """\ variable
43 def _make_test_script(script_dir, script_basename, source=test_source):
47 source=test_source, depth=1):
Dtest_imp.py50 def test_source(self): member in ReloadTests
/external/eigen/cmake/
DEigenTesting.cmake262 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)