HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 326 - 350 of 1001) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/provider/
Downloads.java 68 Uri.parse("content://downloads/download");
643 Uri.parse("content://downloads/download");
    [all...]
DrmStore.java 86 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/images");
91 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY + "/audio");
  /frameworks/base/media/libstagefright/
ESDS.cpp 32 mInitCheck = parse();
99 status_t ESDS::parse() { function in class:android::ESDS
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Message.java 61 * @param is the stream to parse.
67 parser.parse(is);
146 ((Header) stack.peek()).addField(Field.parse(fieldData));
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
PackageIconLoader.java 92 Uri uri = Uri.parse(drawableId);
110 return Uri.parse(drawableId);
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
KmlParser.java 171 * @param fileName The full path of the GPX file to parse.
181 public boolean parse() { method in class:KmlParser
187 parser.parse(new InputSource(new FileReader(mFileName)), mHandler);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 20 ParseFileFailure_s=Failed to parse %1$s file
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 110 * @param osManifestFilePath The OS path of the manifest file to parse.
113 public static AndroidManifestWriter parse(String osManifestFilePath) { method in class:AndroidManifestWriter
118 Document doc = docBuilder.parse(osManifestFilePath);
  /external/libxml2/
xinclude.c 416 * parse a document for XInclude
493 xmlChar *parse; local
519 parse = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_PARSE);
520 if (parse != NULL) {
521 if (xmlStrEqual(parse, XINCLUDE_PARSE_XML))
523 else if (xmlStrEqual(parse, XINCLUDE_PARSE_TEXT))
527 "invalid value %s for 'parse'\n", parse);
530 if (parse != NULL)
531 xmlFree(parse);
1994 xmlChar *parse; local
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
AudioPermissionTest.java 109 doRemoteMp3(Uri.parse("http://labs.isecpartners.com/chris/noodle.mp3?secret=1234"));
  /dalvik/dx/src/com/android/dx/cf/direct/
AttributeFactory.java 61 * @param cf {@code non-null;} class file to parse from
62 * @param context context to parse in; one of the {@code CTX_*}
66 * @param observer {@code null-ok;} parse observer to report to, if any
69 public final Attribute parse(DirectClassFile cf, int context, int offset, method in class:AttributeFactory
111 * @param cf {@code non-null;} class file to parse from
112 * @param context context to parse in; one of the {@code CTX_*}
118 * @param observer {@code null-ok;} parse observer to report to, if any
  /dalvik/dx/src/com/android/dx/util/
HexParser.java 44 public static byte[] parse(String src) { method in class:HexParser
  /dalvik/hit/src/com/android/hit/
Main.java 37 State state = (new HprofParser(dis)).parse();
  /dalvik/libcore/luni/src/test/java/java/text/
NumberFormatTest.java 54 public Number parse(String string, ParsePosition p) { method in class:NumberFormatTest.MyNumberFormat
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/cms/
Time.java 99 return dateF.parse(this.getTime(), new ParsePosition(0));
  /dalvik/libcore/security/src/main/java/org/bouncycastle/asn1/x509/
Time.java 101 return dateF.parse(this.getTime(), new ParsePosition(0));
  /dalvik/libcore/text/src/main/java/java/text/
DateFormat.java 48 * {@code DateFormat} helps you to format and parse dates for any locale. Your
86 * {@code DateFormat} can also be used to parse strings:
90 * myDate = df.parse(myString);
115 * There are versions of the parse and format methods which use
118 * <li>progressively parse through pieces of a string;
635 * the string to parse.
640 public Date parse(String string) throws ParseException { method in class:DateFormat
642 Date date = parse(string, position);
660 * parse succeeds. Clients may insist on strict adherence to the format by
664 * the string to parse
674 public abstract Date parse(String string, ParsePosition position); method in class:DateFormat
    [all...]
NumberFormat.java 42 * {@code NumberFormat} helps you to format and parse numbers for any locale.
81 * You can also use a {@code NumberFormat} to parse numbers:
85 * myNumber = nf.parse(myString);
107 * leaves the parse position just after '6'); if set to {@code false},
108 * "3456.78" is parsed as 3456.78 (and leaves the parse position just after
111 * You can also use forms of the {@code parse} and {@code format} methods with
114 * <li>progressively parse through pieces of a string;</li>
547 * the string to parse.
552 public Number parse(String string) throws ParseException { method in class:NumberFormat
554 Number number = parse(string, pos)
581 public abstract Number parse(String string, ParsePosition position); method in class:NumberFormat
    [all...]
  /dalvik/libcore/xml/src/test/java/tests/xml/
SimpleParserTest.java 172 method = "parse",
183 parser.parse(getClass().getResourceAsStream("/SimpleParserTest.xml"),
202 method = "parse",
215 parser.parse(getClass().getResourceAsStream("/SimpleParserTest.xml"),
236 method = "parse",
262 parser.parse(this.getClass().getResourceAsStream("/staffEntRes.xml"),
271 method = "parse",
275 parser.parse(getClass().getResourceAsStream("/staffNS.xml"),
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicDomainHandler.java 45 public void parse(final SetCookie cookie, final String value) method in class:BasicDomainHandler
RFC2109DomainHandler.java 47 public void parse(final SetCookie cookie, final String value) method in class:RFC2109DomainHandler
  /external/emma/core/java12/com/vladium/emma/data/
mergeCommand.java 51 final IOptsParser.IOpts parsedopts = parser.parse (m_args);
53 // check if usage is requested before checking args parse errors etc:
  /external/iptables/extensions/
libip6t_multiport.c 155 parse(int c, char **argv, int invert, unsigned int *flags, function
430 .parse = &parse,
446 .parse = &parse_v1,
libipt_multiport.c 163 parse(int c, char **argv, int invert, unsigned int *flags, function
440 .parse = &parse,
456 .parse = &parse_v1,
  /external/webkit/JavaScriptCore/runtime/
CommonIdentifiers.h 66 macro(parse) \

Completed in 69 milliseconds

<<11121314151617181920>>