| /external/curl/tests/data/ |
| test2047 | 20 Content-Type: text/plain 29 Content-Type: text/plain; charset=us-ascii 83 Content-Type: text/plain 89 Content-Type: text/plain; charset=us-ascii 96 text/plain; charset=us-ascii
|
| test1087 | 19 Content-Type: text/plain
27 Content-Type: text/plain
38 Content-Type: text/plain
48 Content-Type: text/plain
54 Content-Type: text/plain
63 Content-Type: text/plain
|
| test1088 | 20 Content-Type: text/plain
28 Content-Type: text/plain
39 Content-Type: text/plain
49 Content-Type: text/plain
55 Content-Type: text/plain
64 Content-Type: text/plain
|
| test1071 | 23 Content-Type: text/plain
35 Content-Type: text/plain
48 Content-Type: text/plain
54 Content-Type: text/plain
|
| /external/wpa_supplicant_8/src/crypto/ |
| aes-unwrap.c | 23 * @plain: Plaintext key, n * 64 bits 27 u8 *plain) 36 r = plain; 51 r = plain + (n - 1) * 8; 71 * These are already in @plain due to the location of temporary
|
| crypto_libtomcrypt.c | 100 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) 103 return aes_ecb_encrypt(plain, crypt, skey) == CRYPT_OK ? 0 : -1; 129 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) 132 return aes_ecb_encrypt(plain, (u8 *) crypt, skey) == CRYPT_OK ? 0 : -1; 351 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 357 if (plain != crypt) 358 os_memcpy(crypt, plain, len); 365 res = cbc_encrypt(plain, crypt, len, &ctx->u.cbc); 376 u8 *plain, size_t len) 381 if (plain != crypt [all...] |
| /external/python/cpython3/Lib/test/test_email/ |
| test_headerregistry.py | 249 'text/plain; charset=us-ascii (Plain text)', 250 'text/plain', 252 'plain', 255 'text/plain; charset="us-ascii"'), 258 'text/plain; charset=us-ascii', 259 'text/plain', 261 'plain', 264 'text/plain; charset="us-ascii"'), 267 'text/plain; charset="us-ascii"' [all...] |
| /prebuilts/jdk/jdk8/darwin-x86/jre/lib/ |
| fontconfig.properties.src | 41 serif.plain.alphabetic=Times New Roman 42 serif.plain.chinese-ms950=MingLiU 43 serif.plain.hebrew=David 44 serif.plain.japanese=MS Mincho 45 serif.plain.korean=Batang 65 sansserif.plain.alphabetic=Arial 66 sansserif.plain.chinese-ms950=MingLiU 67 sansserif.plain.hebrew=David 68 sansserif.plain.japanese=MS Gothic 69 sansserif.plain.korean=Guli [all...] |
| /prebuilts/jdk/jdk9/darwin-x86/lib/ |
| fontconfig.properties.src | 41 serif.plain.alphabetic=Times New Roman 42 serif.plain.chinese-ms950=MingLiU 43 serif.plain.hebrew=David 44 serif.plain.japanese=MS Mincho 45 serif.plain.korean=Batang 65 sansserif.plain.alphabetic=Arial 66 sansserif.plain.chinese-ms950=MingLiU 67 sansserif.plain.hebrew=David 68 sansserif.plain.japanese=MS Gothic 69 sansserif.plain.korean=Guli [all...] |
| /external/clang/test/Index/ |
| comment-cplus-decls.cpp | 12 * \brief plain c++ class 18 * \brief plain c++ constructor 23 * \brief plain c++ member function 30 * \brief plain c++ destructor 38 * \brief plain c++ data field 151 * \brief plain friend test.
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_mimetools.py | 10 """Content-Type: text/plain; charset=iso-8859-1; format=flowed
39 self.assertEqual(msg.gettype(), "text/plain")
41 self.assertEqual(msg.getsubtype(), "plain")
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
| TBCPadding.java | 11 * of the plain text. 42 * Note: this assumes that the last block of plain text is always 45 * should be the same as the last block of plain text.
|
| /external/python/cpython2/Doc/includes/ |
| email-alternative.py | 19 # Create the body of the message (a plain-text and an HTML version). 33 # Record the MIME types of both parts - text/plain and text/html. 34 part1 = MIMEText(text, 'plain')
|
| /external/python/cpython2/Lib/test/ |
| test_mimetools.py | 10 """Content-Type: text/plain; charset=iso-8859-1; format=flowed 39 self.assertEqual(msg.gettype(), "text/plain") 41 self.assertEqual(msg.getsubtype(), "plain")
|
| /external/webrtc/webrtc/libjingle/xmpp/ |
| plainsaslhandler.h | 37 std::vector<std::string>::const_iterator it = std::find(mechanisms.begin(), mechanisms.end(), "PLAIN"); 42 return "PLAIN"; 49 if (mechanism == "PLAIN") {
|
| saslmechanism.h | 31 // Should return the name of the SASL mechanism, e.g., "PLAIN" 50 static std::string Base64Encode(const std::string & plain); 52 static std::string Base64EncodeFromArray(const char * plain, size_t length);
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_mimetools.py | 10 """Content-Type: text/plain; charset=iso-8859-1; format=flowed 39 self.assertEqual(msg.gettype(), "text/plain") 41 self.assertEqual(msg.getsubtype(), "plain")
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_mimetools.py | 10 """Content-Type: text/plain; charset=iso-8859-1; format=flowed 39 self.assertEqual(msg.gettype(), "text/plain") 41 self.assertEqual(msg.getsubtype(), "plain")
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_mimetools.py | 10 """Content-Type: text/plain; charset=iso-8859-1; format=flowed 39 self.assertEqual(msg.gettype(), "text/plain") 41 self.assertEqual(msg.getsubtype(), "plain")
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_mimetools.py | 10 """Content-Type: text/plain; charset=iso-8859-1; format=flowed 39 self.assertEqual(msg.gettype(), "text/plain") 41 self.assertEqual(msg.getsubtype(), "plain")
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_27.txt | 7 Content-Type: text/plain; charset=us-ascii
|
| /external/adhd/scripts/audio_tuning/frontend/ |
| app.yaml | 24 mime_type: text/plain
|
| /external/adhd/scripts/mic_testing/frontend/ |
| app.yaml | 24 mime_type: text/plain
|
| /external/adhd/scripts/volume_tuning/ |
| app.yaml | 24 mime_type: text/plain
|
| /external/curl/lib/ |
| sendf.h | 61 /* internal read-function, does plain socket only */ 72 /* internal read-function, does plain socket, SSL and krb4 */ 76 /* internal write-function, does plain socket, SSL, SCP, SFTP and krb4 */ 82 /* internal write-function, does plain sockets ONLY */
|