Searched refs:operand (Results 1 – 6 of 6) sorted by relevance
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | InMatcher.java | 62 public static <T> Matcher<T> in(T... operand) { in in() argument 63 return new InMatcher<T>(operand); in in() 67 public static <T> Matcher<T> in(Collection<T> operand) { in in() argument 68 return new InMatcher<T>(operand); in in()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/ |
D | CecOperand.java | 86 for (CecOperand operand : CecOperand.values()) { 87 operandMap.put(operand.operandCode, operand); in operandMap.put() argument
|
D | HdmiCecClientWrapper.java | 555 CecOperand operand = CecMessage.getOperand(line); in getAllMessages() local 556 if (!receivedOperands.contains(operand)) { in getAllMessages() 557 receivedOperands.add(operand); in getAllMessages() 825 CecOperand operand = CecMessage.getOperand(line); in checkNoMessagesSentFromDevice() local 826 if(excludeOperands.contains(operand)){ in checkNoMessagesSentFromDevice() 1038 CecOperand operand = CecMessage.getOperand(line); in checkMessagesInOrder() local 1044 operand.name() + " to " + destination + " with params " in checkMessagesInOrder() 1049 if (primaryMessages.contains(operand)) { in checkMessagesInOrder() 1050 CLog.v("Found " + operand.name() + " in " + line); in checkMessagesInOrder()
|
D | CecMessage.java | 29 LogicalAddress source, LogicalAddress destination, CecOperand operand, int params) { in buildCecMessage() argument 30 return "" + source + destination + ":" + operand + formatParams(params); in buildCecMessage()
|
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/common/ |
D | HdmiCecPowerStatusTest.java | 309 for (Integer operand : powerControlOperands) { in cect_hf4_6_8_userControlPressed_powerOn() 312 hdmiCecClient.sendUserControlPressAndRelease(source, operand, false); in cect_hf4_6_8_userControlPressed_powerOn() 338 for (Integer operand : powerControlOperands) { in cect_hf4_6_10_userControlPressed_powerOff() 342 hdmiCecClient.sendUserControlPressAndRelease(source, operand, false); in cect_hf4_6_10_userControlPressed_powerOff()
|
/cts/hostsidetests/sustainedperf/dhrystone/ |
D | Rationale | 53 statements, operand types and operand locality described in [1] should 109 statements, operand types and locality) still hold as much as possible. 196 local integer operands) and by the change in Proc_4 (one operand
|