| /external/v8/tools/ |
| trace-maps-processor.py | 14 "plain Print ASCII tree to stdout\n" 147 if action == "plain":
|
| /external/webp/src/dsp/ |
| lossless_enc_neon.c | 68 // fallthrough and finish off with plain-C 124 // fallthrough and finish off with plain-C
|
| /external/wpa_supplicant_8/src/crypto/ |
| aes-internal-dec.c | 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) 154 rijndaelDecrypt(ctx, rk[AES_PRIV_NR_POS], crypt, plain);
|
| crypto.h | 124 * @plain: Plaintext data to be encrypted (16 bytes) 128 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt); 148 * @plain: Buffer for the decrypted data (16 bytes) 151 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain); 243 * @plain: Plaintext to cipher 253 const u8 *plain, u8 *crypt, size_t len); 259 * @plain: Resulting plaintext 268 const u8 *crypt, u8 *plain, size_t len); 412 * @plain: Buffer for plaintext (at least crypt_len bytes) 418 u8 *plain, size_t *plain_len) [all...] |
| /frameworks/base/core/java/org/apache/http/conn/scheme/ |
| SocketFactory.java | 117 * As a rule of thumb, plain sockets are not secure and 119 * application specific deviations. For example, a plain
|
| /hardware/libhardware/include/hardware/ |
| gatekeeper.h | 66 * - current_password: the user's current password in plain text. If presented, 71 * - desired_password: the new password the user wishes to enroll in plain-text.
|
| /hardware/qcom/keymaster/ |
| keymaster_qcom.h | 156 * data : Pointer to plain data buffer 157 * dlen : Plain data length
|
| /packages/apps/DocumentsUI/res/values/ |
| mimes.xml | 39 <!-- Plain text file type shown in type column in list view. [CHAR LIMIT=30] --> 40 <string name="txt_file_type">Plain text</string>
|
| /packages/apps/DocumentsUI/tests/functional/com/android/documentsui/ |
| SortDocumentUiTest.java | 36 private static final String MIME_1 = "text/plain"; // Plain text
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| mimetypes.py | 121 # type/subtype defaults to "text/plain" 132 type = 'text/plain' 412 '.bat' : 'text/plain', 416 '.c' : 'text/plain', 433 '.h' : 'text/plain', 443 '.ksh' : 'text/plain', 472 '.pl' : 'text/plain', 513 '.txt' : 'text/plain',
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| Text_Suite.py | 172 'plain' : 'plan', # Plain
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| mimetypes.py | 121 # type/subtype defaults to "text/plain" 132 type = 'text/plain' 412 '.bat' : 'text/plain', 416 '.c' : 'text/plain', 433 '.h' : 'text/plain', 443 '.ksh' : 'text/plain', 472 '.pl' : 'text/plain', 513 '.txt' : 'text/plain',
|
| /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/ |
| regalloc_test.go | 25 Eq("b", "plain", "exit"), 27 Bloc("plain",
|
| /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/ |
| regalloc_test.go | 25 Eq("b", "plain", "exit"), 27 Bloc("plain",
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| mimetypes.py | 121 # type/subtype defaults to "text/plain" 132 type = 'text/plain' 412 '.bat' : 'text/plain', 416 '.c' : 'text/plain', 433 '.h' : 'text/plain', 443 '.ksh' : 'text/plain', 472 '.pl' : 'text/plain', 513 '.txt' : 'text/plain',
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/ |
| Text_Suite.py | 172 'plain' : 'plan', # Plain
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| mimetypes.py | 121 # type/subtype defaults to "text/plain" 132 type = 'text/plain' 412 '.bat' : 'text/plain', 416 '.c' : 'text/plain', 433 '.h' : 'text/plain', 443 '.ksh' : 'text/plain', 472 '.pl' : 'text/plain', 513 '.txt' : 'text/plain',
|
| /development/samples/NotePad/tests/src/com/example/android/notepad/ |
| NotePadProviderTest.java | 91 // Sets a MIME type filter for plain text, used to the provider's methods that only handle 92 // plain text 93 private final static String MIME_TYPE_TEXT = "text/plain"; 200 * The result should be "text/plain". 212 assertEquals(mimeType[0],"text/plain"); 232 * and MIME type filter matching "text/plain". 234 * filter isn't "text/plain". It throws an IOException if it can't close a file descriptor. 256 MIME_TYPE_TEXT, // a MIME type of "text/plain" 301 * pipe for MIME type "text/plain". A FileNotFound exception is expected, so calls 377 MIME_TYPE_TEXT, // the "text/plain" MIME typ [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/ |
| message.py | 118 self._default_type = 'text/plain'
240 and encoded properly, if needed, when generating the plain text
259 self.add_header('Content-Type', 'text/plain',
443 RFC 2045 defines a message's default type to be text/plain unless it
453 # RFC 2045, section 5.2 says if its invalid, use text/plain
455 return 'text/plain'
479 Most messages have a default content type of text/plain, except for
488 ctype should be either "text/plain" or "message/rfc822", although this
581 message, it will be set to "text/plain" and the new parameter and
595 ctype = 'text/plain'
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_inspect.py | 484 self.assertIn(('m', 'method', A), attrs, 'missing plain method')
485 self.assertIn(('m1', 'method', A), attrs, 'missing plain method')
495 self.assertIn(('m', 'method', B), attrs, 'missing plain method')
496 self.assertIn(('m1', 'method', A), attrs, 'missing plain method')
506 self.assertIn(('c', 'method', C), attrs, 'missing plain method')
508 self.assertIn(('m', 'method', C), attrs, 'missing plain method')
509 self.assertIn(('m1', 'method', A), attrs, 'missing plain method')
518 self.assertIn(('c', 'method', C), attrs, 'missing plain method')
522 self.assertIn(('m', 'method', B), attrs, 'missing plain method')
523 self.assertIn(('m1', 'method', D), attrs, 'missing plain method') [all...] |
| /external/python/cpython2/Lib/email/ |
| message.py | 118 self._default_type = 'text/plain' 240 and encoded properly, if needed, when generating the plain text 259 self.add_header('Content-Type', 'text/plain', 443 RFC 2045 defines a message's default type to be text/plain unless it 453 # RFC 2045, section 5.2 says if its invalid, use text/plain 455 return 'text/plain' 479 Most messages have a default content type of text/plain, except for 488 ctype should be either "text/plain" or "message/rfc822", although this 581 message, it will be set to "text/plain" and the new parameter and 595 ctype = 'text/plain' [all...] |
| /external/python/cpython2/Lib/test/ |
| test_inspect.py | 555 self.assertIn(('m', 'method', A), attrs, 'missing plain method') 556 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 568 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 569 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 581 self.assertIn(('c', 'method', C), attrs, 'missing plain method') 583 self.assertIn(('m', 'method', C), attrs, 'missing plain method') 584 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 595 self.assertIn(('c', 'method', C), attrs, 'missing plain method') 599 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 600 self.assertIn(('m1', 'method', D), attrs, 'missing plain method' [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/email/ |
| message.py | 118 self._default_type = 'text/plain' 240 and encoded properly, if needed, when generating the plain text 259 self.add_header('Content-Type', 'text/plain', 443 RFC 2045 defines a message's default type to be text/plain unless it 453 # RFC 2045, section 5.2 says if its invalid, use text/plain 455 return 'text/plain' 479 Most messages have a default content type of text/plain, except for 488 ctype should be either "text/plain" or "message/rfc822", although this 581 message, it will be set to "text/plain" and the new parameter and 595 ctype = 'text/plain' [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_inspect.py | 537 self.assertIn(('m', 'method', A), attrs, 'missing plain method') 538 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 550 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 551 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 563 self.assertIn(('c', 'method', C), attrs, 'missing plain method') 565 self.assertIn(('m', 'method', C), attrs, 'missing plain method') 566 self.assertIn(('m1', 'method', A), attrs, 'missing plain method') 577 self.assertIn(('c', 'method', C), attrs, 'missing plain method') 581 self.assertIn(('m', 'method', B), attrs, 'missing plain method') 582 self.assertIn(('m1', 'method', D), attrs, 'missing plain method' [all...] |
| /prebuilts/gdb/linux-x86/lib/python2.7/email/ |
| message.py | 118 self._default_type = 'text/plain' 240 and encoded properly, if needed, when generating the plain text 259 self.add_header('Content-Type', 'text/plain', 443 RFC 2045 defines a message's default type to be text/plain unless it 453 # RFC 2045, section 5.2 says if its invalid, use text/plain 455 return 'text/plain' 479 Most messages have a default content type of text/plain, except for 488 ctype should be either "text/plain" or "message/rfc822", although this 581 message, it will be set to "text/plain" and the new parameter and 595 ctype = 'text/plain' [all...] |