Searched
full:parsing (Results
326 -
350 of
3047) sorted by null
<<11121314151617181920>>
/external/oprofile/pp/ |
common_option.h | 48 * Provide a common entry to all pp tools, parsing all options, handling
|
/external/proguard/examples/ |
proguardgui.pro | 20 # so don't skip these package visible classes while parsing the library jar.
|
/external/skia/src/ports/ |
FontHostConfiguration_android.h | 23 * The FontFamily data structure is created during parsing and handed back to
|
/external/webkit/Source/JavaScriptCore/wtf/url/api/ |
ParsedURL.h | 40 // FIXME: Add a method for parsing non-canonicalized URLs.
|
/external/webkit/Source/WebCore/css/ |
MediaList.cpp | 34 * Currently MediaList always tries to parse media queries and if parsing fails, 38 * specifies that failing media type parsing is a syntax error 72 // FIXME: parsing can fail. The problem with failing constructor is that 78 // Currently the only places where parsing can fail are
|
/external/webkit/Source/WebCore/html/parser/ |
HTMLEntityParser.h | 36 // Used by the XML parser. Not suitable for use in HTML parsing. Use consumeHTMLEntity instead.
|
/external/webkit/Source/WebCore/inspector/front-end/ |
CookieParser.js | 31 // Ideally, we would rely on platform support for parsing a cookie, since 33 // platform cookie parsing logic would require quite a bit of additional 34 // plumbing, and at least some platforms lack support for parsing Cookie, 109 console.log("Failed parsing cookie header before: " + this._input);
|
/external/wpa_supplicant_6/wpa_supplicant/src/tls/ |
asn1.h | 2 * ASN.1 DER parsing
|
/external/wpa_supplicant_8/src/tls/ |
asn1.h | 2 * ASN.1 DER parsing
|
x509v3.h | 2 * X.509v3 certificate parsing and processing
|
/frameworks/base/telephony/java/com/android/internal/telephony/cat/ |
ImageDescriptor.java | 72 CatLog.d("ImageDescripter", "parse; failed parsing image descriptor");
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardParserImpl_V40.java | 23 * Basic implementation parsing vCard 4.0.
|
/libcore/support/src/test/java/tests/support/ |
Support_Xml.java | 30 // DocumentBuilderTest assumes we're using DocumentBuilder to do this parsing!
|
/packages/apps/Email/src/org/apache/james/mime4j/field/ |
AddressListField.java | 58 log.debug("Parsing value '" + body + "': "+ e.getMessage());
|
/sdk/monkeyrunner/test/com/android/monkeyrunner/ |
MonkeyRunnerOptionsTest.java | 24 * Unit Tests to test command line argument parsing.
|
/system/core/toolbox/ |
iftop.c | 125 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 130 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 145 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n"); 164 fprintf(stderr, "parsing " PROC_NET_DEV " failed unexpectedly\n");
|
/dalvik/dx/src/com/android/dx/cf/direct/ |
AttributeFactory.java | 65 * to start parsing at 99 ex.addContext("...while parsing " + 115 * @param offset offset into {@code bytes} to start parsing at; this
|
/external/antlr/antlr-3.4/runtime/Ruby/ |
README.txt | 11 code for performing a variety of language recognition tasks: lexing, parsing, 46 * parsing lexical output and responding with arbitrary actions 48 * parsing AST structure and responding with arbitrary actions
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
basic.rb | 35 example "parsing 'blah_de_blah'" do 115 example "parsing decls and calls" do 260 example "parsing 'int foo;'" do
|
/external/apache-xml/src/main/java/org/apache/xalan/extensions/ |
ExtensionHandler.java | 106 * @throws TransformerException if parsing trouble 121 * @throws TransformerException if parsing trouble 142 * @throws TransformerException if parsing trouble
|
/external/chromium/chrome/browser/extensions/ |
sandboxed_extension_unpacker.h | 43 // process from parsing complex formats like JPEG or JSON from untrusted 47 // such as transcoding all images to PNG, parsing all message catalogs 70 // a struct without manual parsing.
|
/external/chromium/chrome/common/ |
web_apps_unittest.cc | 38 ADD_FAILURE() << "Error parsing " << name << ": " << error; 57 ADD_FAILURE() << "Error parsing " << name << ": " << UTF16ToUTF8(error); 76 ADD_FAILURE() << "Expected error parsing " << name
|
/external/chromium/googleurl/src/ |
url_parse_internal.h | 30 // Contains common inline helper functions used by the URL parsing routines. 84 // special stuff at the beginning, but want regular path parsing, it just 85 // maps to the internal parsing function for paths.
|
/external/chromium/net/proxy/ |
proxy_server.h | 71 // If parsing fails the instance will be set to invalid. 95 // If parsing fails the instance will be set to invalid. 150 // Creates a ProxyServer given a scheme, and host/port string. If parsing the
|
/external/clang/utils/TableGen/ |
OptParserEmitter.cpp | 1 //===- OptParserEmitter.cpp - Table Driven Command Line Parsing -----------===// 79 EmitSourceFileHeader("Option Parsing Definitions", OS); 81 EmitSourceFileHeader("Option Parsing Table", OS);
|
Completed in 884 milliseconds
<<11121314151617181920>>