/libcore/luni/src/main/java/javax/xml/validation/ |
package.html | 38 The JAXP validation API decouples the validation of an instance document from the parsing of an 81 The JAXP parsing API has been integrated with the Validation API. Applications may create a {@link javax.xml.validation.Schema} with the validation API
|
/libcore/luni/src/main/java/org/xml/sax/helpers/ |
ParserAdapter.java | 397 if (parsing) { 401 parsing = true; 405 parsing = false; 407 parsing = false; 789 * Throw an exception if we are parsing. 802 if (parsing) { 805 name + " while parsing"); 820 private boolean parsing = false; 816 private boolean parsing = false; field in class:ParserAdapter
|
/ndk/sources/host-tools/ndk-stack/elff/ |
elf_alloc.h | 30 * info, which makes our parsing pretty hungry on memory. On average, memory 64 * collected during ELF/DWARF parsing stays in memory for as long, as instance
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
CellBroadcastConfigService.java | 79 Log.e(TAG, "Number Format Exception parsing emergency channel range", e); 106 Log.e(TAG, "Number Format Exception parsing emergency channel range", e);
|
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/google/ |
GoogleSuggestClient.java | 189 Log.w(LOG_TAG, "Error parsing response: " + e); 199 Log.w(LOG_TAG, "Error parsing response: " + e);
|
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/ |
KmlParser.java | 69 // --------- state for parsing --------- 201 * if the parsing failed.
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/ |
TreeAdaptor.as | 76 * This only makes sense during token parsing, not tree parsing. 77 * Tree parsing should happen only when parsing and tree construction 167 /** For tree parsing, I need to know the token type of a node */
|
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/tree/ |
TreeAdaptor.java | 78 * This only makes sense during token parsing, not tree parsing. 79 * Tree parsing should happen only when parsing and tree construction 190 /** For tree parsing, I need to know the token type of a node */
|
/external/chromium/sdch/open-vcdiff/src/ |
headerparser.h | 62 // Moves the parsing position forward by number_of_bytes. 65 // Jumps the parsing position to a new location. 68 // Jumps the parsing position to the end of the data chunk. 73 // Jumps the parsing position so that there are now number_of_bytes 88 // The current parsing position within the data chunk.
|
/external/icu4c/i18n/ |
regexcst.txt | 12 # This state table is used when reading and parsing a regular expression pattern 262 # [set expression] parsing, 263 # All states involved in parsing set expressions have names beginning with "set-" 452 # arrived here via a pop. From here, we exit the set parsing world, and go 453 # back to generic regular expression parsing.
|
/external/jdiff/src/jdiff/ |
API.java | 47 /** The current package being added to during parsing. */ 49 /** The current class being added to during parsing. */ 51 /** The current constructor being added to during parsing. */ 53 /** The current method being added to during parsing. */ 55 /** The current field being added to during parsing. */
|
APIHandler.java | 6 /* For SAX parsing in APIHandler */ 14 * Handle the parsing of an XML file and the generation of an API object. 337 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML API file:" + e); 342 System.out.println("Error (" + e.getLineNumber() + "): parsing XML API file:" + e); 348 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML API file:" + e);
|
/external/llvm/lib/AsmParser/ |
LLParser.h | 219 // Type Parsing. 315 // Constant Parsing. 325 // Function Parsing. 339 // Instruction Parsing. Each instruction parsing routine can return with a
|
/external/protobuf/src/google/protobuf/ |
unknown_field_set_unittest.cc | 217 // Make sure fields are properly parsed to the UnknownFieldSet when parsing 307 // Test mixing known and unknown fields when parsing. 326 // when parsing. 364 // Same as UnknownExtensions except parsing via reflection. 377 // when parsing extensions.
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLConstructionSite.cpp | 206 // encountered during fragment parsing should be ignored. 224 // DOCTYPE nodes are only processed when parsing fragments w/o contextElements, which 227 // parsing rules (like <p> inside <table>). For now we ASSERT that we never hit this code 299 // doesn't get a chance to tell them that we're done parsing their children. 307 // http://www.whatwg.org/specs/web-apps/current-work/multipage/parsing.html#the-stack-of-open-elements
|
/frameworks/native/opengl/tests/hwc/ |
hwcRects.cpp | 374 testPrintE("Error parsing format from: %s", rectStr.c_str()); 456 testPrintE("Error parsing color in: %s", rectStr.c_str()); 462 testPrintE("Error parsing value for alpha attribute in: %s", 469 testPrintE("Error parsing source dimenision in: %s", 476 testPrintE("Error parsing source crop in: %s",
|
/libcore/luni/src/main/java/org/apache/harmony/xml/parsers/ |
DocumentBuilderImpl.java | 161 * Implements the whole parsing of the XML document. The XML pull parser is 163 * descent parsing (the method invokes itself for XML elements). Our 164 * approach to parsing does accept some illegal documents (more than one 174 * @throws XmlPullParserException If a parsing error occurs. 183 * The main parsing loop. The precondition is that we are already on the
|
/libcore/luni/src/main/java/org/xml/sax/ |
XMLReader.java | 34 * {@link #parse parse} methods must not return until parsing 333 // Parsing. 340 * reader to begin parsing an XML document from any valid input 360 * <p>This method is synchronous: it will not return until parsing 362 * parsing early, it should throw an exception.</p>
|
/libcore/xml/src/main/java/org/xmlpull/v1/sax2/ |
Driver.java | 311 "parsing initialization error: "+ex, this, ex); 317 // start parsing - move to first start tag 332 "parsing initialization error: "+ex, this, ex); 338 // now real parsing can start! 452 final SAXParseException saxException = new SAXParseException("parsing error: "+ex, this, ex);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
AidlProcessor.java | 256 * @return true if the parsing failed, false if success. 282 // file number. Parsing failed and we return true 375 // At this time, parsing isn't available, so we return UNKNOWN. This will force 405 // "Error parsing aidl file", e)); 411 // "Error parsing aidl file", e));
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/ |
ProjectProperties.java | 381 * @param log the ISdkLog object receiving warning/error from the parsing. Cannot be null. 382 * @return the map of (key,value) pairs, or null if the parsing failed. 399 log.warning("Error parsing '%1$s': \"%2$s\" is not a valid syntax", 413 log.warning("Error parsing '%1$s': %2$s.", 417 log.warning("Error parsing '%1$s': %2$s.",
|
/system/core/fs_mgr/ |
fs_mgr.c | 297 ERROR("Error parsing mount source\n"); 303 ERROR("Error parsing mnt_point\n"); 309 ERROR("Error parsing fs_type\n"); 315 ERROR("Error parsing mount_flags\n"); 329 ERROR("Error parsing fs_mgr_options\n");
|
/libcore/luni/src/main/native/ |
org_apache_harmony_xml_ExpatParser.cpp | 437 * @param data parsing context 590 * @param data parsing context 631 * @param data parsing context 656 * @param data parsing context 668 * @param data parsing context 678 * @param data parsing context 710 * @param data parsing context 730 * @param data parsing context 746 * @param data parsing context 788 * @param data parsing contex [all...] |
/external/clang/lib/Parse/ |
ParseExprCXX.cpp | 1 //===--- ParseExprCXX.cpp - C++ Expression Parsing ------------------------===// 10 // This file implements the Expression parsing implementation for C++. 123 /// the nested-name-specifier after parsing it. 128 /// if we don't actually end up parsing a destructor name. Moreorover, 129 /// if we do end up determining that we are parsing a destructor name, 135 /// \returns true if there was an error parsing a scope specifier 265 // Commit to parsing the template-id. 402 // because some clients (e.g., the parsing of class template 576 /// parsing to determine if we are looking at a C++0x lambda expression, and parse 702 // Clear()ed to prevent emission in case of tentative parsing [all...] |
ParseInit.cpp | 1 //===--- ParseInit.cpp - Initializer Parsing ------------------------------===// 10 // This file implements initializer parsing as specified by C99 6.7.8. 41 // cases here, and fall back to tentative parsing if those fail. 147 /// when parsing array designators. 230 // much more complicated parsing. 387 /// ParseBraceInitializer - Called when parsing an initializer that has a 454 // parsing the rest of the initializer. This allows us to emit
|