| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
| 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/linux-x86/2.7.5/lib/python2.7/email/test/ |
| 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...] |
| /external/curl/docs/ |
| FEATURES | 100 - explicit "AUTH TLS" and "AUTH SSL" usage to "upgrade" plain ftp:// 137 - authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9), Kerberos 5 148 - explicit "STARTTLS" usage to "upgrade" plain smtp:// connections to use SSL 153 - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9), 163 - explicit "STLS" usage to "upgrade" plain pop3:// connections to use SSL 168 - SASL based authentication: Plain, Login, CRAM-MD5, Digest-MD5, NTLM (*9), 180 - explicit "STARTTLS" usage to "upgrade" plain imap:// connections to use SSL
|
| /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/ |
| RequestTest.java | 35 MediaType contentType = MediaType.parse("text/plain; charset=utf-8"); 44 MediaType contentType = MediaType.parse("text/plain"); 46 assertEquals(MediaType.parse("text/plain; charset=utf-8"), body.contentType()); 52 MediaType contentType = MediaType.parse("text/plain; charset=utf-16be"); 60 MediaType contentType = MediaType.parse("text/plain"); 69 MediaType contentType = MediaType.parse("text/plain"); 83 MediaType contentType = MediaType.parse("text/plain");
|
| /external/python/cpython3/Lib/test/test_email/ |
| test_contentmanager.py | 16 'full_type': (1, 'text/plain',), 28 m['Content-Type'] = 'text/plain' 43 m['Content-Type'] = 'text/plain' 51 m['Content-Type'] = 'text/plain' 52 with self.assertRaisesRegex(KeyError, 'text/plain'): 150 Content-Type: text/plain 167 Content-Type: text/plain; charset=latin1 175 Content-Type: text/plain; charset="latin-1" 184 Content-Type: text/plain; charset="utf8" 193 Content-Type: text/plain; charset="utf8 [all...] |
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/bench/ |
| write.py | 31 python -mbench.write [-p plain] [-t table] <pickled 33 -p plain Plain file to write to (like docs/BENCHMARKS). 229 Output plain benchmark results 311 plain, table = None, None 315 "%s -mbench.write [-p plain] [-t table] <pickled" % ( 321 plain = str(value) 336 if plain: 337 write_plain(plain, struct)
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/ |
| write.py | 31 python -mbench.write [-p plain] [-t table] <pickled 33 -p plain Plain file to write to (like docs/BENCHMARKS). 230 Output plain benchmark results 312 plain, table = None, None 316 "%s -mbench.write [-p plain] [-t table] <pickled" % ( 322 plain = str(value) 337 if plain: 338 write_plain(plain, struct)
|
| /external/mesa3d/src/amd/vulkan/ |
| vk_format_parse.py | 37 PLAIN = 'plain' 150 if self.layout != PLAIN: 173 if self.layout != PLAIN: 194 if self.layout != PLAIN: 202 if self.layout != PLAIN: 210 if self.layout != PLAIN: 220 if self.layout != PLAIN or self.colorspace == ZS: 276 if layout == PLAIN:
|
| /external/mesa3d/src/gallium/auxiliary/util/ |
| u_format_parse.py | 37 PLAIN = 'plain' 146 if self.layout != PLAIN: 167 if self.layout != PLAIN: 186 if self.layout != PLAIN: 194 if self.layout != PLAIN: 202 if self.layout != PLAIN: 212 if self.layout != PLAIN or self.colorspace == ZS: 268 if layout == PLAIN:
|
| /external/python/cpython2/Lib/test/ |
| test_mimetypes.py | 32 eq(guess_type("data:,thisIsTextPlain"), ("text/plain", None)) 33 eq(guess_type("data:;base64,thisIsTextPlain"), ("text/plain", None)) 59 all = set(self.db.guess_all_extensions('text/plain', strict=True)) 89 eq(db.guess_type("foo.txt"), ("text/plain", None)) 137 return lambda subkey, label: (u'text/plain', _winreg.REG_SZ)
|
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/ |
| AbstractCopyJobTest.java | 40 Uri testFile1 = mDocs.createDocument(mSrcRoot, "text/plain", "test1.txt"); 43 Uri testFile2 = mDocs.createDocument(mSrcRoot, "text/plain", "test2.txt"); 97 mDocs.createDocument(testDir1, "text/plain", "test1.txt"); 100 mDocs.createDocument(testDir2, "text/plain", "test2.txt"); 148 Uri testFile = mDocs.createDocument(mSrcRoot, "text/plain", "test1.txt");
|
| /prebuilts/jdk/jdk8/linux-x86/jre/lib/ |
| fontconfig.properties.src | 8 serif.plain.latin-1=-b&h-droidserif-medium-r-normal--*-%d-*-*-p-*-iso8859-1 13 sansserif.plain.latin-1=-b&h-droidsans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 18 monospaced.plain.latin-1=-b&h-droidsansmono-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1 23 dialog.plain.latin-1=-b&h-droidsans-medium-r-normal-sans-*-%d-*-*-p-*-iso8859-1 28 dialoginput.plain.latin-1=-b&h-droidsansmono-medium-r-normal-sans-*-%d-*-*-m-*-iso8859-1
|
| /external/libcups/cups/ |
| utf8demo.txt | 1 UTF-8 encoded sample plain-text file 7 The ASCII compatible UTF-8 encoding used in this plain-text file 34 Nicer typography in plain text files:
|
| /external/libxml2/doc/ |
| xmlcatalog_man.xml | 52 <arg choice="plain"><option>--sgml</option></arg> 53 <arg choice="plain"><option>--shell</option></arg> 54 <arg choice="plain"><option>--create</option></arg> 55 <arg choice="plain"><option>--del <replaceable>VALUE(S)</replaceable></option></arg> 56 <arg choice="plain"> 58 <arg choice="plain"> 65 <arg choice="plain"><option>--add <replaceable>FILENAME</replaceable></option></arg> 68 <arg choice="plain"><option>--noout</option></arg> 69 <arg choice="plain"><option>--no-super-update</option></arg> 70 <arg choice="plain"> [all...] |
| /external/python/cpython3/Doc/includes/ |
| email-read-alternative.py | 26 # if the message has no plain text part printing the first three lines of html 28 simplest = msg.get_body(preferencelist=('plain', 'html')) 40 if richest['content-type'].subtype == 'plain':
|
| /external/slf4j/integration/ |
| osgi-build.xml | 69 <formatter type="plain" /> 78 <formatter type="plain" /> 87 <formatter type="plain" />
|
| /external/wpa_supplicant_8/src/crypto/ |
| des-internal.c | 435 void des_block_encrypt(const u8 *plain, const u32 *ek, u8 *crypt) 438 work[0] = WPA_GET_BE32(plain); 439 work[1] = WPA_GET_BE32(plain + 4); 446 void des_block_decrypt(const u8 *crypt, const u32 *dk, u8 *plain) 452 WPA_PUT_BE32(plain, work[0]); 453 WPA_PUT_BE32(plain + 4, work[1]); 469 void des3_encrypt(const u8 *plain, const struct des3_key_s *key, u8 *crypt) 473 work[0] = WPA_GET_BE32(plain); 474 work[1] = WPA_GET_BE32(plain + 4); 483 void des3_decrypt(const u8 *crypt, const struct des3_key_s *key, u8 *plain) [all...] |
| /external/wpa_supplicant_8/src/eap_common/ |
| ikev2_common.c | 176 const u8 *plain, u8 *crypt, size_t len) 199 if (crypto_cipher_encrypt(cipher, plain, crypt, len) < 0) { 211 const u8 *crypt, u8 *plain, size_t len) 234 if (crypto_cipher_decrypt(cipher, crypt, plain, len) < 0) { 532 struct wpabuf *plain, u8 next_payload) 580 pad_len = iv_len - (wpabuf_len(plain) + 1) % iv_len; 583 wpabuf_put(plain, pad_len); 584 wpabuf_put_u8(plain, pad_len); 587 wpabuf_head(plain), wpabuf_mhead(plain), [all...] |
| /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
| ContextMenuUiTest.java | 64 mDocsHelper.createDocument(rootDir0, "text/plain", "file0.log"); 68 mDocsHelper.createDocument(rootDir1, "text/plain", "anotherFile0.log"); 69 mDocsHelper.createDocument(rootDir1, "text/plain", "poodles.text");
|
| FilesActivityUiTest.java | 45 mDocsHelper.createDocument(rootDir0, "text/plain", "file0.log"); 49 mDocsHelper.createDocument(rootDir1, "text/plain", "anotherFile0.log"); 50 mDocsHelper.createDocument(rootDir1, "text/plain", "poodles.text");
|
| /prebuilts/go/darwin-x86/src/net/smtp/ |
| auth.go | 46 // PlainAuth returns an Auth that implements the PLAIN authentication 65 // In particular, it doesn't matter if the server advertises PLAIN auth. 75 return "PLAIN", resp, nil
|
| /prebuilts/go/linux-x86/src/net/smtp/ |
| auth.go | 46 // PlainAuth returns an Auth that implements the PLAIN authentication 65 // In particular, it doesn't matter if the server advertises PLAIN auth. 75 return "PLAIN", resp, nil
|
| /prebuilts/sdk/tools/ |
| jack | 130 -F "cli=$ARGS;type=text/plain$CHARSET_ARGUMENT" \ 132 -F "pwd=$JACK_PWD;type=text/plain$CHARSET_ARGUMENT" \ 133 -F "assert=$JACK_ASSERTION_ENABLED;type=text/plain$CHARSET_ARGUMENT" \ 145 -F "cli=$ARGS;type=text/plain$CHARSET_ARGUMENT" \ 147 -F "pwd=$JACK_PWD;type=text/plain$CHARSET_ARGUMENT" \ 148 -F "assert=$JACK_ASSERTION_ENABLED;type=text/plain$CHARSET_ARGUMENT" \
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_22.txt | 9 Content-Type: text/plain; charset="us-ascii" ; format="flowed"
42 Content-Type: text/plain; charset="us-ascii" ; format="flowed"
|
| /device/linaro/bootloader/edk2/BaseTools/UserManuals/ |
| GenPage_Utility_Man_Page.rtf | 35 {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar\s2\ql \li-1440\ri0\sb400\sa60\sl-340\slmult0\keep\keepn\nowidctlpar\tx1440\wrapdefault\faauto\outlinelevel1\rin0\lin-1440\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
37 \par }\pard\plain \ltrpar\ql \li0\ri0\sb200\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\loch\af48\hich\af48\dbch\af13\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af48\afs18 \ltrch\fcs0
39 \par }\pard\plain \ltrpar\s2\ql \li-1440\ri0\sb400\sa60\sl-340\slmult0\keep\keepn\nowidctlpar\tx1440\wrapdefault\faauto\outlinelevel1\rin0\lin-1440\itap0\pararsid9396350 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
41 \par }\pard\plain \ltrpar\ql \li0\ri0\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0\pararsid13047213 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\loch\af48\hich\af48\dbch\af13\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \ab\af0
49 \par }\pard\plain \ltrpar\s2\ql \li-1440\ri0\sb400\sa60\sl-340\slmult0\keep\keepn\nowidctlpar\tx1440\wrapdefault\faauto\outlinelevel1\rin0\lin-1440\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
51 \par }\pard\plain \ltrpar\ql \li0\ri0\sb200\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\loch\af48\hich\af48\dbch\af13\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af48\afs18 \ltrch\fcs0
57 \par }\pard\plain \ltrpar\s2\ql \li-1440\ri0\sb400\sa60\sl-340\slmult0\keep\keepn\nowidctlpar\tx1440\wrapdefault\faauto\outlinelevel1\rin0\lin-1440\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
59 \par }\pard\plain \ltrpar\ql \li0\ri0\sb200\nowidctlpar\wrapdefault\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0 \fs24\lang1033\langfe1033\loch\af48\hich\af48\dbch\af13\cgrid\langnp1033\langfenp1033 {\rtlch\fcs1 \af48\afs18 \ltrch\fcs0
77 \par }\pard\plain \ltrpar\s2\ql \li-1440\ri0\sb400\sa60\sl-340\slmult0\keep\keepn\nowidctlpar\tx1440\wrapdefault\faauto\outlinelevel1\rin0\lin-1440\itap0 \rtlch\fcs1 \af0\afs24\alang1025 \ltrch\fcs0
79 \par }\pard\plain \ltrpar\ql \li60\ri0\sb200\nowidctlpar\wrapdefault\faauto\rin0\lin60\itap0 \rtlch\fcs1 \af0\afs24\ (…) [all...] |