/external/icu/icu4c/source/samples/ustring/ |
D | ustring.cpp | 414 static UChar writeable[]={ variable 443 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage() 466 one.setTo(FALSE, writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage() 479 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage() 485 "after modification\n", i, writeable[i]); in demoUnicodeStringStorage() 493 "modification of string copy\n", i, writeable[i]); in demoUnicodeStringStorage() 496 one.setTo(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage() 506 one.charAt(1), writeable[1]); in demoUnicodeStringStorage() 510 if(one.length()<UPRV_LENGTHOF(writeable)) { in demoUnicodeStringStorage() 513 i=UPRV_LENGTHOF(writeable); in demoUnicodeStringStorage() [all …]
|
/external/vboot_reference/futility/ |
D | misc.c | 233 enum futil_file_err futil_map_file(int fd, int writeable, in futil_map_file() argument 258 if (writeable) in futil_map_file() 267 writeable ? "output" : "input", in futil_map_file() 277 enum futil_file_err futil_unmap_file(int fd, int writeable, in futil_unmap_file() argument 283 if (writeable && in futil_unmap_file()
|
D | futility.h | 134 enum futil_file_err futil_map_file(int fd, int writeable, 136 enum futil_file_err futil_unmap_file(int fd, int writeable,
|
/external/adhd/cras/src/common/ |
D | byte_buffer.h | 101 unsigned int *writeable) in buf_write_pointer_size() argument 103 *writeable = buf_writable_bytes(buf); in buf_write_pointer_size()
|
/external/minijail/ |
D | libminijail.h | 237 int writeable);
|
D | libminijail.c | 755 int writeable) in minijail_bind() argument 759 if (!writeable) in minijail_bind()
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | README.rtf | 16 Also be sure that all necessary files are writeable, otherwise the build will fail silently\
|
/external/python/cpython2/Doc/c-api/ |
D | objbuffer.rst | 56 Returns a pointer to a writeable memory location. The *obj* argument must
|
D | buffer.rst | 414 export the writeable buffer protocol, then :exc:`TypeError` is raised.
|
/external/swiftshader/third_party/LLVM/lib/Support/Windows/ |
D | Memory.inc | 72 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable: ");
|
D | Path.inc | 618 // Get a writeable copy of the path name
|
/external/v8/src/js/ |
D | prologue.js | 118 writeable: true, property
|
/external/oj-libjdwp/src/share/javavm/export/ |
D | jmm.h | 164 unsigned int writeable : 1; /* dynamically writeable */ member
|
/external/llvm/lib/Support/Windows/ |
D | Memory.inc | 195 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable");
|
/external/cros/system_api/dbus/smbprovider/ |
D | directory_entry.proto | 92 optional bool writeable = 3; field
|
/external/python/cpython3/Doc/library/ |
D | io.rst | 676 A buffer providing higher-level access to a writeable, sequential 687 The constructor creates a :class:`BufferedWriter` for the given writeable 724 objects -- one readable, the other writeable -- into a single bidirectional 728 writeable respectively. If the *buffer_size* is omitted it defaults to
|
D | collections.rst | 955 Property docstrings became writeable.
|
D | subprocess.rst | 697 If the *stdin* argument was :data:`PIPE`, this attribute is a writeable
|
/external/python/cpython2/Doc/library/ |
D | io.rst | 605 A buffer providing higher-level access to a writeable, sequential 616 The constructor creates a :class:`BufferedWriter` for the given writeable 658 objects -- one readable, the other writeable -- into a single bidirectional 662 writeable respectively. If the *buffer_size* is omitted it defaults to
|
/external/valgrind/ |
D | README_MISSING_SYSCALL_OR_IOCTL | 32 is actually writeable. This part is useful, but not strictly
|
/external/kernel-headers/original/uapi/linux/ |
D | kvm.h | 446 __u8 writeable; member
|
/external/swiftshader/third_party/LLVM/lib/Support/Unix/ |
D | Path.inc | 658 // Get a writeable copy of the path name
|
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
D | scsimain.c | 650 int writeable = 0; in run_sg_scan_tests() local 662 flags = writeable ? O_RDWR : OPEN_FLAG; in run_sg_scan_tests() 665 writeable = O_RDONLY; in run_sg_scan_tests()
|
/external/tensorflow/tensorflow/docs_src/programmers_guide/ |
D | graphs.md | 90 store a writeable tensor value that persists between @{tf.Session.run} calls.
|
/external/libevent/ |
D | whatsnew-2.1.txt | 328 The largest chunk readable or writeable in a single bufferevent
|