/external/guava/guava/src/com/google/common/hash/ |
D | AbstractByteHasher.java | 96 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()
|
D | Murmur3_32HashFunction.java | 88 return fmix(h1, Ints.BYTES); in hashInt() 101 return fmix(h1, Longs.BYTES); in hashLong() 122 return fmix(h1, Chars.BYTES * input.length()); in hashString()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 final byte[] BYTES = "abc 123 %^&".getBytes() 34 InputStream input = new ByteArrayInputStream(BYTES) 35 assert IoUtil.readBytes(input) == BYTES
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/core/util/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 33 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/ |
D | IoUtilTest.groovy | 39 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/ |
D | TrieMapTest.java | 123 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()
|
D | TrieMap.java | 34 BYTES, CHARS enumConstant 61 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() in with() 72 Builder<V> result = style == Style.BYTES ? new BytesTrieMap.BytesBuilder<V>() in with()
|
/external/jetty/src/java/org/eclipse/jetty/http/ |
D | HttpHeaderValues.java | 44 BYTES="bytes", field in HttpHeaderValues 72 BYTES_BUFFER=CACHE.add(BYTES,BYTES_ORDINAL),
|
/external/nanopb-c/tests/backwards_compatibility/ |
D | alltypes_legacy.c | 53 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/mesa3d/src/mesa/main/ |
D | imports.h | 53 #define MALLOC(BYTES) malloc(BYTES) argument 55 #define CALLOC(BYTES) calloc(1, BYTES) argument
|
/external/guava/guava/src/com/google/common/primitives/ |
D | Chars.java | 58 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()
|
D | Longs.java | 56 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()
|
D | Shorts.java | 57 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()
|
D | Ints.java | 59 public static final int BYTES = Integer.SIZE / Byte.SIZE; field in Ints 321 checkArgument(bytes.length >= BYTES, in fromByteArray() 322 "array too small: %s < %s", bytes.length, BYTES); in fromByteArray()
|
/external/protobuf/java/src/main/java/com/google/protobuf/ |
D | WireFormat.java | 125 BYTES (JavaType.BYTE_STRING, WIRETYPE_LENGTH_DELIMITED) { in BYTES() method
|