Home
last modified time | relevance | path

Searched defs:totalLength (Results 1 – 16 of 16) sorted by relevance

/third_party/node/test/parallel/
Dtest-net-throttle.js30 let totalLength = 0; variable
/third_party/protobuf/csharp/src/Google.Protobuf/
DSegmentedBufferHelper.cs48 private int? totalLength; field
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DShader.cpp55 int totalLength = 0; in setSource() local
/third_party/node/deps/icu-small/source/i18n/
Dcollationsettings.cpp196 int32_t totalLength = codesLength + rangesLength; in setReorderArrays() local
/third_party/icu/icu4c/source/i18n/
Dcollationsettings.cpp196 int32_t totalLength = codesLength + rangesLength; in setReorderArrays() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsettings.cpp196 int32_t totalLength = codesLength + rangesLength; in setReorderArrays() local
/third_party/node/deps/v8/tools/system-analyzer/view/
Dhelper.mjs305 totalLength, maxHeight, groups, colorFn) { argument
/third_party/node/deps/icu-small/source/common/
Dutrie2_builder.cpp389 …long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=nullptr ? 4 : 2… in utrie_printLengths() local
398 …long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=nullptr ? 4 : … in utrie2_printLengths() local
Ducptrie.cpp576 long totalLength=(long)sizeof(UCPTrieHeader)+indexLength*2+ in ucptrie_printLengths() local
/third_party/icu/icu4c/source/common/
Dutrie2_builder.cpp389 … long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie_printLengths() local
398 … long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie2_printLengths() local
Ducptrie.cpp576 long totalLength=(long)sizeof(UCPTrieHeader)+indexLength*2+ in ucptrie_printLengths() local
/third_party/skia/third_party/externals/icu/source/common/
Dutrie2_builder.cpp389 … long totalLength=(long)sizeof(UTrieHeader)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie_printLengths() local
398 … long totalLength=(long)sizeof(UTrie2Header)+indexLength*2+dataLength*(trie->data32!=NULL ? 4 : 2); in utrie2_printLengths() local
Ducptrie.cpp576 long totalLength=(long)sizeof(UCPTrieHeader)+indexLength*2+ in ucptrie_printLengths() local
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DRopeByteString.java133 private final int totalLength; field in RopeByteString
/third_party/skia/samplecode/
DSampleVariableWidthStroker.cpp344 SkScalar PathVerbMeasure::totalLength() const { in totalLength() function in __anona848f9350111::PathVerbMeasure
/third_party/mesa3d/src/mesa/main/
Dshaderapi.c2076 GLsizei i, totalLength; in shader_source() local