HomeSort by relevance Sort by last modified time
    Searched full:plain (Results 251 - 275 of 4692) sorted by null

<<11121314151617181920>>

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/
msg_36.txt 20 Content-Type: text/plain
33 Content-Type: text/plain
msg_44.txt 19 Content-Type: text/plain; name="msg.txt"
26 Content-Type: text/plain; name="msg.txt"
  /external/compiler-rt/test/ubsan/TestCases/Misc/
enum.cpp 1 // RUN: %clangxx -fsanitize=enum %s -O3 -o %t && %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-PLAIN
17 // CHECK-PLAIN: error: load of value 4294967295, which is not a valid value for type 'enum E'
  /external/curl/tests/data/
test1042 18 Content-Type: text/plain
48 Content-Type: text/plain
test1077 19 Content-Type: text/plain
30 Content-Type: text/plain
test1434 17 Content-Type: text/plain
47 Content-Type: text/plain
test2050 25 Content-Type: text/plain
36 Content-Type: text/plain
test2051 17 Content-Type: text/plain
63 Content-Type: text/plain
test2052 17 Content-Type: text/plain
59 Content-Type: text/plain
test2055 26 Content-Type: text/plain
37 Content-Type: text/plain
test805 35 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
57 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII
  /external/python/cpython2/Lib/email/test/data/
msg_02.txt 12 Content-type: text/plain; charset=us-ascii
31 Content-type: text/plain; charset=us-ascii
48 Content-Type: text/plain; charset=us-ascii
64 Content-Type: text/plain; charset=us-ascii
78 Content-Type: text/plain; charset=us-ascii
93 Content-Type: text/plain; charset=us-ascii
108 Content-Type: text/plain; charset=us-ascii
124 Content-type: text/plain; charset=us-ascii
msg_04.txt 19 Content-Type: text/plain
28 Content-Type: text/plain
msg_33.txt 17 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
24 Content-Type: text/plain
msg_36.txt 20 Content-Type: text/plain
33 Content-Type: text/plain
msg_44.txt 19 Content-Type: text/plain; name="msg.txt"
26 Content-Type: text/plain; name="msg.txt"
  /external/python/cpython3/Lib/email/mime/
text.py 18 def __init__(self, _text, _subtype='plain', _charset=None, *, policy=None):
23 _subtype is the MIME sub content type, defaulting to "plain".
  /external/python/cpython3/Lib/test/test_email/data/
msg_02.txt 12 Content-type: text/plain; charset=us-ascii
31 Content-type: text/plain; charset=us-ascii
48 Content-Type: text/plain; charset=us-ascii
64 Content-Type: text/plain; charset=us-ascii
78 Content-Type: text/plain; charset=us-ascii
93 Content-Type: text/plain; charset=us-ascii
108 Content-Type: text/plain; charset=us-ascii
124 Content-type: text/plain; charset=us-ascii
msg_04.txt 19 Content-Type: text/plain
28 Content-Type: text/plain
msg_33.txt 17 Content-Type: text/plain; charset*=ansi-x3.4-1968''us-ascii
24 Content-Type: text/plain
msg_36.txt 20 Content-Type: text/plain
33 Content-Type: text/plain
msg_44.txt 19 Content-Type: text/plain; name="msg.txt"
26 Content-Type: text/plain; name="msg.txt"
  /external/valgrind/cachegrind/docs/
cg_diff-manpage.xml 24 <arg choice="plain"><replaceable>cachegrind-out-file1</replaceable></arg>
25 <arg choice="plain"><replaceable>cachegrind-out-file2</replaceable></arg>
  /external/webrtc/webrtc/libjingle/xmpp/
saslplainmechanism.h 25 virtual std::string GetMechanismName() { return "PLAIN"; }
30 el->AddAttr(QN_MECHANISM, "PLAIN");
  /external/wpa_supplicant_8/src/crypto/
crypto_gnutls.c 111 int aes_encrypt(void *ctx, const u8 *plain, u8 *crypt)
114 gcry_cipher_encrypt(hd, crypt, 16, plain, 16);
142 int aes_decrypt(void *ctx, const u8 *crypt, u8 *plain)
145 gcry_cipher_decrypt(hd, plain, 16, crypt, 16);
277 int crypto_cipher_encrypt(struct crypto_cipher *ctx, const u8 *plain,
280 if (gcry_cipher_encrypt(ctx->enc, crypt, len, plain, len) !=
288 u8 *plain, size_t len)
290 if (gcry_cipher_decrypt(ctx->dec, plain, len, crypt, len) !=

Completed in 549 milliseconds

<<11121314151617181920>>