| /external/curl/tests/data/ |
| test1439 | 15 Content-Type: text/plain 43 Content-Type: text/plain
|
| test2046 | 19 Content-Type: text/plain 28 Content-Type: text/plain; charset=us-ascii 80 Content-Type: text/plain 86 Content-Type: text/plain; charset=us-ascii 93 text/plain; charset=us-ascii
|
| /external/python/cpython2/Doc/includes/ |
| email-simple.py | 7 # Open a plain text file for reading. For this example, assume that 10 # Create a text/plain message
|
| /external/python/cpython2/Lib/email/mime/ |
| text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 23 _subtype is the MIME sub content type, defaulting to "plain".
|
| /external/python/cpython2/Lib/email/test/ |
| test_email_torture.py | 65 text/plain 68 text/plain 79 text/plain 89 text/plain 91 text/plain 94 text/plain 106 text/plain 109 text/plain
|
| /external/python/cpython3/Doc/library/ |
| email.iterators.rst | 62 text/plain 63 text/plain 66 text/plain 68 text/plain 70 text/plain 72 text/plain 74 text/plain 75 text/plain
|
| /external/python/cpython3/Lib/test/test_email/ |
| torture_test.py | 62 text/plain 65 text/plain 76 text/plain 86 text/plain 88 text/plain 91 text/plain 103 text/plain 106 text/plain
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/mime/ |
| text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 23 _subtype is the MIME sub content type, defaulting to "plain".
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/test/ |
| test_email_torture.py | 65 text/plain 68 text/plain 79 text/plain 89 text/plain 91 text/plain 94 text/plain 106 text/plain 109 text/plain
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/mime/ |
| text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 23 _subtype is the MIME sub content type, defaulting to "plain".
|
| /prebuilts/gdb/linux-x86/lib/python2.7/email/test/ |
| test_email_torture.py | 65 text/plain 68 text/plain 79 text/plain 89 text/plain 91 text/plain 94 text/plain 106 text/plain 109 text/plain
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
| text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 23 _subtype is the MIME sub content type, defaulting to "plain".
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/ |
| test_email_torture.py | 65 text/plain 68 text/plain 79 text/plain 89 text/plain 91 text/plain 94 text/plain 106 text/plain 109 text/plain
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
| text.py | 18 def __init__(self, _text, _subtype='plain', _charset='us-ascii'): 23 _subtype is the MIME sub content type, defaulting to "plain".
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/ |
| test_email_torture.py | 65 text/plain 68 text/plain 79 text/plain 89 text/plain 91 text/plain 94 text/plain 106 text/plain 109 text/plain
|
| /external/autotest/client/site_tests/network_WiFiTxRx/ |
| txinfo | 6 echo "Content-Type: text-plain"
|
| /external/libdaemon/m4/ |
| zp_lynx_doc.m4 | 14 AC_MSG_WARN([*** lynx not found, plain text README will not be built ***])
|
| /external/llvm/test/Instrumentation/AddressSanitizer/ |
| stack-poisoning.ll | 2 ; RUN: opt < %s -asan -asan-module -asan-use-after-return=0 -S | FileCheck --check-prefix=CHECK-PLAIN %s 10 ; CHECK-PLAIN-LABEL: Bar 11 ; CHECK-PLAIN-NOT: label 12 ; CHECK-PLAIN: ret void
|
| /external/snakeyaml/src/test/resources/pyyaml/ |
| spec-08-09.canonical | 4 ? !!str "plain"
|
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/base/ |
| DocumentInfoTest.java | 28 = createDocInfo("authority.a", "doc.1", "text/plain"); 32 assertEquals(TEST_DOC, createDocInfo("authority.a", "doc.1", "text/plain")); 45 assertFalse(TEST_DOC.equals(createDocInfo("authority.b", "doc.1", "text/plain"))); 49 assertFalse(TEST_DOC.equals(createDocInfo("authority.a", "doc.2", "text/plain")));
|
| /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/services/ |
| DeleteJobTest.java | 33 Uri testFile1 = mDocs.createDocument(mSrcRoot, "text/plain", "test1.txt"); 36 Uri testFile2 = mDocs.createDocument(mSrcRoot, "text/plain", "test2.txt"); 47 Uri testFile1 = mDocs.createDocument(mSrcRoot, "text/plain", "test1.txt"); 50 Uri testFile2 = mDocs.createDocument(mSrcRoot, "text/plain", "test2.txt");
|
| /prebuilts/go/darwin-x86/src/cmd/go/internal/web/ |
| security.go | 9 // calls using insecure transports (eg, plain text HTTP).
|
| /prebuilts/go/linux-x86/src/cmd/go/internal/web/ |
| security.go | 9 // calls using insecure transports (eg, plain text HTTP).
|
| /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/paddings/ |
| BlockCipherPadding.java | 31 * Note: this assumes that the last block of plain text is always 34 * should be the same as the last block of plain text. The reason 36 * base the padding on the last byte of plain text.
|
| /external/llvm/test/Bitcode/ |
| fcmp-fast.ll | 9 ; CHECK: %plain = fcmp ueq float %a, %b 10 %plain = fcmp ueq float %a, %b 18 %dce1 = or i1 %plain, %fast
|