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

1 2

  /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 404 static UChar writeable[]={ variable
433 one+=UnicodeString(writeable, UPRV_LENGTHOF(writeable));
456 one.setTo(FALSE, writeable, UPRV_LENGTHOF(writeable));
460 printUnicodeString("fastCopyFrom(readonly alias of \"writeable\" array): ", two);
468 // * UnicodeString using writeable-alias to a non-const UChar array
469 UnicodeString four(writeable, UPRV_LENGTHOF(writeable), UPRV_LENGTHOF(writeable));
    [all...]
  /external/lldb/include/lldb/Core/
DataBufferMemoryMap.h 112 bool writeable = false);
  /system/core/adb/
transport.h 48 const char* devpath, unsigned writeable);
usb_linux.cpp 59 unsigned writeable; member in struct:usb_handle
525 if (h->writeable) {
597 usb->writeable = 1;
615 usb->writeable = 0;
619 (usb->writeable ? "" : " (read-only)"), usb->desc);
621 if (usb->writeable) {
652 register_usb_transport(usb, serial.c_str(), dev_path, usb->writeable);
transport.cpp 1020 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writeable)
1026 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
  /external/vboot_reference/futility/
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,
misc.c 233 enum futil_file_err futil_map_file(int fd, int writeable,
258 if (writeable)
267 writeable ? "output" : "input",
277 enum futil_file_err futil_unmap_file(int fd, int writeable,
283 if (writeable &&
  /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);
  /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...]
  /system/core/libusbhost/
usbhost.c 83 int writeable; member in struct:usb_device
322 int fd, did_retry = 0, writeable = 1; local
341 writeable = 0;
347 result->writeable = writeable;
374 // assume we are writeable, since usb_device_get_fd will only return writeable fds
375 device->writeable = 1;
386 if (device->writeable)
393 device->writeable = 1
    [all...]
  /frameworks/av/media/mtp/
MtpProperty.h 80 bool writeable = false,
MtpProperty.cpp 50 bool writeable,
54 mWriteable(writeable),
340 ALOGI(" writeable %s", (mWriteable ? "true" : "false"));
  /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
  /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
  /bionic/libc/kernel/uapi/linux/
kvm.h 345 __u8 writeable; member in struct:kvm_translation
    [all...]
  /development/ndk/platforms/android-21/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /external/kernel-headers/original/uapi/linux/
kvm.h 363 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
kvm.h 336 __u8 writeable; member in struct:kvm_translation
    [all...]
  /prebuilts/tools/common/m2/repository/commons-beanutils/commons-beanutils/1.8.0/
commons-beanutils-1.8.0.jar 

Completed in 1224 milliseconds

1 2