HomeSort by relevance Sort by last modified time
    Searched refs:writeable (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 27 int32_t TempFile::Open(bool writeable) {
44 int rdwr_flag = writeable ? _O_RDWR : _O_RDONLY;
70 if (writeable) {
temporary_file.h 43 // If |writeable| is true, the descriptor will be opened for writing, and
45 int32_t Open(bool writeable);
50 // The nacl::DescWrapper* for the writeable version of the file.
  /external/lldb/source/Core/
DataBufferMemoryMap.cpp 109 bool writeable)
116 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(file=\"%s\", offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i",
120 writeable);
126 if (writeable)
134 return MemoryMapFromFileDescriptor (file.GetDescriptor(), offset, length, writeable, fd_is_file);
160 bool writeable,
169 log->Printf("DataBufferMemoryMap::MemoryMapFromFileSpec(fd=%i, offset=0x%" PRIx64 ", length=0x%" PRIx64 ", writeable=%i, fd_is_file=%i)",
173 writeable,
195 if (writeable)
  /external/icu/icu4c/source/samples/ustring/
ustring.cpp 406 static UChar writeable[]={ variable
435 one+=UnicodeString(writeable, LENGTHOF(writeable));
458 one.setTo(FALSE, writeable, LENGTHOF(writeable));
462 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
470 // * UnicodeString using writeable-alias to a non-const UChar array
471 UnicodeString four(writeable, LENGTHOF(writeable), LENGTHOF(writeable));
    [all...]
  /external/lldb/include/lldb/Core/
DataBufferMemoryMap.h 112 bool writeable = false);
  /development/samples/ApiDemos/src/com/example/android/apis/content/
ExternalStorage.java 127 void handleExternalStorageState(boolean available, boolean writeable) {
129 mExternalStoragePublicPicture.mCreate.setEnabled(writeable && !has);
130 mExternalStoragePublicPicture.mDelete.setEnabled(writeable && has);
132 mExternalStoragePrivatePicture.mCreate.setEnabled(writeable && !has);
133 mExternalStoragePrivatePicture.mDelete.setEnabled(writeable && has);
135 mExternalStoragePrivateFile.mCreate.setEnabled(writeable && !has);
136 mExternalStoragePrivateFile.mDelete.setEnabled(writeable && has);
  /frameworks/av/media/mtp/
MtpProperty.h 80 bool writeable = false,
MtpProperty.cpp 50 bool writeable,
54 mWriteable(writeable),
329 ALOGI(" writeable %s", (mWriteable ? "true" : "false"));
  /packages/apps/Camera2/src/com/android/camera/util/
CaptureDataSerializer.java 46 private static interface Writeable {
91 Writeable writeable = new Writeable() { local
105 dumpMetadata(writeable, new BufferedWriter(writer));
114 Writeable writeable = new Writeable() { local
128 dumpMetadata(writeable, new BufferedWriter(writer));
167 private static void dumpMetadata(Writeable metadata, Writer writer)
    [all...]
  /system/core/libusbhost/
usbhost.c 80 int writeable; member in struct:usb_device
319 int fd, did_retry = 0, writeable = 1; local
338 writeable = 0;
344 result->writeable = writeable;
371 // assume we are writeable, since usb_device_get_fd will only return writeable fds
372 device->writeable = 1;
383 if (device->writeable)
390 device->writeable = 1
    [all...]
  /system/core/adb/
usb_linux.c 61 unsigned writeable; member in struct:usb_handle
515 if (h->writeable) {
592 usb->writeable = 1;
605 usb->writeable = 0;
672 register_usb_transport(usb, serial, devpath, usb->writeable);
adb.h 305 void register_usb_transport(usb_handle *h, const char *serial, const char *devpath, unsigned writeable);
transport.c 1099 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writeable)
1104 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
  /bootable/recovery/minadbd/
adb.h 256 void register_usb_transport(usb_handle *h, const char *serial, unsigned writeable);
transport.c 681 void register_usb_transport(usb_handle *usb, const char *serial, unsigned writeable)
686 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
  /external/qemu/android/config/linux-x86/linux/
kvm.h 231 __u8 writeable; member in struct:kvm_translation
  /external/qemu/android/config/linux-x86_64/linux/
kvm.h 231 __u8 writeable; member in struct:kvm_translation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
kvm.h 231 __u8 writeable; member in struct:kvm_translation
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
kvm.h 231 __u8 writeable; member in struct:kvm_translation
  /bionic/libc/kernel/uapi/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /development/ndk/platforms/android-L/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 355 __u8 writeable; member in struct:kvm_translation
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]

Completed in 642 milliseconds

1 2