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

<<31323334353637383940>>

  /external/nist-sip/java/gov/nist/javax/sip/parser/
RetryAfterParser.java 48 * @param retryAfter the header to parse
56 * @param lexer the lexer to use to parse the header
63 * parse the String message
67 public SIPHeader parse() throws ParseException { method in class:RetryAfterParser
70 dbg_enter("RetryAfterParser.parse");
125 dbg_leave("RetryAfterParser.parse");
  /external/objenesis/tck/test/org/objenesis/tck/
OsgiTest.java 62 final Document doc = builder.parse(new File("pom.xml"));
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
StatusLineTest.java 26 @Test public void parse() throws IOException { method in class:StatusLineTest
  /external/oprofile/libpp/
profile_spec.h 74 void parse(std::string const & tag_value);
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
TimeTest.java 134 assertFalse(t.parse("20081013T160000"));
142 assertTrue(t.parse("20081013T160000Z"));
154 t.parse("BLARGH");
160 t.parse("20081013");
  /external/smack/src/org/xbill/DNS/
FormattedTime.java 57 parse(String s) throws TextParseException { method in class:FormattedTime
  /frameworks/av/drm/mediadrm/plugins/clearkey/
Session.cpp 42 return parser.parse(initData, initDataType, keyRequest);
  /frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java 84 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse("http://www.google.com"));
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
ExifReader.java 46 ExifParser parser = ExifParser.parse(inputStream, mInterface);
  /frameworks/base/tools/aapt/
AaptConfig.h 31 * Parse a string of the form 'fr-sw600dp-land' and fill in the
37 bool parse(const android::String8& str, ConfigDescription* out = NULL);
40 * Parse a comma separated list of configuration strings. Duplicate configurations
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
OutputFormatOptions.h 28 bool parse(Module& pModule, LinkerConfig& pConfig);
  /frameworks/compile/mclinker/tools/mcld/lib/
SymbolOptions.cpp 64 bool SymbolOptions::parse(LinkerConfig& pConfig) function in class:SymbolOptions
  /frameworks/native/include/input/
KeyLayoutMap.h 106 status_t parse();
  /frameworks/opt/bluetooth/src/android/bluetooth/client/map/
BluetoothMapBmessageParser.java 79 p.parse(str);
84 Log.e(TAG, "Cannot parse bMessage", e);
106 private void parse(String str) throws IOException, ParseException { method in class:BluetoothMapBmessageParser
388 p.parse(new ByteArrayInputStream(str.getBytes()));
400 p.parse(new ByteArrayInputStream(str.getBytes()));
415 throw new ParseException("Cannot parse vCard object (neither 2.1 nor 3.0?)",
  /frameworks/opt/calendar/src/com/android/calendarcommon2/
Duration.java 44 * Parse according to RFC2445 ss4.3.6. (It's actually a little loose with
47 public void parse(String str) throws DateException method in class:Duration
80 "Duration.parse(str='" + str + "') expected 'P' at index="
120 "Duration.parse(str='" + str + "') unexpected char '"
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/
PropertyNodesVerifier.java 65 parser.parse(is);
  /frameworks/webview/chromium/tests/UbWebViewJankTests/src/com/android/webview/chromium/tests/jank/
WebViewFlingTest.java 79 Uri.parse("file://" + webpage.getAbsolutePath()));
  /libcore/luni/src/main/java/java/lang/
Integer.java 190 int result = parse(string, i, base, negative);
367 return parse(string, firstDigitIndex, radix, firstChar == '-');
400 return parse(string, 0, radix, false);
403 private static int parse(String string, int offset, int radix, boolean negative) throws NumberFormatException { method in class:Integer
Long.java 177 long result = parse(string, i, base, negative);
353 return parse(string, firstDigitIndex, radix, firstChar == '-');
356 private static long parse(String string, int offset, int radix, boolean negative) { method in class:Long
413 return parse(string, 0, radix, false);
  /libcore/luni/src/main/java/java/net/
HttpCookie.java 208 public static List<HttpCookie> parse(String header) { method in class:HttpCookie
209 return new CookieParser(header).parse();
236 public List<HttpCookie> parse() { method in class:HttpCookie.CookieParser
330 Date date = HttpDate.parse(value);
720 * The returned {@code String} is not suitable for passing to {@link #parse(String)}: Several of
  /libcore/luni/src/main/java/java/text/
DateFormat.java 570 * the string to parse.
575 public Date parse(String string) throws ParseException { method in class:DateFormat
577 Date date = parse(string, position);
594 * parse succeeds. Clients may insist on strict adherence to the format by
598 * the string to parse.
605 * @return the date resulting from the parse, or {@code null} if there is an
608 public abstract Date parse(String string, ParsePosition position); method in class:DateFormat
619 * parse succeeds. Clients may insist on strict adherence to the format by
623 * the string to parse.
635 return parse(string, position)
    [all...]
NumberFormat.java 38 * {@code NumberFormat} helps you to format and parse numbers for any locale.
77 * You can also use a {@code NumberFormat} to parse numbers:
81 * myNumber = nf.parse(myString);
102 * leaves the parse position just after '6'); if set to {@code false},
103 * "3456.78" is parsed as 3456.78 (and leaves the parse position just after
106 * You can also use forms of the {@code parse} and {@code format} methods with
109 * <li>progressively parse through pieces of a string;</li>
548 * the string to parse.
553 public Number parse(String string) throws ParseException { method in class:NumberFormat
555 Number number = parse(string, pos)
580 public abstract Number parse(String string, ParsePosition position); method in class:NumberFormat
    [all...]
  /packages/apps/Camera/tests/src/com/android/camera/functional/
CameraTest.java 40 intent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.parse("file://"
  /packages/apps/Camera2/src/com/android/camera/exif/
ExifReader.java 46 ExifParser parser = ExifParser.parse(inputStream, mInterface);
  /packages/apps/Camera2/src/com/android/camera/util/
XmpUtil.java 87 Log.d(TAG, "XMP parse: only jpeg file is supported");
106 List<Section> sections = parse(is, true);
121 Log.d(TAG, "XMP parse error", e);
150 Log.d(TAG, "XMP parse: only jpeg file is supported");
155 sections = parse(new FileInputStream(filename), false);
189 List<Section> sections = parse(inputStream, false);
245 // fails to parse the packet end <?xpacket end="w"?> in android.
312 * javax.xml.parsers.DocumentBuilder fails to parse it in android.
336 * @return The parse result.
338 private static List<Section> parse(InputStream is, boolean readMetaOnly) method in class:XmpUtil
    [all...]

Completed in 2183 milliseconds

<<31323334353637383940>>