Searched defs:operationCode (Results 1 – 3 of 3) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/euicc/ |
D | EuiccCardErrorException.java | 81 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode) { in EuiccCardErrorException() 95 public EuiccCardErrorException(@OperationCode int operationCode, int errorCode, in EuiccCardErrorException()
|
/frameworks/ml/nn/runtime/test/ |
D | TestValidateOperations.cpp | 1028 void argMinMaxTest(ANeuralNetworksOperationType operationCode, int32_t inputOperandType) { in argMinMaxTest() 1290 void simpleMathOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in simpleMathOpTest() 1399 void binaryOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in binaryOpTest() 1450 void activationOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in activationOpTest() 1828 void poolingOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in poolingOpTest() 1921 void spaceDepthOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in spaceDepthOpTest() 1976 void spaceBatchOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in spaceBatchOpTest() 2042 void transposeAndSqueezeOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in transposeAndSqueezeOpTest() 3561 void normalizationOpTest(ANeuralNetworksOperationType operationCode, int32_t operandCode) { in normalizationOpTest() 3679 void logicalTest(ANeuralNetworksOperationType operationCode) { in logicalTest() [all …]
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/ |
D | EuiccController.java | 499 int operationCode = resultCode >>> firstByteBitOffset; in addExtrasToResultIntent() local
|