Home
last modified time | relevance | path

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

/external/valgrind/auxprogs/
Dgsl16-badfree.patch17 Index: test_source.c
19 RCS file: /home/gsl-cvs/gsl/vector/test_source.c,v
21 diff -u -r1.26 test_source.c
22 --- test_source.c 24 Jun 2005 11:33:26 -0000 1.26
23 +++ test_source.c 6 Jul 2005 11:14:18 -0000
/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/autotest/site_utils/suite_scheduler/
Dtask.py209 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, argument
494 self._test_source = test_source
510 not self.test_source in [Builds.FIRMWARE_RW, Builds.FIRMWARE_RO,
706 def test_source(self): member in Task
1019 if self.test_source == Builds.FIRMWARE_RW:
1021 elif self.test_source == Builds.CROS:
/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)
/external/vulkan-validation-layers/
Dvk_layer_documentation_generate.py379 test_parser = TestParser(opts.test_source)