Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-fs-readv-promises.js33 const expectedLength = exptectedBuff.length; constant
52 const expectedLength = exptectedBuff.length; constant
Dtest-fs-writev-promises.js22 const expectedLength = bufferArr.length * buffer.byteLength; constant
40 const expectedLength = bufferArr.length * buffer.byteLength; constant
Dtest-fs-writev-sync.js26 const expectedLength = bufferArr.length * buffer.byteLength; constant
46 const expectedLength = bufferArr.length * buffer.byteLength; constant
Dtest-fs-writev.js29 const expectedLength = bufferArr.length * buffer.byteLength; constant
50 const expectedLength = bufferArr.length * buffer.byteLength; constant
Dtest-fs-readv-sync.js14 const expectedLength = exptectedBuff.length; constant
Dtest-fs-readv.js29 const expectedLength = exptectedBuff.length; constant
/third_party/node/test/doctool/
Dtest-doctool-versions.mjs48 const expectedLength = parts[0] === '0' ? 3 : 2; constant
/third_party/node/test/fixtures/wpt/user-timing/resources/
Dwebperftestharnessextension.js125 function entrylist_check(entryList, expectedLength, expectedNames, testDescription = '') argument
/third_party/skia/tests/
DPointTest.cpp57 SkScalar expectedLength) { in test_length()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_affixutils.cpp90 int32_t expectedLength; in testUnescape() member
Dbytestrietest.cpp614 int32_t expectedLength = 0; in TestDelta() local
/third_party/icu/icu4c/source/test/cintltst/
Dspreptst.c762 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
Dnucnvtst.c1651 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1764 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
Dcloctst.c6105 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
6139 const int32_t expectedLength = getExpectedReturnValue(&minimizeErrors[i]); in TestLikelySubtags() local
Dccapitst.c2857 int32_t expectedLength; in TestConvertExFromUTF8_C5F0() local
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DBytesTrieTest.java546 int expectedLength = 0; in TestDelta() local
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cProgramInterfaceQueryTests.cpp269 GLsizei propCount, const GLenum props[], GLsizei expectedLength, in VerifyGetProgramResourceiv()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cProgramInterfaceQueryTests.cpp321 GLsizei propCount, const GLenum props[], GLsizei expectedLength, in VerifyGetProgramResourceiv()
/third_party/typescript/src/harness/
DfourslashImpl.ts2697 const expectedLength = expectedSpan.end - expectedSpan.start; constant
/third_party/node/test/fixtures/wpt/resources/
Dtestharness.js1651 … {expected:shorten_array(expected, expected.length - 1), expectedLength:expected.length, property