HomeSort by relevance Sort by last modified time
    Searched refs:maxLen (Results 76 - 100 of 281) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/valgrind/exp-sgcheck/tests/
hackedbz2.c     [all...]
  /external/valgrind/memcheck/tests/
origin5-bz2.c     [all...]
varinfo6.c     [all...]
  /external/valgrind/perf/
bz2.c     [all...]
test_input_for_tinycc.c 1432 Int32 minLen, maxLen;
    [all...]
  /external/deqp/modules/gles3/scripts/
gen-conversions.py 311 maxLen = reduce(max, [len(values) for values in comps])
312 comps = [repeatToLength(values, maxLen) for values in comps]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
LzFindMt.c 247 UInt32 maxLen = _maxLen;
266 if (maxLen < len)
268 *distances++ = maxLen = len;
  /external/lzma/C/
LzFindMt.c 249 UInt32 maxLen = _maxLen;
268 if (maxLen < len)
270 *distances++ = maxLen = len;
  /prebuilts/go/darwin-x86/src/go/constant/
value.go 92 const maxLen = 72 // a reasonable length
94 if utf8.RuneCountInString(s) > maxLen {
95 // The string without the enclosing quotes is greater than maxLen-2 runes
97 // only the first maxLen-3 runes; then add "...".
99 for n := 0; n < maxLen-3; n++ {
  /prebuilts/go/linux-x86/src/go/constant/
value.go 92 const maxLen = 72 // a reasonable length
94 if utf8.RuneCountInString(s) > maxLen {
95 // The string without the enclosing quotes is greater than maxLen-2 runes
97 // only the first maxLen-3 runes; then add "...".
99 for n := 0; n < maxLen-3; n++ {
  /external/deqp/modules/gles31/functional/
es31fSRGBDecodeTests.cpp 640 glw::GLint activeUniforms, maxLen;
644 gl.getProgramiv(this->getHandle(), GL_ACTIVE_UNIFORM_MAX_LENGTH, &maxLen);
647 std::vector<glw::GLchar> uniformName(static_cast<int>(maxLen));
650 gl.getActiveUniform(this->getHandle(), idx, maxLen, NULL, &size, &type, &uniformName[0]);
    [all...]
  /external/icu/icu4c/source/i18n/
tznames_impl.cpp     [all...]
  /prebuilts/devtools/tools/lib/
commons-compress-1.0.jar 
  /prebuilts/go/darwin-x86/src/runtime/
trace.go 828 const maxLen = 1 << 10
829 if len(fn) > maxLen {
830 fn = fn[len(fn)-maxLen:]
835 if len(file) > maxLen {
836 file = file[len(file)-maxLen:]
    [all...]
  /prebuilts/go/linux-x86/src/runtime/
trace.go 828 const maxLen = 1 << 10
829 if len(fn) > maxLen {
830 fn = fn[len(fn)-maxLen:]
835 if len(file) > maxLen {
836 file = file[len(file)-maxLen:]
    [all...]
  /prebuilts/tools/common/commons-compress/
commons-compress-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.0/
commons-compress-1.0.jar 
  /prebuilts/go/darwin-x86/src/net/
ip.go 304 const maxLen = len("ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff")
305 b := make([]byte, 0, maxLen)
  /prebuilts/go/darwin-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 634 t.Errorf("For maxLen=%d, unexpected error: %v", max, err)
637 t.Errorf("For maxLen=%d, out = %q; want %q", max, out.String(), msg)
  /prebuilts/go/linux-x86/src/net/
ip.go 304 const maxLen = len("ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff")
305 b := make([]byte, 0, maxLen)
  /prebuilts/go/linux-x86/src/vendor/golang_org/x/net/http2/hpack/
hpack_test.go 634 t.Errorf("For maxLen=%d, unexpected error: %v", max, err)
637 t.Errorf("For maxLen=%d, out = %q; want %q", max, out.String(), msg)
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
DateTimeGeneratorTest.java 194 private String getRandomString(String[] randomList, int minLen, int maxLen) {
196 int len = random.nextInt(maxLen + 1 - minLen) + minLen;
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DateTimeGeneratorTest.java 193 private String getRandomString(String[] randomList, int minLen, int maxLen) {
195 int len = random.nextInt(maxLen + 1 - minLen) + minLen;
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/2.2/
plexus-archiver-2.2.jar 

Completed in 2240 milliseconds

1 2 34 5 6 7 8 91011>>