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.js34 const expectedLength = exptectedBuff.length; constant
54 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/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_pool.cc169 size_t expectedLength = 0; in Read() local
/third_party/skia/tests/
DPointTest.cpp57 SkScalar expectedLength) { in test_length()
/third_party/flutter/skia/tests/
DPointTest.cpp57 SkScalar expectedLength) { in test_length()
/third_party/icu/icu4c/source/test/intltest/
Dnumbertest_affixutils.cpp88 int32_t expectedLength; in testUnescape() member
Dbytestrietest.cpp614 int32_t expectedLength = 0; in TestDelta() local
/third_party/icu/icu4c/source/test/cintltst/
Dspreptst.c761 int32_t srcLength, resultLength, expectedLength; in TestStringPrepProfiles() local
Dcloctst.c6070 const int32_t expectedLength = getExpectedReturnValue(&maximizeErrors[i]); in TestLikelySubtags() local
6104 const int32_t expectedLength = getExpectedReturnValue(&minimizeErrors[i]); in TestLikelySubtags() local
Dnucnvtst.c1650 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
1763 static const int32_t expectedLength[] ={ in TestSignatureDetection() local
Dccapitst.c2721 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.ts2634 const expectedLength = expectedSpan.end - expectedSpan.start; constant