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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/classfile/io/
package.html 2 This package contains classes for reading and writing class files.
  /frameworks/base/core/java/android/test/
package.html 3 A framework for writing Android test cases and suites.
  /frameworks/base/core/java/android/inputmethodservice/
package.html 3 Base classes for writing input methods. These APIs are not for use by
4 normal applications, they are a framework specifically for writing input
  /development/samples/SoftKeyboard/
_index.html 1 <p>This application is an example of writing an input method for a software keyboard.
4 a basic example for how you would get started writing an input method, to
  /libcore/luni/src/main/java/java/io/
DataOutput.java 11 * Unless required by applicable law or agreed to in writing, software
39 * if an I/O error occurs while writing.
56 * if an I/O error occurs while writing.
71 * if an I/O error occurs while writing.
82 * if an I/O error occurs while writing.
93 * if an I/O error occurs while writing.
105 * if an I/O error occurs while writing.
119 * if an I/O error occurs while writing.
130 * if an I/O error occurs while writing.
142 * if an I/O error occurs while writing
    [all...]
Flushable.java 10 * Unless required by applicable law or agreed to in writing, software
26 * Flushes the object by writing out any buffered data to the underlying
30 * if there are any issues writing the data.
  /external/dropbear/libtommath/
gen.pl 8 open( OUT, ">mpi.c" ) or die "Couldn't open mpi.c for writing: $!";
17 close OUT or die "Error closing mpi.c after writing: $!"
  /development/samples/ApiDemos/src/com/example/android/apis/content/
_index.html 4 <dd>Demonstrates reading and writing files in external storage. </dd>
  /libcore/luni/src/main/java/java/net/
CacheRequest.java 10 * Unless required by applicable law or agreed to in writing, software
28 * IOException} occurs while reading the response or writing data to the cache,
44 * while reading the response or writing resource data to the cache, the
54 * if an I/O error is encountered during writing response body
  /cts/tests/tests/permission/src/android/permission/cts/
NoSdCardWritePermissionTest.java 10 * Unless required by applicable law or agreed to in writing, software
27 * Test writing to SD card requires permissions
32 * Verify that writing to the external storage device requires {@link
  /bootable/recovery/mtdutils/
flash_image.c 10 * Unless required by applicable law or agreed to in writing, software
66 // If the first part of the file matches the partition, skip writing
78 // just assume it needs re-writing
84 // just assume it needs re-writing
96 if (out == NULL) die("error writing %s", argv[1]);
101 if (wrote != headerlen) die("error writing %s", argv[1]);
106 if (wrote != len) die("error writing %s", argv[1]);
118 if (wrote != headerlen) die("error re-writing %s", argv[1]);
134 die("error writing %s", argv[1]);
  /bootable/recovery/updater/
install.h 10 * Unless required by applicable law or agreed to in writing, software
  /build/core/
host_prebuilt.mk 10 # Unless required by applicable law or agreed to in writing, software
  /build/tools/droiddoc/src/
ContainerInfo.java 10 * Unless required by applicable law or agreed to in writing, software
Scoped.java 10 * Unless required by applicable law or agreed to in writing, software
  /build/tools/droiddoc/test/generics/src/com/android/generics/
AbsListView.java 10 * Unless required by applicable law or agreed to in writing, software
Adapter.java 10 * Unless required by applicable law or agreed to in writing, software
AdapterView.java 10 * Unless required by applicable law or agreed to in writing, software
Iface.java 10 * Unless required by applicable law or agreed to in writing, software
ListAdapter.java 10 * Unless required by applicable law or agreed to in writing, software
TestComparable.java 10 * Unless required by applicable law or agreed to in writing, software
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/
SomeEnum.java 10 * Unless required by applicable law or agreed to in writing, software
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
SomeInterface.java 10 * Unless required by applicable law or agreed to in writing, software
  /build/tools/droiddoc/test/stubs/src/com/android/stubs/hidden/
Hidden.java 10 * Unless required by applicable law or agreed to in writing, software
PackagePrivate.java 10 * Unless required by applicable law or agreed to in writing, software

Completed in 509 milliseconds

1 2 3 4 5 6 7 8 91011>>