Home
last modified time | relevance | path

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

/external/icu/icu4c/source/samples/ustring/
Dustring.cpp410 static UChar writeable[]={ variable
439 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
462 one.setTo(FALSE, writeable, UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
475 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
481 "after modification\n", i, writeable[i]); in demoUnicodeStringStorage()
489 "modification of string copy\n", i, writeable[i]); in demoUnicodeStringStorage()
492 one.setTo(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable)); in demoUnicodeStringStorage()
502 one.charAt(1), writeable[1]); in demoUnicodeStringStorage()
506 if(one.length()<UPRV_LENGTHOF(writeable)) { in demoUnicodeStringStorage()
509 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/minijail/
Dlibminijail.h200 int writeable);
Dlibminijail.c746 int writeable) in minijail_bind() argument
750 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/llvm/lib/Support/Windows/
DMemory.inc195 return MakeErrMsg(ErrMsg, "Cannot set memory to 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
Dctypes.rst2071 *source* object. The *source* object must support the writeable buffer
/external/valgrind/
DREADME_MISSING_SYSCALL_OR_IOCTL32 is actually writeable. This part is useful, but not strictly
/external/kernel-headers/original/uapi/linux/
Dkvm.h415 __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/Microsoft-GSL/gsl/
Dmulti_span1624 // convert a multi_span<T> to a multi_span<byte> (a writeable byte multi_span)
/external/syslinux/com32/libupload/
Dymodem.txt1882 remember that the destination directory on your system must be writeable
/external/skia/third_party/libpng/
Dlibpng-manual.txt3273 a writeable buffer of at least 29 bytes.
/external/libpng/
Dlibpng-manual.txt3278 a writeable buffer of at least 29 bytes.
/external/python/cpython2/Misc/
DHISTORY2545 - Patch 1012740: truncate() on a writeable cStringIO now resets the