HomeSort by relevance Sort by last modified time
    Searched defs:writeable (Results 1 - 17 of 17) sorted by null

  /packages/apps/Camera2/src/com/android/camera/util/
CaptureDataSerializer.java 47 private static interface Writeable {
92 Writeable writeable = new Writeable() { local
106 dumpMetadata(writeable, new BufferedWriter(writer));
115 Writeable writeable = new Writeable() { local
129 dumpMetadata(writeable, new BufferedWriter(writer));
164 private static void dumpMetadata(Writeable metadata, Writer writer)
    [all...]
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 414 static UChar writeable[]={ variable
443 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable));
466 one.setTo(FALSE, writeable, UPRV_LENGTHOF(writeable));
470 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
478 // * UnicodeString using writeable-alias to a non-const UChar array
479 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable));
    [all...]
  /system/core/adb/client/
usb_linux.cpp 70 unsigned writeable = 1; member in struct:native::usb_handle
465 if (h->writeable) {
545 usb->writeable = 0;
549 usb->path.c_str(), (usb->writeable ? "" : " (read-only)"), usb->fd);
551 if (usb->writeable) {
577 register_usb_transport(done_usb, serial.c_str(), dev_path, done_usb->writeable);
  /system/core/libusbhost/
usbhost.c 86 int writeable; member in struct:usb_device
325 int fd, attempts, writeable = 1; local
336 writeable = 1;
341 writeable = (access(dev_name, R_OK | W_OK) == 0);
345 /* not writeable or readable - sleep and try again. */
350 if (writeable) {
355 D("usb_device_open open returned %d writeable %d errno %d\n", fd, writeable, errno);
360 result->writeable = writeable;
    [all...]
  /external/oj-libjdwp/src/share/javavm/export/
jmm.h 164 unsigned int writeable : 1; /* dynamically writeable */ member in struct:__anon30818
  /frameworks/base/cmds/incidentd/src/
Section.cpp 86 int writeable = 0; local
117 writeable++;
141 writeable++;
150 return writeable > 0 ? NO_ERROR : err;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
kvm.h 310 __u8 writeable; member in struct:kvm_translation
  /external/ltp/testcases/kernel/fs/scsi/ltpscsi/
scsimain.c 650 int writeable = 0; local
662 flags = writeable ? O_RDWR : OPEN_FLAG;
665 writeable = O_RDONLY;
    [all...]
  /bionic/libc/kernel/uapi/linux/
kvm.h 335 __u8 writeable; member in struct:kvm_translation
  /external/kernel-headers/original/uapi/linux/
kvm.h 446 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.7.0/
commons-beanutils-1.7.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.9.2/
commons-beanutils-1.9.2.jar 
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils-core/1.8.3/
commons-beanutils-core-1.8.3.jar 
  /packages/apps/Messaging/build/gcheckstyle/
google-style-checker_deploy.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
ct.sym 
  /prebuilts/jdk/jdk8/linux-x86/lib/
ct.sym 

Completed in 413 milliseconds