Searched defs:test_source (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/
H A Dnotification_service_impl_unittest.cc47 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...]
/external/clang/runtime/compiler-rt/
H A DMakefile147 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/
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)

Completed in 166 milliseconds