Searched defs:test_source (Results 1 - 4 of 4) 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/autotest/site_utils/suite_scheduler/
H A Dtask.py184 'test_source', 'job_retry', 'hour', 'day', 'branches',
209 test_source = config.getstring(section, 'test_source')
349 test_source=test_source, job_retry=job_retry,
388 firmware_ro_build_spec=None, test_source=None, job_retry=False,
423 test_source: cros
429 test_source: firmware_rw
436 test_source: cros
462 @param test_source
706 def test_source(self): member in class:Task
[all...]

Completed in 322 milliseconds