/third_party/vk-gl-cts/modules/gles2/scripts/ |
H A D | gen-conversions.py | 285 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 D | MyString.h | 363 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 D | gen-conversions.py | 311 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 D | tznames_impl.cpp | 1418 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 D | tznames_impl.cpp | 1403 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 D | tznames_impl.cpp | 1402 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 D | es31fSRGBDecodeTests.cpp | 642 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 D | DateTimeGeneratorTest.java | 271 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 D | DateTimeGeneratorTest.java | 268 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 D | inspect.js | 1224 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 D | SpirvShaderDebugger.cpp | 2220 // 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 D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |
/third_party/sqlite/src/ |
H A D | sqlite3.c | 43906 proxyGetLockPath(const char *dbPath, char *lPath, size_t maxLen) proxyGetLockPath() argument [all...] |