| /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/ |
| ScanView.py | 269 f = self.send_string(s.getvalue(), 'text/plain') 422 return self.send_string(res, 'text/plain') 668 return self.send_string('Goodbye.', 'text/plain')
|
| /prebuilts/misc/linux-x86/analyzer/tools/scan-view/ |
| ScanView.py | 269 f = self.send_string(s.getvalue(), 'text/plain') 422 return self.send_string(res, 'text/plain') 668 return self.send_string('Goodbye.', 'text/plain')
|
| /cts/tests/tests/ndef/src/android/ndef/cts/ |
| NdefTest.java | 332 new NdefRecord(NdefRecord.TNF_MIME_MEDIA, "text/plain".getBytes(ASCII), null, 334 NdefRecord.createMime("text/plain", "foo".getBytes())); 359 NdefRecord.createMime("text/plain; charset=us_ascii", null); 515 assertEquals(null, NdefRecord.createMime("text/plain", null).toUri()); 525 assertEquals("text/plain", new NdefRecord(NdefRecord.TNF_WELL_KNOWN, NdefRecord.RTD_TEXT,
|
| /external/ImageMagick/MagickCore/ |
| cipher.c | 283 % o plaintext: the plain text. 510 % PasskeyDecipherImage() converts cipher pixels to plain pixels. 655 Convert cipher pixels to plain pixels. 876 Convert plain pixels to cipher pixels. [all...] |
| /external/python/cpython2/Doc/library/ |
| wsgiref.rst | 128 headers = [('Content-type', 'text/plain')] 422 headers = [('Content-type', 'text/plain')] # HTTP Headers 655 default list just sets the content type to ``text/plain``. 661 defaults to the plain text, "A server error occurred. Please contact the 718 headers = [('Content-type', 'text/plain')] # HTTP Headers
|
| /external/python/cpython3/Doc/library/ |
| wsgiref.rst | 128 headers = [('Content-type', 'text/plain; charset=utf-8')] 425 headers = [('Content-type', 'text/plain')] # HTTP Headers 690 default list just sets the content type to ``text/plain``. 696 defaults to the plain text, "A server error occurred. Please contact the 771 headers = [('Content-type', 'text/plain; charset=utf-8')] # HTTP Header [all...] |
| /external/python/cpython3/Lib/http/ |
| server.py | 242 e.g. "text/html" or "text/plain". 831 '.py': 'text/plain', 832 '.c': 'text/plain', 833 '.h': 'text/plain', [all...] |
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/emitter/ |
| Emitter.java | [all...] |
| /external/deqp/framework/common/ |
| tcuAstcUtil.cpp | [all...] |
| /external/curl/docs/libcurl/ |
| libcurl-tutorial.3 | 369 chapter), as it might contain the password in plain text. libcurl has the 495 The following example sets two simple text parts with plain textual contents, 590 curl to go back to a plain GET request if you intend to do one as your next [all...] |
| /external/lisa/ipynb/tutorial/ |
| 02_TestEnvUsage.ipynb | [all...] |
| /external/python/cpython2/Doc/reference/ |
| expressions.rst | 47 * otherwise, both must be plain integers and no conversion is necessary. 584 If the primary is a sequence, the expression (list) must evaluate to a plain 645 evaluate to plain integers; defaults are zero and the ``sys.maxint``, [all...] |
| /external/wpa_supplicant_8/src/crypto/ |
| crypto_module_tests.c | 114 "AES-SIV mode decryption returned invalid plain text"); 145 "AES-SIV mode decryption returned invalid plain text"); 337 "AES-128 EAX mode decryption returned invalid plain text"); 353 u8 plain[32]; member in struct:cbc_test_vector 396 os_memcpy(buf, tv->plain, tv->len); 405 os_memcmp(buf, tv->plain, tv->len) != 0) { 475 u8 key[16], plain[16], cipher[16], out[16]; local 481 hexstr2bin(tv->plaintext, plain, sizeof(plain)) || 489 if (aes_128_encrypt_block(key, plain, out) < 0 | [all...] |
| /packages/apps/Email/tests/src/com/android/email/mail/store/ |
| ImapStoreUnitTests.java | [all...] |
| /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/3.2.4.x/ |
| gles31-khr-master.txt | 89 KHR-GLES31.core.texture_gather.plain-gather-float-2d 90 KHR-GLES31.core.texture_gather.plain-gather-int-2d 91 KHR-GLES31.core.texture_gather.plain-gather-uint-2d 92 KHR-GLES31.core.texture_gather.plain-gather-depth-2d 93 KHR-GLES31.core.texture_gather.plain-gather-float-2darray 94 KHR-GLES31.core.texture_gather.plain-gather-int-2darray 95 KHR-GLES31.core.texture_gather.plain-gather-uint-2darray 96 KHR-GLES31.core.texture_gather.plain-gather-depth-2darray 97 KHR-GLES31.core.texture_gather.plain-gather-float-cube-rgba 98 KHR-GLES31.core.texture_gather.plain-gather-int-cube-rgb [all...] |
| /external/deqp/external/openglcts/data/mustpass/gles/khronos_mustpass/master/ |
| gles31-khr-master.txt | 89 KHR-GLES31.core.texture_gather.plain-gather-float-2d 90 KHR-GLES31.core.texture_gather.plain-gather-int-2d 91 KHR-GLES31.core.texture_gather.plain-gather-uint-2d 92 KHR-GLES31.core.texture_gather.plain-gather-depth-2d 93 KHR-GLES31.core.texture_gather.plain-gather-float-2darray 94 KHR-GLES31.core.texture_gather.plain-gather-int-2darray 95 KHR-GLES31.core.texture_gather.plain-gather-uint-2darray 96 KHR-GLES31.core.texture_gather.plain-gather-depth-2darray 97 KHR-GLES31.core.texture_gather.plain-gather-float-cube-rgba 98 KHR-GLES31.core.texture_gather.plain-gather-int-cube-rgb [all...] |
| /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
| LoopbackActivity.java | [all...] |
| /external/flac/include/FLAC/ |
| stream_decoder.h | [all...] |
| format.h | 780 * terminator, but is converted to a plain C string in this structure 787 * string with no NUL terminator, but is converted to a plain C string [all...] |
| /external/ipsec-tools/src/racoon/ |
| crypto_openssl.c | [all...] |
| /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/text/ |
| SpoofCheckerTest.java | 58 String scLatin = "sc"; /* "sc", plain ascii. */ 59 String goodCyrl = "\u0438\u043B"; // "Cyrillic small letter i and el" Plain lower case Cyrillic letters, no latin confusables 60 String goodGreek = "\u03c0\u03c6"; // "Greek small letter pi and phi" Plain lower case Greek letters [all...] |
| /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/text/ |
| SpoofCheckerTest.java | 55 String scLatin = "sc"; /* "sc", plain ascii. */ 56 String goodCyrl = "\u0438\u043B"; // "Cyrillic small letter i and el" Plain lower case Cyrillic letters, no latin confusables 57 String goodGreek = "\u03c0\u03c6"; // "Greek small letter pi and phi" Plain lower case Greek letters [all...] |
| /external/syslinux/gpxe/src/net/udp/ |
| tftp.c | 503 /* Fall back to plain TFTP after several attempts */ 509 DBGC ( tftp, "TFTP %p falling back to plain " 533 /* Not doing MTFTP (or have fallen back to plain [all...] |
| /external/valgrind/VEX/priv/ |
| host_arm_defs.h | 351 ARMalu_ADD=20, /* plain 32-bit add */ 354 ARMalu_SUB, /* plain 32-bit subtract */ 737 /* (PLAIN) 32 * 32 -> 32: r0 = r2 * r3 [all...] |
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| PriorityBlockingQueue.java | 83 * {@code new FIFOEntry(anEntry)} instead of a plain entry object. 124 * interoperability, a plain PriorityQueue is still used during 179 * A plain PriorityQueue used only for serialization, [all...] |