Home
last modified time | relevance | path

Searched refs:operand (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/helpers/
DInMatcher.java66 public static <T> Matcher<T> in(T... operand) { in in() argument
67 return new InMatcher<T>(operand); in in()
71 public static <T> Matcher<T> in(Collection<T> operand) { in in() argument
72 return new InMatcher<T>(operand); in in()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java485 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked() argument
486 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()
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
DDelegateMethodAdapter.java403 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
405 mOrgWriter.visitIntInsn(opcode, operand); in visitIntInsn()
DStubMethodAdapter.java320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
322 mParentVisitor.visitIntInsn(opcode, operand); in visitIntInsn()
DDependencyFinder.java551 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
DAsmAnalyzer.java673 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
/frameworks/base/docs/html/ndk/guides/
Dx86.jd132 <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>
/frameworks/base/docs/html/topic/libraries/testing-support-library/
Dindex.jd160 // Call the CalculatorActivity add() method and pass in some operand values, then
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...
/frameworks/rs/driver/runtime/ll32/
Dallocation.ll27 ; We do this by swapping the second operand of "RenderScript TBAA" with the node
/frameworks/rs/driver/runtime/ll64/
Dallocation.ll29 ; We do this by swapping the second operand of "RenderScript TBAA" with the node
/frameworks/base/docs/html/topic/libraries/data-binding/
Dindex.jd893 left operand if it is not null or the right if it is null.
/frameworks/base/docs/html/ndk/downloads/
Drevision_history.jd1700 <li>Fixed x86 {@code ntonl/swap32} error: {@code invalid 'asm': operand number
2366 back-end expecting the wrong operand type when sign-extend from {@code char}.