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

  /frameworks/base/tools/aapt/tests/
AaptConfig_test.cpp 27 static ::testing::AssertionResult TestParse(const String8& input, ConfigDescription* config=NULL) {
34 static ::testing::AssertionResult TestParse(const char* input, ConfigDescription* config=NULL) {
35 return TestParse(String8(input), config);
39 EXPECT_FALSE(TestParse("en-sw600dp-ldrtl"));
40 EXPECT_FALSE(TestParse("land-en"));
41 EXPECT_FALSE(TestParse("hdpi-320dpi"));
45 EXPECT_FALSE(TestParse("en-sw600dp-ILLEGAL"));
49 EXPECT_FALSE(TestParse("en-sw600dp-land-"));
54 EXPECT_TRUE(TestParse("", &config));
57 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));
  /frameworks/base/tools/aapt2/
ConfigDescription_test.cpp 27 static ::testing::AssertionResult TestParse(const StringPiece& input,
36 EXPECT_FALSE(TestParse("en-sw600dp-ldrtl"));
37 EXPECT_FALSE(TestParse("land-en"));
38 EXPECT_FALSE(TestParse("hdpi-320dpi"));
42 EXPECT_FALSE(TestParse("en-sw600dp-ILLEGAL"));
46 EXPECT_FALSE(TestParse("en-sw600dp-land-"));
51 EXPECT_TRUE(TestParse("", &config));
54 EXPECT_TRUE(TestParse("fr-land", &config));
57 EXPECT_TRUE(TestParse("mcc310-pl-sw720dp-normal-long-port-night-"
65 EXPECT_TRUE(TestParse("en-rUS", &config))
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzfmttst.h 23 void TestParse(void);
itrbnfp.h 29 virtual void TestParse();
itrbnfp.cpp 40 TESTCASE(0, TestParse);
53 IntlTestRBNFParse::TestParse() {
numfmtst.h 83 void TestParse(void);
tzfmttst.cpp 76 TESTCASE(2, TestParse);
727 TimeZoneFormatTest::TestParse(void) {
    [all...]
numfmtst.cpp 487 TESTCASE_AUTO(TestParse);
    [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/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RBNFParseTest.java 20 public void TestParse() {
PluralFormatUnitTest.java 265 public void TestParse() {
TimeZoneFormatTest.java 538 public void TestParse() {
    [all...]
TestMessageFormat.java 522 public void TestParse()
    [all...]
NumberFormatTest.java     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RBNFParseTest.java 24 public void TestParse() {
PluralFormatUnitTest.java 269 public void TestParse() {
TimeZoneFormatTest.java 542 public void TestParse() {
    [all...]
TestMessageFormat.java 526 public void TestParse()
    [all...]
NumberFormatTest.java     [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas 180 procedure TestParse;
    [all...]

Completed in 315 milliseconds