/libcore/luni/src/main/java/java/nio/channels/ |
NotYetConnectedException.java | 21 * connected before an I/O operation is invoked.
|
UnresolvedAddressException.java | 21 * unresolved network address in a network operation.
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetDecoder.java | 31 * the following sequence, which is referred to as a decoding operation: 152 * This is a facade method for the decoding operation. 156 * operation, resets at first, then decodes, and flushes at last. 158 * This method should not be invoked while another {@code decode} operation 164 * produced by this decoding operation. The buffer's limit will be 168 * if another decoding operation is ongoing. 182 * if another exception happened during the decode operation. 248 * operation, but their limits and marks will be kept intact. 261 * operation may be regarded as complete. Otherwise, this method should be 280 * current input buffer are all inputs for this decoding operation. Not [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
ConcurrentMap.java | 50 * @throws UnsupportedOperationException if the <tt>put</tt> operation 77 * @throws UnsupportedOperationException if the <tt>remove</tt> operation 104 * @throws UnsupportedOperationException if the <tt>put</tt> operation 133 * @throws UnsupportedOperationException if the <tt>put</tt> operation
|
/libcore/luni/src/main/java/javax/crypto/ |
ShortBufferException.java | 28 * The exception that is thrown when the result of an operation is attempted to
|
/libcore/luni/src/main/java/javax/net/ssl/ |
SSLProtocolException.java | 21 * The exception that is thrown when an error in the operation of the SSL
|
/libcore/luni/src/main/java/libcore/io/ |
StructFlock.java | 25 /** The operation type, one of F_RDLCK, F_WRLCK, or F_UNLCK. */
|
/libcore/luni/src/main/java/org/w3c/dom/ |
DOMException.java | 17 * when an operation is impossible to perform (either for logical reasons, 79 * operation. 110 * If a parameter or an operation is not supported by the underlying 119 * and the operation would not be done. This code is used in [<a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Val-20040127/'>DOM Level 3 Validation</a>]
|
/libcore/luni/src/main/native/ |
AsynchronousSocketCloseMonitor.h | 28 * Every blocking network I/O operation must be surrounded by an AsynchronousSocketCloseMonitor
|
/libcore/luni/src/test/java/libcore/java/nio/charset/ |
OldCharsetEncoderDecoderBufferTest.java | 33 * (CharsetDecoderICU) when a decode operation 65 * (CharsetDecoderICU) when a decode operation 91 * (CharsetEncoderICU) when an encode operation 123 * (CharsetEncoderICU) when an encode operation
|
/packages/apps/Browser/src/com/android/browser/provider/ |
SQLiteContentProvider.java | 213 final ContentProviderOperation operation = operations.get(i); local 214 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) { 217 if (i > 0 && operation.isYieldAllowed()) { 223 results[i] = operation.apply(this, results, i);
|
/packages/apps/ContactsCommon/src/com/android/contacts/common/database/ |
EmptyCursor.java | 82 return new CursorIndexOutOfBoundsException("Operation not permitted on an empty cursor.");
|
/packages/apps/Gallery2/src/com/android/photos/data/ |
SQLiteContentProvider.java | 223 final ContentProviderOperation operation = operations.get(i); local 224 if (!callerIsSyncAdapter && isCallerSyncAdapter(operation.getUri())) { 227 if (i > 0 && operation.isYieldAllowed()) { 233 results[i] = operation.apply(this, results, i);
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 32 opcode, and a type. Result is the value number of the operation, 51 number of the operation, and hashcode is stored to avoid having to 88 /* A reference operation in the hashtable is representation as 90 the operation, and a collection of operands that make up the
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 32 opcode, and a type. Result is the value number of the operation, 51 number of the operation, and hashcode is stored to avoid having to 88 /* A reference operation in the hashtable is representation as 90 the operation, and a collection of operands that make up the
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 32 opcode, and a type. Result is the value number of the operation, 51 number of the operation, and hashcode is stored to avoid having to 88 /* A reference operation in the hashtable is representation as 90 the operation, and a collection of operands that make up the
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
tree-ssa-sccvn.h | 32 opcode, and a type. Result is the value number of the operation, 51 number of the operation, and hashcode is stored to avoid having to 88 /* A reference operation in the hashtable is representation as 90 the operation, and a collection of operands that make up the
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/ |
shmbuf.h | 18 struct ipc64_perm shm_perm; /* operation perms */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/ |
errno-base.h | 4 #define EPERM 1 /* Operation not permitted */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hysdn_if.h | 26 #define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
shmbuf.h | 18 struct ipc64_perm shm_perm; /* operation perms */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno-base.h | 4 #define EPERM 1 /* Operation not permitted */
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
hysdn_if.h | 26 #define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm/ |
shmbuf.h | 18 struct ipc64_perm shm_perm; /* operation perms */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/asm-generic/ |
errno-base.h | 4 #define EPERM 1 /* Operation not permitted */
|