HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 501 - 525 of 3047) sorted by null

<<21222324252627282930>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 31 before the main expression. It is used during parsing and removed
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def 24 /* After finishing parsing a type. */
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/c-family/
c-common.def 31 before the main expression. It is used during parsing and removed
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
plugin.def 24 /* After finishing parsing a type. */
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/c-family/
c-common.def 31 before the main expression. It is used during parsing and removed
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
plugin.def 24 /* After finishing parsing a type. */
  /sdk/ddms/libs/ddmuilib/tests/src/com/android/ddmuilib/heap/
NativeHeapDataImporterTest.java 49 fail("Unexpected exception while parsing text: " + e.getTargetException().getMessage());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
AaptParser.java 53 * " (Occurred while parsing &lt;path&gt;)"
60 * " (Occurred while parsing &lt;path&gt;)"<br>
64 "^\\s+\\(Occurred while parsing\\s+(.*)\\)$"); //$NON-NLS-1$
88 * "ERROR parsing XML file &lt;path&gt;"<br>
92 "^Error\\s+parsing\\s+XML\\s+file\\s(.+)$"); //$NON-NLS-1$
95 * "ERROR parsing XML file &lt;path&gt;"<br>
199 * @return true if the parsing failed, false if success.
215 * @return true if the parsing failed, false if success.
465 // file number. Parsing failed and we return true
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
LayoutDeviceManager.java 298 * Does the actual parsing of a devices.xml file.
313 // do the actual parsing
323 AdtPlugin.log(e, "Error parsing %1$s", deviceXml.getAbsoluteFile());
329 AdtPlugin.log(e, "Error parsing %1$s", deviceXml.getAbsoluteFile());
  /sdk/ide_common/src/com/android/ide/common/resources/
ScanningContext.java 23 * such as any parsing errors encountered, whether Android ids have changed, and
  /sdk/monkeyrunner/scripts/
monkey_playback.py 19 # The format of the file we are parsing is very carfeully constructed.
  /system/bluetooth/data/
auto_pairing.conf 1 // Do NOT change this file format without updating the parsing logic in
  /external/llvm/docs/tutorial/
OCamlLangImpl2.html 24 <li><a href="#parserprimexprs">Basic Expression Parsing</a></li>
25 <li><a href="#parserbinops">Binary Expression Parsing</a></li>
26 <li><a href="#parsertop">Parsing the Rest</a></li>
51 full <a href="http://en.wikipedia.org/wiki/Parsing">parser</a> for our
58 Parsing</a> and <a href=
60 Parsing</a> to parse the Kaleidoscope language (the latter for
62 parsing though, lets talk about the output of the parser: the Abstract Syntax
143 <p>With this scaffolding, we can now talk about parsing expressions and function
184 <h2><a name="parserprimexprs">Basic Expression Parsing</a></h2>
233 function expects that the current token is a '(' token, but after parsing th
    [all...]
  /libcore/xml/src/main/java/org/xmlpull/v1/
XmlPullParser.java 11 * XML Pull Parser is an interface that defines parsing functionality provided
22 * if different value is required necessary must be changed before parsing is started)
31 * access to high level parsing events, nextToken() allows access to lower
352 * parsing an must be set before parsing.
364 * during parsing.
383 * later in the parsing process.
385 * during parsing.
399 * during parsing. The default value is false.
463 * Setting the reader to null will just stop parsing an
    [all...]
  /libcore/luni/src/main/java/org/w3c/dom/ls/
LSParser.java 23 * <p> <code>LSParser</code> provides an API for parsing XML and building the
66 * progress event is dispatched to indicate that the parsing starts. From
70 * parsing, or not dispatch them at all. See also the definition of the
75 * <p> While parsing an input source, errors are reported to the application
78 * errors that can occur while parsing XML, or any other markup, but some
143 * The <code>DOMConfiguration</code> object used when parsing an input
178 * <dd>[<em>optional</em>] Throw a fatal <b>"doctype-not-allowed"</b> error if a doctype node is found while parsing the document. This is
263 * terminate the parsing early.
275 * terminate the parsing early.
382 * <code>action</code> arguments. When parsing the input stream, th
    [all...]
  /external/icu4c/i18n/unicode/
smpdtfmt.h 19 * 10/14/99 aliu Updated class doc to describe 2-digit year parsing
48 * SimpleDateFormat is a concrete class for formatting and parsing dates in a
50 * parsing (text -> millis), and normalization. Formats/Parses a date or time,
126 * UErrorCode result during formatting or parsing.
164 * In the above example, the time value "currentTime_2" obtained from parsing
171 * When parsing a date string using the abbreviated year pattern ("y" or "yy"),
179 * During parsing, only strings consisting of exactly two digits, as defined by
525 * By default, parsing is lenient: If the input is not in the form used by
533 * @param pos On input, the position at which to start parsing; on
534 * output, the position at which parsing terminated, or th
    [all...]
  /cts/tools/dasm/src/dasm/
Main.java 97 + e.getMessage() + " while reading and parsing " + fname);
106 + " while reading and parsing " + fname);
  /dalvik/dx/src/com/android/dx/command/dump/
DotDumper.java 71 classFile.getMagic(); // Force parsing to happen.
78 liveCf.getMagic(); // Force parsing to happen.
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 52 * makes sense to call here after parsing is completed.
101 * We're parsing an APK file, which means we can't know
  /external/apache-http/src/org/apache/http/cookie/
CookieSpec.java 42 * <li> rules of parsing "Set-Cookie" header
74 * @throws MalformedCookieException if an exception occurs during parsing
  /external/chromium/chrome/browser/safe_browsing/
protocol_parser.h 17 // the parser and call the appropriate parsing function on the data.
76 // for adds and subs in "chunks". Returns 'true' on successful parsing,
  /external/chromium/net/base/
ssl_cipher_suite_names_generate.go 16 // Structures for parsing the XML
117 fmt.Printf("Error parsing XML: %s\n", err)
  /external/chromium/net/http/
http_chunked_decoder.cc 135 DLOG(ERROR) << "Failed parsing HEX from: " <<
162 // some sites rely on more lenient parsing.
http_stream_parser.h 32 // and any data left over after parsing the stream will be put into
125 // with a net::Error if we encountered an error during parsing.
  /external/chromium/testing/gmock/scripts/generator/
README.cppclean 97 The parser works pretty well for header files, parsing about 99% of Google's
106 * Parsing all valid C++ source

Completed in 556 milliseconds

<<21222324252627282930>>