Home
last modified time | relevance | path

Searched refs:writeable (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/samples/ustring/
Dustring.cpp414 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/
Dmisc.c233 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()
Dfutility.h134 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/
Dbyte_buffer.h101 unsigned int *writeable) in buf_write_pointer_size() argument
103 *writeable = buf_writable_bytes(buf); in buf_write_pointer_size()
/external/minijail/
Dlibminijail.h237 int writeable);
Dlibminijail.c755 int writeable) in minijail_bind() argument
759 if (!writeable) in minijail_bind()
/external/antlr/antlr-3.4/runtime/ObjC/Framework/
DREADME.rtf16 Also be sure that all necessary files are writeable, otherwise the build will fail silently\
/external/python/cpython2/Doc/c-api/
Dobjbuffer.rst56 Returns a pointer to a writeable memory location. The *obj* argument must
Dbuffer.rst414 export the writeable buffer protocol, then :exc:`TypeError` is raised.
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DMemory.inc72 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable: ");
DPath.inc618 // Get a writeable copy of the path name
/external/v8/src/js/
Dprologue.js118 writeable: true, property
/external/oj-libjdwp/src/share/javavm/export/
Djmm.h164 unsigned int writeable : 1; /* dynamically writeable */ member
/external/llvm/lib/Support/Windows/
DMemory.inc195 return MakeErrMsg(ErrMsg, "Cannot set memory to writeable");
/external/cros/system_api/dbus/smbprovider/
Ddirectory_entry.proto92 optional bool writeable = 3; field
/external/python/cpython3/Doc/library/
Dio.rst676 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
Dcollections.rst955 Property docstrings became writeable.
Dsubprocess.rst697 If the *stdin* argument was :data:`PIPE`, this attribute is a writeable
/external/python/cpython2/Doc/library/
Dio.rst605 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/
DREADME_MISSING_SYSCALL_OR_IOCTL32 is actually writeable. This part is useful, but not strictly
/external/kernel-headers/original/uapi/linux/
Dkvm.h446 __u8 writeable; member
/external/swiftshader/third_party/LLVM/lib/Support/Unix/
DPath.inc658 // Get a writeable copy of the path name
/external/ltp/testcases/kernel/fs/scsi/ltpscsi/
Dscsimain.c650 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/
Dgraphs.md90 store a writeable tensor value that persists between @{tf.Session.run} calls.
/external/libevent/
Dwhatsnew-2.1.txt328 The largest chunk readable or writeable in a single bufferevent

12