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

<<41424344454647484950>>

  /frameworks/base/core/java/android/provider/
Settings.java     [all...]
  /frameworks/base/telephony/java/android/telephony/
PhoneNumberUtils.java     [all...]
  /cts/tests/tests/media/src/android/media/cts/
MediaPlayerTest.java 430 Uri uri = Uri.parse(outputFileLocation);
  /cts/tests/tests/provider/src/android/provider/cts/
MediaStore_Audio_Genres_MembersTest.java 181 Uri allMembersUri = Uri.parse("content://media/external/audio/genres/all/members");
  /cts/tools/dasm/src/java_cup/runtime/
lr_parser.java 8 * parsers act by shifting input onto a parse stack until the symbols
18 * on top of the parse stack (stored as part of a symbol object representing
19 * a terminal or non terminal). The parse action table is consulted
31 * This class actually provides four LR parsers. The methods parse() and
37 * has worked), and the other is used to parse through buffered "parse ahead"
43 * the actual parse tables, generated code also supplies methods which
53 * <dd> Provides a reference to the parse action table.
66 * the point of a reduce in the parse, so this code also allocates and
102 * report_fatal_error("Couldn't repair and continue parse", null)
473 public void parse() throws java.lang.Exception method in class:lr_parser
    [all...]
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DeviceInfoResult.java 231 void parse(XmlPullParser parser) throws XmlPullParserException, IOException { method in class:DeviceInfoResult
264 * Parse process XML, and return its contents as a delimited String
288 * Parse feature XML, and return its contents as a delimited String
318 * Parse JavaLibrariesInfo XML, and return its contents as a delimited String
  /cts/tools/utils/
CollectAllTests.java 104 manifest = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse(
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
ConsoleHandlerTest.java 114 assertSame(h.getLevel(), Level.parse("FINE"));
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
SerializationStressTest4.java 602 public Date parse(String p1, java.text.ParsePosition p2) {
613 return save.equals(((java.text.DateFormat) obj).parse(null,
779 public Number parse(String p1, java.text.ParsePosition p2) {
787 .parse(null, null)).longValue();
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMManagerDefault.java 439 reader.parse(xmlSource);
587 * be free for use (i.e., not currently in use for another parse().
594 * @return non-null XMLReader reference ready to parse.
IncrementalSAXSource_Filter.java 529 * Co_Yield handles coroutine interactions while a parse is in progress.
594 /** Launch a thread that will run an XMLReader's parse() operation within
596 * routine, but has the advantage that -- since we invoked parse() --
600 * @throws SAXException is parse thread is already in progress
624 if(DEBUG)System.out.println("IncrementalSAXSource_Filter parse thread launched");
635 fXMLReader.parse(fXMLReaderInputSource);
663 } // end parse
684 /** Used to quickly terminate parse when running under a
751 // after a parse has ended. Generate a new one each time.
  /external/chromium/chrome/common/extensions/docs/js/
api_page_generator.js 130 schema = schema.concat(JSON.parse(content));
151 var data = JSON.parse(sampleManifest);
  /external/doclava/src/com/google/doclava/
LinkReference.java 68 * Parse and resolve a link string.
76 public static LinkReference parse(String text, ContainerInfo base, SourcePositionInfo pos, method in class:LinkReference
119 Errors.error(Errors.UNRESOLVED_LINK, pos, "unable to parse link/see tag: " + text.trim());
147 // parse parameters, if any
  /external/freetype/include/freetype/internal/
psaux.h 235 /* parse a `FOO' array */
409 /* A PS_Parser is an object used to parse a Type 1 font very quickly. */
722 (*parse)( AFM_Parser parser ); member in struct:AFM_Parser_FuncsRec_
    [all...]
  /external/icu4c/i18n/
msgfmt.cpp 586 // Segments 1..3 are used to parse each subpattern. Each time a
1315 MessageFormat::parse(const UnicodeString& source, function in class:MessageFormat
1425 MessageFormat::parse(const UnicodeString& source, function in class:MessageFormat
    [all...]
  /external/icu4c/test/intltest/
callimts.cpp 61 UDate dt = fmt->parse(theDate, status);
  /external/iptables/extensions/
libxt_sctp.c 500 .parse = sctp_parse,
  /external/jdiff/src/jdiff/
Comments.java 84 parser.parse(new InputSource(new FileInputStream(new File(filename))));
  /external/protobuf/python/google/protobuf/
text_format.py 145 tokenizer: A tokenizer to parse the field name and values.
225 tokenizer: A tokenizer to parse the field value.
569 text: The text to parse.
615 return self._ParseError('Couldn\'t parse integer: ' + str(e))
618 return self._ParseError('Couldn\'t parse number: ' + str(e))
  /external/qemu/elff/
elf_file.cc 28 /* Tags to parse when collecting info about routines. */
427 if (cu->parse(parse_context, &next_cu)) {
  /external/qemu/hw/
qdev.c 142 if (!prop->info->parse) {
  /external/skia/src/animator/
SkAnimateMaker.cpp 102 return parser.parse(*stream);
  /external/v8/src/
v8-counters.h 44 HT(parse, V8.Parse) \
  /external/webkit/Source/WebCore/inspector/front-end/
ExtensionAPI.js 374 value = value === "undefined" ? undefined : JSON.parse(value);
  /external/webkit/Source/WebCore/loader/
DocumentThreadableLoader.cpp 215 if (!preflightResult->parse(response, accessControlErrorDescription)

Completed in 1641 milliseconds

<<41424344454647484950>>