Home
last modified time | relevance | path

Searched defs:expectedLen (Results 1 – 25 of 81) sorted by relevance

1234

/aosp_15_r20/external/apache-commons-math/src/main/java/org/apache/commons/math3/util/
H A DFastMathCalc.java619 static void printarray(PrintStream out, String name, int expectedLen, double[][] array2d) { in printarray()
642 static void printarray(PrintStream out, String name, int expectedLen, double[] array) { in printarray()
673 private static void checkLen(int expectedLen, int actual) throws DimensionMismatchException { in checkLen()
/aosp_15_r20/packages/modules/Telephony/libs/TelephonyStatsLib/tests/com/android/telephony/statslib/
DStatsLibStorageTest.java160 int expectedLen = 1; in testPulledAtomsBaseInfo() local
216 int expectedLen = 1; in testSerializableAtoms() local
/aosp_15_r20/external/skia/tests/
H A DPoint3Test.cpp85 SkScalar x, SkScalar y, SkScalar z, SkScalar expectedLen) { in test_length()
96 SkScalar x, SkScalar y, SkScalar z, SkScalar expectedLen) { in test_normalize()
/aosp_15_r20/external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/
H A DKMByteTag.java78 short expectedLen = 0; in validateKey() local
/aosp_15_r20/external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/
H A DKMByteTag.java78 short expectedLen = 0; in validateKey() local
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtestidna.cpp462 int32_t expectedLen = (expected != nullptr) ? u_strlen(expected) : 0; in testAPI() local
1006 int32_t i=0,evenLen=0,oddLen=0,expectedLen=0; in testChaining() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtestidna.cpp462 int32_t expectedLen = (expected != nullptr) ? u_strlen(expected) : 0; in testAPI() local
1006 int32_t i=0,evenLen=0,oddLen=0,expectedLen=0; in testChaining() local
H A Dutxttest.cpp597 int64_t expectedLen = cpMap[cpCount].nativeIdx; in TestAccessNoClone() local
/aosp_15_r20/libcore/ojluni/src/test/java/util/HexFormat/
H A DHexFormatTest.java346 int expectedLen = expected.length * (2 + prefix.length() + in testFormatter() local
348 assertEquals(res.length(), expectedLen, "String length"); in testFormatter() local
/aosp_15_r20/system/netd/server/
H A DFwmarkServer.cpp103 size_t expectedLen = sizeof(command); in processClient() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/cintltst/
H A Dcurrtest.c146 int32_t expectedLen = 3, len; in checkItemCount() local
H A Didnatest.c82 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0; in testAPI() local
H A Dusrchtst.c2533 int expectedLen; in TestSearchForNull() local
2625 int32_t expectedLen = 3; in TestStrengthIdentical() local
/aosp_15_r20/external/icu/icu4c/source/test/cintltst/
H A Dcurrtest.c149 int32_t expectedLen = 3, len; in checkItemCount() local
H A Dusrchtst.c2533 int expectedLen; in TestSearchForNull() local
2625 int32_t expectedLen = 3; in TestStrengthIdentical() local
H A Didnatest.c82 int32_t expectedLen = (expected != NULL) ? u_strlen(expected) : 0; in testAPI() local
/aosp_15_r20/packages/modules/Connectivity/Tethering/tests/unit/src/com/android/networkstack/tethering/
DOffloadHardwareInterfaceTest.java306 final int expectedLen = StructNlMsgHdr.STRUCT_SIZE + StructNfGenMsg.STRUCT_SIZE; in testSendIpv4NfGenMsg() local
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsServiceTests.java702 private void checkPasswordHistoryLength(int userId, int expectedLen) { in checkPasswordHistoryLength()
/aosp_15_r20/external/expat/expat/tests/
H A Dhandlers.h576 const int expectedLen; member
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/dhcp/
DDhcpPacket.java965 int expectedLen = 0; in skipOption() local
1191 int expectedLen = 0; in decodeFullPacket() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DUnixPath.java690 int expectedLen = thisLen; in endsWith() local
/aosp_15_r20/packages/modules/NetworkStack/src/android/net/dhcp6/
DDhcp6Packet.java472 int expectedLen = 0; in decode() local
/aosp_15_r20/packages/modules/Wifi/service/java/com/android/server/wifi/util/
DInformationElementUtil.java787 int expectedLen = HE_OPERATION_BASIC_LENGTH + (mVhtInfoPresent ? 3 : 0) in from() local
966 int expectedLen = EHT_OPERATION_BASIC_LENGTH + (mEhtOperationInfoPresent ? ( in from() local
/aosp_15_r20/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTestMessageFormat.java1704 int expectedLen = expectedAcit.getEndIndex() - indexExp; in TestFormatToCharacterIterator() local
/aosp_15_r20/external/icu/icu4j/main/common_tests/src/test/java/com/ibm/icu/dev/test/format/
H A DTestMessageFormat.java1701 int expectedLen = expectedAcit.getEndIndex() - indexExp; in TestFormatToCharacterIterator() local

1234