Searched
full:operation (Results
551 -
575 of
6286) sorted by null
<<21222324252627282930>>
/external/webkit/Source/JavaScriptCore/dfg/ |
DFGJITCodeGenerator.h | 380 // to describe the result of an operation. 581 void callOperation(J_DFGOperation_EJP operation, GPRReg result, GPRReg arg1, void* pointer) 589 appendCallWithExceptionCheck(operation); 592 void callOperation(J_DFGOperation_EJI operation, GPRReg result, GPRReg arg1, Identifier* identifier) 594 callOperation((J_DFGOperation_EJP)operation, result, arg1, identifier); 596 void callOperation(J_DFGOperation_EJ operation, GPRReg result, GPRReg arg1) 603 appendCallWithExceptionCheck(operation); 606 void callOperation(Z_DFGOperation_EJ operation, GPRReg result, GPRReg arg1) 613 appendCallWithExceptionCheck(operation); 616 void callOperation(Z_DFGOperation_EJJ operation, GPRReg result, GPRReg arg1, GPRReg arg2 [all...] |
/frameworks/base/core/java/android/bluetooth/ |
BluetoothGatt.java | 73 /** A GATT operation completed successfully */ 76 /** GATT read operation is not permitted */ 79 /** GATT write operation is not permitted */ 82 /** Insufficient authentication for a given operation */ 88 /** Insufficient encryption for a given operation */ 91 /** A read or write operation was requested with an invalid offset */ 94 /** A write operation exceeds the maximum length of the attribute */ 97 /** A GATT operation failed, errors other than the above */ 475 * Descriptor write operation complete. 737 * <p>This is an asynchronous operation. Once service discovery is completed [all...] |
/bionic/libc/kernel/common/linux/netfilter_ipv4/ |
ipt_ECN.h | 30 u_int8_t operation; member in struct:ipt_ECN_info
|
/build/target/board/generic/ |
BoardConfig.mk | 34 # of an SDK AVD. Note that this operation only works on Linux for now
|
/build/target/board/generic_mips/ |
BoardConfig.mk | 38 # of an SDK AVD. Note that this operation only works on Linux for now
|
/dalvik/vm/compiler/template/mips/ |
fbinop.S | 3 * Generic 32-bit binary float operation. a0 = a1 op a2.
|
funopNarrower.S | 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
|
/dalvik/vm/mterp/arm-vfp/ |
fbinop.S | 2 * Generic 32-bit floating-point operation. Provide an "instr" line that
|
/dalvik/vm/mterp/armv5te/ |
bincmp.S | 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
|
binopLit16.S | 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line
|
unopNarrower.S | 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
|
unopWide.S | 3 * Generic 64-bit unary operation. Provide an "instr" line that
|
unopWider.S | 3 * Generic 32bit-to-64bit unary operation. Provide an "instr" line
|
zcmp.S | 4 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
|
/dalvik/vm/mterp/armv6t2/ |
bincmp.S | 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
|
binopLit16.S | 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line
|
unopNarrower.S | 3 * Generic 64bit-to-32bit unary operation. Provide an "instr" line
|
unopWide.S | 3 * Generic 64-bit unary operation. Provide an "instr" line that
|
/dalvik/vm/mterp/mips/ |
bincmp.S | 4 * Generic two-operand compare-and-branch operation. Provide a "revcmp"
|
binflop.S | 3 * Generic 32-bit binary float operation.
|
binflop2addr.S | 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" and
|
binop.S | 3 * Generic 32-bit binary operation. Provide an "instr" line that
|
binop2addr.S | 3 * Generic 32-bit "/2addr" binary operation. Provide an "instr" line
|
binopLit16.S | 3 * Generic 32-bit "lit16" binary operation. Provide an "instr" line
|
binopLit8.S | 3 * Generic 32-bit "lit8" binary operation. Provide an "instr" line
|
Completed in 665 milliseconds
<<21222324252627282930>>