/external/guava/guava/src/com/google/common/primitives/ |
UnsignedBytes.java | 28 * Static utility methods pertaining to {@code byte} primitives that interpret 49 * byte}. 53 public static final byte MAX_POWER_OF_TWO = (byte) 0x80; 56 * The largest value that fits into an unsigned byte. 60 public static final byte MAX_VALUE = (byte) 0xFF; 65 * Returns the value of the given byte as an integer, when treated as 71 public static int toInt(byte value) { 76 * Returns the {@code byte} value that, when treated as unsigned, is equal t [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/ |
CipherSpiTest.java | 50 protected byte[] engineDoFinal(byte[] input, int inputOffset, int inputLen) 56 protected int engineDoFinal(byte[] input, int inputOffset, int inputLen, byte[] output, 68 protected byte[] engineGetIV() { 111 protected byte[] engineUpdate(byte[] input, int inputOffset, int inputLen) { 116 protected int engineUpdate(byte[] input, int inputOffset, int inputLen, byte[] output, 127 protected byte[] engineWrap(Key key) throws InvalidKeyException, IllegalBlockSizeException [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/util/encoders/ |
Encoder.java | 7 * Encode and decode byte arrays (typically from binary to 7-bit ASCII 12 int encode(byte[] data, int off, int length, OutputStream out) throws IOException; 14 int decode(byte[] data, int off, int length, OutputStream out) throws IOException;
|
/external/dbus/test/data/invalid-messages/ |
bad-header-field-alignment.message | 26 TYPE BYTE 30 BYTE 1 31 BYTE 2
|
not-nul-header-padding.message | 1 ## has one non-nul byte in header padding 20 ## kill a padding byte and replace it 22 BYTE 'q'
|
/external/llvm/test/CodeGen/ARM/ |
2009-05-05-DAGCombineBug.ll | 4 %"byte[]" = type { i32, i8* } 9 %tmp28 = call fastcc i1 null(i32* null, %"byte[]" undef, %"byte[]" undef, %tango.time.Time.Time* byval null) ; <i1> [#uses=0]
|
/external/llvm/test/CodeGen/SystemZ/ |
vec-perm-11.ll | 15 ; CHECK-VECTOR: .byte 4 16 ; CHECK-VECTOR-NEXT: .byte 5 17 ; CHECK-VECTOR-NEXT: .byte 6 18 ; CHECK-VECTOR-NEXT: .byte 7 19 ; CHECK-VECTOR-NEXT: .byte 20 20 ; CHECK-VECTOR-NEXT: .byte 21 21 ; CHECK-VECTOR-NEXT: .byte 22 22 ; CHECK-VECTOR-NEXT: .byte 23 28 ; CHECK-VECTOR-NEXT: .byte 12 29 ; CHECK-VECTOR-NEXT: .byte 1 [all...] |
/external/llvm/test/MC/AsmParser/ |
dot-symbol-assignment-backwards.s | 5 .byte 1 8 .byte 2 12 .byte 3
|
/external/lzma/C/ |
Sha256.h | 17 Byte buffer[64];
21 void Sha256_Update(CSha256 *p, const Byte *data, size_t size);
22 void Sha256_Final(CSha256 *p, Byte *digest);
|
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/ |
AppleTempBox.java | 24 appleDataBox.setFourBytes(new byte[4]);
25 appleDataBox.setData(new byte[]{0, (byte) (tempo & 0xFF)});
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowNdefRecord.java | 13 private byte[] data; 15 public void __constructor__(byte[] data) { 20 public byte[] getPayload() {
|
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/anqp/ |
RawByteElement.java | 9 private final byte[] mPayload; 13 mPayload = new byte[payload.remaining()]; 17 public byte[] getPayload() {
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
eappapis.h | 25 const BYTE *pReceivePacket, 48 BYTE **ppAuthData, 61 BYTE **ppSendPacket, 68 BYTE **ppUIContextData, 82 const BYTE *pUIContextData, 98 const BYTE *pConnectionData, 100 const BYTE *pUserData, 110 BYTE *pData 118 const BYTE *pConnectionData, 120 const BYTE *pUserData [all...] |
/prebuilts/go/darwin-x86/src/crypto/aes/ |
cipher_generic.go | 9 func encryptBlock(xk []uint32, dst, src []byte) { 13 func decryptBlock(xk []uint32, dst, src []byte) { 17 func expandKey(key []byte, enc, dec []uint32) {
|
/prebuilts/go/darwin-x86/test/fixedbugs/ |
bug168.go | 9 var g byte = 123 10 var f *byte = &g 11 var b = make([]byte, 5)
|
/prebuilts/go/linux-x86/src/crypto/aes/ |
cipher_generic.go | 9 func encryptBlock(xk []uint32, dst, src []byte) { 13 func decryptBlock(xk []uint32, dst, src []byte) { 17 func expandKey(key []byte, enc, dec []uint32) {
|
/prebuilts/go/linux-x86/test/fixedbugs/ |
bug168.go | 9 var g byte = 123 10 var f *byte = &g 11 var b = make([]byte, 5)
|
/prebuilts/tools/common/m2/repository/com/android/tools/external/liblzf/1.0/ |
liblzf-1.0.jar | |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/ |
thumb-rel32.s | 9 .byte 0 10 .4byte (_start - .) + 1 11 .byte 0, 0, 0
|
/libcore/luni/src/test/java/libcore/java/net/ |
InetAddressTest.java | 33 private static final byte[] LOOPBACK4_BYTES = new byte[] { 127, 0, 0, 1 }; 34 private static final byte[] LOOPBACK6_BYTES = { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }; 233 byte[] bs = new byte[16]; 256 byte[] bAddr = { 257 (byte) 0xFE, (byte) 0x80, (byte) 0x00, (byte) 0x00 [all...] |
/art/test/070-nio-buffer/ |
expected.txt | 1 Direct byte buffer has array: true
|
/dalvik/dexgen/src/com/android/dexgen/rop/cst/ |
CstByte.java | 23 * Constants of type {@code byte}. 28 public static final CstByte VALUE_0 = make((byte) 0); 34 * @param value the {@code byte} value 36 public static CstByte make(byte value) { 45 * @param value the value, which must be in range for a {@code byte} 49 byte cast = (byte) value; 52 throw new IllegalArgumentException("bogus byte value: " + 62 * @param value the {@code byte} value 64 private CstByte(byte value) [all...] |
/dalvik/dx/src/com/android/dx/rop/cst/ |
CstByte.java | 23 * Constants of type {@code byte}. 28 public static final CstByte VALUE_0 = make((byte) 0); 34 * @param value the {@code byte} value 36 public static CstByte make(byte value) { 45 * @param value the value, which must be in range for a {@code byte} 49 byte cast = (byte) value; 52 throw new IllegalArgumentException("bogus byte value: " + 62 * @param value the {@code byte} value 64 private CstByte(byte value) [all...] |
/device/google/accessory/arduino/USB_Host_Shield/ |
Max3421e.h | 38 // byte vbusState; 41 byte getVbusState( void ); 42 // void toggle( byte pin ); 43 static void regWr( byte, byte ); 44 char * bytesWr( byte, byte, char * ); 45 static void gpioWr( byte ); 46 byte regRd( byte ); [all...] |
/external/apache-harmony/support/src/test/java/org/apache/harmony/testframework/ |
SinkTester.java | 49 public abstract byte[] getBytes() throws Exception; 84 private static void assertArrayEquals(byte[] expected, byte[] actual) { 95 byte[] expected = new byte[] { }; 103 byte[] expected = new byte[] { }; 106 byte[] a = new byte[1024]; 109 out.write(new byte[] { }); [all...] |