Searched
full:plain (Results
1026 -
1050 of
4692) sorted by null
<<41424344454647484950>>
| /external/python/cpython3/Doc/tools/templates/ |
| download.html | 32 <tr><td>Plain Text</td>
|
| /external/python/cpython3/Lib/ |
| cgitb.py | 192 """Return a plain text document describing a given traceback.""" 276 plain = False 281 plain = True 284 if plain:
|
| /external/python/cpython3/Lib/distutils/ |
| config.py | 116 content_type = response.getheader('content-type', 'text/plain')
|
| /external/python/cpython3/Lib/test/test_email/data/ |
| msg_39.txt | 77 Content-Type: text/plain; charset="us-ascii"
|
| /external/python/cpython3/Lib/test/ |
| test_structmembers.py | 86 ## make sure these will accept a plain int as well as a long
|
| /external/python/cpython3/Modules/_ctypes/libffi_msvc/ |
| fficonfig.h | 42 /* Define if read-only mmap of a plain file works. */
|
| /external/python/cpython3/Modules/_ctypes/libffi_osx/include/ |
| fficonfig.h | 94 /* Define if read-only mmap of a plain file works. */
|
| /external/selinux/libsepol/include/sepol/policydb/ |
| conditional.h | 48 #define COND_BOOL 1 /* plain bool */
|
| /external/selinux/secilc/ |
| secil2conf.8.xml | 28 <arg choice="plain"><replaceable>file</replaceable></arg>
|
| /external/sfntly/cpp/src/sfntly/table/ |
| font_data_table.h | 31 // C++ template is not designed that way so plain class is chosen.
|
| table.h | 38 // C++ template is not designed that way so plain old inheritance is
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/ |
| DumperOptionsTest.java | 47 options.setDefaultScalarStyle(DumperOptions.ScalarStyle.PLAIN); 426 options.setDefaultScalarStyle(DumperOptions.ScalarStyle.PLAIN); 430 // Split lines enabled (default) -- split lines does not apply to plain style 471 assertEquals(DumperOptions.ScalarStyle.PLAIN, DumperOptions.ScalarStyle.createStyle(null));
|
| /external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue29/ |
| FlexibleScalarStyleTest.java | 102 // if Plain scalar style
|
| /external/strace/xlat/ |
| mmap_flags.h | 58 * can map plain files;
|
| /external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
| PriorityQueue.h | 60 // priority_queue's plain pop to remove it.
|
| /external/syslinux/utils/ |
| keytab-lilo | 28 &build_table("plain","shift","ctrl","altgr","shift_ctrl",
|
| /external/tensorflow/tensorflow/contrib/lite/toco/g3doc/ |
| cmdline_reference.md | 55 unaffected (e.g. plain integers, and strings). 171 arrays, and quantized arrays. This excludes plain integer arrays, strings 199 plain integer arrays, strings arrays, and every other data type. 218 nodes to be dropped from the graph. This may be used to recover a plain
|
| /external/tensorflow/tensorflow/python/data/util/ |
| nest_test.py | 72 plain = {"d": 3, "b": 1, "a": 0, "c": 2} 74 plain_flat = nest.flatten(plain) 81 plain = {"d": 0, "b": 0, "a": 0, "c": 0} 84 plain_reconstruction = nest.pack_sequence_as(plain, seq)
|
| /external/tensorflow/tensorflow/python/util/ |
| util.h | 49 // a correponding plain dict, or vice-versa.
|
| /external/tpm2/ |
| CryptUtil_fp.h | 67 UINT16 *dataOutSize, // OUT: size of plain text in byte 68 BYTE *dataOut, // OUT: plain text 108 UINT16 dataInSize, // IN: size of plain text in byte 109 BYTE *dataIn, // IN: plain text
|
| EncryptDecrypt.c | 82 // For symmetric encryption, the cipher data size is the same as plain data
|
| /external/webp/src/dsp/ |
| lossless_enc_sse41.c | 35 // fallthrough and finish off with plain-C
|
| /external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/util/ |
| AsyncHttpURLConnection.java | 84 connection.setRequestProperty("Content-Type", "text/plain; charset=utf-8");
|
| /libcore/benchmarks/src/benchmarks/regression/ |
| DecimalFormatBenchmark.java | 13 // Keep patternInstance for timing with patterns, to not dirty the plain instance.
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
| BigDecimalConvertTest.java | 368 * Convert a negative BigDecimal with a negative exponent to a plain string 380 * to a plain string representation; 392 * to a plain string representation; 404 * to a plain string representation;
|
Completed in 1402 milliseconds
<<41424344454647484950>>