Searched refs:operand (Results 1 – 13 of 13) sorted by relevance
66 public static <T> Matcher<T> in(T... operand) { in in() argument67 return new InMatcher<T>(operand); in in()71 public static <T> Matcher<T> in(Collection<T> operand) { in in() argument72 return new InMatcher<T>(operand); in in()
485 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked() argument486 float affinityBound = operand.getContactAffinity(); in applyChangesLocked()487 operand.setContactAffinity(Math.max(mContactAffinity, affinityBound)); in applyChangesLocked()488 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity()); in applyChangesLocked()
403 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument405 mOrgWriter.visitIntInsn(opcode, operand); in visitIntInsn()
320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument322 mParentVisitor.visitIntInsn(opcode, operand); in visitIntInsn()
551 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
673 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
132 <li>If one of the source operands is NaN, then return the second source operand.</li>133 <li>If both source operands are equal to 0, then return the second source operand.</li>157 <li>If one of the source operands is NaN, than return the second source operand.</li>158 <li>If both source operands are equal to 0, than return the second source operand.</li>
160 // Call the CalculatorActivity add() method and pass in some operand values, then
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
27 ; We do this by swapping the second operand of "RenderScript TBAA" with the node
29 ; We do this by swapping the second operand of "RenderScript TBAA" with the node
893 left operand if it is not null or the right if it is null.
1700 <li>Fixed x86 {@code ntonl/swap32} error: {@code invalid 'asm': operand number2366 back-end expecting the wrong operand type when sign-extend from {@code char}.