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

1 2 3

  /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/kernel-headers/original/asm-x86/
vsyscall.h 35 /* kernel space (writeable) */
  /frameworks/base/libs/usb/tests/AccessoryChat/accessorychat/
usbhost.c 66 int writeable; member in struct:usb_device
205 int fd, did_retry = 0, writeable = 1; local
224 writeable = 0;
230 result->writeable = writeable;
257 // assume we are writeable, since usb_device_get_fd will only return writeable fds
258 device->writeable = 1;
269 if (device->writeable)
276 device->writeable = 1
    [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);
  /external/chromium/net/tools/flip_server/
ring_buffer.cc 182 // not means that the writeable region is broken into two pieces: only
184 // the writeable region must be contiguous: [write_idx, read_idx). There
189 // Writeable area fragmented, consolidate it.
  /external/kernel-headers/original/linux/mtd/
partitions.h 35 * Note: writeable partitions require their size and offset be
  /libcore/luni/src/main/java/javax/xml/transform/stream/
StreamResult.java 141 * this value as a writeable URI (probably a file name).
181 * this value as a writeable URI (probably a file name).
  /external/kernel-headers/original/mtd/
mtd-abi.h 28 #define MTD_WRITEABLE 0x400 /* Device is writeable */
  /external/libpcap/
mkdep 50 echo "mkdep: no writeable file \"$MAKE\""
  /external/tcpdump/
mkdep 50 echo "mkdep: no writeable file \"$MAKE\""
  /system/core/adb/
usb_linux.c 61 unsigned writeable; member in struct:usb_handle
490 if (h->writeable) {
567 usb->writeable = 1;
580 usb->writeable = 0;
645 register_usb_transport(usb, serial, usb->writeable);
adb.h 282 void register_usb_transport(usb_handle *h, const char *serial, unsigned writeable);
transport.c 927 void register_usb_transport(usb_handle *usb, const char *serial, unsigned writeable)
932 init_usb_transport(t, usb, (writeable ? CS_OFFLINE : CS_NOPERM));
  /external/chromium/third_party/icu/source/i18n/
utrans.cpp 452 // writeable alias: for this ct, len CANNOT be -1 (why?)
482 // writeable alias: for this ct, len CANNOT be -1 (why?)
  /external/icu4c/i18n/
utrans.cpp 452 // writeable alias: for this ct, len CANNOT be -1 (why?)
482 // writeable alias: for this ct, len CANNOT be -1 (why?)
  /build/tools/acp/
acp.c 239 "not writeable\n");
  /external/e2fsprogs/e2fsck/
e2fsck.conf.5.in 165 If the directory named by this relation exists and is writeable, then
  /external/grub/netboot/
sk_g16.h 32 * (R=Readable) (W=Writeable) (S=Set on write) (C-Clear on write)
  /libcore/luni/src/main/java/org/apache/harmony/luni/platform/
INetworkSystem.java 104 * SelectorImpl.WRITEABLE}
  /prebuilt/sdk/tools/linux/
acp 
  /packages/apps/Camera/src/com/android/camera/
ImageManager.java 334 // Create a temporary file to see whether a volume is really writeable.
  /packages/apps/Gallery3D/src/com/cooliris/media/
ImageManager.java 286 // Create a temporary file to see whether a volume is really writeable.
  /development/testrunner/
adb_interface.py 301 self.SendShellCommand("make /data/trace world writeable",
  /external/emma/core/java12/com/vladium/util/
Files.java 311 * @return writeable temp file descriptor [incorporates 'parentDir' in its pathname]
  /external/grub/stage2/
ufs2.h 94 #define IWRITE 0000200 /* Writeable. */

Completed in 666 milliseconds

1 2 3