| /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() {
|
| numfmtst.cpp | 59 CASE(2,TestParse); 829 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...] |
| numfmtst.cpp | 60 TESTCASE_AUTO(TestParse); 853 NumberFormatTest::TestParse(void) [all...] |
| /external/chromium_org/third_party/re2/re2/testing/ |
| parse_test.cc | 201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, 232 TEST(TestParse, SimpleRegexps) { 233 TestParse(tests, arraysize(tests), kTestFlags, "simple"); 249 TEST(TestParse, FoldCase) { 250 TestParse(foldcase_tests, arraysize(foldcase_tests), Regexp::FoldCase, "foldcase"); 258 TEST(TestParse, Literal) { 259 TestParse(literal_tests, arraysize(literal_tests), Regexp::Literal, "literal"); 271 TEST(TestParse, MatchNL) { 272 TestParse(matchnl_tests, arraysize(matchnl_tests), Regexp::MatchNL, "with MatchNL"); 283 TEST(TestParse, NoMatchNL) [all...] |
| /external/regex-re2/re2/testing/ |
| parse_test.cc | 201 void TestParse(const Test* tests, int ntests, Regexp::ParseFlags flags, 232 TEST(TestParse, SimpleRegexps) { 233 TestParse(tests, arraysize(tests), kTestFlags, "simple"); 249 TEST(TestParse, FoldCase) { 250 TestParse(foldcase_tests, arraysize(foldcase_tests), Regexp::FoldCase, "foldcase"); 258 TEST(TestParse, Literal) { 259 TestParse(literal_tests, arraysize(literal_tests), Regexp::Literal, "literal"); 271 TEST(TestParse, MatchNL) { 272 TestParse(matchnl_tests, arraysize(matchnl_tests), Regexp::MatchNL, "with MatchNL"); 283 TEST(TestParse, NoMatchNL) [all...] |
| /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/ |
| Antlr.Runtime.Tree.Tests.pas | 180 procedure TestParse; [all...] |