Lines Matching refs:foo

56   input += R"(<attr name="foo"/>)";  in TEST()
95 ASSERT_TRUE(TestParse(R"(<string name="foo"> " hey there " </string>)")); in TEST_F()
116 String* str = test::GetValue<String>(&table_, "string/foo"); in TEST_F()
156 ASSERT_TRUE(TestParse(R"(<string name="foo"> This is what I think </string>)")); in TEST_F()
172 EXPECT_TRUE(TestParse(R"(<string name="foo">&#32;Hello&#32;</string>)")); in TEST_F()
204 std::string input = R"(<string name="foo"> <b> My <i> favorite</i> string </b> </string>)"; in TEST_F()
247 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F()
259 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F()
266 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F()
281 <string name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F()
300 std::string input = R"(<integer name="foo">@null</integer>)"; in TEST_F()
315 std::string input = R"(<integer name="foo">@empty</integer>)"; in TEST_F()
326 <attr name="foo" format="string"/> in TEST_F()
340 std::string input = R"(<macro name="foo">12345</macro>)"; in TEST_F()
353 std::string input = R"(<macro name="foo" xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> in TEST_F()
372 std::string input = R"(<macro name="foo" xmlns:app="http://schemas.android.com/apk/res/android"> in TEST_F()
373 @app:string/foo</macro>)"; in TEST_F()
376 Macro* macro = test::GetValue<Macro>(&table_, "macro/foo"); in TEST_F()
378 EXPECT_THAT(macro->raw_value, Eq("\n@app:string/foo")); in TEST_F()
379 EXPECT_THAT(macro->style_string.str, Eq("@app:string/foo")); in TEST_F()
389 std::string input = R"(<string name="res_string">@macro/foo</string>)"; in TEST_F()
398 <item name="bar">@macro/foo</item> in TEST_F()
402 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
434 EXPECT_THAT(test::GetValueForConfig<Attribute>(&table_, "attr/foo", watch_config), IsNull()); in TEST_F()
438 EXPECT_THAT(test::GetValue<Attribute>(&table_, "attr/foo"), NotNull()); in TEST_F()
447 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
466 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
481 Attribute* attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
495 Attribute* enum_attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
525 Attribute* flag_attr = test::GetValue<Attribute>(&table_, "attr/foo"); in TEST_F()
567 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
581 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
593 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
607 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
622 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
634 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F()
637 EXPECT_THAT(style->parent.value().name, Eq(test::ParseNameOrDie("style/foo"))); in TEST_F()
644 Style* style = test::GetValue<Style>(&table_, "style/foo.bar"); in TEST_F()
653 Style* style = test::GetValue<Style>(&table_, "style/foo"); in TEST_F()
676 table_.FindResource(test::ParseNameOrDie("styleable/foo")); in TEST_F()
692 EXPECT_THAT(test::GetValue<Id>(&table_, "id/foo"), NotNull()); in TEST_F()
694 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F()
722 table_.FindResource(test::ParseNameOrDie("styleable/foo")).value().entry->visibility.level, in TEST_F()
737 Styleable* styleable = test::GetValue<Styleable>(&table_, "styleable/foo"); in TEST_F()
759 Array* array = test::GetValue<Array>(&table_, "array/foo"); in TEST_F()
779 <array name="foo" format="string"> in TEST_F()
795 <array name="foo" format="integer"> in TEST_F()
803 <plurals name="foo"> in TEST_F()
823 <string name="foo">Hi</string>)"; in TEST_F()
835 <string name="foo">Hi</string>)"; in TEST_F()
847 <string name="foo"> in TEST_F()
862 <declare-styleable name="foo"> in TEST_F()
867 <attr name="foo"> in TEST_F()
886 ASSERT_TRUE(TestParse(R"(<public type="id" name="foo"/>)")); in TEST_F()
892 <string name="foo" product="phone">hi</string> in TEST_F()
893 <string name="foo" product="no-sdcard">ho</string> in TEST_F()
911 <public name="foo" /> in TEST_F()
931 <public name="foo" /> in TEST_F()
957 <java-symbol type="string" name="foo" /> in TEST_F()
959 <public type="string" name="foo" id="0x01020000" /> in TEST_F()
961 <java-symbol type="string" name="foo" />)"; in TEST_F()
975 ASSERT_TRUE(TestParse(R"(<item type="layout" name="foo">@layout/bar</item>)")); in TEST_F()
992 ASSERT_TRUE(TestParse(R"(<item name="foo" type="integer" format="float">0.3</item>)")); in TEST_F()
1003 ASSERT_TRUE(TestParse(R"(<item name="foo" type="integer">100%p</item>)")); in TEST_F()
1011 ASSERT_TRUE(TestParse(R"(<item name="foo" type="configVarying">Hey</item>)")); in TEST_F()
1032 <item type="drawable" format="reference" name="foo" /> in TEST_F()
1033 <string name="foo" />)"; in TEST_F()
1043 ASSERT_TRUE(TestParse(R"(<string name="foo">%1$s %n %2$s</string>)")); in TEST_F()
1056 auto search_result = table_.FindResource(test::ParseNameOrDie("string/foo")); in TEST_F()
1183 <item type="string" name="foo" /> in TEST_F()
1190 <item name="foo" /> in TEST_F()
1200 <item type="string" name="foo" /> in TEST_F()
1208 <item name="foo" /> in TEST_F()
1226 <item type="string" name="foo" /> in TEST_F()
1256 <item type="string" name="foo" /> in TEST_F()
1257 <item type="string" name="foo" /> in TEST_F()
1263 <item type="string" name="foo" /> in TEST_F()
1266 <item type="string" name="foo" /> in TEST_F()
1272 <item type="string" name="foo" /> in TEST_F()
1275 <item type="string" name="foo" /> in TEST_F()
1351 ASSERT_THAT(test::GetValue<Reference>(&table_, "id/foo"), NotNull()); in TEST_F()
1384 std::string input = R"(<string name="foo">Hello<![CDATA[ "</string>' ]]> World</string>)";