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

<<11121314151617181920>>

  /frameworks/base/core/java/android/net/
MailTo.java 58 * Parse and decode a mailto scheme string. This parser implements
64 public static MailTo parse(String url) throws ParseException { method in class:MailTo
73 Uri email = Uri.parse(noScheme);
76 // Parse out the query parameters
167 * the parse() method.
  /frameworks/base/core/java/android/provider/
Contacts.java 60 public static final Uri CONTENT_URI = Uri.parse("content://" + AUTHORITY);
154 Uri.parse("content://contacts/settings");
355 Uri.parse("content://contacts/people");
364 Uri.parse("content://contacts/people/filter");
373 Uri.parse("content://contacts/deleted_people");
389 Uri.parse("content://contacts/people/with_email_or_im_filter");
806 Uri.parse("content://contacts/groups");
815 Uri.parse("content://contacts/deleted_groups");
    [all...]
  /packages/apps/Email/src/org/apache/james/mime4j/message/
Header.java 68 addField(Field.parse(fieldData));
71 parser.parse(is);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
FirstElementParser.java 84 * @param osFilename The file to parse.
88 public static Result parse(String osFilename, String xmlnsUri) { method in class:FirstElementParser
103 parser.parse(new InputSource(new FileReader(osFilename)), handler);
119 * Private constructor. Use the static parse() method instead.
  /dalvik/libcore/xml/src/test/java/tests/api/javax/xml/parsers/
DocumentBuilderFactoryTest.java 401 db.parse(getClass().getResourceAsStream("/simple.xml"));
479 Document document = parser.parse(getClass().getResourceAsStream(
507 Document document = parser.parse(getClass().getResourceAsStream(
548 Document document = parser.parse(getClass().getResourceAsStream(
571 Document document = parser.parse(getClass().getResourceAsStream(
666 Document document = parser.parse(getClass().getResourceAsStream(
689 Document document = parser.parse(getClass().getResourceAsStream(
721 Document document = parser.parse(getClass().getResourceAsStream(
740 Document document = parser.parse(getClass().getResourceAsStream(
770 Document document = parser.parse(getClass().getResourceAsStream
    [all...]
  /build/tools/droiddoc/src/
SeeTagInfo.java 37 mLink = LinkReference.parse(text(), mBase, position(),
  /cts/tests/tests/performance3/src/android/performance3/cts/
AppStartup.java 36 intent.setData(Uri.parse("http://www.google.com/m"));
  /cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java 40 Uri uri = Uri.parse("tel:123456");
  /dalvik/libcore/support/src/test/java/tests/support/
Support_Xml.java 38 return builder.parse(stream);
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
XMLFilterImpl.java 68 * before you start a parse or do any configuration with
111 * <p>If there is no parent reader set, any attempt to parse
325 * Parse a document.
334 public void parse (InputSource input)
338 parent.parse(input);
343 * Parse a document.
352 public void parse (String systemId) method
355 parse(new InputSource(systemId));
691 * Set up before a parse.
693 * <p>Before every parse, check whether the parent i
331 public void parse (InputSource input) method in class:XMLFilterImpl
349 public void parse (String systemId) method in class:XMLFilterImpl
    [all...]
  /development/apps/Development/src/com/android/development/
MediaScannerActivity.java 45 sendBroadcast(new Intent(Intent.ACTION_MEDIA_MOUNTED, Uri.parse("file://"
  /development/testrunner/
android_manifest.py 55 """Parse AndroidManifest.xml at the specified path.
65 self._dom = xml.dom.minidom.parse(self._manifest_path)
  /external/apache-http/src/org/apache/http/impl/cookie/
BasicPathHandler.java 45 public void parse(final SetCookie cookie, String value) method in class:BasicPathHandler
RFC2965VersionAttributeHandler.java 52 * Parse cookie version attribute.
54 public void parse(final SetCookie cookie, final String value) method in class:RFC2965VersionAttributeHandler
  /external/icu4c/common/
rbbiscan.h 39 // The output of the scanner is parse trees for
70 void parse(); // Parse the rules, generating two parse
108 RBBIRuleChar fC; // Current char for parse state machine
121 // during the parse of a rule
  /external/icu4c/i18n/unicode/
rbnf.h 213 * are <em>public:</em> the caller can specify that they be used to format and parse numbers.
217 * <p>The user can also specify a special &quot;rule set&quot; named <tt>%%lenient-parse</tt>.
218 * The body of <tt>%%lenient-parse</tt> isn't a set of number-formatting rules, but a <tt>RuleBasedCollator</tt>
223 * of the <tt>lenient-parse</tt> rule set.</p>
516 * @param perror The parse error if an error was encountered.
541 * @param perror The parse error if an error was encountered.
559 * @param perror The parse error if an error was encountered.
588 * @param perror The parse error if an error was encountered.
1031 RuleBasedNumberFormat::parse(const UnicodeString& text, Formattable& result, UErrorCode& status) const function in class:RuleBasedNumberFormat
    [all...]
  /external/icu4c/i18n/
windtfmt.h 57 void parse(const UnicodeString& text, Calendar& cal, ParsePosition& pos) const;
winnmfmt.h 100 virtual void parse(const UnicodeString& text, Formattable& result, ParsePosition& parsePosition) const;
  /external/icu4c/tools/genrb/
Makefile 8 parse.c \
  /external/opencore/protocols/http_parcom/include/
http_parser.h 41 * the sole parsing function to parse both HTTP header and entity body. Since the input data stream is a fragment of a complete
64 OSCL_IMPORT_REF int32 parse(const OsclRefCounterMemFrag &aInputDataStream, RefCountHTTPEntityUnit &aEntityUnit);
68 * If http response header is available, status code is ok (though parse() already does some sanity check for status code),
75 // return codes for parse function
84 PARSE_STATUS_LINE_SHOW_NOT_SUCCESSFUL = 5, // parse the first http status line,
87 // user can continue calling parse function to get the complete http header
100 // After parsing HTTP header(parse() return PARSE_HEADER_AVAILABLE), use the following functions to get the related information
117 // reset the parser to parse a new HTTP response
  /external/proguard/src/proguard/classfile/attribute/annotation/visitor/
AnnotationTypeFilter.java 53 this.regularExpressionMatcher = new ListParser(new ClassNameParser()).parse(regularExpression);
  /external/proguard/src/proguard/classfile/util/
WarningPrinter.java 67 new ListParser(new ClassNameParser()).parse(classFilter);
  /external/proguard/src/proguard/classfile/visitor/
MemberDescriptorFilter.java 50 this(new ClassNameParser().parse(regularExpression), memberVisitor);
MemberNameFilter.java 50 this(new NameParser().parse(regularExpression), memberVisitor);
  /external/proguard/src/proguard/wtk/
ProGuardObfuscator.java 73 // Parse the default configuration file.
78 parser.parse(configuration);

Completed in 120 milliseconds

<<11121314151617181920>>