| /external/curl/tests/data/ |
| test1117 | 28 Content-Type: text/plain
66 Content-Type: text/plain
|
| /external/guava/guava-testlib/src/com/google/common/collect/testing/ |
| IteratorFeature.java | 42 * Support for {@link ListIterator#add(Object)}; ignored for plain 47 * Support for {@link ListIterator#set(Object)}; ignored for plain
|
| /external/wpa_supplicant_8/src/crypto/ |
| crypto_internal-rsa.c | 113 u8 *plain, size_t *plain_len) 116 crypt, crypt_len, plain, plain_len);
|
| aes-ccm.c | 149 size_t M, const u8 *plain, size_t plain_len, 164 aes_ccm_auth(aes, plain, plain_len, x); 168 aes_ccm_encr(aes, L, plain, plain_len, crypt, a); 180 const u8 *aad, size_t aad_len, const u8 *auth, u8 *plain) 199 aes_ccm_encr(aes, L, crypt, crypt_len, plain, a); 202 aes_ccm_auth(aes, plain, crypt_len, x);
|
| /external/zlib/src/doc/ |
| txtvsbin.txt | 1 A Fast Method for Identifying Plain Text Files 9 to find out whether the format of that file is plain text. Although 18 labeled as plain text, otherwise it is labeled as binary. A prominent 26 amounts of textual characters are misidentified as plain text. 50 plain text; otherwise, it is categorized as binary. (The boundary case, 86 There is an extra category of plain text files that are "polluted" with 92 large chunks of textual data. Furthermore, "polluted" plain text should 99 and applications. We tried plain text files, system logs, source code,
|
| /prebuilts/go/darwin-x86/src/crypto/ |
| issue21104_test.go | 55 const plain = "0123456789" 56 if plainText[shorterLen] == plain[shorterLen] {
|
| /prebuilts/go/darwin-x86/src/encoding/gob/ |
| example_encdec_test.go | 25 // A simple encoding: plain text. 33 // A simple encoding: plain text.
|
| /prebuilts/go/linux-x86/src/crypto/ |
| issue21104_test.go | 55 const plain = "0123456789" 56 if plainText[shorterLen] == plain[shorterLen] {
|
| /prebuilts/go/linux-x86/src/encoding/gob/ |
| example_encdec_test.go | 25 // A simple encoding: plain text. 33 // A simple encoding: plain text.
|
| /system/bt/tools/scripts/ |
| viewbtsnoop.sh | 6 # directly in the case of a plain text file for use with wireshark. 71 echo "Looks like there is no plain text bugreport (${BUGREPORT})?"
|
| /toolchain/binutils/binutils-2.27/zlib/doc/ |
| txtvsbin.txt | 1 A Fast Method for Identifying Plain Text Files 9 to find out whether the format of that file is plain text. Although 18 labeled as plain text, otherwise it is labeled as binary. A prominent 26 amounts of textual characters are misidentified as plain text. 50 plain text; otherwise, it is categorized as binary. (The boundary case, 86 There is an extra category of plain text files that are "polluted" with 92 large chunks of textual data. Furthermore, "polluted" plain text should 99 and applications. We tried plain text files, system logs, source code,
|
| /external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
| DefaultCMSSignatureAlgorithmNameGenerator.java | 75 // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA1, "SHA1", "PLAIN-ECDSA"); 76 // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA224, "SHA224", "PLAIN-ECDSA"); 77 // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA256, "SHA256", "PLAIN-ECDSA"); 78 // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA384, "SHA384", "PLAIN-ECDSA"); 79 // addEntries(BSIObjectIdentifiers.ecdsa_plain_SHA512, "SHA512", "PLAIN-ECDSA"); 80 // addEntries(BSIObjectIdentifiers.ecdsa_plain_RIPEMD160, "RIPEMD160", "PLAIN-ECDSA");
|
| /external/toybox/toys/other/ |
| xxd.c | 10 * xxd -p "plain" output: 28 -p Plain hexdump (30 bytes/line, no grouping) 123 // Each line of a plain hexdump just goes straight into the bytes. 135 // A plain hexdump can have as many bytes per line as you like, 136 // but a non-plain hexdump assumes garbage after it's seen the 172 // Plain style is 30 bytes/line, no grouping.
|
| /frameworks/base/core/java/android/webkit/ |
| MimeTypeMap.java | 78 * @param mimeType A MIME type (i.e. text/plain) 113 * @param mimeType A MIME type (i.e. text/plain) 122 * If the given MIME type is {@code null}, or one of the "generic" types (text/plain 135 if ("text/plain".equals(mimeType) || 153 // As we don't support wml, render it as plain text 154 mimeType = "text/plain";
|
| /external/python/cpython2/Lib/email/test/ |
| test_email.py | 93 eq(msg.get_content_type(), 'text/plain') 94 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 101 eq(msg['content-type'], 'text/plain') 117 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 174 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 356 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 394 eq(msg.get_params(), [('text/plain', ''), 397 eq(msg.get_params(unquote=False), [('text/plain', ''), 430 msg.set_type('text/plain') 431 eq(msg['content-type'], 'text/plain') [all...] |
| test_email_renamed.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 315 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 345 eq(msg.get_params(), [('text/plain', ''), 348 eq(msg.get_params(unquote=False), [('text/plain', ''), 381 msg.set_type('text/plain') 382 eq(msg['content-type'], 'text/plain') [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
| test_email.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 351 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 389 eq(msg.get_params(), [('text/plain', ''), 392 eq(msg.get_params(unquote=False), [('text/plain', ''), 425 msg.set_type('text/plain') 426 eq(msg['content-type'], 'text/plain') [all...] |
| test_email_renamed.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 315 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 345 eq(msg.get_params(), [('text/plain', ''), 348 eq(msg.get_params(unquote=False), [('text/plain', ''), 381 msg.set_type('text/plain') 382 eq(msg['content-type'], 'text/plain') [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
| test_email.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 351 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 389 eq(msg.get_params(), [('text/plain', ''), 392 eq(msg.get_params(unquote=False), [('text/plain', ''), 425 msg.set_type('text/plain') 426 eq(msg['content-type'], 'text/plain') [all...] |
| test_email_renamed.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 315 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 345 eq(msg.get_params(), [('text/plain', ''), 348 eq(msg.get_params(unquote=False), [('text/plain', ''), 381 msg.set_type('text/plain') 382 eq(msg['content-type'], 'text/plain') [all...] |
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
| test_email.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 351 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 389 eq(msg.get_params(), [('text/plain', ''), 392 eq(msg.get_params(unquote=False), [('text/plain', ''), 425 msg.set_type('text/plain') 426 eq(msg['content-type'], 'text/plain') [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
| test_email.py | 88 eq(msg.get_content_type(), 'text/plain') 89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"') 96 eq(msg['content-type'], 'text/plain') 112 eq(msg['content-type'], 'text/plain; charset="us-ascii"') 169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"') 351 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"' 389 eq(msg.get_params(), [('text/plain', ''), 392 eq(msg.get_params(unquote=False), [('text/plain', ''), 425 msg.set_type('text/plain') 426 eq(msg['content-type'], 'text/plain') [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/ |
| test_email.py | 87 eq(msg.get_content_type(), 'text/plain')
88 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
95 eq(msg['content-type'], 'text/plain')
111 eq(msg['content-type'], 'text/plain; charset="us-ascii"')
168 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
350 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"'
388 eq(msg.get_params(), [('text/plain', ''),
391 eq(msg.get_params(unquote=False), [('text/plain', ''),
424 msg.set_type('text/plain')
425 eq(msg['content-type'], 'text/plain')
[all...] |
| test_email_renamed.py | 88 eq(msg.get_content_type(), 'text/plain')
89 eq(msg['content-type'], 'text/plain; charset="iso-8859-1"')
96 eq(msg['content-type'], 'text/plain')
112 eq(msg['content-type'], 'text/plain; charset="us-ascii"')
169 eq(value, 'text/plain; charset="us-ascii"; boundary="BOUNDARY"')
315 # msg["Content-Type"] = 'text/plain; weird="hey; dolly? [you] @ <\\"home\\">?"'
345 eq(msg.get_params(), [('text/plain', ''),
348 eq(msg.get_params(unquote=False), [('text/plain', ''),
381 msg.set_type('text/plain')
382 eq(msg['content-type'], 'text/plain')
[all...] |
| /packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
| MimeUtilityTest.java | 369 // 1. test basic text/plain mode 370 p.setHeader(MimeHeader.HEADER_CONTENT_TYPE, "text/plain"); 376 p.setHeader(MimeHeader.HEADER_CONTENT_TYPE, "TEXT/PLAIN"); 461 "text/html; charset=utf-8 (Plain text)"); 469 "text/html; charset=windows-1252 (Plain text)"); 479 assertFalse(MimeUtility.mimeTypeMatches("foo/bar", "TEXT/PLAIN")); 482 assertTrue(MimeUtility.mimeTypeMatches("text/plain", "text/plain")); 485 assertTrue(MimeUtility.mimeTypeMatches("text/plain", "TEXT/PLAIN")); [all...] |