| /packages/apps/Settings/src/com/android/settings/ |
| GoogleLocationSettingHelper.java | 56 Uri.parse("content://" + GOOGLE_SETTINGS_AUTHORITY + "/partner");
|
| /packages/providers/ApplicationsProvider/src/com/android/providers/applications/ |
| ApplicationsAdapter.java | 53 return Uri.parse(uriString);
|
| /packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
| Duration.java | 46 * Parse according to RFC2445 ss4.3.6. (It's actually a little loose with 49 public void parse(String str) throws DateException method in class:Duration 82 "Duration.parse(str='" + str + "') expected 'P' at index=" 118 "Duration.parse(str='" + str + "') unexpected char '"
|
| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| DefaultCallLogInsertionHelper.java | 81 return getPhoneNumberUtil().parse(number, countryIso);
|
| /cts/libs/vogar-expect/src/vogar/ |
| ExpectationStore.java | 109 public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException { method in class:ExpectationStore 113 result.parse(f, mode); 119 public void parse(File expectationsFile, ModeId mode) throws IOException { method in class:ExpectationStore
|
| /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
| TestResults.java | 60 void parse(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:TestResults 65 mDeviceInfo.parse(parser); 70 pkg.parse(parser);
|
| TestSuite.java | 162 void parse(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:TestSuite 172 suite.parse(parser); 177 testCase.parse(parser);
|
| /external/apache-harmony/text/src/test/java/org/apache/harmony/text/tests/java/text/ |
| NumberFormatTest.java | 135 "Test3: NumberFormat.getIntegerInstance().parse(\"35.76\") returned wrong number", 136 new Long(35), format.parse("35.76")); 162 "Test3: NumberFormat.getIntegerInstance().parse(\"-36\") returned wrong number", 163 new Long(-36), format.parse("-36")); 182 "Test9: NumberFormat.getIntegerInstance(new Locale(\"ar\", \"AE\")).parse(\"-36-\") returned wrong number", 183 new Long(-36), format.parse("36-"));
|
| /external/apache-xml/src/main/java/org/apache/xalan/processor/ |
| ProcessorInclude.java | 147 // on some stacks for later retrieval during parse() time. 158 parse(handler, uri, localName, rawName, attributes); method 175 * Set off a new parse for an included or imported stylesheet. This will 177 * a new set of parse events. Once this function returns, the state of 189 protected void parse( method in class:ProcessorInclude 312 reader.parse(inputSource);
|
| /external/icu4c/i18n/unicode/ |
| datefmt.h | 51 * DateFormat helps you to format and parse dates for any locale. Your code can 99 * You can use a DateFormat to parse also. 103 * UDate myDate = df->parse(myString, status); 126 * You can also use forms of the parse and format methods with ParsePosition and 129 * <li> Progressively parse through pieces of a string. 390 * Parse a date/time string. 399 virtual UDate parse( const UnicodeString& text, 403 * Parse a date/time string beginning at the given parse position. For 409 * parse succeeds. Clients may insist on strict adherence to the format b [all...] |
| /external/icu4c/test/intltest/ |
| sdtfmtts.cpp | 157 // ======= Test parse() 159 logln("Testing parse()"); 164 result1 = def.parse(text, pos); 168 result2 = def.parse(text, status); 170 errln("ERROR: parse() failed"); 268 UDate udDate = object.parse("2007W014", pp);
|
| /external/webkit/PerformanceTests/SunSpider/ |
| sunspider | 64 --parse-only Use the parse-only benchmark suite. Same as --suite=parse-only 77 'parse-only' => \$parseOnly, 84 $suite = "parse-only" if ($parseOnly);
|
| /external/webkit/Source/WebCore/inspector/front-end/ |
| HeapSnapshotProxy.js | 106 function parse() { class 107 var rawSnapshot = JSON.parse(this._json); 120 setTimeout(parse.bind(this), 0);
|
| /external/webkit/Source/WebCore/platform/ |
| KURL.h | 235 void parse(const char* url, const String* originalString); // KURLMac calls this. 245 void parse(const String&); 246 void parse(const char* url, const String* originalString);
|
| /frameworks/base/core/java/android/provider/ |
| CallLog.java | 42 Uri.parse("content://" + AUTHORITY); 52 Uri.parse("content://call_log/calls"); 58 Uri.parse("content://call_log/calls/filter");
|
| /frameworks/opt/vcard/tests/src/com/android/vcard/tests/ |
| VCardParserTests.java | 103 parser.parse(inputStream); 131 parser.parse(inputStream); 139 * Tests if {@link VCardParser#parse(InputStream)} parses the whole vCard file and 179 // Use parse() to check we 180 parser.parse(inputStream);
|
| /libcore/luni/src/main/java/java/lang/ |
| HexStringParser.java | 90 long result = parser.parse(hexString, true); 99 int result = (int) parser.parse(hexString, false); 103 private long parse(String hexString, boolean isDouble) { method in class:HexStringParser
|
| Integer.java | 188 int result = parse(string, i, base, negative); 366 return parse(string, i, radix, negative); 369 private static int parse(String string, int offset, int radix, boolean negative) throws NumberFormatException { method in class:Integer
|
| /libcore/luni/src/test/java/tests/api/javax/xml/parsers/ |
| SAXParserFactoryTest.java | 155 sp.parse(is1, new MyHandler()); 238 spf.newSAXParser().parse(is, mh); 243 spf.newSAXParser().parse(is, mh); 266 // spf.newSAXParser().parse(is2, mh); 281 // spf.newSAXParser().parse(is3, mh); 297 // spf.newSAXParser().parse(is2, mh); 312 // spf.newSAXParser().parse(is3, mh); 331 // spf.newSAXParser().parse(is, mh); 347 // spf.newSAXParser().parse(is, mh); 362 // spf.newSAXParser().parse(is, mh) [all...] |
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppTransferHistory.java | 180 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + sessionId); 249 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + sessionId); 277 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + sessionId);
|
| /packages/apps/Browser/src/com/android/browser/ |
| DownloadHandler.java | 69 intent.setDataAndType(Uri.parse(url), mimetype); 89 + " over " + Uri.parse(url).getScheme(), 182 Log.e(LOGTAG, "Exception trying to parse url:" + url); 187 Uri uri = Uri.parse(addressString);
|
| /packages/apps/Calendar/src/com/android/calendar/widget/ |
| CalendarAppWidgetProvider.java | 128 updateIntent.setData(Uri.parse(updateIntent.toUri(Intent.URI_INTENT_SCHEME))); 151 .setData(Uri.parse("content://com.android.calendar/time/" + millis)); 213 Uri data = Uri.parse(dataString);
|
| /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/ |
| ContentTypeParser.java | 47 parse(); method 60 parse(); method 64 final public void parse() throws ParseException { method in class:ContentTypeParser
|
| /sdk/layoutopt/libs/uix/src/com/android/layoutopt/uix/ |
| LayoutAnalyzer.java | 98 Script script = shell.parse(stream); 152 Document document = mBuilder.parse(stream); 185 Document document = mBuilder.parse(content);
|
| /cts/tests/appsecurity-tests/test-apps/UsePermissionDiffCert/src/com/android/cts/usespermissiondiffcertapp/ |
| AccessPermissionWithDiffSigTest.java | 39 static final Uri PERM_URI = Uri.parse("content://ctspermissionwithsignature"); 40 static final Uri PERM_URI_GRANTING = Uri.parse("content://ctspermissionwithsignaturegranting"); 41 static final Uri PERM_URI_PATH = Uri.parse("content://ctspermissionwithsignaturepath"); 42 static final Uri PRIV_URI = Uri.parse("content://ctsprivateprovider"); 43 static final Uri PRIV_URI_GRANTING = Uri.parse("content://ctsprivateprovidergranting");
|