Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
DEvaluator.kt70 fun evaluate(conditions: Collection<Condition>, @ConditionOperand operand: Int): Boolean? { in <lambda>()
84 return evaluate(values = values, operand = operand) in <lambda>()
93 internal fun evaluate(values: Collection<Boolean?>, @ConditionOperand operand: Int): Boolean? { in <lambda>()
95 return when (operand) { in <lambda>()
DCombinedCondition.kt44 @Evaluator.ConditionOperand private val operand: Int in <lambda>() constant in com.android.systemui.shared.condition.CombinedCondition
126 trySend(Evaluator.evaluate(filteredValues, operand)) in <lambda>()
162 return when (operand) { in <lambda>()
/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/libs/binary_translation/assembler/include/berberis/assembler/
Dx86_64.h298 uint8_t Rex(Memory32Bit operand) { return Rex(operand.operand); } in Rex() argument
300 uint8_t Rex(Memory64Bit operand) { in Rex() argument
328 auto operand = ArgumentByType<0, IsMemoryOperand>(arguments...); in Rex() local
329 vex2 ^= (operand.operand.base.num & 0b1000) << 2; in Rex()
330 vex2 ^= (operand.operand.index.num & 0b1000) << 3; in Rex()
372 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp() argument
373 EmitOperandOp(static_cast<int>(argument.num & 0b111), operand); in EmitOperandOp()
Dcommon_x86.h283 explicit Memory32Bit(const Operand& op) : operand(op) {} in Memory32Bit()
284 Operand operand; member
602 ArgumentByType<0, IsMemoryOperand>(arguments...).operand); in EmitInstruction()
615 ArgumentByType<0, IsMemoryOperand>(arguments...).operand); in EmitInstruction()
Dx86_32.h277 void EmitOperandOp(ArgumentType argument, Operand operand) { in EmitOperandOp() argument
278 EmitOperandOp(static_cast<int>(argument.num), operand); in EmitOperandOp()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shared/condition/
DCombinedConditionTest.kt84 operand = Evaluator.OP_OR in <lambda>()
133 operand = Evaluator.OP_AND in <lambda>()
184 CombinedCondition(scope = this, conditions = conditions, operand = Evaluator.OP_AND) in <lambda>()
223 CombinedCondition(scope = this, conditions = conditions, operand = Evaluator.OP_OR) in <lambda>()
271 CombinedCondition(scope = this, conditions = conditions, operand = Evaluator.OP_OR) in <lambda>()
305 operand = Evaluator.OP_OR in <lambda>()
365 CombinedCondition(scope = this, conditions = conditions, operand = Evaluator.OP_AND) in <lambda>()
396 CombinedCondition(scope = this, conditions = conditions, operand = Evaluator.OP_OR) in <lambda>()
415 for (operand in intArrayOf(Evaluator.OP_OR, Evaluator.OP_AND)) { in <lambda>() method
420 operand = operand, in <lambda>()
/frameworks/base/tools/locked_region_code_injection/src/lockedregioncodeinjection/
DLockFindingClassVisitor.java155 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local
156 if (operand instanceof LockTargetState) { in visitEnd()
157 LockTargetState state = (LockTargetState) operand; in visitEnd()
175 BasicValue operand = (BasicValue) f.getStack(f.getStackSize() - 1); in visitEnd() local
176 if (operand instanceof LockTargetState) { in visitEnd()
177 LockTargetState state = (LockTargetState) operand; in visitEnd()
/frameworks/layoutlib/create/src/com/android/tools/layoutlib/create/
DStaticInitMethodAdapter.java228 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
230 mRenamedMethodWriter.visitIntInsn(opcode, operand); in visitIntInsn()
DStubCallMethodAdapter.java320 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
322 mParentVisitor.visitIntInsn(opcode, operand); in visitIntInsn()
DDelegateMethodAdapter.java422 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
424 mOrgWriter.visitIntInsn(opcode, operand); in visitIntInsn()
DDependencyFinder.java551 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
DAsmAnalyzer.java729 public void visitIntInsn(int opcode, int operand) { in visitIntInsn() argument
/frameworks/base/tools/hoststubgen/hoststubgen/src/com/android/hoststubgen/visitors/
DBodyReplacingMethodVisitor.kt162 operand: Int in visitIntInsn()
165 super.visitIntInsn(opcode, operand) in visitIntInsn()
/frameworks/base/services/core/java/com/android/server/notification/
DValidateNotificationPeople.java708 public void applyChangesLocked(NotificationRecord operand) { in applyChangesLocked() argument
709 float affinityBound = operand.getContactAffinity(); in applyChangesLocked()
710 operand.setContactAffinity(Math.max(mContactAffinity, affinityBound)); in applyChangesLocked()
711 if (VERBOSE) Slog.i(TAG, "final affinity: " + operand.getContactAffinity()); in applyChangesLocked()
712 operand.mergePhoneNumbers(mPhoneNumbers); in applyChangesLocked()
/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