Searched refs:test_source (Results 1 - 5 of 5) 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/chromium_org/components/json_schema/
H A Djson_schema_validator_unittest.cc15 virtual void ExpectValid(const std::string& test_source,
24 ADD_FAILURE() << test_source << ": "
31 const std::string& test_source,
38 ADD_FAILURE() << test_source;
42 ASSERT_EQ(1u, validator.errors().size()) << test_source;
43 EXPECT_EQ(expected_error_path, validator.errors()[0].path) << test_source;
45 << test_source;
H A Djson_schema_validator_unittest_base.h28 virtual void ExpectValid(const std::string& test_source,
33 virtual void ExpectNotValid(const std::string& test_source,
/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 126 milliseconds