Searched refs:parse (Results 1 - 25 of 159) sorted by relevance

1234567

/frameworks/base/core/tests/coretests/src/android/content/
H A DObserverNodeTest.java38 Uri.parse("content://c/a/"),
39 Uri.parse("content://c/"),
40 Uri.parse("content://x/"),
41 Uri.parse("content://c/b/"),
42 Uri.parse("content://c/a/a1/1/"),
43 Uri.parse("content://c/a/a1/2/"),
44 Uri.parse("content://c/b/1/"),
45 Uri.parse("content://c/b/2/"),
68 Uri.parse("content://c/"),
69 Uri.parse("conten
[all...]
H A DMemoryFileProviderTest.java38 Uri uri = Uri.parse("content://android.content.MemoryFileProvider/data/1/blob");
56 Uri uri = Uri.parse("content://android.content.MemoryFileProvider/huge");
71 Uri uri = Uri.parse("content://android.content.MemoryFileProvider/file");
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardParser.java37 * <p>This method reads a whole InputStream. If you just want to parse one vCard entry inside
40 * @param is The source to parse.
43 public abstract void parse(InputStream is) throws IOException, VCardException; method in class:VCardParser
71 * @param is The source to parse.
78 * {@link #parse(InputStream)}
81 public void parse(InputStream is, VCardInterpreter interpreter) method in class:VCardParser
84 parse(is);
89 * Cancel parsing vCard. Useful when you want to stop the parse in the other threads.
H A DVCardParser_V21.java107 public void parse(InputStream is) throws IOException, VCardException { method in class:VCardParser_V21
108 mVCardParserImpl.parse(is);
H A DVCardParser_V30.java86 public void parse(InputStream is) throws IOException, VCardException { method in class:VCardParser_V30
87 mVCardParserImpl.parse(is);
H A DVCardParser_V40.java74 public void parse(InputStream is) throws IOException, VCardException { method in class:VCardParser_V40
75 mVCardParserImpl.parse(is);
/frameworks/base/core/tests/coretests/src/android/net/
H A DUriTest.java43 parcelAndUnparcel(Uri.parse("foo:bob%20lee"));
74 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build();
87 Uri.parse("foo:bob%20lee").getSchemeSpecificPart());
89 Uri.parse("foo:bob%20lee").getEncodedSchemeSpecificPart());
91 Uri.parse("foo:/bob%20lee").getEncodedPath());
92 assertNull(Uri.parse("foo:bob%20lee").getPath());
94 Uri.parse("foo:?bob%20lee").getEncodedQuery());
95 assertNull(Uri.parse("foo:bar#?bob%20lee").getQuery());
97 Uri.parse("foo:#bob%20lee").getEncodedFragment());
102 assertTrue(Uri.parse("bo
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DVerifierDeviceIdentityTest.java175 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_1_ENCODED);
184 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_MAXVALUE_ENCODED);
191 VerifierDeviceIdentity.parse("AAAA-AAAA-AAAA-");
200 VerifierDeviceIdentity.parse("----------------");
209 VerifierDeviceIdentity.parse("AAAA-AAAA-AAAA-AA");
218 VerifierDeviceIdentity.parse(TEST_OVERFLOW_ENCODED);
228 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_1_ENCODED_LOWERCASE);
230 assertEquals("Lowercase should parse to be the same as uppercase", id1, id2);
237 VerifierDeviceIdentity id1 = VerifierDeviceIdentity.parse(TEST_SUBSTITUTION_CORRECTED);
239 VerifierDeviceIdentity id2 = VerifierDeviceIdentity.parse(TEST_SUBSTITUTION_UNCORRECTE
[all...]
/frameworks/base/core/java/android/util/
H A DXml.java52 public static void parse(String xml, ContentHandler contentHandler) method in class:Xml
57 reader.parse(new InputSource(new StringReader(xml)));
67 public static void parse(Reader in, ContentHandler contentHandler) method in class:Xml
71 reader.parse(new InputSource(in));
78 public static void parse(InputStream in, Encoding encoding, method in class:Xml
84 reader.parse(source);
/frameworks/base/tools/aapt/
H A DResourceFilter.h20 status_t parse(const char* arg);
/frameworks/base/core/java/android/provider/
H A DTelephony.java199 Uri.parse("content://sms");
326 Uri.parse("content://sms/inbox");
360 Uri.parse("content://sms/sent");
392 Uri.parse("content://sms/draft");
440 Uri.parse("content://sms/outbox");
475 Uri.parse("content://sms/conversations");
1241 private static final Uri THREAD_ID_CONTENT_URI = Uri.parse(
1318 public static final Uri CONTENT_URI = Uri.parse("content://mms");
1424 CONTENT_URI = Uri.parse("content://mms/inbox");
1440 CONTENT_URI = Uri.parse("conten
[all...]
H A DUserDictionary.java41 Uri.parse("content://" + AUTHORITY);
54 Uri.parse("content://" + AUTHORITY + "/words");
H A DVoicemailContract.java114 Uri.parse("content://" + AUTHORITY + "/voicemail");
209 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/status");
H A DMediaStore.java334 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName +
348 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName
357 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName +
367 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName
377 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName
597 Uri uri = Uri.parse(
864 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName +
986 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName +
1266 return Uri.parse(CONTENT_AUTHORITY_SLASH + volumeName +
1342 return Uri.parse(CONTENT_AUTHORITY_SLAS
[all...]
H A DDownloads.java90 Uri.parse("content://downloads/my_downloads");
97 Uri.parse("content://downloads/all_downloads");
107 Uri.parse("content://downloads/" + PUBLICLY_ACCESSIBLE_DOWNLOADS_URI_SEGMENT);
H A DCalendarContract.java166 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
482 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
678 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/calendars");
840 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/attendees");
1246 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1603 Uri.parse("content://" + AUTHORITY + "/events");
1611 Uri.parse("content://" + AUTHORITY + "/exception");
1758 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY +
1766 Uri.parse("content://" + AUTHORITY + "/instances/whenbyday");
1772 public static final Uri CONTENT_SEARCH_URI = Uri.parse("conten
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DCommandLine.h29 bool parse(Option &O,
49 bool parse(Option &O, StringRef ArgName, StringRef Arg, mcld::MCLDDirectory &Val);
/frameworks/av/media/libstagefright/include/
H A DESDS.h57 status_t parse();
/frameworks/base/core/java/android/content/
H A DDefaultDataHandler.java90 Xml.parse(in, Xml.Encoding.UTF_8, this);
96 Xml.parse(in, this);
104 uri = Uri.parse(uriStr);
176 Uri u = Uri.parse(atts.getValue(URI_STR));
/frameworks/base/include/androidfw/
H A DVirtualKeyMap.h67 status_t parse();
/frameworks/base/voip/jni/rtp/
H A Dutil.cpp25 int parse(JNIEnv *env, jstring jAddress, int port, sockaddr_storage *ss) function
/frameworks/base/wifi/java/android/net/wifi/p2p/nsd/
H A DWifiP2pUpnpServiceResponse.java84 if (!parse()) {
94 private boolean parse() { method in class:WifiP2pUpnpServiceResponse
/frameworks/compile/mclinker/lib/Support/
H A DCommandLine.cpp18 bool parser<mcld::sys::fs::Path>::parse(llvm::cl::Option &O, function in class:parser
54 bool parser<mcld::MCLDDirectory>::parse(llvm::cl::Option &O, function in class:parser
/frameworks/base/core/java/com/android/internal/util/
H A DFileRotator.java141 if (info.parse(name)) {
156 if (info.parse(name)) {
220 if (!info.parse(name)) continue;
289 if (!info.parse(name)) continue;
310 if (!info.parse(name)) continue;
340 if (!info.parse(name)) continue;
412 public boolean parse(String name) { method in class:FileRotator.FileInfo
/frameworks/base/core/java/android/net/
H A DMailTo.java64 public static MailTo parse(String url) throws ParseException { method in class:MailTo
73 Uri email = Uri.parse(noScheme);
167 * the parse() method.

Completed in 738 milliseconds

1234567