| /external/webrtc/webrtc/libjingle/xmpp/ |
| xmppengine_unittest.cc | 109 "<mechanism>PLAIN</mechanism>" 138 "<mechanism>PLAIN</mechanism>" 143 "mechanism=\"PLAIN\" "
|
| /external/wpa_supplicant_8/src/crypto/ |
| crypto_openssl.c | 309 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt) 313 if (EVP_EncryptUpdate(c, crypt, &clen, plain, 16) != 1) { 363 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain) 367 if (EVP_DecryptUpdate(c, plain, &plen, crypt, 16) != 1) { 396 int aes_wrap(const u8 *kek, size_t kek_len, int n, const u8 *plain, u8 *cipher) 405 res = AES_wrap_key(&actx, NULL, cipher, plain, n * 8); 412 u8 *plain) 421 res = AES_unwrap_key(&actx, NULL, plain, cipher, (n + 1) * 8); 613 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain, 617 if (!EVP_EncryptUpdate(ctx->enc, crypt, &outl, plain, len) [all...] |
| /packages/apps/Email/src/com/android/email/mail/transport/ |
| SmtpSender.java | 142 boolean authPlainSupported = result.matches(".*AUTH.*PLAIN.*$"); 316 executeSensitiveCommand("AUTH PLAIN " + new String(data), "AUTH PLAIN /redacted/");
|
| /packages/apps/Email/tests/src/com/android/email/mail/transport/ |
| SmtpSenderUnitTests.java | 123 mockTransport.expect("Content-Type: text/plain; charset=utf-8"); 272 mockTransport.expect(null, "250-AUTH LOGIN PLAIN CRAM-MD5"); 282 mockTransport.expect("AUTH PLAIN .*", "235 2.7.0 ... authentication succeeded");
|
| /packages/apps/Email/tests/src/com/android/emailcommon/internet/ |
| Rfc822OutputTests.java | 138 assertEquals("text/plain", mimeMessage.getMimeType()); 179 assertEquals("text/plain", part.getMimeType()); 223 assertEquals("text/plain", part.getMimeType());
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_poplib.py | 23 \r\nContent-Type: text/plain\r\n\ 195 ['From: postmaster@python.org', 'Content-Type: text/plain', 212 ['From: postmaster@python.org', 'Content-Type: text/plain',
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_poplib.py | 23 \r\nContent-Type: text/plain\r\n\ 195 ['From: postmaster@python.org', 'Content-Type: text/plain', 212 ['From: postmaster@python.org', 'Content-Type: text/plain',
|
| /prebuilts/go/darwin-x86/src/html/template/ |
| examplefiles_test.go | 49 // T0.tmpl is a plain template file that just invokes T1. 81 // T1.tmpl is a plain template file that just invokes T2. 171 // T0.tmpl is a plain template file that just invokes T1.
|
| /prebuilts/go/linux-x86/src/html/template/ |
| examplefiles_test.go | 49 // T0.tmpl is a plain template file that just invokes T1. 81 // T1.tmpl is a plain template file that just invokes T2. 171 // T0.tmpl is a plain template file that just invokes T1.
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_poplib.py | 23 \r\nContent-Type: text/plain\r\n\ 195 ['From: postmaster@python.org', 'Content-Type: text/plain', 212 ['From: postmaster@python.org', 'Content-Type: text/plain',
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_poplib.py | 23 \r\nContent-Type: text/plain\r\n\ 195 ['From: postmaster@python.org', 'Content-Type: text/plain', 212 ['From: postmaster@python.org', 'Content-Type: text/plain',
|
| /toolchain/binutils/binutils-2.27/gas/testsuite/gas/bfin/ |
| expected_errors.l | 38 .*:49: Error: Plain symbol used as offset. Input text was ]. 39 .*:50: Error: Plain symbol used as offset. 40 .*:51: Error: Plain symbol used as offset.
|
| /bionic/libc/bionic/ |
| c32rtomb.cpp | 58 // Fast path for plain ASCII characters.
|
| /cts/apps/CtsVerifier/src/com/android/cts/verifier/sample/ |
| SampleTestActivity.java | 112 intent.setType("text/plain");
|
| /dalvik/dexgen/src/com/android/dexgen/rop/code/ |
| PlainInsn.java | 26 * Plain instruction, which has no embedded data and which cannot possibly
|
| /developers/build/prebuilts/gradle/DirectShare/ |
| README.md | 12 messaging apps, it receives intents for sharing a plain text. When a user shares some text from some
|
| /developers/build/prebuilts/gradle/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/ |
| ContentItem.java | 92 intent.setType("text/plain");
|
| /developers/samples/android/content/DirectShare/ |
| template-params.xml | 61 messaging apps, it receives intents for sharing a plain text. When a user shares some text from some
|
| /developers/samples/android/content/ShareActionProvider/Application/src/main/java/com/example/android/shareactionprovider/content/ |
| ContentItem.java | 92 intent.setType("text/plain");
|
| /development/samples/browseable/ShareActionProvider/src/com.example.android.shareactionprovider/content/ |
| ContentItem.java | 92 intent.setType("text/plain");
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| cgitb.py | 194 """Return a plain text document describing a given traceback."""
279 plain = False
284 plain = True
287 if plain:
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_39.txt | 77 Content-Type: text/plain; charset="us-ascii"
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
| test_structmembers.py | 65 ## make sure these will accept a plain int as well as a long
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| xxci.py | 67 # Skip non-plain files.
|
| /device/linaro/bootloader/edk2/IntelFsp2Pkg/Tools/UserManuals/ |
| GenCfgOptUserManual.md | 169 sections. The content should be the plain-text equivalent of the signature. The
179 two elements: a version number and a plain-text description.
187 **NAME** gives a plain-text for a variable. This is the text label that will
297 An alternative way replacing **NAME** gives a plain-text for a
|