| /external/curl/tests/data/ |
| test919 | 6 SASL AUTH PLAIN 17 AUTH PLAIN 29 SMTP plain authentication with initial response 44 AUTH PLAIN dXNlcgB1c2VyAHNlY3JldA==
|
| /external/libbrillo/brillo/ |
| mime_utils.h | 46 BRILLO_EXPORT extern const char kPlain[]; // text/plain 74 // e.g. Combine("text", "plain", {{"charset", "utf-8"}}) will give: 75 // "text/plain; charset=utf-8" 82 // "text/plain;charset=utf-8" => ("text", "plain") 88 // "text/plain;charset=utf-8" => ("text", "plain", {{"charset","utf-8"}}) 95 // "text/plain;charset=utf-8" => "text" 99 // "text/plain;charset=utf-8" => "plain" [all...] |
| /external/owasp/sanitizer/tools/findbugs/doc/ |
| findbugs.css | 5 A.plain {
|
| /external/python/cpython2/Demo/cgi/ |
| cgi0.sh | 5 echo Content-type: text/plain
|
| /external/python/cpython2/Lib/email/test/data/ |
| msg_23.txt | 5 Content-Type: text/plain
|
| msg_34.txt | 6 Content-Type: text/plain 9 This is a text plain part that is counter to recommended practice in
|
| /external/python/cpython3/Lib/test/test_email/data/ |
| msg_23.txt | 5 Content-Type: text/plain
|
| msg_34.txt | 6 Content-Type: text/plain 9 This is a text plain part that is counter to recommended practice in
|
| /external/snakeyaml/src/test/resources/pyyaml/ |
| spec-06-06.canonical | 4 ? !!str "plain"
|
| spec-08-09.data | 3 plain: !!str some text
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/data/ |
| msg_23.txt | 5 Content-Type: text/plain
|
| msg_34.txt | 6 Content-Type: text/plain 9 This is a text plain part that is counter to recommended practice in
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/test/data/ |
| msg_23.txt | 5 Content-Type: text/plain
|
| msg_34.txt | 6 Content-Type: text/plain 9 This is a text plain part that is counter to recommended practice in
|
| /prebuilts/misc/common/swig/include/2.0.11/std/ |
| std_string.i | 3 /* plain strings */
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
| msg_23.txt | 5 Content-Type: text/plain
|
| msg_34.txt | 6 Content-Type: text/plain 9 This is a text plain part that is counter to recommended practice in
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
| msg_23.txt | 5 Content-Type: text/plain
|
| msg_34.txt | 6 Content-Type: text/plain 9 This is a text plain part that is counter to recommended practice in
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_34.txt | 6 Content-Type: text/plain
9 This is a text plain part that is counter to recommended practice in
|
| /external/llvm/test/Other/ |
| constant-fold-gep-address-spaces.ll | 0 ; "PLAIN" - No optimizations. This tests the target-independent 3 ; RUN: opt -S -o - %s | FileCheck --check-prefix=PLAIN %s 10 ; PLAIN: @G8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* inttoptr (i32 1 to i8 addrspace(1)*), i32 -1) 12 ; PLAIN: @G1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* inttoptr (i8 1 to i1 addrspace(2)*), i8 -1) 14 ; PLAIN: @F8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* inttoptr (i32 1 to i8 addrspace(1)*), i32 -2) 16 ; PLAIN: @F1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* inttoptr (i8 1 to i1 addrspace(2)*), i8 -2) 18 ; PLAIN: @H8 = global i8 addrspace(1)* getelementptr (i8, i8 addrspace(1)* null, i32 -1) 20 ; PLAIN: @H1 = global i1 addrspace(2)* getelementptr (i1, i1 addrspace(2)* null, i8 -1) 27 ; PLAIN-X: @a = constant i64 mul (i64 ptrtoint (double addrspace(4)* getelementptr (double, double addrspace(4)* null, i32 1) to i64), i64 2310) 30 ; PLAIN-X: @b = constant i64 ptrtoint (double addrspace(4)* getelementptr ({ i1, double }, { i1, double }* (…) [all...] |
| /external/markdown/MarkdownTest/Tests_2004/ |
| Links-in-Headers.text-out | 1 <h2>A plain header</h2> 2 <p>Let's first have a plain header</p>
|
| Links-in-Headers.text-res | 1 <h2><span class="markdown">A plain header</span></h2> 2 <p>Let's first have a plain header</p>
|
| Yuri-Links-in-Headers.html | 1 <h2>A plain header</h2> 3 <p>Let's first have a plain header</p>
|
| /external/wpa_supplicant_8/src/crypto/ |
| aes.h | 15 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt); 18 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain);
|