Searched
full:operation (Results
501 -
525 of
10466) sorted by null
<<21222324252627282930>>
/libcore/luni/src/test/java/libcore/java/util/ |
OldLinkedHashMapTest.java | 41 // iterator.next() Operation takes place after a get 42 // Operation. This is because the get Operation is considered
|
/libcore/ojluni/src/main/java/java/net/ |
CacheRequest.java | 36 * which allows a cache store operation to be interrupted and 38 * response or writing to the cache, the current cache store operation 60 * the current cache store operation will be abandoned.
|
/libcore/ojluni/src/main/java/java/util/function/ |
ObjDoubleConsumer.java | 28 * Represents an operation that accepts an object-valued and a 37 * @param <T> the type of the object argument to the operation 46 * Performs this operation on the given arguments.
|
ObjIntConsumer.java | 28 * Represents an operation that accepts an object-valued and a 37 * @param <T> the type of the object argument to the operation 46 * Performs this operation on the given arguments.
|
ObjLongConsumer.java | 28 * Represents an operation that accepts an object-valued and a 37 * @param <T> the type of the object argument to the operation 46 * Performs this operation on the given arguments.
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
NativeThread.java | 32 // thread is blocked in an I/O operation upon that channel does not cause that 35 // that can be used to release a native thread from a blocking I/O operation. 49 // operation. On systems that do not require signalling, this method has
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
qos2.h | 113 QOS_NOTIFY_FLOW Operation, 123 QOS_QUERY_FLOW Operation, 146 QOS_SET_FLOW Operation,
|
/system/bt/bta/include/ |
bta_mce_api.h | 37 #define BTA_MCE_SUCCESS 0 /* Successful operation. */ 101 ** operation is complete the callback function will be 117 ** by the given peer device. When the operation is completed
|
bta_jv_api.h | 37 #define BTA_JV_SUCCESS 0 /* Successful operation. */ 162 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 169 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 176 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 182 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 191 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 204 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 212 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 220 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. */ 228 tBTA_JV_STATUS status; /* Whether the operation succeeded or failed. * [all...] |
/system/update_engine/payload_consumer/ |
payload_constants.h | 43 // The minor version that allows per-operation source hash. 46 // The minor version that allows IMGDIFF operation. 72 // Return the name of the operation type.
|
/system/update_engine/payload_generator/ |
payload_file_unittest.cc | 45 // Rootfs operation 1: [8, 3] bcd 46 // Rootfs operation 2: [7, 1] a 47 // Kernel operation 1: [0, 6] kernel
|
/external/libnfc-nxp/src/ |
phLibNfc.h | 406 * \param NFCSTATUS_SUCCESS Connect operation successful. 407 * \param NFCSTATUS_TARGET_LOST Connect operation failed because target is lost. 430 * \param NFCSTATUS_SUCCESS Disconnect operation successful. 451 * \param NFCSTATUS_SUCCESS Ioctl operation successful. 452 * \param NFCSTATUS_TARGET_LOST Ioctl operation failed because target is lost. 453 * \param NFCSTATUS_SHUTDOWN Ioctl operation failed because Shutdown in progress. 476 * a Transceive operation on a tag or when the device acts as an Initiator during a 484 * \param NFCSTATUS_SUCCESS Transceive operation successful. 485 * \param NFCSTATUS_TARGET_LOST Transceive operation failed because target is lost. 486 * \param NFCSTATUS_SHUTDOWN Transceive operation failed because Shutdown in progress [all...] |
/packages/apps/Nfc/nci/jni/extns/pn54x/src/mifare/ |
phFriNfc_NdefMap.h | 72 #define PH_FRINFC_NDEFMAP_MIFARESTD_RDWR_SIZE 16 /* Bytes read/write for one read/write operation*/ 94 * the Read/Write operation needs to be restarted/continued from the last offset set. 97 /* Read/Write operation shall start from the last offset set */ 99 /* Read/Write operation shall start from the beginning of the file/card */ 102 /* Read operation invalid */ 116 /* to store bytes that will be used in the next write/read operation, if any */ 329 /* The state of the operation. */ 372 /* Holds the previous operation on the card*/ 396 /* specifies the desired operation to be performed*/ 407 to update the PacketDataLength in case of Read operation */ [all...] |
/frameworks/base/obex/javax/obex/ |
ServerOperation.java | 46 * This class implements the Operation interface for server side connections. 58 public final class ServerOperation implements Operation, BaseStream { 283 if(V) Log.d(TAG,"SRM is now ENABLED (but not active) for this operation"); 287 if(V) Log.d(TAG,"SRM is now ACTIVE for this operation"); 320 * Determines if the operation should continue or should wait. If it should 321 * continue, this method will continue the operation. 323 * operation even if no headers will be sent; if <code>false</code> 324 * then this method will only continue the operation if there are 328 * @return <code>true</code> if the operation was completed; 329 * <code>false</code> if no operation took plac [all...] |
/external/apache-xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 55 import org.apache.xpath.operations.Operation; 69 * of operation codes (op map) and then builds from that into an Expression 200 * Bottle-neck compilation of an operation with left and right operands. 202 * @param operation non-null reference to parent operation. 203 * @param opPos The op map position of the parent operation. 205 * @return reference to {@link org.apache.xpath.operations.Operation} instance. 209 private Expression compileOperation(Operation operation, int opPos) 216 operation.setLeftRight(compile(leftPos), compile(rightPos)) [all...] |
/art/runtime/interpreter/mterp/arm/ |
bincmp.S | 2 * Generic two-operand compare-and-branch operation. Provide a "condition"
|
fbinop2addr.S | 2 * Generic 32-bit floating point "/2addr" binary operation. Provide
|
fbinopWide.S | 2 * Generic 64-bit double-precision floating point binary operation.
|
fbinopWide2addr.S | 2 * Generic 64-bit floating point "/2addr" binary operation. Provide
|
funop.S | 2 * Generic 32-bit unary floating-point operation. Provide an "instr"
|
funopNarrower.S | 2 * Generic 64bit-to-32bit unary floating point operation. Provide an
|
funopWider.S | 2 * Generic 32bit-to-64bit floating point unary operation. Provide an
|
op_div_int.S | 3 * Specialized 32-bit binary operation
|
op_div_int_2addr.S | 3 * Specialized 32-bit binary operation
|
op_div_int_lit16.S | 3 * Specialized 32-bit binary operation
|
Completed in 1033 milliseconds
<<21222324252627282930>>