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

1 2 3 4 5 6 7 8 910

  /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...]
  /external/autotest/client/site_tests/security_Minijail0/src/
test-chroot 20 echo 'x' > /tmp-rw/test-rw || die "non-writeable /tmp-rw"
21 echo 'x' > /tmp-ro/test-ro && die "writeable /tmp-ro"
test-pivotroot 20 echo 'x' > /tmp-rw/test-rw || die "non-writeable /tmp-rw"
21 echo 'x' > /tmp-ro/test-ro && die "writeable /tmp-ro"
  /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/llvm/include/llvm/MC/
SectionKind.h 71 /// Writeable - This is the base of all segments that need to be written
75 /// objects must be writeable, otherwise there is no reason for them to
84 /// GlobalWriteableData - Writeable data that is global (not thread
87 /// BSS - Zero initialized writeable data.
102 /// This is writeable data that has a non-zero initializer.
107 /// must be stuck in a writeable section so that the dynamic linker
  /system/bt/osi/include/
buffer.h 47 // Returns a pointer to a writeable memory region for |buf|. All references
54 // Returns the length of the writeable memory region referred to by |buf|.
  /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...]
  /cts/common/device-side/preconditions/src/com/android/compatibility/common/preconditions/
ExternalStorageHelper.java 23 * and writeable.
  /external/ImageMagick/Magick++/lib/Magick++/
CoderInfo.h 59 // Format is 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);
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/java/io/
RandomAccessFile.java 29 final boolean writeable; field in class:RandomAccessFile
51 writeable = mode.equals("rw");
55 } else if (writeable) {
294 if (!writeable) {
295 throw new IOException("not writeable");
  /external/vboot_reference/futility/
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 &&
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,
  /external/autotest/client/site_tests/security_StatefulPermissions/
security_StatefulPermissions.py 123 # Exclude world-writeable stuff.
124 # '/var/lib/metrics/uma-events' is world-writeable: crbug.com/198054.
126 # '/run/lock' is world-writeable.
128 # '/var/log/asan' should be world-writeable: crbug.com/453579
  /external/minijail/
libminijail.h 137 * minijail_bind: bind-mounts @src into @j as @dest, optionally writeable
141 * @writeable 1 if the bind mount should be writeable
147 int writeable);
  /system/core/adb/
usb_linux.cpp 65 unsigned writeable = 1; member in struct:usb_handle
463 if (h->writeable) {
539 usb->writeable = 0;
543 usb->path.c_str(), (usb->writeable ? "" : " (read-only)"), usb->fd);
545 if (usb->writeable) {
571 register_usb_transport(done_usb, serial.c_str(), dev_path, done_usb->writeable);
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
README.rtf 16 Also be sure that all necessary files are writeable, otherwise the build will fail silently\
  /external/archive-patcher/shared/src/main/java/com/google/archivepatcher/shared/
RandomAccessFileOutputStream.java 52 * Given a {@link File}, get a writeable {@link RandomAccessFile} reference for it.
  /external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
response_table.rst 25 body_file b File-like obj returned is writeable
  /frameworks/av/media/mtp/
MtpProperty.h 80 bool writeable = false,
  /packages/apps/Camera2/src/com/android/camera/session/
SessionStorageManager.java 50 * writeable, otherwise it will throw an exception.
  /toolchain/binutils/binutils-2.25/include/coff/
m68k.h 28 #define MC68KWRMAGIC 0520 /* writeable text segments */
  /toolchain/binutils/binutils-2.25/
mkdep 46 echo "mkdep: no writeable file \"$MAKE\""
  /external/deqp/framework/delibs/destream/
deFileStream.c 166 /* \note mika Check that file is readable and writeable, currently not supported by deFile */
206 /* \note mika Check that file is writeable, currently not supported by deFile */
  /external/dng_sdk/source/
dng_hue_sat_map.h 153 /// Make sure the table is writeable.
177 /// Same as SetDelta, without checking that the table is writeable.

Completed in 1182 milliseconds

1 2 3 4 5 6 7 8 910