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

1 2 3 4 5 6 7 8 91011>>

  /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/vold/
main.cpp 183 SLOGE("Error parsing type");
187 SLOGE("Error parsing label");
191 SLOGE("Error parsing mount point");
200 SLOGE("Error parsing partition");
  /external/icu4c/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
  /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 +
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeAdaptor.h 61 * This only makes sense during token parsing, not tree parsing.
62 * Tree parsing should happen only when parsing and tree construction
131 #pragma mark Navigation / Tree Parsing
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRTreeAdaptor.h 61 * This only makes sense during token parsing, not tree parsing.
62 * Tree parsing should happen only when parsing and tree construction
131 #pragma mark Navigation / Tree Parsing
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRTreeAdaptor.h 61 * This only makes sense during token parsing, not tree parsing.
62 * Tree parsing should happen only when parsing and tree construction
131 #pragma mark Navigation / Tree Parsing
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRTreeAdaptor.h 57 * This only makes sense during token parsing, not tree parsing.
58 * Tree parsing should happen only when parsing and tree construction
128 #pragma mark Navigation / Tree Parsing
  /external/chromium/chrome/common/
utility_messages.h 132 // Reply when the utility process is done unpacking and parsing JSON data
137 // Reply when the utility process has failed while unpacking and parsing a
143 // Reply when the utility process has succeeded in parsing an update manifest
148 // Reply when an error occured parsing the update manifest. |error_message|
199 // Reply when the utility process failed in parsing a JSON string.
  /external/jdiff/src/jdiff/
CommentsHandler.java 6 /* For SAX XML parsing */
14 * Handle the parsing of an XML file and the generation of a Comments object.
190 System.out.println("Warning (" + e.getLineNumber() + "): parsing XML comments file:" + e);
195 System.out.println("Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
201 System.out.println("Fatal Error (" + e.getLineNumber() + "): parsing XML comments file:" + e);
  /external/nist-sip/java/gov/nist/javax/sip/header/
AuthenticationInfo.java 144 * unexpectedly while parsing the cNonce value.
156 * unexpectedly while parsing the nextNonce value.
168 * unexpectedly while parsing the nonceCount value.
186 * unexpectedly while parsing the Qop value.
200 * unexpectedly while parsing the Response.
  /external/webkit/Source/WebCore/html/parser/
HTMLScriptRunner.cpp 59 // FIXME: Should we be passed a "done loading/parsing" callback sooner than destruction?
179 return false; // Block the parser. Unwind to the outermost HTMLScriptRunner::execute before continuing parsing.
184 return false; // We still have a parsing blocking script, block the parser.
186 return true; // Scripts executed as expected, continue parsing.
218 // to prevent parser or script re-entry during </style> parsing.
HTMLDocumentParser.cpp 99 bool reportErrors = false; // For now document fragment parsing never reports errors.
128 // This kicks off "Once the user agent stops parsing" as described by:
147 // We will not have a scriptRunner when parsing a DocumentFragment.
202 // We will not have a scriptRunner when parsing a DocumentFragment.
233 // parser to stop parsing cleanly. The problem is we're not
257 // end up parsing the whole buffer in this pump. We should pass how
377 // Informs the the rest of WebCore that parsing is really finished (and deletes this).
393 // an external script to load, we can't finish parsing quite yet.
533 // stylesheet load. Otherwise we are currently parsing and this
  /libcore/luni/src/main/java/java/text/
NumberFormat.java 34 * interface for formatting and parsing numbers. {@code NumberFormat} also
93 * format or parsing, or want to give your users more control, you can try
100 * and others work for parsing. For example, {@code setParseIntegerOnly} only
101 * affects parsing: If set to {@code true}, "3456.78" is parsed as 3456 (and
337 * Returns a {@code NumberFormat} for formatting and parsing currency values
348 * Returns a {@code NumberFormat} for formatting and parsing currency values
360 * Returns a {@code NumberFormat} for formatting and parsing integers for the
371 * Returns a {@code NumberFormat} for formatting and parsing integers for
385 * Returns a {@code NumberFormat} for formatting and parsing numbers for the
395 * Returns a {@code NumberFormat} for formatting and parsing numbers for th
    [all...]
  /external/clang/lib/Parse/
ParseCXXInlineMethods.cpp 1 //===--- ParseCXXInlineMethods.cpp - C++ class inline methods parsing------===//
10 // This file implements parsing for C++ class inline methods.
23 /// and store its tokens for parsing after the C++ class is complete.
107 // In delayed template parsing mode, if we are within a class template
109 // the tokens and store them for parsing at the end of the translation unit.
136 // Consume the tokens and store them for later parsing.
182 /// declaration. Now lex its initializer and store its tokens for parsing
257 /// ParseLexedMethodDeclarations - We finished parsing the member
259 /// stack of method declarations with some parts for which parsing was
428 /// ParseLexedMethodDefs - We finished parsing the member specification of a to
    [all...]
ParseTentative.cpp 1 //===--- ParseTentative.cpp - Ambiguity Resolution Parsing ----------------===//
10 // This file implements the tentative parsing portions of the Parser
21 /// between a declaration or an expression statement, when parsing function
71 /// If during the disambiguation process a parsing error is encountered,
72 /// the function returns true to let the declaration parsing code handle it.
97 // is a type-name. Disambiguation precedes parsing, and a statement
116 // We need tentative parsing...
122 // In case of an error, let the declaration parsing code handle it.
213 // context of parsing for-init-statement of a foreach statement only. But,
230 /// If during the disambiguation process a parsing error is encountered
    [all...]
  /external/expat/lib/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether
820 enum XML_Parsing parsing; member in struct:__anon6393
    [all...]
  /external/libxml2/include/libxml/
parser.h 69 * for parsing very large instances.
180 * also reflect the parser state. However most of the parsing routines
182 * to a state based parser for progressive parsing shouldn't be too hard.
206 int nodeNr; /* Depth of the parsing stack */
207 int nodeMax; /* Max depth of the parsing stack */
217 int external; /* are we parsing an external entity */
230 int nameNr; /* Depth of the parsing stack */
231 int nameMax; /* Max depth of the parsing stack */
235 long checkIndex; /* used by progressive parsing lookup */
238 int inSubset; /* Parsing is in int 1/ext 2 subset *
    [all...]
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether
820 enum XML_Parsing parsing; member in struct:__anon19707
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/include/
expat.h 392 If parameter entity parsing is enabled, then in addition to the
403 The parser argument is the parser parsing the entity containing the
418 The context argument specifies the parsing context in the format
763 /* Stops parsing, causing XML_Parse() or XML_ParseBuffer() to return.
773 except when parsing an external parameter entity and resumable != 0.
778 - XML_ERROR_SUSPEND_PE: when suspending while parsing an external PE.
780 When resumable != 0 (true) then parsing is suspended, that is,
782 Otherwise, parsing is aborted, that is, XML_Parse() and XML_ParseBuffer()
787 there is a parent parser then it will continue parsing when the
790 parser (recursively), if one wants to stop parsing altogether
820 enum XML_Parsing parsing; member in struct:__anon20030
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/SlimParsing/Tree/
ITreeAdaptor`1.cs 80 * This only makes sense during token parsing, not tree parsing.
81 * Tree parsing should happen only when parsing and tree construction
225 /** <summary>For tree parsing, I need to know the token type of a node</summary> */
268 #region Navigation / Tree Parsing
  /external/apache-http/src/org/apache/http/message/
HeaderValueParser.java 43 * Interface for parsing header values into elements.
85 * the bounds within the buffer for the parsing operation
102 * the bounds within the buffer for the parsing operation
130 * describe basic parsing constructs.
188 * the bounds within the buffer for the parsing operation
204 * the bounds within the buffer for the parsing operation
  /external/bluetooth/hcidump/
ChangeLog 8 Make verbose parsing the default option.
66 Fix OBEX header parsing.
190 Fix parsing of SDP continuation state.
283 L2CAP parsing. PSM tracking.
284 HCI events and commands parsing.
287 Improved command line option parsing.
  /external/protobuf/src/google/protobuf/
text_format.h 35 // Utilities for printing and parsing protocol messages in a human-readable,
52 // This class implements protocol buffer text format. Printing and parsing
210 // For more control over parsing, use this class.
231 // Normally parsing fails if, after parsing, output->IsInitialized()
248 // to do the parsing.

Completed in 598 milliseconds

1 2 3 4 5 6 7 8 91011>>