Home
last modified time | relevance | path

Searched refs:maxLen (Results 51 - 63 of 63) sorted by relevance

123

/third_party/vk-gl-cts/modules/gles2/scripts/
H A Dgen-conversions.py285 maxLen = reduce(max, [len(values) for values in comps])
286 comps = [repeatToLength(values, maxLen) for values in comps]
/third_party/lzma/CPP/Common/
H A DMyString.h363 void ReleaseBuf_CalcLen(unsigned maxLen) in ReleaseBuf_CalcLen() argument
366 chars[maxLen] = 0; in ReleaseBuf_CalcLen()
655 void ReleaseBuf_CalcLen(unsigned maxLen) in ReleaseBuf_CalcLen() argument
658 chars[maxLen] = 0; in ReleaseBuf_CalcLen()
/third_party/vk-gl-cts/modules/gles3/scripts/
H A Dgen-conversions.py311 maxLen = reduce(max, [len(values) for values in comps])
312 comps = [repeatToLength(values, maxLen) for values in comps]
/third_party/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp1418 int32_t maxLen = 0; in doFind() local
1419 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in doFind()
1420 if (matches != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()
2251 int32_t maxLen = 0; in find() local
2252 return handler.getMatches(maxLen); in find()
/third_party/node/deps/icu-small/source/i18n/
H A Dtznames_impl.cpp1403 int32_t maxLen = 0; in doFind() local
1404 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in doFind()
1405 if (matches != nullptr && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()
2236 int32_t maxLen = 0; in find() local
2237 return handler.getMatches(maxLen); in find()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dtznames_impl.cpp1402 int32_t maxLen = 0; in doFind() local
1403 TimeZoneNames::MatchInfoCollection* matches = handler.getMatches(maxLen); in doFind()
1404 if (matches != NULL && ((maxLen == (text.length() - start)) || fNamesTrieFullyLoaded)) { in doFind()
2235 int32_t maxLen = 0; in find() local
2236 return handler.getMatches(maxLen); in find()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp642 glw::GLint activeUniforms, maxLen; in SRGBTestProgram() local
646 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLen); in SRGBTestProgram()
649 std::vector<glw::GLchar> uniformName(static_cast<int>(maxLen)); in SRGBTestProgram()
652 gl.getActiveUniform(this->getHandle(), idx, maxLen, NULL, &size, &type, &uniformName[0]); in SRGBTestProgram()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
H A DDateTimeGeneratorTest.java271 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString() argument
273 int len = random.nextInt(maxLen + 1 - minLen) + minLen; in getRandomString()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DDateTimeGeneratorTest.java268 private String getRandomString(String[] randomList, int minLen, int maxLen) { in getRandomString() argument
270 int len = random.nextInt(maxLen + 1 - minLen) + minLen; in getRandomString()
/third_party/node/lib/internal/util/
H A Dinspect.js1224 const maxLen = MathMin(a.length - i, rest);
1226 while (maxLen > len && a[i + len] === b[pos + len]) {
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderDebugger.cpp2220 // shrink pop stack frames until stack length is at most maxLen.
2221 auto shrink = [&](size_t maxLen) {
2222 while(stack.size() > maxLen)
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...
/third_party/sqlite/src/
H A Dsqlite3.c43906 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) proxyGetLockPath() argument
[all...]

Completed in 153 milliseconds

123