HomeSort by relevance Sort by last modified time
    Searched full:parsing (Results 426 - 450 of 6080) sorted by null

<<11121314151617181920>>

  /prebuilts/gdb/darwin-x86/include/python2.7/
errcode.h 22 #define E_DONE 16 /* Parsing complete */
  /prebuilts/gdb/darwin-x86/lib/python2.7/compiler/
__init__.py 1 """Package for parsing and compiling Python source code
  /prebuilts/gdb/linux-x86/include/python2.7/
errcode.h 22 #define E_DONE 16 /* Parsing complete */
  /prebuilts/gdb/linux-x86/lib/python2.7/compiler/
__init__.py 1 """Package for parsing and compiling Python source code
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
errcode.h 22 #define E_DONE 16 /* Parsing complete */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
__init__.py 1 """Package for parsing and compiling Python source code
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
errcode.h 22 #define E_DONE 16 /* Parsing complete */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
__init__.py 1 """Package for parsing and compiling Python source code
  /prebuilts/tools/common/m2/repository/org/ccil/cowan/tagsoup/tagsoup/1.2/
tagsoup-1.2.pom 8 <description>TagSoup is a SAX-compliant parser written in Java that, instead of parsing well-formed or valid XML, parses HTML as it is found in the wild: poor, nasty and brutish, though quite often far from short. TagSoup is designed for people who have to process this stuff using some semblance of a rational application design. By providing a SAX interface, it allows standard XML tools to be applied to even the worst HTML. TagSoup also includes a command-line processor that reads HTML files and can generate either clean HTML or well-formed XML that is a close approximation to XHTML.</description>
  /prebuilts/tools/common/m2/repository/xpp3/xpp3_min/1.1.4c/
xpp3_min-1.1.4c.pom 9 <description>MXP1 is a stable XmlPull parsing engine that is based on ideas from XPP and in particular XPP2 but completely revised and rewritten to take the best advantage of latest JIT JVMs such as Hotspot in JDK 1.4+.</description>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
XmlErrorHandler.java 74 * @param exception the parsing exception
84 * @param exception the parsing exception
94 * @param exception the parsing exception
113 * Handles a parsing error and an optional line number.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/functests/sampleProjects/
AndroidManifestWriter.java 111 * @return an {@link AndroidManifestHelper} or null if parsing failed
121 sLogger.log(Level.SEVERE, "Error parsing file", e);
124 sLogger.log(Level.SEVERE, "Error parsing file", e);
127 sLogger.log(Level.SEVERE, "Error parsing file", e);
  /system/bt/stack/avct/
avct_defs.h 48 ** message parsing and building macros
  /system/connectivity/shill/
http_url.h 26 // Simple URL parsing class.
  /system/media/private/camera/include/
camera_metadata_hidden.h 39 * structure when parsing camera metadata with functions defined in
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/windres/
README 24 parsing or comparing should be xfailed.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
group-reloc-ldc-parsing-bad.s 1 @ Tests for LDC group relocations that are meant to fail during parsing.
group-reloc-ldr-parsing-bad.s 1 @ Tests that are supposed to fail during parsing of LDR group relocations.
group-reloc-ldrs-parsing-bad.s 1 @ Tests that are supposed to fail during parsing of LDRS group relocations.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/m68k/
cas.s 1 # Test parsing of the operands of the cas instruction
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
NumberFormatRegressionTest.java 86 // set parsing to lenient & parse
139 //Test parse, Parsing should stop at "."
196 * Test case for JB#5509, strict parsing issue
244 * Test case for ticket#5698 - parsing extremely large/small values
292 public void TestSurrogatesParsing() { // Test parsing of numbers that use digits from the supplemental planes.
364 * Parsing currency in strict mode
377 errln("FAIL: Parsing " + txt + " - error index: " + pos.getErrorIndex());
  /external/icu/icu4c/source/i18n/unicode/
format.h 86 * If there is no match when parsing, a parse failure UErrorCode is
187 * polymorphic parsing of strings into Formattable objects.
190 * start parsing at in the source. After calling, parse_pos.index
194 * When parsing, leading whitespace is discarded (with successful
199 * Parsing "_12_xy" (where _ represents a space) for a number,
202 * Parsing a second time will result in a failing UErrorCode since
216 * @param parse_pos The position to start parsing at. Upon return
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
NumberFormatRegressionTest.java 82 // set parsing to lenient & parse
135 //Test parse, Parsing should stop at "."
192 * Test case for JB#5509, strict parsing issue
240 * Test case for ticket#5698 - parsing extremely large/small values
288 public void TestSurrogatesParsing() { // Test parsing of numbers that use digits from the supplemental planes.
360 * Parsing currency in strict mode
373 errln("FAIL: Parsing " + txt + " - error index: " + pos.getErrorIndex());
  /external/clang/unittests/ASTMatchers/Dynamic/
ParserTest.cpp 90 EXPECT_EQ("1:1: Error parsing unsigned token: <12345678901>", Sema.Errors[3]);
91 EXPECT_EQ("1:1: Error parsing unsigned token: <1a1>", Sema.Errors[4]);
102 EXPECT_EQ("1:1: Error parsing string token: <\"Baz>", Sema.Errors[2]);
208 EXPECT_EQ("1:1: Error parsing argument 1 for matcher hasInitializer.\n"
209 "2:5: Error parsing argument 1 for matcher binaryOperator.\n"
231 "1:5: Error parsing matcher. Found token <123> while looking for '('.",
235 "1:9: Error parsing matcher. Found token <123> while looking for ','.",
238 "1:1: Error parsing argument 1 for matcher stmt.\n"
243 "1:4: Error parsing matcher. Found end-of-code while looking for ')'.",
250 "1:1: Error parsing argument 1 for matcher Foo.\n
    [all...]
  /dalvik/dx/src/com/android/dx/cf/direct/
MemberListParser.java 132 * Gets the human-oriented name for what this instance is parsing.
149 * Gets the {@code CTX_*} constant to use when parsing attributes.
170 * Does the actual parsing.
227 ex.addContext("...while parsing " + humanName() + "s[" + i +
232 pe.addContext("...while parsing " + humanName() + "s[" + i +

Completed in 609 milliseconds

<<11121314151617181920>>