HomeSort by relevance Sort by last modified time
    Searched full:testparse (Results 1 - 25 of 38) sorted by null

1 2

  /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/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() {
tmsgfmt.h 112 void testParse(void);
numfmtst.h 70 void TestParse(void);
  /external/deqp/framework/delibs/deutil/
deCommandLine.c 147 static void testParse (const char* cmdLine, const char* const* refArgs, int numArgs)
166 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
171 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
176 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
181 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
186 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
191 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
196 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
201 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref));
206 testParse(cmdLine, ref, DE_LENGTH_OF_ARRAY(ref))
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
itrbnfp.h 29 virtual void TestParse();
itrbnfp.cpp 40 TESTCASE(0, TestParse);
53 IntlTestRBNFParse::TestParse() {
tmsgfmt.h 107 void testParse(void);
numfmtst.h 70 void TestParse(void);
itrbnf.cpp     [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...]
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/
TestSummaryXmlTest.java 50 public void testParse() throws ParseException {
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
DurationTest.java 42 public void testParse() throws Exception {
  /external/chromium_org/third_party/skia/samplecode/
SampleArc.cpp 26 static void testparse() { function
41 testparse();
  /external/skia/samplecode/
SampleArc.cpp 26 static void testparse() { function
41 testparse();
  /cts/tests/tests/sax/src/android/sax/cts/
ElementTest.java 71 public void testParse() throws Exception {
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings_unittest.cc 26 TEST_F(FirefoxProxySettingsTest, TestParse) {
  /cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/
TestPlanTest.java 84 public void testParse() throws ParseException {
  /external/chromium_org/tools/telemetry/telemetry/web_perf/
timeline_interaction_record_unittest.py 15 def testParse(self):
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
MediaTypeTest.java 37 @Test public void testParse() throws Exception {
  /external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
TestTreeWizard.java 270 @Test public void testParse() throws Exception {

Completed in 1318 milliseconds

1 2