HomeSort by relevance Sort by last modified time
    Searched refs:parse (Results 801 - 825 of 4368) sorted by null

<<31323334353637383940>>

  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/tools/
named_entity_trie_generator.js 5 entitiesData = JSON.parse(fileData);
  /external/clang/www/
make_cxx_dr_status 23 def parse(dr): function
47 drs = sorted((parse(dr) for dr in file(index, 'r').read().split('<TR>')[2:]),
  /external/deqp/android/package/src/com/drawelements/deqp/testercore/
DeqpInstrumentation.java 110 // parse until tester dies
114 if (!parser.parse())
123 // parse remaining messages
129 if (parser.parse())
  /external/e2fsprogs/lib/ss/
ct_c.sed 20 # A number sent to the output represents a parse error --- it will be
25 # an awk script to parse.
80 # First, parse out the subroutine name
84 # Next, parse out the help message, being careful to handle a quoted string
127 # Here we parse the list of options.
138 ERROR: parse error in options list
  /external/e2fsprogs/lib/uuid/
Android.mk 10 parse.c \
  /external/guice/lib/build/
munge.jar 
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
RBNFParseTest.java 109 Number n = rbnf.parse(s);
139 Number n = rbnf_en.parse("1,2 million");
RbnfRoundTripTest.java 193 long rt = formatter.parse(text).longValue();
207 double rt = formatter.parse(text).doubleValue();
  /external/icu/icu4c/source/i18n/
collationruleparser.h 126 void parse(const UnicodeString &ruleString,
146 void parse(const UnicodeString &ruleString, UErrorCode &errorCode);
reldtfmt.cpp 120 // Initialize the parent fCalendar, so that parse() works correctly.
239 void RelativeDateFormat::parse( const UnicodeString& text, function in class:RelativeDateFormat
247 fDateTimeFormatter->parse(text,cal,pos);
272 // just parse as normal date
274 fDateTimeFormatter->parse(text,cal,pos);
278 // formatted per fDatePattern, then parse text normally using the combined pattern.
314 fDateTimeFormatter->parse(modifiedText,cal,pos);
337 RelativeDateFormat::parse( const UnicodeString& text, function in class:RelativeDateFormat
339 // redefined here because the other parse() function hides this function's
341 return DateFormat::parse(text, pos)
345 RelativeDateFormat::parse(const UnicodeString& text, UErrorCode& status) const function in class:RelativeDateFormat
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
RbnfRoundTripTest.java 189 long rt = formatter.parse(text).longValue();
203 double rt = formatter.parse(text).doubleValue();
  /external/jetty/src/java/org/eclipse/jetty/webapp/
FragmentDescriptor.java 61 public void parse () method in class:FragmentDescriptor
64 super.parse();
  /external/jetty/src/java/org/eclipse/jetty/xml/
XmlParser.java 194 public synchronized Node parse(InputSource source) throws IOException, SAXException method in class:XmlParser
204 _parser.parse(source, handler);
214 * Parse String URL.
216 public synchronized Node parse(String url) throws IOException, SAXException method in class:XmlParser
219 LOG.debug("parse: " + url);
220 return parse(new InputSource(url));
225 * Parse File.
227 public synchronized Node parse(File file) throws IOException, SAXException method in class:XmlParser
230 LOG.debug("parse: " + file);
231 return parse(new InputSource(Resource.toURL(file).toString()))
238 public synchronized Node parse(InputStream in) throws IOException, SAXException method in class:XmlParser
    [all...]
  /external/libedit/src/
parse.c 1 /* $NetBSD: parse.c,v 1.26 2011/08/16 16:25:15 christos Exp $ */
38 static char sccsid[] = "@(#)parse.c 8.1 (Berkeley) 6/4/93";
40 __RCSID("$NetBSD: parse.c,v 1.26 2011/08/16 16:25:15 christos Exp $");
45 * parse.c: parse an editline extended command
76 * Parse a line and dispatch it
87 argc = FUN(el,parse)(el, argc, argv);
97 FUN(el,parse)(EditLine *el, int argc, const Char *argv[])
135 * Parse a string of the form ^<char> \<odigit> \<char> \U+xxxx and return
236 * Parse the escapes from in and put the raw string ou
    [all...]
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 89 bool parse(DataExtractor debug_line_data, uint32_t *offset_ptr);
206 /// Parse prologue and all rows.
207 bool parse(DataExtractor debug_line_data, const RelocAddrMap *RMap,
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 38 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { function in class:DWARFDebugLoc
78 void DWARFDebugLocDWO::parse(DataExtractor data) { function in class:DWARFDebugLocDWO
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/sampleentry/
SampleEntry.java 109 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { method in class:SampleEntry
111 super.parse(readableByteChannel, header, contentSize, boxParser);
  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/
AbstractContainerBox.java 104 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { method in class:AbstractContainerBox
106 super.parse(readableByteChannel, header, contentSize, boxParser);
FullContainerBox.java 94 public void parse(ReadableByteChannel readableByteChannel, ByteBuffer header, long contentSize, BoxParser boxParser) throws IOException { method in class:FullContainerBox
96 super.parse(readableByteChannel, header, contentSize, boxParser);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
WebPlatformUrlTest.java 99 url = HttpUrl.parse(testData.input);
101 HttpUrl baseUrl = HttpUrl.parse(testData.base);
108 assertNotNull("Expected URL to parse successfully, but was null", url);
  /external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
Crawler.java 106 Document document = Jsoup.parse(response.body().string(), url.toString());
128 crawler.queue.add(HttpUrl.parse(args[1]));
  /external/opencv3/3rdparty/jinja2/
ext.py 99 def parse(self, parser): member in class:Extension
212 source = self.environment.parse(source)
215 def parse(self, parser): member in class:InternationalizationExtension
216 """Parse a translatable tag."""
263 # now parse until endtrans or pluralize
271 # if we have a pluralize block, we parse that too
310 """Parse until the next block tag with a given name."""
396 def parse(self, parser): member in class:ExprStmtExtension
406 def parse(self, parser): member in class:LoopControlExtension
417 def parse(self, parser) member in class:WithExtension
438 def parse(self, parser): member in class:AutoEscapeExtension
    [all...]
  /external/skia/bench/
bench_compare.py 97 old_benches = bench_util.parse({}, open(old, 'r'), stat_type)
98 new_benches = bench_util.parse({}, open(new, 'r'), stat_type)
  /external/skia/include/utils/
SkRTConf.h 92 template <typename T> bool parse(const char *name, T* value);
114 if (skRTConfRegistry().parse(fName.c_str(), &value)) {
  /external/testng/src/main/java/org/testng/
TimeBombSkipException.java 187 Date d = m_inFormat.parse(date);
192 throw new TestNGException("Cannot parse date:" + date + " using pattern: " + m_inFormat, pex);
204 Date nowDate= m_inFormat.parse(m_inFormat.format(now.getTime()));

Completed in 449 milliseconds

<<31323334353637383940>>