/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
|
/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/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/clang/runtime/compiler-rt/ |
Makefile | 140 test_source = $(LLVM_SRC_ROOT)/tools/clang/runtime/compiler-rt/clang_linux_test_input.c macro 141 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
|