Searched refs:maxBytes (Results 1 - 25 of 31) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java32 maxBytes[1] = Collation.TRAIL_WEIGHT_BYTE;
35 maxBytes[2] = Collation.PRIMARY_COMPRESSION_HIGH_BYTE - 1;
38 maxBytes[2] = 0xff;
41 maxBytes[3] = 0xff;
43 maxBytes[4] = 0xff;
50 maxBytes[1] = 0;
52 maxBytes[2] = 0;
54 maxBytes[3] = 0xff;
56 maxBytes[4] = 0xff;
63 maxBytes[
557 private int[] maxBytes = new int[5]; field in class:CollationWeights
[all...]
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java30 maxBytes[1] = Collation.TRAIL_WEIGHT_BYTE;
33 maxBytes[2] = Collation.PRIMARY_COMPRESSION_HIGH_BYTE - 1;
36 maxBytes[2] = 0xff;
39 maxBytes[3] = 0xff;
41 maxBytes[4] = 0xff;
48 maxBytes[1] = 0;
50 maxBytes[2] = 0;
52 maxBytes[3] = 0xff;
54 maxBytes[4] = 0xff;
61 maxBytes[
555 private int[] maxBytes = new int[5]; field in class:CollationWeights
[all...]
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp101 minBytes[i] = maxBytes[i] = 0;
109 maxBytes[1] = Collation::TRAIL_WEIGHT_BYTE;
112 maxBytes[2] = Collation::PRIMARY_COMPRESSION_HIGH_BYTE - 1;
115 maxBytes[2] = 0xff;
118 maxBytes[3] = 0xff;
120 maxBytes[4] = 0xff;
128 maxBytes[1] = 0;
130 maxBytes[2] = 0;
132 maxBytes[3] = 0xff;
134 maxBytes[
[all...]
H A Dcollationweights.h87 return (int32_t)(maxBytes[idx] - minBytes[idx] + 1);
104 uint32_t maxBytes[5]; member in class:CollationWeights
/external/dng_sdk/source/
H A Ddng_string.h68 uint32 maxBytes = 6,
81 void Truncate (uint32 maxBytes);
H A Ddng_string.cpp913 uint32 maxBytes,
940 if (aSize > maxBytes)
943 s += maxBytes;
1328 void dng_string::Truncate (uint32 maxBytes) argument
1333 if (len > maxBytes)
1341 while (maxBytes > 0 && ((s [maxBytes]) & 0xC0) == 0x80)
1344 maxBytes--;
1348 s [maxBytes] = 0;
912 DecodeUTF8(const char *&s, uint32 maxBytes, bool *isValid) argument
/external/autotest/site_utils/stats/
H A Dlog_daemon_common.py40 args.output_logfile, maxBytes=10**6, backupCount=5)
/external/skia/src/core/
H A DSkImageFilterCache.cpp30 CacheImpl(size_t maxBytes) : fMaxBytes(maxBytes), fCurrentBytes(0) { } argument
134 SkImageFilterCache* SkImageFilterCache::Create(size_t maxBytes) { argument
135 return new CacheImpl(maxBytes);
H A DSkImageFilterCache.h55 static SkImageFilterCache* Create(size_t maxBytes);
/external/autotest/site_utils/
H A Drpc_logserver.py110 maxBytes=max_log_size*MEGABYTE,
H A Dgs_offloader.py1101 log_filename, maxBytes=1024 * options.log_size, backupCount=1)
/external/toolchain-utils/automation/common/
H A Dlogger.py19 maxBytes=10 * 1024 * 1024,
/external/python/cpython2/Lib/logging/
H A Dhandlers.py89 def __init__(self, filename, mode='a', maxBytes=0, backupCount=0, encoding=None, delay=0):
94 values of maxBytes and backupCount to allow the file to rollover at
97 Rollover occurs whenever the current log file is nearly maxBytes in
108 If maxBytes is zero, rollover never occurs.
115 if maxBytes > 0:
118 self.maxBytes = maxBytes
155 if self.maxBytes > 0: # are we rolling over?
158 if self.stream.tell() + len(msg) >= self.maxBytes:
/external/protobuf/java/core/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java356 int maxBytes = (int) (encoder.maxBytesPerChar() * maxChars) + 1;
357 byte[] bytesReencoded = new byte[maxBytes];
/external/chromium-trace/catapult/devil/devil/android/tools/
H A Ddevice_monitor.py203 '/tmp/device_monitor.log', maxBytes=10 * 1024 * 1024, backupCount=5)
/external/skia/third_party/gif/
H A DSkGifImageReader.cpp1028 const size_t maxBytes = SK_MAX_DICTIONARY_ENTRIES - 1; local
1033 // and then decode a sequence |maxBytes| long to append.
1034 rowBuffer.reset(m_frameContext->width() - 1 + maxBytes);
/external/sonic/
H A DSonic.java431 int maxBytes)
433 int maxSamples = maxBytes/(2*numChannels);
429 readBytesFromStream( byte outBuffer[], int maxBytes) argument
/external/javassist/src/main/javassist/util/proxy/
H A DProxyFactory.java784 int maxBytes = ((l + 7) >> 3);
785 signature = new byte[maxBytes];
803 int maxBytes = ((l + 7) >> 3);
804 if (signature.length != maxBytes) {
/external/autotest/site_utils/chromeos_proxy/
H A Dswarming_bots.py393 filename=log_file, maxBytes=LOG_FILE_SIZE,
/external/skia/tests/
H A DResourceCacheTest.cpp362 Mock(int maxCnt, size_t maxBytes) { argument
365 fContext->setResourceCacheLimits(maxCnt, maxBytes);
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/valgrind/VEX/priv/
H A Dguest_ppc_toIR.c7702 Int maxBytes ) // 32 or 128
7712 for (i = 0; i < maxBytes; i++) {
7754 Int maxBytes ) // 32 or 128
7764 for (i = 0; i < maxBytes; i++) {
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 5401 milliseconds

12