/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...] |
/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);
|
/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...] |
/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
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar | |