/external/chromium-trace/catapult/third_party/Paste/docs/ |
url-parsing-with-wsgi.txt | 1 URL Parsing With WSGI And Paste 18 URL Parsing 29 Most generally, URL parsing is about taking a URL and determining what 42 In this context, URL parsing is about mapping a URL to an 77 The most obvious kind of URL parsing is finding a WSGI application. 247 popular way to do URL parsing. This is pretty easy to implement as 250 <http://www.mems-exchange.org/software/quixote/>`_ URL parsing::
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/ |
JsonMessageBuilder.java | 110 * @throws PoloException on error parsing the {@link JSONObject} 159 * @throws PoloException on error parsing the {@link JSONObject} 199 * @throws PoloException on error parsing the {@link JSONObject} 251 * @throws PoloException on error parsing the {@link JSONObject} 281 * @throws PoloException on error parsing the {@link JSONObject} 298 * @throws PoloException on error parsing the {@link JSONObject} 316 * @throws JSONException on error parsing the {@link JSONObject}
|
/external/google-tv-pairing-protocol/java/src/com/google/polo/wire/xml/ |
XmlMessageBuilder.java | 126 * @throws PoloException on error parsing the message 204 * @throws PoloException on error parsing the {@link JSONObject} 228 * @throws PoloException on error parsing the {@link JSONObject} 250 * @throws PoloException on error parsing the {@link JSONObject} 311 * @throws PoloException on error parsing the {@link JSONObject} 343 * @throws PoloException on error parsing the {@link JSONObject} 372 * @throws JSONException on error parsing the {@link JSONObject}
|
/external/libbrillo/brillo/dbus/ |
dbus_object_internal_impl.h | 11 // This is achieved by redirecting the parsing of parameter values from D-Bus 91 // Error parsing method arguments. 128 // Error parsing method arguments. 178 // Error parsing method arguments. 230 // Error parsing method arguments. 271 // Error parsing method arguments. 318 // Error parsing method arguments.
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
AuthenticationHeader.java | 194 * while parsing the realm. 224 * while parsing the nonce value. 290 * while parsing the algorithm value. 318 * while parsing the Qop value. 346 * while parsing the opaque value. 374 * while parsing the domain. 503 * unexpectedly while parsing the username.
|
ParametersHeader.java | 145 * unexpectedly while parsing the parameter name or value. 173 * unexpectedly while parsing the parameter name or value. 201 * unexpectedly while parsing the parameter name or value. 222 * unexpectedly while parsing the parameter name or value. 241 * unexpectedly while parsing the parameter name or value. 270 * unexpectedly while parsing the parameter name or value.
|
Via.java | 279 * unexpectedly while parsing the host value. 378 * unexpectedly while parsing the transport value. 407 * unexpectedly while parsing the protocol value. 464 * unexpectedly while parsing the mAddr value. 494 * unexpectedly while parsing the received value. 522 * unexpectedly while parsing the branch value.
|
/frameworks/opt/net/wifi/tests/wifitests/jni/ |
wifi_nan_hal_mock.cpp | 381 "error parsing args"); 404 "error parsing args"); 427 " error parsing args"); 456 "error parsing args"); 488 "error parsing args"); 516 "error parsing args"); 537 "error parsing args");
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
ParseRDF.java | 80 * The main parsing method. The XML tree is walked through from the root node and and XMP tree 85 * @throws XMPException Occurs if the parsing fails for any reason. 96 * Each of these parsing methods is responsible for recognizing an RDF 102 * @throws XMPException thown on parsing errors 125 * @throws XMPException thown on parsing errors 159 * @throws XMPException thown on parsing errors 202 * @throws XMPException thown on parsing errors 278 * @throws XMPException thown on parsing errors 359 * @throws XMPException thown on parsing errors 484 * @throws XMPException thown on parsing error [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
DirectClassFile.java | 87 * whether to be strict about parsing; if 172 * @param strictParse whether to be strict about parsing; if 199 * @param strictParse whether to be strict about parsing; if 354 * checks or parsing first. 364 * without doing any checks or parsing first. 374 * without doing any checks or parsing first. 402 * Does the parsing, handing exceptions. 408 ex.addContext("...while parsing " + filePath); 412 pe.addContext("...while parsing " + filePath); 458 * Does the actual parsing [all...] |
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
StringMsgParser.java | 48 * Acknowledgement: 1/12/2007: Yanick Belanger rewrote the parsing loops to make them 60 * methods provided by the SIPMessage class. If SDP parsing is enabled using the 63 * parsing of the message is supported (i.e. the entire message is parsed in one 103 * Add a handler for header parsing errors. 115 * of un-interpreted bytes. This is intended for parsing the message from a 494 * if there was an error parsing the message. 512 * if there was an error parsing the message. 526 * if there was an error parsing the message. 588 * if there was an error parsing the requestLine. 604 * if there was an error parsing [all...] |
/external/protobuf/src/google/protobuf/compiler/ |
parser.h | 35 // Implements parsing of .proto files to FileDescriptorProtos. 58 // Implements parsing of protocol definitions (such as .proto files). 80 // SourceLocationTable while parsing. This can be used to look up exact line 88 // parsing. Set to NULL (the default) to discard error messages. 106 // parsing as soon as it has seen the syntax identifier, or lack thereof. 108 // parsing the whole thing. If this is enabled, no error will be recorded 130 // error. This allows it to go on parsing the following lines, allowing 141 // These make parsing code more readable. 338 // parsing groups -- we need to generate a nested message type within the 374 // knew it was parsing a oneof [all...] |
/prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/ |
parser.h | 35 // Implements parsing of .proto files to FileDescriptorProtos. 58 // Implements parsing of protocol definitions (such as .proto files). 80 // SourceLocationTable while parsing. This can be used to look up exact line 88 // parsing. Set to NULL (the default) to discard error messages. 106 // parsing as soon as it has seen the syntax identifier, or lack thereof. 108 // parsing the whole thing. If this is enabled, no error will be recorded 130 // error. This allows it to go on parsing the following lines, allowing 141 // These make parsing code more readable. 342 // parsing groups -- we need to generate a nested message type within the 386 // knew it was parsing a oneof [all...] |
/external/protobuf/ |
CHANGES.txt | 34 parsing text-formatted protos in C++ and Java. 117 * Unknown fields are now preserved after parsing. 194 * Improved performance on text message parsing. 258 (e.g. parsing from an empty string). 291 * Text format parsing support. 292 * Fix bug with parsing packed repeated fields in embedded messages. 360 a limited number of bytes from an input stream rather than parsing until 391 * Fixed tendency for TextFormat's parsing to overflow the stack when 392 parsing large string values. The underlying problem is with Java's 463 * Fixed crash in TextFormat parsing if the first token in the input caused [all...] |
/external/clang/lib/Parse/ |
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 127 // parsing... 133 // In case of an error, let the declaration parsing code handle it. 318 // context of parsing for-init-statement of a foreach statement only. But, 334 /// If during the disambiguation process a parsing error is encountered [all...] |
/external/v8/ |
BUILD.gn | 663 "src/background-parsing-task.cc", 664 "src/background-parsing-task.h", [all...] |
/external/libxml2/doc/ |
news.html | 25 CVE-2015-7941_1 Stop parsing on entities boundaries errors (Daniel Veillard),<br /> 44 Fix parsing short unclosed comment uninitialized access (Daniel Veillard),<br /> 47 Fix a bug on name parsing at the end of current input buffer (Daniel Veillard),<br /> 51 Fail parsing early on if encoding conversion failed (Daniel Veillard),<br /> 71 Recover unescaped less-than character in HTML recovery parsing (Daniel Veillard),<br /> 104 wrong error column in structured error when parsing attribute values (Juergen Keil),<br /> 128 xmllint was not parsing the --c14n11 flag (Sérgio Batista),<br /> 162 Fix a parsing bug on non-ascii element and CR/LF usage (Daniel Veillard),<br /> 240 wrong error column in structured error when parsing end tag (Juergen Keil),<br /> 246 adding init calls to xml and html Read parsing entry points (Daniel Veillard),<br / [all...] |
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/ |
ITreeAdaptor.cs | 92 * This only makes sense during token parsing, not tree parsing. 93 * Tree parsing should happen only when parsing and tree construction 237 /** <summary>For tree parsing, I need to know the token type of a node</summary> */ 280 #region Navigation / Tree Parsing
|
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/ |
ITreeAdaptor.cs | 148 * This only makes sense during token parsing, not tree parsing. 149 * Tree parsing should happen only when parsing and tree construction 257 /** <summary>For tree parsing, I need to know the token type of a node</summary> */ 300 #region Navigation / Tree Parsing
|
/external/chromium-trace/catapult/third_party/closure_linter/closure_linter/ |
javascripttokenizer.py | 17 """Regular expression based JavaScript parsing classes.""" 53 # Useful patterns for JavaScript parsing. 72 # backslash followed by end of line to support correct parsing of multi-line 114 # incorrectly parsing something like x / y / z as x REGEX(/ y /) z 439 parse_js_doc: Whether to do detailed parsing of javascript doc comments, 440 or simply treat them as normal comments. Defaults to parsing JsDoc.
|
/external/protobuf/src/google/protobuf/ |
text_format.h | 35 // Utilities for printing and parsing protocol messages in a human-readable, 57 // This class implements protocol buffer text format. Printing and parsing 362 // For more control over parsing, use this class. 396 // Normally parsing fails if, after parsing, output->IsInitialized() 426 // to do the parsing.
|
/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/h264/parser/ |
viddec_h264_parse.c | 87 /// Slice parsing must start from the valid start point( SPS, PPS, IDR or recovery point or primary_I) 89 /// 2) else, start parsing 119 // Step 2: Parsing slice header 273 //// * Parsing SEI info *//// 281 /// parsing the SEI info 376 } //// End of PPS parsing
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 467 * Parsing starts by parsing an abbreviated weekday name. If a valid 469 * weekday name, parsing continues until the full name is found or an 470 * error occurs. Otherwise parsing finishes at the end of the 474 * parsing reads all the characters, err |= ios_base::eofbit. 495 * Parsing starts by parsing an abbreviated month name. If a valid 497 * month name, parsing continues until the full name is found or a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 467 * Parsing starts by parsing an abbreviated weekday name. If a valid 469 * weekday name, parsing continues until the full name is found or an 470 * error occurs. Otherwise parsing finishes at the end of the 474 * parsing reads all the characters, err |= ios_base::eofbit. 495 * Parsing starts by parsing an abbreviated month name. If a valid 497 * month name, parsing continues until the full name is found or a [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
locale_facets_nonio.h | 420 * the end, err |= ios_base::failbit. If parsing reads all the 445 * the end, err |= ios_base::failbit. If parsing reads all the 467 * Parsing starts by parsing an abbreviated weekday name. If a valid 469 * weekday name, parsing continues until the full name is found or an 470 * error occurs. Otherwise parsing finishes at the end of the 474 * parsing reads all the characters, err |= ios_base::eofbit. 495 * Parsing starts by parsing an abbreviated month name. If a valid 497 * month name, parsing continues until the full name is found or a [all...] |