Searched refs:test_source (Results 1 - 6 of 6) sorted by relevance

/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/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
H A Dtest_cmd_line_script.py18 test_source = """\
43 def _make_test_script(script_dir, script_basename, source=test_source):
47 source=test_source, depth=1):
/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...]
/external/vulkan-validation-layers/
H A Dvk_layer_documentation_generate.py101 parser.add_argument('--test_source', required=False, default=builtin_tests, help='The input test source files from which code will be generated.')
379 test_parser = TestParser(opts.test_source)

Completed in 2130 milliseconds