HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 1076 - 1100 of 1306) sorted by null

<<41424344454647484950>>

  /ndk/build/core/
setup-toolchain.mk 144 # now parse the Android.mk for the application, this records all
  /packages/apps/Calculator/
arity-2.1.2.jar 
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupEditorFragment.java 646 final Uri legacyContentUri = Uri.parse("content://contacts/groups");
    [all...]
  /packages/apps/Email/src/com/android/email/mail/store/
ImapFolder.java 624 message.parse(Utility.streamFromAsciiString(header));
648 message.parse(bodyStream);
743 * For each part in the message we're going to add a new BodyPart and parse
    [all...]
  /packages/apps/Email/tests/src/com/android/email/activity/
MessageComposeTests.java 793 Uri uri = Uri.parse("mailto:" + RECIPIENT_TO + "?subject=This%20is%20the%20subject");
    [all...]
  /packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
DownloadList.java 503 Uri localUri = Uri.parse(cursor.getString(mLocalUriColumnId));
604 Uri localUri = Uri.parse(localUriString);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gre/
ViewMetadataRepository.java 136 return builder.parse(is);
208 Document document = builder.parse(is);
    [all...]
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /external/proguard/src/proguard/gui/
ProGuardGUI.java     [all...]
  /packages/apps/Browser/src/com/android/browser/
Tab.java 378 Uri dataUri = Uri.parse(uriString);
559 Uri uri1 = Uri.parse(url);
560 Uri uri2 = Uri.parse(otherUrl);
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /bionic/libc/kernel/tools/
cpp.py 941 def parse(self, i): member in class:ExprParser
981 print "CppExpr: trying to parse %s" % repr(tokens)
2059 def parse(self,tokzer): member in class:BlockParser
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentTest.java 564 mIntent.setData(Uri.parse("test"));
593 mIntent.setData(Uri.parse("test"));
712 assertEquals(Uri.parse("http://www.google.com/"), mIntent.getData());
    [all...]
  /cts/tests/tests/database/src/android/database/cts/
AbstractCursorTest.java 184 Uri.parse(MOCK_URI));
CursorWrapperTest.java 712 cursorWrapper.setNotificationUri(contentResolver, Uri.parse(MOCK_URI));
  /cts/tests/tests/telephony/src/android/telephony/cts/
PhoneNumberUtilsTest.java 204 intent = new Intent(Intent.ACTION_DIAL, Uri.parse("tel:+18005555555"));
  /cts/tools/dasm/src/java_cup/
Main.java 16 * <li> Parse user supplied arguments and options.
18 * <li> Parse the specification from standard input.
42 * <dd> don't print the usual summary of parse states, etc.
50 * <dd> produce a dump of parse state machine
52 * <dd> produce a dump of the parse tables
79 /** User option -- do we produce a dump of the parse tables */
156 /* parse spec into internal data structures */
172 /* build the state machine and parse tables */
173 if (print_progress) System.err.println("Building parse tables...");
229 " -nosummary don't print the usual summary of parse states, etc.\n"
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
CtsTest.java 380 throw new IllegalArgumentException("failed to parse CTS plan file", e);
417 plan.parse(createXmlStream(ctsPlanFile));
  /dalvik/hit/src/com/android/hit/
HprofParser.java 99 public final State parse() { method in class:HprofParser
  /external/apache-xml/src/main/java/org/apache/xalan/transformer/
TransformerIdentityImpl.java 452 // parse events and create the source tree.
485 reader.parse(xmlSource);
    [all...]
  /external/chromium/chrome/browser/resources/
print_preview.js 157 * nothing. If it can only parse the first part of the string it replaces the
173 * If it can't parse the whole string it will replace with the part it parsed.
  /external/chromium/chrome/common/extensions/docs/examples/extensions/calendar/javascript/
background.js 642 isMultiCalendar = JSON.parse(localStorage.multiCalendar);
713 isMultiCalendar = JSON.parse(localStorage.multiCalendar || false);
  /external/icu4c/i18n/
nfrs.cpp 553 * @param text The string to parse
566 * this function returns new Long(0), and the parse position is
585 NFRuleSet::parse(const UnicodeString& text, ParsePosition& pos, double upperBound, Formattable& result) const function in class:NFRuleSet
593 // dump out if there's no text to parse
607 fprintf(stderr, " parse negative: %d\n", this, negativeNumberRule != 0);
653 // sigificant rule first (this helps ensure that we parse
687 // finally, update the parse postion we were passed to point to the
umsg.cpp 118 // For parse, do the reverse of format:
526 Formattable *args = ((const MessageFormat*)fmt)->parse(source,*count,*status);

Completed in 1270 milliseconds

<<41424344454647484950>>