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

  /frameworks/base/tools/aapt/tests/
AaptConfig_test.cpp 26 static ::testing::AssertionResult TestParse(const String8& input, ConfigDescription* config=NULL) {
33 static ::testing::AssertionResult TestParse(const char* input, ConfigDescription* config=NULL) {
34 return TestParse(String8(input), config);
38 EXPECT_FALSE(TestParse("en-sw600dp-ldrtl"));
39 EXPECT_FALSE(TestParse("land-en"));
40 EXPECT_FALSE(TestParse("hdpi-320dpi"));
44 EXPECT_FALSE(TestParse("en-sw600dp-ILLEGAL"));
48 EXPECT_FALSE(TestParse("en-sw600dp-land-"));
53 EXPECT_TRUE(TestParse("", &config));
56 EXPECT_TRUE(TestParse("fr-land", &config))
    [all...]
AaptGroupEntry_test.cpp 26 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const String8& dirName,
34 static ::testing::AssertionResult TestParse(AaptGroupEntry& entry, const char* input,
36 return TestParse(entry, String8(input), outType);
42 EXPECT_TRUE(TestParse(entry, "menu", &type));
49 EXPECT_TRUE(TestParse(entry, "anim", &type));
52 EXPECT_TRUE(TestParse(entry, "animator", &type));
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnfp.cpp 40 TESTCASE(0, TestParse);
53 IntlTestRBNFParse::TestParse() {
tzfmttst.cpp 76 TESTCASE(2, TestParse);
695 TimeZoneFormatTest::TestParse(void) {
    [all...]
numfmtst.cpp 62 TESTCASE_AUTO(TestParse);
849 NumberFormatTest::TestParse(void)
    [all...]
  /external/icu/icu4c/source/test/intltest/
itrbnfp.cpp 40 TESTCASE(0, TestParse);
53 IntlTestRBNFParse::TestParse() {
tzfmttst.cpp 76 TESTCASE(2, TestParse);
695 TimeZoneFormatTest::TestParse(void) {
    [all...]