HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 626 - 650 of 3075) sorted by null

<<21222324252627282930>>

  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
IntentTest.java 179 Uri uri = Uri.parse("content://this/and/that");
189 intent.setData(Uri.parse("content://this/and/that"));
198 Uri uri = Uri.parse("content://this/and/that");
288 Uri uri = Uri.parse("http://www.foo.com");
318 .setData(Uri.parse("content:1"))
326 .setData(Uri.parse("content:1"))
338 intentB.setData(Uri.parse("content:other"));
341 intentB.setData(Uri.parse("content:1"));
367 Intent originalIntent = new Intent(Intent.ACTION_BATTERY_CHANGED, Uri.parse("foo://blah"));
  /frameworks/opt/calendar/tests/src/com/android/calendarcommon2/
RecurrenceProcessorTest.java 94 dtstart.parse(dtstartStr);
96 rangeStart.parse(rangeStartStr);
97 rangeEnd.parse(rangeEndStr);
157 expectedLast.parse(last);
    [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 126 * the result array returned by the {@code parse} methods.
308 * objs = mf.parse(result, new ParsePosition(0));
320 * Object[] objs = mf.parse(forParsing, new ParsePosition(0));
818 * the string to parse.
819 * @return the array of {@code Object} arguments resulting from the parse.
823 public Object[] parse(String string) throws ParseException { method in class:MessageFormat
825 Object[] result = parse(string, position);
827 throw new ParseException("Parse failure", position.getErrorIndex());
841 * the string to parse.
848 * @return the array of objects resulting from the parse, or {@code null} i
851 public Object[] parse(String string, ParsePosition position) { method in class:MessageFormat
865 Object parse; local
    [all...]
  /external/antlr/antlr-3.4/runtime/Python/unittests/
testtreewizard.py 515 valid = wiz.parse(t, "(A B C)")
522 valid = wiz.parse(t, "A")
529 valid = wiz.parse(t, "B")
536 valid = wiz.parse(t, "(nil A B C)")
543 valid = wiz.parse(t, "(nil A B)")
550 valid = wiz.parse(t, "(nil A B A)")
557 valid = wiz.parse(t, "(A . .)")
566 valid = wiz.parse(t, "(A B[foo] C)")
575 valid = wiz.parse(t, "(A B[foo] C)")
582 valid = wiz.parse(t, "(A[foo] B C)"
    [all...]
  /external/bison/data/
yacc.c 39 # Check the value of %define parse.lac and friends, where LAC stands for
41 b4_percent_define_default([[parse.lac]], [[none]])
42 b4_percent_define_default([[parse.lac.es-capacity-initial]], [[20]])
43 b4_percent_define_default([[parse.lac.memory-trace]], [[failures]])
44 b4_percent_define_check_values([[[[parse.lac]], [[full]], [[none]]]],
45 [[[[parse.lac.memory-trace]],
49 [m4_if(b4_percent_define_get([[parse.lac]]),
260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@};
277 ]b4_pull_if([b4_c_function_decl([b4_prefix[parse]], [[int]], b4_parse_param)
298 ]b4_c_function_decl(b4_prefix[parse], [int]
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
Android.mk 74 util/parse-events.c \
75 util/parse-events-bison.c \
76 util/parse-events-flex.c \
77 util/parse-options.c \
105 util/trace-event-parse.c \
115 ../lib/traceevent/event-parse.c \
116 ../lib/traceevent/parse-utils.c \
  /external/chromium_org/third_party/icu/source/test/intltest/
numrgts.cpp 57 public Number parse(String text, ParsePosition parsePosition)
61 /* Just use one of the parse functions */
62 virtual void parse( const UnicodeString& /* text */, function in class:MyNumberFormatTest
69 virtual void parse( const UnicodeString& text, function in class:MyNumberFormatTest
73 NumberFormat::parse(text, result, status);
414 nfcommon->parse(stringValue, result, status);
415 failure(status, "nfcommon->parse", Locale::getUS());
438 format->parse(UnicodeString("0"), result, status);
439 failure(status, "format->parse", Locale::getUS());
574 * DecimalFormat.parse returns wrong valu
    [all...]
incaltst.cpp 414 // Test simple parse/format with adopt
435 UDate otherDate = fmt->parse(expected, status);
439 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
501 // Test simple parse/format with adopt
520 UDate otherDate = fmt->parse(expected, status);
524 fmt->parse(expected, *cal2, pp);
526 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
534 // Test parse with incomplete information
551 UDate otherDate = fmt->parse(expected, status);
555 fmt->parse(expected, *cal2, pp)
    [all...]
  /external/icu/icu4c/source/test/intltest/
numrgts.cpp 57 public Number parse(String text, ParsePosition parsePosition)
61 /* Just use one of the parse functions */
62 virtual void parse( const UnicodeString& /* text */, function in class:MyNumberFormatTest
69 virtual void parse( const UnicodeString& text, function in class:MyNumberFormatTest
73 NumberFormat::parse(text, result, status);
414 nfcommon->parse(stringValue, result, status);
415 failure(status, "nfcommon->parse", Locale::getUS());
438 format->parse(UnicodeString("0"), result, status);
439 failure(status, "format->parse", Locale::getUS());
574 * DecimalFormat.parse returns wrong valu
    [all...]
incaltst.cpp 411 // Test simple parse/format with adopt
432 UDate otherDate = fmt->parse(expected, status);
436 errln("Parse incorrect of " + escape(expected) + " - wanted " + aDate + " but got " + otherDate + ", " + escape(str3));
498 // Test simple parse/format with adopt
517 UDate otherDate = fmt->parse(expected, status);
521 fmt->parse(expected, *cal2, pp);
523 errln("Parse incorrect of " + expected + " - wanted " + aDate + " but got " + " = " + otherDate + ", " + str3 + " = " + CalendarTest::calToStr(*cal2) );
531 // Test parse with incomplete information
548 UDate otherDate = fmt->parse(expected, status);
552 fmt->parse(expected, *cal2, pp)
    [all...]
  /external/chromium_org/third_party/cython/src/Cython/Compiler/
Pipeline.py 26 def parse(compsrc): function in function:parse_stage_factory
34 tree = context.parse(source_desc, scope, pxd = 0, full_module_name = full_module_name)
39 return parse
42 def parse(source_desc): function in function:parse_pxd_stage_factory
43 tree = context.parse(source_desc, scope, pxd=True,
48 return parse
  /external/mesa3d/src/glsl/
Android.gen.mk 36 glcpp/glcpp-parse.c
82 $(intermediates)/glcpp/glcpp-parse.c: $(LOCAL_PATH)/glcpp/glcpp-parse.y
  /frameworks/base/sax/tests/saxtests/src/android/sax/
SafeSaxTest.java 103 Xml.parse(xml, root.getContentHandler());
120 Xml.parse(xml, root.getContentHandler());
138 Xml.parse(xml, root.getContentHandler());
175 Xml.parse(inputStream, Xml.Encoding.UTF_8, new YouTubeContentHandler(videoAdapter));
183 Xml.parse(inputStream, Xml.Encoding.UTF_8, newContentHandler(videoAdapter));
191 Xml.parse(inputStream, Xml.Encoding.UTF_8, contentHandler);
  /frameworks/support/tests/java/android/support/v4/content/
FileProviderTest.java 116 strat.getFileForUri(Uri.parse("content://authority/tag/file.test")).getPath());
120 Uri.parse("content://authority/tag/subdir/file.test")).getPath());
128 strat.getFileForUri(Uri.parse("content://authority/tag/../file.test"));
144 strat.getFileForUri(Uri.parse(expected)).getPath());
153 Uri.parse("content://authority/tag/file.txt?extra=foo")).getPath());
168 strat.getFileForUri(Uri.parse(expected)).getPath());
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppUtility.java 100 Uri u = originalUri(Uri.parse(info.mFileUri));
103 Uri u = Uri.parse(info.mFileName);
151 Uri path = Uri.parse(fileName);
189 Uri path = Uri.parse(fileName);
316 uri = Uri.parse(mUri);
326 uri = Uri.parse(uri + fileInfo);
  /packages/services/Telecomm/tests/src/com/android/server/telecom/tests/unit/
PhoneAccountRegistrarTest.java 198 .setAddress(Uri.parse("tel:123456"))
206 .setSubscriptionAddress(Uri.parse("tel:2345678"))
211 .setAddress(Uri.parse("tel:123456"))
219 .setSubscriptionAddress(Uri.parse("tel:2345678"))
242 .setAddress(Uri.parse("http://foo.com/" + idx))
243 .setSubscriptionAddress(Uri.parse("tel:555-000" + idx))
  /cts/tests/tests/ndef/src/android/ndef/cts/
NdefTest.java 314 NdefRecord.createUri(Uri.parse("http://www.nfc.com"))).toByteArray());
415 // parse an AAR
485 assertEquals(Uri.parse("http://www.android.com"),
489 assertEquals(Uri.parse("http://www.android.com"),
492 assertEquals(Uri.parse("http://www.android.com"),
497 assertEquals(Uri.parse("http://www.android.com"),
502 assertEquals(Uri.parse("http://www.android.com"),
507 assertEquals(Uri.parse("vnd.android.nfc://ext/com.foo.bar:type"),
510 assertEquals(Uri.parse("http://www.android.com"),
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestCase.java 106 void parse(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:TestCase
116 test.parse(parser);
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 35 /** {@code non-null;} the class file to parse from */
51 /** {@code null-ok;} parse observer, if any */
57 * @param cf {@code non-null;} the class file to parse from
95 * Sets the parse observer for this instance.
104 * Runs {@link #parse} if it has not yet been run successfully.
108 parse(); method
172 private void parse() { method in class:MemberListParser
  /external/antlr/antlr-3.4/tool/src/main/java/org/antlr/tool/
GrammarSpelunker.java 74 public void parse() throws IOException { method in class:GrammarSpelunker
244 g.parse();
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
DerGeneralizedTimeEDTest.java 85 myDate = sdf.parse("06.06.2004 00:00");
158 parse("06.06.2004 00:00");
  /external/apache-http/src/org/apache/http/impl/cookie/
BrowserCompatSpec.java 108 public List<Cookie> parse(final Header header, final CookieOrigin origin) method in class:BrowserCompatSpec
155 return parse(elems, origin);
NetscapeDraftSpec.java 124 public List<Cookie> parse(final Header header, final CookieOrigin origin) method in class:NetscapeDraftSpec
149 return parse(new HeaderElement[] { parser.parseHeader(buffer, cursor) }, origin);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERUTCTime.java 133 return dateF.parse(getTime());
150 return dateF.parse(getAdjustedTime());
  /external/chromium_org/build/android/lint/
suppress.py 50 dom = minidom.parse(config_path)
63 dom = minidom.parse(result_path)

Completed in 2458 milliseconds

<<21222324252627282930>>