Home
last modified time | relevance | path

Searched defs:expectedLength (Results 1 – 5 of 5) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServerTest.java669 int expectedLength = 2 + ApplicationParameter.TRIPLET_LENGTH.DATABASEIDENTIFIER_LENGTH; in setDbCounters() local
681 int expectedLength = 2 + ApplicationParameter.TRIPLET_LENGTH.PRIMARYVERSIONCOUNTER_LENGTH in setFolderVersionCounters() local
/packages/apps/TV/tests/unit/src/com/android/tv/recommendation/
DRoutineWatchEvaluatorTest.java251 int expectedLength, String text1, String text2) { in assertMaximumMatchedWordSequenceLength()
/packages/modules/NeuralNetworks/common/
DValidateHal.cpp418 uint32_t expectedLength = nonExtensionOperandSizeOfData(operand); in validateOperands() local
/packages/modules/NeuralNetworks/common/types/src/
DValidation.cpp652 const auto expectedLength = getNonExtensionSize(operand).value(); in validateOperand() local
1219 const size_t expectedLength = getNonExtensionSize(operand.type, dimensions).value(); in validateRequestArgumentsForModel() local
/packages/modules/NetworkStack/tests/unit/src/android/net/apf/
DApfTest.java1647 private void doTestDnsParsingProgramLength(int expectedLength, in doTestDnsParsingProgramLength()