Home
last modified time | relevance | path

Searched refs:BYTES (Results 1 – 25 of 61) sorted by relevance

123

/external/guava/guava/src/com/google/common/hash/
DAbstractByteHasher.java96 return update(Shorts.BYTES); in putShort()
102 return update(Ints.BYTES); in putInt()
108 return update(Longs.BYTES); in putLong()
114 return update(Chars.BYTES); in putChar()
DMurmur3_32HashFunction.java88 return fmix(h1, Ints.BYTES); in hashInt()
101 return fmix(h1, Longs.BYTES); in hashLong()
122 return fmix(h1, Chars.BYTES * input.length()); in hashUnencodedChars()
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy33 final byte[] BYTES = "abc 123 %^&".getBytes()
34 InputStream input = new ByteArrayInputStream(BYTES)
35 assert IoUtil.readBytes(input) == BYTES
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/core/util/
DIoUtilTest.groovy39 final byte[] BYTES = "abc 123 %^&".getBytes()
40 InputStream input = new ByteArrayInputStream(BYTES)
41 assert IoUtil.readBytes(input) == BYTES
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java123 checkGet(unicodeTestMap, TrieMap.Style.BYTES); in TestGet()
149 timeIteration(unicodeTestMap, comparisonTime, Style.BYTES, 5); in TestTimeIteration()
199 checkContents(unicodeTestMap, Style.BYTES); in TestContents()
235 checkSearch(Style.BYTES); in TestSearch()
284 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20); in TestTimeBuilding()
285 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.FAST, 20); in TestTimeBuilding()
335 checkSize(size, Style.BYTES, Option.SMALL, 0.20); in TestSize()
336 checkSize(size, Style.BYTES, Option.FAST, 0.20); in TestSize()
396 timeGet(keys, unicodeTestMap, comparisonTime, Style.BYTES, 3); in TestTimeGet()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java127 checkGet(unicodeTestMap, TrieMap.Style.BYTES); in TestGet()
153 timeIteration(unicodeTestMap, comparisonTime, Style.BYTES, 5); in TestTimeIteration()
203 checkContents(unicodeTestMap, Style.BYTES); in TestContents()
239 checkSearch(Style.BYTES); in TestSearch()
288 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.SMALL, 20); in TestTimeBuilding()
289 timeBuilding(unicodeTestMap, comparisonTime, Style.BYTES, Option.FAST, 20); in TestTimeBuilding()
339 checkSize(size, Style.BYTES, Option.SMALL, 0.20); in TestSize()
340 checkSize(size, Style.BYTES, Option.FAST, 0.20); in TestSize()
400 timeGet(keys, unicodeTestMap, comparisonTime, Style.BYTES, 3); in TestTimeGet()
/external/jetty/src/java/org/eclipse/jetty/http/
DHttpHeaderValues.java44 BYTES="bytes", field in HttpHeaderValues
72 BYTES_BUFFER=CACHE.add(BYTES,BYTES_ORDINAL),
/external/nanopb-c/tests/backwards_compatibility/
Dalltypes_legacy.c53 PB_FIELD( 15, BYTES , REQUIRED, STATIC, AllTypes, req_bytes, req_string, 0),
70 PB_FIELD( 35, BYTES , REPEATED, STATIC, AllTypes, rep_bytes, rep_string, 0),
87 …PB_FIELD( 55, BYTES , OPTIONAL, STATIC, AllTypes, opt_bytes, opt_string, &AllTypes_opt_bytes_def…
/external/chromium-trace/catapult/third_party/gsutil/third_party/protorpc/protorpc/
Dprotobuf.py150 messages.Variant.BYTES: _Encoder.STRING,
168 messages.Variant.BYTES: _Encoder.encode_unicode_string,
213 messages.Variant.BYTES: _Decoder.getPrefixedString,
/external/pdfium/xfa/src/fxbarcode/pdf417/
DBC_PDF417Compaction.h10 enum Compaction { AUTO, TEXT, BYTES, NUMERIC }; enumerator
/external/mesa3d/src/mesa/main/
Dimports.h53 #define MALLOC(BYTES) malloc(BYTES) argument
55 #define CALLOC(BYTES) calloc(1, BYTES) argument
/external/guava/guava/src/com/google/common/primitives/
DChars.java58 public static final int BYTES = Character.SIZE / Byte.SIZE; field in Chars
311 checkArgument(bytes.length >= BYTES, in fromByteArray()
312 "array too small: %s < %s", bytes.length, BYTES); in fromByteArray()
DLongs.java56 public static final int BYTES = Long.SIZE / Byte.SIZE; field in Longs
290 checkArgument(bytes.length >= BYTES, in fromByteArray()
291 "array too small: %s < %s", bytes.length, BYTES); in fromByteArray()
DShorts.java57 public static final int BYTES = Short.SIZE / Byte.SIZE; field in Shorts
319 checkArgument(bytes.length >= BYTES, in fromByteArray()
320 "array too small: %s < %s", bytes.length, BYTES); in fromByteArray()

123