/external/wpa_supplicant_6/wpa_supplicant/ |
ChangeLog | 100 * added support for parsing PKCS #8 formatted private keys into the 193 * fixed a buffer overflow in parsing TSF from scan results when using [all...] |
/external/wpa_supplicant_8/wpa_supplicant/ |
ChangeLog | 199 * added support for parsing PKCS #8 formatted private keys into the 292 * fixed a buffer overflow in parsing TSF from scan results when using [all...] |
/external/v8/ |
ChangeLog | 744 Make regexp flag parsing stricter. [all...] |
/cts/tests/tests/ndef/src/android/ndef/cts/ |
NdefTest.java | 287 // NdefRecord parsing ignores incorrect MB 291 // NdefRecord parsing ignores incorrect ME 295 // NdefRecord parsing can handle chunking with incorrect MB, ME
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/ |
URI.java | 29 * is designed to handle the parsing of URIs and provide access to 33 * Parsing of a URI specification is done according to the URI 354 * See RFC 2396 Section 4 and Appendix B for specifications on parsing [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
URI.java | 31 * is designed to handle the parsing of URIs and provide access to 35 * Parsing of a URI specification is done according to the URI 351 * See RFC 2396 Section 4 and Appendix B for specifications on parsing [all...] |
/external/chromium/base/third_party/nspr/ |
prtime.cc | 512 * the time string which you are parsing. [all...] |
/external/chromium/net/base/ |
x509_certificate_mac.cc | 425 // candidate, as it performs the parsing, it does not check whether the 426 // parsing was actually successful. Instead, SecCertificateGetSubject is 659 // parsing Distinguished Name strings. [all...] |
/external/chromium/net/http/ |
http_response_headers.cc | 5 // The rules for header parsing were borrowed from Firefox: 7 // The rules for parsing content-types were also borrowed from Firefox: 348 // Now, we add the rest of the raw headers to raw_headers_, and begin parsing [all...] |
/external/clang/include/clang/Basic/ |
Diagnostic.h | 283 /// during a parsing section, e.g. during parsing a function. [all...] |
/external/clang/lib/Lex/ |
ModuleMap.cpp | 510 /// parsing. 514 /// during parsing. 981 // We're done parsing this module. Pop back to the previous module. [all...] |
/external/clang/www/ |
features.html | 228 <li><b>libparse</b> - Parsing. This library invokes coarse-grained 'Actions' 320 techniques like "incremental compilation", "fuzzy parsing", etc. Finally, IDEs 392 parsing technology for this class of languages is a hand-built recursive-descent
|
/external/expat/lib/ |
xmltok.c | [all...] |
/external/icu4c/common/ |
messagepattern.cpp | 514 // continue parsing after the '}' 639 // Argument parsing stopped on the '}'. [all...] |
/external/icu4c/test/cintltst/ |
cmsgtst.c | 438 log_err("ERROR: error in parsing: test#5: %s\n", myErrorName(status)); 532 log_data_err("ERROR: error in parsing: test#5: %s (Are you missing data?)\n", myErrorName(status)); 625 log_data_err("ERROR: error in parsing: test#5: %s (Are you missing data?)\n", myErrorName(status)); [all...] |
/external/iptables/iptables/ |
xtoptions.c | 276 * This function is capable of parsing any number of fields. Only the first 801 * The master option parsing routine. May be used for the ".x6_parse" 802 * function pointer in extensions if fully automatic parsing is desired.
|
/external/libvpx/ |
y4minput.c | 681 fprintf(stderr,"Error parsing header; not a YUV2MPEG2 file?\n"); 694 fprintf(stderr,"Error parsing YUV4MPEG2 header.\n"); 842 fprintf(stderr,"Error parsing Y4M frame header\n");
|
/external/sonivox/arm-wt-22k/lib_src/ |
eas_xmf.c | 724 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Problem parsing XMF file tree\n"); */ } 746 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Problem parsing XMF file node\n"); */ } 763 { /* dpp: EAS_ReportEx(_EAS_SEVERITY_ERROR, "Problem parsing XMF file node\n"); */ }
|
/external/srec/tools/grxmlcompile/ |
grxmldoc.cpp | 411 // is fine as we revert to the previous one when finished parsing the current node. 567 FATAL_ERROR(std::string("error: while parsing range ") + s,1); 720 FATAL_ERROR(std::string("error: while parsing range ") + s,1); [all...] |
/external/webkit/PerformanceTests/SunSpider/ |
ChangeLog | 336 will test JavaScriptCore parsing performance only. This patch adds just such 340 and test pure JavaScriptCore parsing performance. 815 * sunspider-compare-results: Relax the parsing rules so we can parse the [all...] |
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
ParseHelper.cpp | 203 // Used by flex/bison to output all syntax and parsing errors. 438 // which is when we are parsing built-ins. 439 // Also checks for "webgl_" and "_webgl_" reserved identifiers if parsing a [all...] |
/external/webkit/Source/WebCore/dom/ |
XMLDocumentParserLibxml2.cpp | 528 parser->instate = XML_PARSER_CONTENT; // We are parsing a CONTENT 675 // If the decoder saw an error, report it as fatal (stops parsing) 874 // Parsing continues in this case, but scripts aren't executed. [all...] |
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
VideoEditorVideoDecoder.cpp | 251 /* Parsing variables */ 280 /* Start parsing */ 332 /* Need to save it for vop parsing */ [all...] |
/frameworks/base/core/java/android/content/ |
ContentProvider.java | 60 * the rest of the URI however it wants. The {@link UriMatcher} class is helpful for parsing 720 * <p>The implementation is responsible for parsing out a row ID at the end 723 * responsible for parsing the record number (22) when creating a SQL statement. [all...] |
/frameworks/base/core/java/android/nfc/ |
NdefRecord.java | 730 * Main record parsing method.<p> 740 * @throws FormatException on any parsing error [all...] |