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

1 23 4 5 6 7 8 91011>>

  /external/clang/utils/TableGen/
ClangSACheckersEmitter.cpp 259 unsigned maxLen = 0;
262 maxLen = std::max(maxLen, (unsigned)I->first.size());
303 << std::string(maxLen-I->first.size()+1, ' ');
  /external/lzma/C/
LzFind.h 81 UInt32 *distances, UInt32 maxLen);
  /frameworks/native/cmds/flatland/
Main.cpp 714 size_t maxLen = 0;
718 if (len > maxLen) {
719 maxLen = len;
722 return maxLen;
  /frameworks/av/soundtrigger/
SoundTrigger.cpp 267 status_t SoundTrigger::guidToString(const sound_trigger_uuid_t *guid, char *str, size_t maxLen)
273 snprintf(str, maxLen, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
CommandParamsFactory.java 469 input.maxLen = 1;
521 input.maxLen = rawValue[valueIndex + 1] & 0xff;
546 // Truncate the maxLen if it exceeds the max number of chars that can
548 if (input.ucs2 && input.maxLen > MAX_UCS2_CHARS) {
549 CatLog.d(this, "UCS2: received maxLen = " + input.maxLen +
551 input.maxLen = MAX_UCS2_CHARS;
552 } else if (!input.packed && input.maxLen > MAX_GSM7_DEFAULT_CHARS) {
553 CatLog.d(this, "GSM 7Bit Default: received maxLen = " + input.maxLen
    [all...]
  /external/icu/icu4c/source/common/
uniset.cpp 681 int32_t maxLen = forward ? limit-offset : offset-limit;
682 if (matchLen == maxLen) {
738 int32_t maxLen;
741 maxLen = limit - start;
742 if (maxLen > slen) maxLen = slen;
743 for (i = 1; i < maxLen; ++i) {
747 maxLen = start - limit;
748 if (maxLen > slen) maxLen = slen
    [all...]
uloc.cpp     [all...]
  /frameworks/av/media/libaudioclient/include/media/
AudioEffect.h 400 static status_t guidToString(const effect_uuid_t *guid, char *str, size_t maxLen);
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
SymbolList.java 189 public int predict(ComposingText text, int minLen, int maxLen) {
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
WifiApConfigStoreTest.java 338 int maxLen = WifiApConfigStore.PSK_MAX_LEN;
341 generateRandomString(mRandom.nextInt(maxLen - minLen) + minLen);
  /prebuilts/go/darwin-x86/src/go/ast/
commentmap.go 282 const maxLen = 40
292 if buf.Len() >= maxLen {
300 if buf.Len() > maxLen {
301 buf.Truncate(maxLen - 3)
  /prebuilts/go/linux-x86/src/go/ast/
commentmap.go 282 const maxLen = 40
292 if buf.Len() >= maxLen {
300 if buf.Len() > maxLen {
301 buf.Truncate(maxLen - 3)
  /external/r8/src/test/java/com/android/tools/r8/jar/UnicodeSetRegression/
UnicodeSet.jar 
  /prebuilts/go/darwin-x86/src/testing/
benchmark.go 201 // Extend maxLen, if needed.
202 if n := len(b.name) + ctx.extLen + 1; n > ctx.maxLen {
203 ctx.maxLen = n + 8 // Add additional slack to avoid too many jumps in size.
359 maxLen int // The largest recorded benchmark name.
390 if l := len(benchName) + ctx.extLen + 1; l > ctx.maxLen {
391 ctx.maxLen = l
418 fmt.Fprintf(b.w, "%-*s\t", ctx.maxLen, benchName)
  /prebuilts/go/linux-x86/src/testing/
benchmark.go 201 // Extend maxLen, if needed.
202 if n := len(b.name) + ctx.extLen + 1; n > ctx.maxLen {
203 ctx.maxLen = n + 8 // Add additional slack to avoid too many jumps in size.
359 maxLen int // The largest recorded benchmark name.
390 if l := len(benchName) + ctx.extLen + 1; l > ctx.maxLen {
391 ctx.maxLen = l
418 fmt.Fprintf(b.w, "%-*s\t", ctx.maxLen, benchName)
  /external/icu/icu4c/source/test/perf/collationperf/
collperf.cpp 785 int maxLen = 0;
789 if (gFileLines[i].len > maxLen) maxLen = gFileLines[i].len;
793 int *accumulatedLen = new int[maxLen+1];
794 int *numKeysOfSize = new int[maxLen+1];
795 for (i=0; i<=maxLen; i++) {
809 for (i=1; i<=maxLen; i++) {
    [all...]
  /external/bzip2/
decompress.c 110 Int32 minLen, maxLen;
334 maxLen = 0;
336 if (s->len[t][i] > maxLen) maxLen = s->len[t][i];
344 minLen, maxLen, alphaSize
  /external/icu/android_icu4j/src/main/java/android/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
UnicodeSet.java     [all...]
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
CollationPerformanceTest.java 541 int maxLen = 0;
545 if (tests[i].length() > maxLen) maxLen = tests[i].length();
548 int[] accumulatedLen = new int[maxLen + 1];
549 int[] numKeysOfSize = new int[maxLen + 1];
560 for (int i = 1; i <= maxLen; i++) {
    [all...]
  /external/deqp/modules/gles2/scripts/
gen-conversions.py 285 maxLen = reduce(max, [len(values) for values in comps])
286 comps = [repeatToLength(values, maxLen) for values in comps]
  /frameworks/av/media/libaudioclient/
AudioEffect.cpp 477 status_t AudioEffect::guidToString(const effect_uuid_t *guid, char *str, size_t maxLen)
483 snprintf(str, maxLen, "%08x-%04x-%04x-%04x-%02x%02x%02x%02x%02x%02x",
  /external/lzma/CPP/Common/
MyString.h 268 void ReleaseBuf_CalcLen(unsigned maxLen)
271 chars[maxLen] = 0;
503 void ReleaseBuf_CalcLen(unsigned maxLen)
506 chars[maxLen] = 0;
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
OpenWnnEngineEN.java 252 public int predict(ComposingText text, int minLen, int maxLen) {
  /external/icu/icu4c/source/i18n/
tzgnames.cpp     [all...]

Completed in 7650 milliseconds

1 23 4 5 6 7 8 91011>>