/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
pad4.s | 1 * Padding 16 bytes, suitable for testing relocs together with the larger
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
IsValidUtf8Test.java | 46 * bytes and will return false for any sequence that will not round trip. 90 // Bad trailing bytes 127 private byte[] toByteArray(int... bytes) { 128 byte[] realBytes = new byte[bytes.length]; 129 for (int i = 0; i < bytes.length; i++) { 130 realBytes[i] = (byte) bytes[i]; 135 private ByteString toByteString(int... bytes) { 136 return ByteString.copyFrom(toByteArray(bytes)); 139 private void assertValidUtf8(int[] bytes, boolean not) { 140 byte[] realBytes = toByteArray(bytes); [all...] |
/external/guava/guava-tests/test/com/google/common/io/ |
TestByteSource.java | 35 private final byte[] bytes; field in class:TestByteSource 41 TestByteSource(byte[] bytes, TestOption... options) { 42 this.bytes = checkNotNull(bytes); 65 super(new ByteArrayInputStream(bytes), options);
|
/external/libhevc/common/arm/ |
ihevc_padding.s | 122 vst1.8 {d0,d1},[r4]! @128/8 = 16 bytes store 123 vst1.8 {d0,d1},[r4]! @ 16 bytes store 124 vst1.8 {d0,d1},[r4]! @ 16 bytes store 125 vst1.8 {d0,d1},[r4]! @ 16 bytes store 126 vst1.8 {d0,d1},[r4] @ 16 bytes store 130 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 131 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 132 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 133 vst1.8 {d2,d3},[r5]! @128/8 = 16 bytes store 134 vst1.8 {d2,d3},[r5] @128/8 = 16 bytes stor [all...] |
/external/skia/experimental/DrawingBoard/ |
SkNetPipeController.cpp | 38 void SkNetPipeController::notifyWritten(size_t bytes) { 39 SkASSERT(fBytesWritten + bytes <= fBlockSize); 42 fStatus = fReader.playback((const char*)fBlock + fBytesWritten, bytes); 46 fBytesWritten += bytes; 47 fTotalWritten += bytes;
|
/external/skia/include/core/ |
SkChunkAlloc.h | 26 * Reset to 0 used bytes preserving as much memory as possible. 36 void* alloc(size_t bytes, AllocFailType); 37 void* allocThrow(size_t bytes) { 38 return this->alloc(bytes, kThrow_AllocFailType); 42 success, the number of bytes freed is returned, or 0 if the block could 72 Block* newBlock(size_t bytes, AllocFailType ftype); 73 Block* addBlockIfNecessary(size_t bytes, AllocFailType ftype);
|
/external/tlsdate/src/events/ |
save.c | 25 ssize_t bytes; local 40 bytes = IGNORE_EINTR (write (fd, &t, sizeof (t))); 41 if (bytes == -1) 52 if (bytes != sizeof (t)) 54 __func__, bytes);
|
/external/toybox/toys/posix/ |
uuencode.c | 43 int j, x, bytes = i - (in-buf); local 45 if (bytes > 3) bytes = 3; 50 if (j < bytes) x |= (*(in++) & 0x0ff) << (8*(2-j)); 52 xputc(m ? (j > bytes ? '=' : toybuf[out]) : (out ? out + 0x20 : 0x60));
|
/libcore/ojluni/src/main/native/ |
ObjectOutputStream.c | 60 jbyte *bytes; local 83 bytes = (*env)->GetPrimitiveArrayCritical(env, dst, NULL); 84 if (bytes == NULL) { /* exception thrown */ 99 bytes[dstpos++] = (ival >> 24) & 0xFF; 100 bytes[dstpos++] = (ival >> 16) & 0xFF; 101 bytes[dstpos++] = (ival >> 8) & 0xFF; 102 bytes[dstpos++] = (ival >> 0) & 0xFF; 106 (*env)->ReleasePrimitiveArrayCritical(env, dst, bytes, 0); 132 jbyte *bytes; local 155 bytes = (*env)->GetPrimitiveArrayCritical(env, dst, NULL) [all...] |
Bits.c | 56 #define GETCRITICAL(bytes, env, obj) { \ 57 bytes = (*env)->GetPrimitiveArrayCritical(env, obj, NULL); \ 58 if (bytes == NULL) \ 62 #define RELEASECRITICAL(bytes, env, obj, mode) { \ 63 (*env)->ReleasePrimitiveArrayCritical(env, obj, bytes, mode); \ 79 jbyte *bytes; local 93 GETCRITICAL(bytes, env, src); 95 srcShort = (jshort *)(bytes + srcPos); 102 RELEASECRITICAL(bytes, env, src, JNI_ABORT); 114 jbyte *bytes; local 149 jbyte *bytes; local 184 jbyte *bytes; local 219 jbyte *bytes; local 254 jbyte *bytes; local [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-stack.s | 1 .macro try bytes:vararg 2 .byte \bytes 3 .byte 0x66, \bytes 4 .byte 0x48, \bytes 5 .byte 0x66, 0x48, \bytes
|
/external/autotest/client/cros/cellular/mbim_compliance/ |
mbim_command_message.py | 37 _DEFAULTS = {'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 51 _DEFAULTS = {'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 58 'context_type' : mbim_constants.MBIM_CONTEXT_TYPE_NONE.bytes, 72 'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 79 _DEFAULTS = {'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 105 'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 112 _DEFAULTS = {'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 127 'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 156 _DEFAULTS = {'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, 195 'device_service_id' : mbim_constants.UUID_BASIC_CONNECT.bytes, [all...] |
/external/elfutils/tests/ |
run-readelf-d.sh | 41 PLTRELSZ 72 (bytes) 45 RELASZ 144 (bytes) 46 RELAENT 24 (bytes) 49 SYMENT 24 (bytes) 51 STRSZ 190 (bytes)
|
/frameworks/base/core/java/com/android/internal/util/ |
CharSequences.java | 26 * bytes. 28 * @param bytes ASCII bytes 30 public static CharSequence forAsciiBytes(final byte[] bytes) { 33 return (char) bytes[index]; 37 return bytes.length; 41 return forAsciiBytes(bytes, start, end); 45 return new String(bytes); 52 * bytes. 54 * @param bytes ASCII byte [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
BytesTrieBuilder.java | 30 // Used in add() to wrap the bytes into a CharSequence for StringTrieBuilder.addImpl(). 47 * Bytes 0..length-1 will be copied; the builder does not keep 75 return new BytesTrie(bytes, bytes.length-bytesLength); 87 * <em>Do not modify the bytes in the buffer!</em> 98 return ByteBuffer.wrap(bytes, bytes.length-bytesLength, bytesLength); 103 if(bytes==null) { 104 bytes=new byte[1024]; 116 bytes=null 303 private byte[] bytes; field in class:BytesTrieBuilder [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
BytesTrieBuilder.java | 30 // Used in add() to wrap the bytes into a CharSequence for StringTrieBuilder.addImpl(). 47 * Bytes 0..length-1 will be copied; the builder does not keep 77 return new BytesTrie(bytes, bytes.length-bytesLength); 89 * <em>Do not modify the bytes in the buffer!</em> 101 return ByteBuffer.wrap(bytes, bytes.length-bytesLength, bytesLength); 106 if(bytes==null) { 107 bytes=new byte[1024]; 120 bytes=null 307 private byte[] bytes; field in class:BytesTrieBuilder [all...] |
/dalvik/dx/src/com/android/dx/cf/direct/ |
DirectClassFile.java | 83 /** {@code non-null;} the bytes of the file */ 84 private final ByteArray bytes; field in class:DirectClassFile 169 * @param bytes {@code non-null;} the bytes of the file 177 public DirectClassFile(ByteArray bytes, String filePath, 179 if (bytes == null) { 180 throw new NullPointerException("bytes == null"); 188 this.bytes = bytes; 196 * @param bytes {@code non-null;} the bytes of the fil 583 private final ByteArray bytes; field in class:DirectClassFile.DcfTypeList [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
MessageDigest1Test.java | 56 final byte[] bytes = { 1, 2, 3, 4, 5 }; 57 md.update(bytes, 1, 2); 69 md.update(bytes, 0, bytes.length + 1); 75 md.update(bytes, Integer.MAX_VALUE, 1); 85 assertSame("buf", bytes, arg0); 91 md.update(bytes, offset, len); 150 final byte[] bytes = new byte[] { 2, 4, 1 }; 159 md.digest(bytes, 0, bytes.length + 1) [all...] |
/external/valgrind/memcheck/tests/ |
descr_belowsp.stderr.exp | 1 describing 0x........ 1500 bytes below a local var 3 .... bytes below stack pointer 4 describing 0x........ 1500 bytes below a local var 6 .... bytes below stack pointer 13 .... bytes below stack pointer 17 In stack guard protected page, .... bytes below stack pointer 20 .... bytes below stack pointer 23 In stack guard protected page, .... bytes below stack pointer 26 In stack guard protected page, .... bytes below stack pointer
|
/bionic/libc/kernel/uapi/linux/netfilter/ |
xt_sctp.h | 51 #define bytes(type) (sizeof(type) * 8) macro 52 #define SCTP_CHUNKMAP_SET(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while(0) 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap,type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while(0) 56 ({ ((chunkmap)[type / bytes(__u32)] & (1 << (type % bytes(__u32)))) ? 1 : 0; \
|
/development/ndk/platforms/android-21/include/linux/netfilter/ |
xt_sctp.h | 51 #define bytes(type) (sizeof(type) * 8) macro 52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0) 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0) 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
|
/external/opencv3/3rdparty/libwebp/webp/ |
mux_types.h | 51 const uint8_t* bytes; member in struct:WebPData 66 free((void*)webp_data->bytes); 76 if (src->bytes != NULL && src->size != 0) { 77 dst->bytes = (uint8_t*)malloc(src->size); 78 if (dst->bytes == NULL) return 0; 79 memcpy((void*)dst->bytes, src->bytes, src->size);
|
/external/webp/include/webp/ |
mux_types.h | 59 const uint8_t* bytes; member in struct:WebPData 74 free((void*)webp_data->bytes); 84 if (src->bytes != NULL && src->size != 0) { 85 dst->bytes = (uint8_t*)malloc(src->size); 86 if (dst->bytes == NULL) return 0; 87 memcpy((void*)dst->bytes, src->bytes, src->size);
|
/external/webp/src/webp/ |
mux_types.h | 59 const uint8_t* bytes; member in struct:WebPData 74 free((void*)webp_data->bytes); 84 if (src->bytes != NULL && src->size != 0) { 85 dst->bytes = (uint8_t*)malloc(src->size); 86 if (dst->bytes == NULL) return 0; 87 memcpy((void*)dst->bytes, src->bytes, src->size);
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/netfilter/ |
xt_sctp.h | 51 #define bytes(type) (sizeof(type) * 8) macro 52 #define SCTP_CHUNKMAP_SET(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] |= 1 << (type % bytes(__u32)); } while (0) 54 #define SCTP_CHUNKMAP_CLEAR(chunkmap, type) do { (chunkmap)[type / bytes(__u32)] &= ~(1 << (type % bytes(__u32))); } while (0) 55 #define SCTP_CHUNKMAP_IS_SET(chunkmap, type) ({ ((chunkmap)[type / bytes (__u32)] & (1 << (type % bytes (__u32)))) ? 1: 0; })
|