| /external/python/cpython2/Doc/reference/ |
| lexical_analysis.rst | 450 In plain English: String literals can be enclosed in matching single quotes 608 single: plain integer literal 618 There are four types of numeric literals: plain integers, long integers, 651 Plain integer literals that are above the largest representable plain integer 656 Some examples of plain integer literals (first row) and long integer literals 771 just above the largest representable plain integer but below the largest 773 taken as the negative plain integer obtained by subtracting 4294967296 from
|
| /external/python/cpython2/Lib/test/ |
| test_decorators.py | 272 def plain(x): function in function:TestClassDecorators.test_simple 275 @plain
|
| /external/python/cpython3/Doc/library/ |
| email.contentmanager.rst | 119 .. method:: set_content(msg, <'str'>, subtype="plain", charset='utf-8' \ 139 subtype to *subtype* if it is specified, or ``plain`` if it is not.
|
| /external/python/cpython3/Lib/test/ |
| test_decorators.py | 271 def plain(x): function in function:TestClassDecorators.test_simple 274 @plain
|
| test_smtpd.py | [all...] |
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/emitter/ |
| EmitterTest.java | 68 options.setDefaultScalarStyle(ScalarStyle.PLAIN); 81 options.setDefaultScalarStyle(ScalarStyle.PLAIN);
|
| /external/tensorflow/tensorflow/stream_executor/lib/ |
| statusor.h | 107 // Construct a new StatusOr with the given value. If T is a plain pointer, 115 // REQUIRES: if T is a plain pointer, value != NULL.
|
| /external/v8/src/compiler/ |
| typed-optimization.cc | 207 // rhs: unsigned32)): plain-number 216 // plain-number type constraint on the {node}).
|
| /external/wpa_supplicant_8/src/eap_server/ |
| eap_server_tls_common.c | 411 const struct wpabuf *plain) 416 plain);
|
| /frameworks/base/core/java/android/content/ |
| ClipDescription.java | 43 * The MIME type for a clip holding plain text. 45 public static final String MIMETYPE_TEXT_PLAIN = "text/plain";
|
| /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/ |
| WifiConfigurationHelper.java | 68 * @param password Either a 10, 26, or 58 character hex string or the plain text password 90 * @param password Either a 64 character hex string or the plain text password
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_decorators.py | 272 def plain(x): function in function:TestClassDecorators.test_simple 275 @plain
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_decorators.py | 272 def plain(x): function in function:TestClassDecorators.test_simple 275 @plain
|
| /prebuilts/go/darwin-x86/src/net/http/ |
| request_test.go | 93 {false, stringMap{"Content-Type": {"text/plain"}}}, 97 {true, stringMap{"Content-Type": {"text/plain; boundary="}}}, 146 req.Header = Header{"Content-Type": {"text/plain"}} 149 t.Error("unexpected multipart for text/plain") 226 req.Header = Header{"Content-Type": {"text/plain"}} 229 t.Error("expected ErrNotMultipart for text/plain") 938 Content-Type: text/plain 943 Content-Type: text/plain
|
| /prebuilts/go/linux-x86/src/net/http/ |
| request_test.go | 93 {false, stringMap{"Content-Type": {"text/plain"}}}, 97 {true, stringMap{"Content-Type": {"text/plain; boundary="}}}, 146 req.Header = Header{"Content-Type": {"text/plain"}} 149 t.Error("unexpected multipart for text/plain") 226 req.Header = Header{"Content-Type": {"text/plain"}} 229 t.Error("expected ErrNotMultipart for text/plain") 938 Content-Type: text/plain 943 Content-Type: text/plain
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_decorators.py | 272 def plain(x): function in function:TestClassDecorators.test_simple 275 @plain
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_decorators.py | 272 def plain(x): function in function:TestClassDecorators.test_simple 275 @plain
|
| /external/scapy/doc/notebooks/ |
| Scapy in 15 minutes.ipynb | 160 "text/plain": [ 222 "text/plain": [ 307 "text/plain": [ 359 "text/plain": [ 397 "text/plain": [ 436 "text/plain": [ 468 "text/plain": [ 498 "text/plain": [ 534 "text/plain": [ 572 "text/plain": [all...] |
| /external/lisa/ipynb/tutorial/ |
| 05_TrappyUsage.ipynb | 297 "text/plain": [ [all...] |
| /art/tools/checker/ |
| README | 36 Check-line patterns are treated as plain text rather than regular expressions
|
| /bionic/libc/bionic/ |
| mbrtoc32.cpp | 59 // Fast path for plain ASCII characters.
|
| /cts/tests/tests/security/src/android/security/cts/ |
| SSLConscryptPlainTextExposureTest.java | 65 private final String pattern = ".*PLAIN TEXT EXPOSED.*"; 226 dataOutAppBuffers[0] = ByteBuffer.wrap("PLAIN TEXT EXPOSED".getBytes()); 227 dataOutAppBuffers[1] = ByteBuffer.wrap("PLAIN TEXT EXPOSED".getBytes()); 228 dataOutAppBuffers[2] = ByteBuffer.wrap("PLAIN TEXT EXPOSED".getBytes());
|
| /dalvik/dx/src/com/android/dx/rop/code/ |
| PlainInsn.java | 27 * Plain instruction, which has no embedded data and which cannot possibly
|
| /development/samples/ApiDemos/res/values/ |
| styles.xml | 54 <!-- Variation on our application theme that forces a plain
|
| /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/ |
| PduContentTypes.java | 29 "text/plain", /* 0x03 */
|