HomeSort by relevance Sort by last modified time
    Searched full:operation (Results 276 - 300 of 10466) sorted by null

<<11121314151617181920>>

  /art/runtime/interpreter/mterp/arm64/
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "condition"
  /art/runtime/interpreter/mterp/mips/
fbinop.S 2 * Generic 32-bit binary float operation.
fbinop2addr.S 2 * Generic 32-bit "/2addr" binary operation. Provide an "instr"
funop.S 2 * Generic 32-bit unary operation. Provide an "instr" line that
  /art/runtime/interpreter/mterp/mips64/
fbinop.S 3 * Generic 32-bit floating-point operation.
fbinop2addr.S 3 * Generic 32-bit "/2addr" floating-point operation.
fbinopWide.S 3 * Generic 64-bit floating-point operation.
fbinopWide2addr.S 3 * Generic 64-bit "/2addr" floating-point operation.
unop.S 3 * Generic 32-bit unary operation. Provide an "instr" line that
unopWide.S 3 * Generic 64-bit unary operation. Provide an "instr" line that
  /art/runtime/interpreter/mterp/x86/
binopWide.S 2 * Generic 64-bit binary operation.
binopWide2addr.S 2 * Generic 64-bit binary operation.
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
  /art/runtime/interpreter/mterp/x86_64/
binop1.S 3 * Generic 32-bit binary operation in which both operands loaded to
fpcvt.S 3 * Generic 32-bit FP conversion operation.
shop2addr.S 3 * Generic 32-bit "shift/2addr" operation.
unop.S 3 * Generic 32/64-bit unary operation. Provide an "instr" line that
zcmp.S 2 * Generic one-operand compare-and-branch operation. Provide a "revcmp"
  /development/ndk/platforms/android-3/include/linux/netfilter_ipv4/
ipt_ECN.h 25 u_int8_t operation; member in struct:ipt_ECN_info
  /device/huawei/angler/time-services/
time_genoff.h 69 /* Operation to be done */
89 time_genoff_opr_type operation; /* Time operation to be done */ member in struct:time_genoff_info
92 /* API to be called for time get/set operation */
  /device/lge/bullhead/time-services/
time_genoff.h 69 /* Operation to be done */
89 time_genoff_opr_type operation; /* Time operation to be done */ member in struct:time_genoff_info
92 /* API to be called for time get/set operation */
  /external/apache-xml/src/main/java/org/apache/xpath/operations/
And.java 28 * The 'and' operation expression executer.
30 public class And extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
Or.java 28 * The 'or' operation expression executer.
30 public class Or extends Operation
61 * Evaluate this operation directly to a boolean.
65 * @return The result of the operation as a boolean.
  /external/autotest/client/common_lib/
log.py 33 operation = "class name"."method name"
52 operation = '%s.%s' % (self.__class__.__name__,
56 job.record('GOOD', subdir, operation)
58 job.record('FAIL', subdir, operation, str(detail))

Completed in 1400 milliseconds

<<11121314151617181920>>