Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
DBaseDexReaderLeb128Test.java248 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
DBaseDexReaderSleb128Test.java255 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
DKeyAgreementSpi.java57 int expectedLength = (p.bitLength() + 7) / 8; in bigIntToBytes() local
/external/skia/tests/
DPointTest.cpp40 SkScalar expectedLength) { in test_length()
/external/icu/icu4c/source/test/cintltst/
Dspreptst.c757 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
Dcloctst.c5616 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
5650 const int32_t expectedLength = getExpectedReturnValue(&minimizeErrors[i]); in TestLikelySubtags() local
Dnucnvtst.c1643 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1756 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
Dccapitst.c2680 int32_t expectedLength; in TestConvertExFromUTF8_C5F0() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java360 int expectedLength = (getFieldSize() + 7) / 8; in decodePoint() local