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

/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/
H A DLayoutBinderTest.java76 public void testParse() { method in class:LayoutBinderTest
/frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
H A DDurationTest.java42 public void testParse() throws Exception { method in class:DurationTest
/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp50 ::testing::AssertionResult testParse(const StringPiece& str) { function in struct:aapt::ResourceParserTest
51 return testParse(str, ConfigDescription{});
54 ::testing::AssertionResult testParse(const StringPiece& str, const ConfigDescription& config) { function in struct:aapt::ResourceParserTest
70 ASSERT_TRUE(testParse(input));
79 ASSERT_TRUE(testParse(input));
88 ASSERT_FALSE(testParse(input));
91 ASSERT_TRUE(testParse(input));
98 ASSERT_TRUE(testParse(input));
107 ASSERT_TRUE(testParse(input));
121 ASSERT_TRUE(testParse(inpu
[all...]

Completed in 147 milliseconds