/external/nist-sip/java/gov/nist/javax/sip/header/ims/ |
PChargingVectorHeader.java | 57 * gen-value = token / host / quoted-string 93 * <p>TODO: gen-value can be token / host / quoted-string</p>
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
HttpAuthenticator.java | 128 // auth-param = token "=" ( token | quoted-string ) 131 // realm-value = quoted-string
|
/frameworks/base/core/java/android/text/util/ |
Rfc822Token.java | 21 * and provides methods to convert them to quoted strings. 109 * quoted string, or returning it literally if it seems safe.
|
/frameworks/opt/vcard/java/com/android/vcard/ |
VCardUtils.java | 73 throw new DecoderException("Invalid quoted-printable encoding"); 77 throw new DecoderException("Invalid quoted-printable encoding"); 437 * This is useful when checking the string should be encoded into quoted-printable 698 * Checks to see if a string looks like it could be an android generated quoted printable. 700 * Identification of quoted printable is not 100% reliable since it's just ascii. But given 704 * @return True if it appears like android quoted printable. False otherwise. 708 // Quoted printable is always in multiple of 3s. With optional 1 '=' at end. 724 * Unquotes given Quoted-Printable value. value must not be null. [all...] |
VCardConfig.java | 134 * The flag indicating the vCard composer does "NOT" use Quoted-Printable toward "primary" 145 * do NOT use Quoted-Printable encoding toward some properties related names like "N", "FN", etc. 154 * such properties with Quoted-Printable encoding. 160 * In vCard 3.0, Quoted-Printable is explicitly "prohibitted", so we don't need to care this 376 * are NOT encoded to Quoted-Printable.
|
/frameworks/opt/vcard/tests/src/com/android/vcard/tests/testutils/ |
PropertyNode.java | 48 * Used when propValue is encoded by something like BASE64, QUOTED-PRINTABLE, etc. 148 // decoded by BASE64 or QUOTED-PRINTABLE. When the size of propValue_vector
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/ |
video_source.h | 21 // Helper macros to ensure LIBVPX_TEST_DATA_PATH is a quoted string. 23 // NOTE: LIBVPX_TEST_DATA_PATH MUST NOT be a quoted string before
|
/libcore/luni/src/main/java/java/util/regex/ |
Splitter.java | 49 // We're looking for a quoted character. 50 // Quoted metacharacters are effectively single non-metacharacters.
|
/packages/apps/Email/provider_src/com/android/email/mail/store/imap/ |
ImapString.java | 32 * An atom, quoted string, literal, are all represented by this. Values like OK, STATUS are too. 83 * On the other hand, a quoted/literal string with value NIL (i.e. "NIL" and {3}\r\nNIL) is
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
Text_Suite.py | 64 """quoted form - the text in quoted form """
|
/external/apache-http/src/org/apache/http/message/ |
BasicHeaderValueFormatter.java | 72 * These special characters MUST be in a quoted string to be used within 94 * @param quote <code>true</code> to always format with quoted values, 163 * @param quote <code>true</code> to always format with quoted values, 251 * @param quote <code>true</code> to always format with quoted values, 319 * @param quote <code>true</code> to always format with a quoted value,
|
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
HtmlSanitizer.java | 79 * Translates <div> tags surrounding quoted text into <div class="elided-text"> which allows 80 * quoted text collapsing in ConversationViewFragment. 93 // gmail and yahoo use a specific div class name to indicate quoted text 104 // AOL uses a specific id value to indicate quoted text 108 // insert a class attribute with a value of "elided-text" to hide/show quoted text
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 163 """Prepare string to be used in a quoted string. 165 Turns backslash and double quote characters into quoted pairs. These 166 are the only characters that need to be quoted inside a quoted string. 433 atoms or quoted-strings. Phrases are canonicalized by squeezing all
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/ |
_parseaddr.py | 163 """Prepare string to be used in a quoted string. 165 Turns backslash and double quote characters into quoted pairs. These 166 are the only characters that need to be quoted inside a quoted string. 433 atoms or quoted-strings. Phrases are canonicalized by squeezing all
|
/frameworks/av/media/libstagefright/httplive/ |
M3UParser.cpp | 705 bool quoted = false; local 710 quoted = !quoted; 711 } else if (c == what && !quoted) { 771 ALOGE("Expected quoted string for %s attribute, " 788 ALOGE("Expected quoted string for %s attribute, " 1007 ALOGE("Expected quoted string for GROUP-ID, got '%s' instead.", 1019 ALOGE("Expected quoted string for LANGUAGE, got '%s' instead.", 1031 ALOGE("Expected quoted string for NAME, got '%s' instead.", 1088 ALOGE("Expected quoted string for URI, got '%s' instead." [all...] |
/external/ppp/pppd/ |
utils.c | 130 * %q (quoted string), %t (current time) and %I (IP address) formats. 170 int base, len, neg, quoted; local 318 case 'q': /* quoted string */ 319 quoted = c == 'q'; 331 if (!quoted && c >= 0x80) { 336 if (quoted && (c == '"' || c == '\\')) 339 if (quoted) {
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/codec/ |
EncoderUtil.java | 86 /** The Q encoding (similar to quoted-printable defined in RFC 2045). */ 123 // word = atom / quoted-string 147 // local-part = dot-atom / quoted-string 172 // value := token / quoted-string 501 // quoted-string = [CFWS] DQUOTE *([FWS] qcontent) [FWS] DQUOTE [CFWS] 502 // qcontent = qtext / quoted-pair 504 // quoted-pair = ("\" (VCHAR / WSP))
|
/cts/tools/dasm/src/dasm/ |
Scanner.java | 252 case '"': // quoted string 329 * Reads "-quoted string 481 * Reads ''-quoted overloaded reserved words
|
/external/chromium_org/chrome/common/extensions/api/ |
bookmarks.json | 237 "description": "Either a string of words and quoted phrases that are matched against bookmark URLs and titles, or an object. If an object, the properties <code>query</code>, <code>url</code>, and <code>title</code> may be specified and bookmarks matching all specified properties will be produced.", 241 "description": "A string of words and quoted phrases that are matched against bookmark URLs and titles." 250 "description": "A string of words and quoted phrases that are matched against bookmark URLs and titles."
|
/external/chromium_org/net/cookies/ |
cookie_util_unittest.cc | 85 // If the cookie came in with the expiration quoted (which in terms of 86 // the RFC you shouldn't do), we will get string quoted. Bug 1261605. 183 // Quoted value.
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
README.syntax | 109 A token that is not part of a quoted phrase may be preceded by a '-' 116 the term "sqlite". If the '-' character occurs inside a quoted phrase, 133 It is not possible to associate a specific table column with a quoted
|
/external/chromium_org/third_party/sqlite/src/tool/ |
shell5.test | 171 # import file with 1 row, 2 columns, quoted text data 172 # note that currently sqlite doesn't support quoted fields, and 186 # import file with 1 row, 2 columns, quoted text data
|
/external/llvm/utils/lit/lit/ |
ShUtil.py | 79 "escape at end of quoted argument in: %r" % self.data) 93 # Inside a '"' quoted string, '\\' only escapes the quote 97 "escape at end of quoted argument in: %r" % self.data)
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Reason.java | 35 * reason-text = "text" EQUAL quoted-string 105 // JvB: MUST be quoted 165 * Ensure that reason text is quoted
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_rfc822.py | 168 'To: (Comment stuff) "Quoted name"@somewhere.com\n' 171 [('Comment stuff', '"Quoted name"@somewhere.com')]) 204 # departure from RFC 822 which did not allow dots in non-quoted
|