| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_multifile.py | 16 Content-Type: text/plain; charset="us-ascii"; format=flowed 28 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/go/darwin-x86/src/net/http/ |
| npn_test.go | 57 t.Errorf("plain request = %q; want %q", body, want) 101 t.Errorf("plain request = %q; want %q", body, want)
|
| triv.go | 69 w.Header().Set("Content-Type", "text/plain; charset=utf-8") 106 rw.Header().Set("Content-Type", "text/plain; charset=utf-8")
|
| /prebuilts/go/linux-x86/src/net/http/ |
| npn_test.go | 57 t.Errorf("plain request = %q; want %q", body, want) 101 t.Errorf("plain request = %q; want %q", body, want)
|
| triv.go | 69 w.Header().Set("Content-Type", "text/plain; charset=utf-8") 106 rw.Header().Set("Content-Type", "text/plain; charset=utf-8")
|
| /prebuilts/jdk/jdk8/darwin-x86/sample/nio/server/ |
| StringContent.java | 66 this(c, "text/plain"); 72 type = "text/plain; charset=iso-8859-1";
|
| /prebuilts/jdk/jdk8/linux-x86/sample/nio/server/ |
| StringContent.java | 66 this(c, "text/plain"); 72 type = "text/plain; charset=iso-8859-1";
|
| /prebuilts/misc/common/nimbus-jose-jwt/ |
| README.md | 15 * Plain (unsecured) JOSE objects 19 * Plain, signed and encrypted JSON Web Tokens (JWTs)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/ |
| msg_38.txt | 13 Content-Type: text/plain 95 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_multifile.py | 16 Content-Type: text/plain; charset="us-ascii"; format=flowed 28 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/ |
| msg_38.txt | 13 Content-Type: text/plain 95 Content-Type: text/plain; charset="us-ascii"
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_multifile.py | 16 Content-Type: text/plain; charset="us-ascii"; format=flowed 28 Content-Type: text/plain; charset="us-ascii"
|
| /toolchain/binutils/binutils-2.27/config/ |
| mmap.m4 | 19 AC_CACHE_CHECK([whether read-only mmap of a plain file works], 87 [Define if read-only mmap of a plain file works.])
|
| /external/wpa_supplicant_8/src/ap/ |
| wpa_auth_ft.c | 58 * @plain: Pointer to return the pointer to the allocated plaintext buffer; 69 u8 **plain, size_t *plain_size) 77 *plain = os_memdup(enc, enc_len); 78 if (enc_len > 0 && !*plain) 86 *plain = NULL; 92 *plain = os_zalloc(enc_len - AES_BLOCK_SIZE); 93 if (!*plain) 97 *plain) < 0) 102 *plain, *plain_size); 105 os_free(*plain); 330 u8 *plain = NULL, *auth = NULL, *pos; local 2623 u8 *plain = NULL, *packet = NULL; local 2775 u8 *plain = NULL; local 3030 u8 *plain = NULL; local [all...] |
| /external/icu/android_icu4j/src/main/java/android/icu/math/ |
| BigDecimal.java | 141 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with 177 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is 328 android.icu.math.MathContext.PLAIN); // context for plain unlimited math 361 * <li>MathContext.PLAIN -- no exponent needed <li>MathContext.SCIENTIFIC -- scientific notation required <li> 370 private byte form = (byte) android.icu.math.MathContext.PLAIN; // assumed PLAIN 382 * plain number, for example, 0.000). [all...] |
| /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/math/ |
| BigDecimal.java | 138 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with 174 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is 337 com.ibm.icu.math.MathContext.PLAIN); // context for plain unlimited math 370 * <li>MathContext.PLAIN -- no exponent needed <li>MathContext.SCIENTIFIC -- scientific notation required <li> 379 private byte form = (byte) com.ibm.icu.math.MathContext.PLAIN; // assumed PLAIN 391 * plain number, for example, 0.000). [all...] |
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/math/ |
| BigDecimal.java | 140 * form=PLAIN, lostDigits=false, roundingMode=ROUND_HALF_UP</code>; these settings perform fixed point arithmetic with 176 * In standard arithmetic (that is, when the <code>form</code> setting is not <code>PLAIN</code>), a zero result is 339 com.ibm.icu.math.MathContext.PLAIN); // context for plain unlimited math 372 * <li>MathContext.PLAIN -- no exponent needed <li>MathContext.SCIENTIFIC -- scientific notation required <li> 381 private byte form = (byte) com.ibm.icu.math.MathContext.PLAIN; // assumed PLAIN 393 * plain number, for example, 0.000). [all...] |
| /external/python/cpython3/Doc/library/ |
| email.message.rst | 315 invalid, return ``text/plain``. 319 a message's default type to be :mimetype:`text/plain` unless it appears 323 type be :mimetype:`text/plain`.) 341 type of :mimetype:`text/plain`, except for messages that are subparts of 349 :mimetype:`text/plain` or :mimetype:`message/rfc822`, although this is 363 :mimetype:`text/plain`, and append the new parameter value. Optional 497 text/plain 499 text/plain 500 text/plain 502 text/plain [all...] |
| /bionic/libc/bionic/ |
| wchar.cpp | 84 // Fast path for plain ASCII characters. 108 // Fast path for plain ASCII characters. 161 // Fast path for plain ASCII characters. 179 // Fast path for plain ASCII characters.
|
| /cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/ |
| NfcTest.java | 27 private static final String TEXT_MIME_TYPE = "text/plain";
|
| /developers/build/prebuilts/gradle/DirectShare/Application/src/main/java/com/example/android/directshare/ |
| MainActivity.java | 59 sharingIntent.setType("text/plain");
|
| /developers/samples/android/content/DirectShare/Application/src/main/java/com/example/android/directshare/ |
| MainActivity.java | 59 sharingIntent.setType("text/plain");
|
| /development/samples/browseable/DirectShare/src/com.example.android.directshare/ |
| MainActivity.java | 59 sharingIntent.setType("text/plain");
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/email/test/data/ |
| msg_06.txt | 19 Content-Type: text/plain; charset=us-ascii
|
| msg_15.txt | 20 Content-type: text/plain; charset="ISO-8859-1"
|