Searched defs:test_source (Results 1 - 5 of 5) sorted by relevance

/external/python/cpython2/Lib/test/
H A Dtest_imp.py50 def test_source(self): member in class:ReloadTests
H A Dtest_runpy.py25 test_source = ( variable in class:RunModuleCodeTest
44 d = _run_code(self.test_source, {})
62 d2 = _run_module_code(self.test_source,
312 test_source = """\
335 source = self.test_source
/external/compiler-rt/make/platform/
H A Dclang_linux.mk37 test_source = $(ProjSrcRoot)/make/platform/clang_linux_test_input.c macro
40 ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0)
45 ifeq ($(call TryCompile,$(CC),$(test_source),-m32),0)
/external/python/cpython3/Lib/test/
H A Dtest_imp.py323 def test_source(self): member in class:ReloadTests
H A Dtest_collections.py409 def test_source(self): member in class:TestNamedTuple

Completed in 229 milliseconds