HomeSort by relevance Sort by last modified time
    Searched defs:test_source (Results 1 - 8 of 8) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imp.py 45 def test_source(self): member in class:ReloadTests
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_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/chromium_org/content/browser/
notification_service_impl_unittest.cc 47 TestSource test_source; local
51 EXPECT_TRUE(Source<TestSource>(&test_source) ==
52 Source<TestSource>(&test_source));
53 EXPECT_TRUE(Source<TestSource>(&test_source) !=
64 Source<TestSource>(&test_source),
72 Source<TestSource>(&test_source));
74 Source<TestSource>(&test_source));
82 Source<TestSource>(&test_source),
91 Source<TestSource>(&test_source),
130 Source<TestSource>(&test_source),
140 TestSource test_source; local
    [all...]
  /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/clang/runtime/compiler-rt/
Makefile 147 test_source = $(LLVM_SRC_ROOT)/tools/clang/runtime/compiler-rt/clang_linux_test_input.c macro
148 ifeq ($(call TryCompile,$(ToolDir)/clang,$(test_source),-m32),0)
  /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)

Completed in 185 milliseconds