/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
PipeTest.java | 53 public void test_source() throws IOException { method in class:PipeTest
|
/ndk/tests/build/standalone-toolchain/ |
test.py | 60 test_source = 'foo.cpp' 61 proc = subprocess.Popen([compiler, '-shared', test_source],
|
/external/compiler-rt/make/platform/ |
clang_linux.mk | 37 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)
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_imp.py | 45 def test_source(self): member in class:ReloadTests
|
test_cmd_line_script.py | 17 test_source = """\ 42 def _make_test_script(script_dir, script_basename, source=test_source): 46 source=test_source, depth=1):
|
test_runpy.py | 25 test_source = ( variable in class:RunModuleCodeTest 44 d = _run_code(self.test_source, {}) 62 d2 = _run_module_code(self.test_source, 288 test_source = """\ 311 source = self.test_source
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_imp.py | 45 def test_source(self): member in class:ReloadTests
|
test_cmd_line_script.py | 17 test_source = """\ 42 def _make_test_script(script_dir, script_basename, source=test_source): 46 source=test_source, depth=1):
|
test_runpy.py | 25 test_source = ( variable in class:RunModuleCodeTest 44 d = _run_code(self.test_source, {}) 62 d2 = _run_module_code(self.test_source, 288 test_source = """\ 311 source = self.test_source
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 45 def test_source(self): member in class:ReloadTests
|
test_cmd_line_script.py | 17 test_source = """\ 42 def _make_test_script(script_dir, script_basename, source=test_source): 46 source=test_source, depth=1):
|
test_runpy.py | 25 test_source = ( variable in class:RunModuleCodeTest 44 d = _run_code(self.test_source, {}) 62 d2 = _run_module_code(self.test_source, 288 test_source = """\ 311 source = self.test_source
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_imp.py | 45 def test_source(self): member in class:ReloadTests
|
test_cmd_line_script.py | 17 test_source = """\ 42 def _make_test_script(script_dir, script_basename, source=test_source): 46 source=test_source, depth=1):
|
test_runpy.py | 25 test_source = ( variable in class:RunModuleCodeTest 44 d = _run_code(self.test_source, {}) 62 d2 = _run_module_code(self.test_source, 288 test_source = """\ 311 source = self.test_source
|
/external/autotest/site_utils/suite_scheduler/ |
task.py | 160 'firmware_rw_build_spec', 'test_source', 'job_retry', 182 test_source = config.getstring(section, 'test_source') 234 test_source=test_source, job_retry=job_retry, 268 test_source=None, job_retry=False, hour=None, day=None): 300 test_source: cros 306 test_source: firmware_rw 313 test_source: cros 337 @param test_source: The source of test code when firmware will b 523 def test_source(self): member in class:Task [all...] |
/external/clang/runtime/compiler-rt/ |
Makefile | 142 test_source = $(LLVM_SRC_ROOT)/tools/clang/runtime/compiler-rt/clang_linux_test_input.c macro 143 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
|