| /external/v8/test/mjsunit/ |
| function-names.js | 52 var dateFunctions = ["UTC", "parse", "now"];
|
| mirror-script.js | 66 // Parse JSON representation and check. 67 var fromJSON = JSON.parse(json);
|
| /frameworks/base/core/java/android/speech/tts/ |
| TextToSpeech.java | 710 mUtterances.put(text, Uri.parse(filename)); 765 mEarcons.put(earcon, Uri.parse(filename)); [all...] |
| /frameworks/base/libs/ui/ |
| KeyCharacterMap.cpp | 109 status = parser.parse(); 455 status_t KeyCharacterMap::Parser::parse() { function in class:android::KeyCharacterMap::Parser 590 // Parse all comma-delimited property names up to the first colon. 624 // Parse behavior after the colon.
|
| /frameworks/opt/calendar/src/com/android/calendarcommon/ |
| EventRecurrence.java | 49 public Time startDate; // set by setStartDate(), not parse() 506 * essentially allowing the same object to be used multiple times by calling parse(). 521 * Parses an rfc2445 recurrence rule string into its component pieces. Attempting to parse 524 * @param recur The recurrence rule to parse (in un-folded form). 526 public void parse(String recur) { method in class:EventRecurrence 563 * (3) Call a <name>-specific parsing function to parse the <value> into an 669 * @param str The string to parse. 694 * @param listStr The string to parse. 736 // Parse the time to validate it. The result isn't retained. 738 until.parse(value) [all...] |
| /libcore/luni/src/main/java/java/util/logging/ |
| Logger.java | 424 manager.setLevelRecursively(Logger.this, Level.parse(levelProperty)); 449 handler.setLevel(Level.parse(level)); [all...] |
| /libcore/luni/src/main/java/java/util/prefs/ |
| XMLParser.java | 333 Document doc = builder.parse(new InputSource(in)); 452 Document document = builder.parse(new InputSource(reader));
|
| /libcore/luni/src/main/native/ |
| libcore_icu_NativeDecimalFormat.cpp | 288 // make sure the ParsePosition is valid. Actually icu4c would parse a number 300 fmt->parse(src.unicodeString(), res, pp); 361 NATIVE_METHOD(NativeDecimalFormat, parse, "(ILjava/lang/String;Ljava/text/ParsePosition;Z)Ljava/lang/Number;"),
|
| /libcore/luni/src/test/java/libcore/xml/ |
| XsltXPathConformanceTestSuite.java | 165 .newDocumentBuilder().parse(catalogXml); 457 // Parse it as document fragment wrapped in <result> tags. 460 return documentBuilder.parse(new InputSource(new StringReader(fragment))) 464 "Failed to parse XML: " + file + "\n" + rawContents);
|
| /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
| BluetoothOppObexClientSession.java | 323 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId); 339 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId);
|
| BluetoothOppObexServerSession.java | 353 contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId); 431 Uri contentUri = Uri.parse(BluetoothShare.CONTENT_URI + "/" + mInfo.mId);
|
| /packages/apps/Contacts/tests/src/com/android/contacts/ |
| ContactLoaderTest.java | 93 ContactLoader.Result result = assertLoadContact(Uri.parse("content://wtf")); 134 Uri.parse("content://contacts"), rawContactId);
|
| /packages/apps/Contacts/tests/src/com/android/contacts/calllog/ |
| CallLogFragmentTest.java | 66 private static final Uri TEST_LOOKUP_URI = Uri.parse("content://contacts/2"); 320 assertEquals(Uri.parse("tel:" + TEST_NUMBER), intent.getData());
|
| /packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/ |
| AddressListParser.jj | 75 public ASTaddress_list parse() throws ParseException {
|
| /packages/apps/Email/src/com/android/email/mail/store/ |
| ImapStore.java | 408 // Parse attributes. 597 public void parse(InputStream in) throws IOException, MessagingException { method in class:ImapStore.ImapMessage 598 super.parse(in);
|
| /packages/apps/Email/src/com/android/email/widget/ |
| EmailWidget.java | 87 private static final Uri COMMAND_URI = Uri.parse("widget://command"); 306 intent.setData(Uri.parse(intent.toUri(Intent.URI_INTENT_SCHEME)));
|
| /packages/apps/Phone/src/com/android/phone/ |
| PhoneInterfaceManager.java | 258 Intent intent = new Intent(Intent.ACTION_DIAL, Uri.parse(url)); 277 Intent intent = new Intent(Intent.ACTION_CALL, Uri.parse(url));
|
| /prebuilt/common/mkidentity/ |
| mkidentity-prebuilt.jar | |
| /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/ |
| EventLogPanel.java | 687 EventContainer event = mCurrentEventLogParser.parse(entry); 915 EventContainer event = mCurrentEventLogParser.parse(line);
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactoring/core/ |
| AndroidPackageRenameParticipant.java | 311 parse(file, classNames); 333 private Set<AndroidLayoutChangeDescription> parse(IFile file, String[] classNames) { method in class:AndroidPackageRenameParticipant
|
| AndroidTypeMoveParticipant.java | 242 Set<AndroidLayoutChangeDescription> changes = parse(file, className); 262 private Set<AndroidLayoutChangeDescription> parse(IFile file, String className) { method in class:AndroidTypeMoveParticipant
|
| /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gldebugger/ |
| ShaderEditor.java | 203 MessageParserEx.instance.parse(builder, 220 MessageParserEx.instance.parse(builder, String.format(format, args));
|
| /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
| SdkSource.java | 500 monitor.setDescription("Parse XML: %1$s", url);
661 // Parse the old document using a non namespace aware builder
678 doc = builder.parse(xml);
688 // Failed to parse XML document
779 * Parse all packages defined in the SDK Repository XML and creates
790 // Parse license definitions
805 // Parse packages
[all...] |
| /cts/tests/tests/widget/src/android/widget/cts/ |
| TabHost_TabSpecTest.java | 208 Uri uri = Uri.parse("ctstest://tabhost_tabspec/test");
|
| /development/apps/Development/src/com/android/development/ |
| EnterURL.java | 185 Intent intent = new Intent(Intent.ACTION_VIEW, Uri.parse(url));
|