Searched
full:parsing (Results
826 -
850 of
3047) sorted by null
<<31323334353637383940>>
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
exceptions.py | 104 # If you are parsing a tree node stream, you will encounter som 213 """An extra token while parsing a TokenStream""" 335 occurs when normally parsing the alternative just like matching a token.
|
/external/apache-http/src/org/apache/http/message/ |
BasicLineParser.java | 46 * There are individual methods for parsing a request line, a 54 * Note: This class was created by refactoring parsing code located in 56 * been replicated here, although the association with the parsing code
|
/external/bison/ |
TODO | 103 that they seem to be quite orthogonal to the parsing technique, and 128 parsing: Theory and Practice' is impossible to find, but according to 129 `Parsing Techniques: a Practical Guide', it includes information about
|
/external/chromium/chrome/browser/extensions/ |
extension_webstore_private_api.cc | 147 // parsing. 254 // Flags for whether we're done doing icon decoding and manifest parsing. 258 // The results of succesful decoding/parsing.
|
/external/chromium/net/base/ |
escape.cc | 68 // URLs. These characters are the ones that may change the parsing of a URL, so 72 // The basic rule is that we can't unescape anything that would changing parsing 74 // query and that could change the server's parsing of the query. Nor can we
|
/external/icu4c/common/ |
util.cpp | 212 * Parse a pattern string within the given Replaceable and a parsing 221 * @param pat pattern that controls parsing 339 /* Since spaces are ignored during parsing, they are
|
/external/icu4c/i18n/ |
nfrule.cpp | 267 // begin parsing the descriptor: copy digits 294 // now parsing the rule's radix. Again, accumulate digits 718 // parsing 734 * combined appropriately with the results of parsing the substitutions. [all...] |
/external/icu4c/i18n/unicode/ |
selfmt.h | 309 * parsing at in the source. After calling, parse_pos.index is the end of 312 * When parsing, leading whitespace is discarded (with a successful parse), 320 * @param parse_pos The position to start parsing at. Upon return
|
/external/icu4c/test/cintltst/ |
cnumtst.c | 336 log_err("Fail: Error in parsing\n"); 338 log_verbose("Pass: parsing successful\n"); 385 log_err("Fail: Error in parsing currency, got %f, expected %f\n", d1, a1); 420 log_err("Fail: Error in parsing\n"); 422 log_verbose("Pass: parsing successful\n"); 468 log_err("Fail: Error in parsing\n"); 470 log_verbose("Pass: parsing successful\n"); 800 log_err("Error in parsing using unum_format(spellout_fmt, ...): %s\n", myErrorName(status)); [all...] |
/external/llvm/docs/tutorial/ |
LangImpl1.html | 75 AST</b> - With the lexer in place, we can talk about parsing techniques and 76 basic AST construction. This tutorial describes recursive descent parsing and 77 operator precedence parsing. Nothing in Chapters 1 or 2 is LLVM-specific,
|
/external/llvm/lib/MC/ |
MCELFStreamer.cpp | 177 case MCAF_Code16: return; // Change parsing mode; no-op here. 178 case MCAF_Code32: return; // Change parsing mode; no-op here. 179 case MCAF_Code64: return; // Change parsing mode; no-op here.
|
MCMachOStreamer.cpp | 147 case MCAF_Code16: return; // Change parsing mode; no-op here. 148 case MCAF_Code32: return; // Change parsing mode; no-op here. 149 case MCAF_Code64: return; // Change parsing mode; no-op here.
|
/external/mesa3d/docs/ |
RELNOTES-5.1 | 173 arbfragparse.[ch] - ARB fragment program parsing 174 arbvertparse.[ch] - ARB vertex program parsing 175 arbparse.[ch] - ARB vertex/fragment parsing
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
UnknownFieldSetTest.java | 209 // Test mixing known and unknown fields when parsing. 231 // when parsing. 256 // when parsing extensions.
|
/external/tinyxml/ |
changes.txt | 6 - Fixed bad pointer to 'isspace' that could occur while parsing text. 29 - Fixed white space parsing in text to conform with the standard. 206 - TinyXml now will do EOL normalization before parsing, consistent with the W3C XML spec.
|
/frameworks/av/libvideoeditor/vss/src/ |
M4VD_EXTERNAL_BitstreamParser.c | 109 /* Parsing variables */ 138 /* Start parsing */ 198 /* Need to save it for vop parsing */
|
/frameworks/base/telephony/java/com/android/internal/telephony/cdma/ |
EriManager.java | 196 Log.e(LOG_TAG, "Error Parsing ERI file: " + mEriFile.mNumberOfEriEntries 205 Log.e(LOG_TAG, "Error Parsing ERI file: found" + id + " CallPromptId"); 223 if (DBG) Log.d(LOG_TAG, "loadEriFileFromXml: eri parsing successful, file loaded");
|
/hardware/qcom/media/mm-video/vidc/vdec/src/ |
frameparser.cpp | 144 DEBUG_PRINT_LOW("\n Error in Parsing bitstream"); 282 /*Parsing State Machine*/ 465 /*Already in Parsing state go ahead and copy*/
|
h264_utils.cpp | 348 Returns true if NAL parsing successfull otherwise false. 362 boolean true, if nal parsing is successful 363 false, if the nal parsing has errors
|
/libcore/luni/src/main/java/java/security/cert/ |
X509CRLSelector.java | 101 * if parsing fails. 170 * if parsing fails. 196 * if parsing fails.
|
/libcore/luni/src/main/java/java/text/ |
ChoiceFormat.java | 108 * if an error occurs while parsing the pattern. 121 * if an error occurs while parsing the pattern. 369 * string} from where to start parsing. See the <em>Returns</em>
|
/packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
Rfc822OutputTests.java | 228 // We'll take advantage of its parsing capabilities 262 // We'll take advantage of its parsing capabilities 306 // We'll take advantage of its parsing capabilities
|
/sdk/apigenerator/src/com/android/apigenerator/ |
NewApiParser.java | 121 // even though we don't care about all those parameters, we keep this parsing logic 165 // even though we don't care about all those parameters, we keep this parsing logic 176 // Resolve superclass after done parsing
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/ |
PreCompilerDeltaVisitor.java | 68 /** Manifest check/parsing flag. */ 71 /** Application Package, gathered from the parsing of the manifest */ 73 /** minSDKVersion attribute value, gathered from the parsing of the manifest */
|
/sdk/manifmerger/src/com/android/manifmerger/ |
XmlUtils.java | 83 log.printf("Warning when parsing %s: %s", xmlFile.getName(), e.toString()); 87 log.printf("Fatal error when parsing %s: %s", xmlFile.getName(), e.toString()); 91 log.printf("Error when parsing %s: %s", xmlFile.getName(), e.toString());
|
Completed in 1512 milliseconds
<<31323334353637383940>>