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

<<31323334353637383940>>

  /external/icu4c/i18n/unicode/
tmutfmt.h 148 * Set the locale used for formatting or parsing.
157 * Set the number format used for formatting or parsing.
  /external/icu4c/test/intltest/
sdtfmtts.cpp 261 // ======= Test Ticket 5684 (Parsing with 'e' and 'Y')
270 errln("ERROR: Parsing failed using 'Y' and 'e'");
  /external/nist-sip/java/gov/nist/javax/sip/address/
AddressFactoryImpl.java 72 * unexpectedly while parsing the displayName value.
178 * unexpectedly while parsing the address value.
  /external/nist-sip/java/gov/nist/javax/sip/header/extensions/
JoinHeader.java 158 * unexpectedly while parsing the Tag value.
195 * unexpectedly while parsing the callId value.
  /external/nist-sip/java/gov/nist/javax/sip/parser/
AlertInfoParser.java 119 * Fix Alert-Info ( loosen up parsing). Define AUTOMATIC_DIALOG_ERROR_HANDLING flag.
122 * Fix for issue #230, restructured the code such that parsing for any address appearing without '<' '>'
ProxyRequireParser.java 76 // Parsing the option tag
90 // Parsing the option tag
RequireParser.java 79 // Parsing the option tag
93 // Parsing the option tag
SupportedParser.java 80 // Parsing the option tag
94 // Parsing the option tag
UnsupportedParser.java 78 // Parsing the option tag
92 // Parsing the option tag
  /external/tcpdump/
makemib 5 # SMIv2 parsing copyright (c) 1999
81 # Read mosy "*.defs" file. mosy does all the parsing work; we just read
  /external/webkit/Source/WebCore/html/
DateComponents.h 85 // 'length', and updates some fields of this instance. The parsing starts at
89 // The functions return true if the parsing succeeds, and set 'end' to the
  /external/webkit/Source/WebCore/loader/
ResourceLoadScheduler.cpp 192 // For non-named hosts - everything but http(s) - we should only enforce the limit if the document isn't done parsing
195 bool shouldLimitRequests = !host->name().isNull() || (document && (document->parsing() || !document->haveStylesheetsLoaded()));
  /external/webkit/Tools/Scripts/webkitpy/common/net/
layouttestresults.py 29 # A module for parsing results.html files generated by old-run-webkit-tests
81 log("Unhandled link text in results.html parsing: %s. Please file a bug against webkitpy." % anchor_text)
  /external/wpa_supplicant_8/src/common/
ieee802_11_common.c 141 * @show_errors: Whether to show parsing errors in debug log
142 * Returns: Parsing result
  /frameworks/base/core/java/com/android/internal/http/
HttpDateTime.java 26 * Helper for parsing an HTTP date.
31 * Regular expression for parsing HTTP-date.
  /frameworks/base/telephony/java/com/android/internal/telephony/
AdnRecord.java 274 Log.w(LOG_TAG, "Error parsing AdnRecord ext record", ex);
315 Log.w(LOG_TAG, "Error parsing AdnRecord", ex);
  /frameworks/opt/vcard/java/com/android/vcard/
VCardConstants.java 147 // vCard composer translates this type to "WORK" + "PREF". Just for parsing.
149 // vCard composer translates this type to "VOICE" Just for parsing.
  /libcore/luni/src/main/java/org/apache/harmony/xml/
ExpatReader.java 40 * ExpatParser accesses these fields directly during parsing. The user
41 * should be able to safely change them during parsing.
  /packages/apps/Exchange/exchange2/src/com/android/exchange/adapter/
AbstractSyncParser.java 85 * Commit any changes found during parsing
107 * Sync keys and the more available flag are handled here, whereas specific data parsing
  /packages/inputmethods/PinyinIME/jni/include/
dicttrie.h 50 // there may be more one parsing mark used to mark these partial matchings.
86 // Parsing mark list used to mark the detailed extended statuses.
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
LogReceiver.java 25 * Receiver able to provide low level parsing for device-side log services.
58 * first level of parsing, extracting {@link LogEntry} objects out of the log service output.</li>
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
IssueRegistry.java 55 "Lint will ignore any files that contain fatal parsing errors. These may contain " +
73 "could not be run), parsing errors in lint configuration files, etc." +
  /external/bouncycastle/src/main/java/org/bouncycastle/openssl/
PEMReader.java 532 throw new PEMException("problem parsing cert: " + e.toString(), e);
567 throw new PEMException("problem parsing cert: " + e.toString(), e);
590 throw new PEMException("problem parsing certrequest: " + e.toString(), e);
616 throw new PEMException("problem parsing PKCS7 object: " + e.toString(), e);
771 throw new PEMException("problem parsing ENCRYPTED PRIVATE KEY: " + e.toString(), e);
800 throw new PEMException("problem parsing PRIVATE KEY: " + e.toString(), e);
  /external/libxml2/
error.c 106 * error messages while not parsing nor validating. And @ctx will
129 * error messages while not parsing nor validating. And @ctx will
141 * Handling of parsing errors *
877 * Cleanup the last global error registered. For parsing error
892 * Get the last parsing error registered.
912 * Cleanup the last global error registered. For parsing error
  /external/protobuf/python/google/protobuf/
text_format.py 53 """Thrown in case of ASCII parsing error."""
134 ParseError: On ASCII parsing problems.
149 ParseError: In case of ASCII parsing problems.
230 ParseError: In case of ASCII parsing problems.
296 This class handles the lower level string parsing by splitting it into
589 # Do the actual parsing. Exception handling is propagated to caller.

Completed in 1198 milliseconds

<<31323334353637383940>>