HomeSort by relevance Sort by last modified time
    Searched refs:writeable (Results 1 - 16 of 16) 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...]
  /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 70 int writeable; member in struct:usb_device
259 int fd, did_retry = 0, writeable = 1; local
278 writeable = 0;
284 result->writeable = writeable;
311 // assume we are writeable, since usb_device_get_fd will only return writeable fds
312 device->writeable = 1;
323 if (device->writeable)
330 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 301 void register_usb_transport(usb_handle *h, const char *serial, const char *devpath, unsigned writeable);
transport.c 1061 void register_usb_transport(usb_handle *usb, const char *serial, const char *devpath, unsigned writeable)
1066 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
  /external/webkit/Source/WebCore/bindings/scripts/
CodeGeneratorGObject.pm 304 my $writeable = $property->type !~ /^readonly/;
310 if ($writeable && $hasGtypeSignature) {
359 my $writeable = $attribute->type !~ /^readonly/;
362 if ($writeable && $custom) {
366 if ($writeable && !$custom) {
    [all...]
  /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/pts/hostTests/browser/browserlauncher/assets/octane/
mandreel.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 898 milliseconds