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

  /external/icu4c/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/chromium_org/ppapi/native_client/src/trusted/plugin/
temporary_file.cc 48 void TempFile::Open(const pp::CompletionCallback& cb, bool writeable) {
68 int rdwr_flag = writeable ? _O_RDWR : _O_RDONLY;
99 // The descriptor for a writeable file needs to have quota management.
100 if (writeable) {
temporary_file.h 48 // If |writeable| is true, the descriptor will be opened for writing, and
50 void Open(const pp::CompletionCallback& cb, bool writeable);
55 // The nacl::DescWrapper* for the writeable version of the file.
  /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 48 bool writeable,
52 mWriteable(writeable),
327 ALOGI(" writeable %s", (mWriteable ? "true" : "false"));
  /system/core/libusbhost/
usbhost.c 80 int writeable; member in struct:usb_device
318 int fd, did_retry = 0, writeable = 1; local
337 writeable = 0;
343 result->writeable = writeable;
370 // assume we are writeable, since usb_device_get_fd will only return writeable fds
371 device->writeable = 1;
382 if (device->writeable)
389 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 298 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 260 void register_usb_transport(usb_handle *h, const char *serial, unsigned writeable);
transport.c 702 void register_usb_transport(usb_handle *usb, const char *serial, unsigned writeable)
707 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
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsProvider2.java     [all...]
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
mandreel.js     [all...]
  /external/chromium_org/tools/win/split_link/viz.js/
viz.js     [all...]
  /external/chromium_org/v8/tools/profviz/
gnuplot-4.6.3-emscripten.js     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 827 milliseconds