HomeSort by relevance Sort by last modified time
    Searched full:occurs (Results 51 - 75 of 3642) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/java/io/
FilterWriter.java 53 * if an error occurs attempting to close this writer.
67 * if an error occurs attempting to flush this writer.
87 * if an error occurs while writing to this writer.
103 * if an error occurs while writing to this writer.
124 * if an error occurs while writing to this writer.
Writer.java 72 * if an error occurs while closing this writer.
81 * if an error occurs while flushing this writer.
91 * if this writer is closed or another I/O error occurs.
111 * if this writer is closed or another I/O error occurs.
122 * if this writer is closed or another I/O error occurs.
138 * if this writer is closed or another I/O error occurs.
155 * if this writer is closed or another I/O error occurs.
179 * if this writer is closed or another I/O error occurs.
196 * if this writer is closed or another I/O error occurs.
223 * if this writer is closed or another I/O error occurs
    [all...]
RandomAccessFile.java 157 * if an error occurs while closing this file.
204 * if an error occurs while getting the file descriptor of this
218 * if an error occurs while getting the file pointer of this
234 * if this file is closed or some other I/O error occurs.
252 * if this file is closed or another I/O error occurs.
267 * if this file is closed or another I/O error occurs.
284 * if this file is closed or another I/O error occurs.
299 * if this file is closed or another I/O error occurs.
319 * if this file is closed or another I/O error occurs.
339 * if this file is closed or another I/O error occurs
    [all...]
  /libcore/luni/src/main/java/java/sql/
Blob.java 41 * if an error occurs accessing the {@code Blob}.
52 * if an error occurs accessing the {@code Blob}.
67 * if an error occurs accessing the {@code Blob}.
77 * if an error occurs accessing the {@code Blob}.
95 * if an error occurs accessing the {@code Blob}.
113 * if an error occurs accessing the {@code Blob}.
127 * if an error occurs accessing the {@code Blob}.
144 * if an error occurs accessing the {@code Blob}.
166 * if an error occurs accessing the {@code Blob}.
179 * if an error occurs accessing the {@code Blob}
    [all...]
Struct.java 35 * if a database error occurs.
48 * if a database error occurs.
64 * if a database error occurs.
  /external/srec/portable/include/
PFile.h 105 * an error occurs or if the end of the file is encountered before reaching
107 * @return ESR_INVALID_ARGUMENT if self is null; ESR_READ_ERROR if a reading error occurs
119 * an error occurs.
120 * @return ESR_INVALID_ARGUMENT if self is null; ESR_WRITE_ERROR if a writing error occurs
128 * @return ESR_INVALID_ARGUMENT if self is null; ESR_FLUSH_ERROR if a flushing error occurs
138 * @return ESR_INVALID_ARGUMENT if self is null; ESR_SEEK_ERROR if a seeking error occurs
147 * @return ESR_INVALID_ARGUMENT if self is null; ESR_INVALID_STATE if an internal error occurs
279 * an error occurs or if the end of the file is encountered before reaching
281 * @return ESR_INVALID_ARGUMENT if self is null; ESR_READ_ERROR if a reading error occurs
293 * an error occurs
    [all...]
  /external/guava/guava/src/com/google/common/io/
LittleEndianDataInputStream.java 96 * @throws IOException if an I/O error occurs
112 * @throws IOException if an I/O error occurs
130 * @throws IOException if an I/O error occurs
152 * @throws IOException if an I/O error occurs
166 * @throws IOException if an I/O error occurs
184 * @throws IOException if an I/O error occurs.
197 * @throws IOException if an I/O error occurs
LittleEndianDataOutputStream.java 82 * @throws IOException if an I/O error occurs
93 * @throws IOException if an I/O error occurs
106 * @throws IOException if an I/O error occurs
117 * @throws IOException if an I/O error occurs
128 * @throws IOException if an I/O error occurs
142 * @throws IOException if an I/O error occurs
154 * @throws IOException if an I/O error occurs
Files.java 191 * @throws IOException if an I/O error occurs
220 * @throws IOException if an I/O error occurs
232 * @throws IOException if an I/O error occurs
244 * @throws IOException if an I/O error occurs
256 * @throws IOException if an I/O error occurs
268 * @throws IOException if an I/O error occurs
279 * @throws IOException if an I/O error occurs
296 * @throws IOException if an I/O error occurs
310 * @throws IOException if an I/O error occurs
324 * @throws IOException if an I/O error occurs
    [all...]
  /development/samples/training/ContactsList/res/values/
strings.xml 37 <!-- When using ContactsContract.Contacts#CONTENT_FILTER_URI to search contacts, a match occurs
39 number, etc. When a match occurs that is not the name, there is currently no way to tell
41 ContactsListFragment when a search query match occurs that is not the display name.
  /external/chromium_org/third_party/skia/src/gpu/
GrRenderTarget.cpp 23 // go through context so that all necessary flushing occurs
39 // go through context so that all necessary flushing occurs
51 // go through context so that all necessary flushing occurs
  /external/compiler-rt/lib/i386/
floatundidf.S 38 orpd REL_ADDR(twop84), %xmm1 // 0x1p84 + a_hi (no rounding occurs)
39 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
40 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
  /external/compiler-rt/lib/x86_64/
floatundidf.S 36 orq REL_ADDR(twop84), %rdi // 0x1p84 + a_hi (no rounding occurs)
37 orpd REL_ADDR(twop52), %xmm0 // 0x1p52 + a_lo (no rounding occurs)
39 subsd REL_ADDR(twop84_plus_twop52), %xmm1 // a_hi - 0x1p52 (no rounding occurs)
  /external/skia/src/gpu/
GrRenderTarget.cpp 23 // go through context so that all necessary flushing occurs
39 // go through context so that all necessary flushing occurs
51 // go through context so that all necessary flushing occurs
  /frameworks/base/core/java/android/bluetooth/
BluetoothOutputStream.java 50 * if an error occurs while writing to this stream.
71 * if an error occurs while writing to this stream.
92 * if an i/o error occurs.
  /libcore/luni/src/main/java/java/util/jar/
JarOutputStream.java 43 * if an error occurs creating the {@code JarOutputStream}.
64 * if an error occurs creating the {@code JarOutputStream}.
77 * if an error occurs writing to the entry.
  /libcore/luni/src/main/java/javax/sql/
CommonDataSource.java 37 * An exception threw when a data base access error occurs.
47 * An exception threw when a data base access error occurs.
58 * An exception threw when a data base access error occurs.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/output/
DemuxOutputStream.java 50 * @throws IOException if an error occurs
66 * @throws IOException if an error occurs
83 * @throws IOException if an error occurs
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/
FileSystem.java 69 * @throws IOException if an I/O error occurs
77 * @throws IOException if an I/O error occurs
85 * @throws IOException if an I/O error occurs
  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
Compiler.java 229 * @throws TransformerException if syntax or other error occurs.
249 * @throws TransformerException if a error occurs creating the Expression.
263 * @throws TransformerException if a error occurs creating the Expression.
277 * @throws TransformerException if a error occurs creating the Expression.
291 * @throws TransformerException if a error occurs creating the Expression.
305 * @throws TransformerException if a error occurs creating the Expression.
319 * @throws TransformerException if a error occurs creating the Expression.
333 * @throws TransformerException if a error occurs creating the Expression.
347 * @throws TransformerException if a error occurs creating the Expression.
361 * @throws TransformerException if a error occurs creating the Expression
    [all...]
  /external/chromium/chrome/browser/password_manager/
encryptor_password_mac.h 25 // If the user disallows access to the Keychain (or an error occurs) then an
  /external/chromium/chrome/browser/sync/
profile_sync_service_observer.h 13 // When one of the following events occurs, OnStateChanged() is called.
  /external/chromium_org/ash/wm/
activation_controller_delegate.h 23 // Modification occurs via the return value:
workspace_controller.h 37 // Starts the animation that occurs on first login.
  /external/chromium_org/chrome/browser/sync/
profile_sync_service_observer.h 12 // When one of the following events occurs, OnStateChanged() is called.

Completed in 943 milliseconds

1 23 4 5 6 7 8 91011>>