Home
last modified time | relevance | path

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

/external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
DBaseDexReaderSleb128Test.java255 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
DBaseDexReaderLeb128Test.java248 private void performTest(int expectedValue, byte[] buf, int expectedLength) { in performTest()
/external/v8/test/mjsunit/es6/
Darrow-rest-params-lazy-parsing.js40 var expectedLength = (a === undefined) ? 0 : a - 2; variable
Darrow-rest-params.js38 var expectedLength = (a === undefined) ? 0 : a - 2; variable
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/test/js/
Dmatrix-interpolation.js2 function compareMatrices(actual, expected, expectedLength) { argument
/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.c5664 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
5698 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/testng/src/main/java/org/testng/
DAssert.java150 int expectedLength = Array.getLength(expected); in assertArrayEquals() local
165 failNotEquals(Array.getLength(actual), expectedLength, message == null ? "" : message in assertArrayEquals() local
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
DECCurve.java366 int expectedLength = (getFieldSize() + 7) / 8; in decodePoint() local