HomeSort by relevance Sort by last modified time
    Searched full:byte (Results 1176 - 1200 of 24897) sorted by null

<<41424344454647484950>>

  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
asm3.s 11 MOVH x+0(FP), AX // ERROR "\[arm\] arg1: invalid MOVH of x\+0\(FP\); int8 is 1-byte value"
12 MOVH y+1(FP), AX // ERROR "invalid MOVH of y\+1\(FP\); uint8 is 1-byte value"
13 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int8 is 1-byte value"
14 MOVW y+1(FP), AX // ERROR "invalid MOVW of y\+1\(FP\); uint8 is 1-byte value"
23 MOVB x+0(FP), AX // ERROR "arg2: invalid MOVB of x\+0\(FP\); int16 is 2-byte value"
24 MOVB y+2(FP), AX // ERROR "invalid MOVB of y\+2\(FP\); uint16 is 2-byte value"
27 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int16 is 2-byte value"
28 MOVW y+2(FP), AX // ERROR "invalid MOVW of y\+2\(FP\); uint16 is 2-byte value"
34 MOVB x+0(FP), AX // ERROR "invalid MOVB of x\+0\(FP\); int32 is 4-byte value"
35 MOVB y+4(FP), BX // ERROR "invalid MOVB of y\+4\(FP\); uint32 is 4-byte value
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
asm3.s 11 MOVH x+0(FP), AX // ERROR "\[arm\] arg1: invalid MOVH of x\+0\(FP\); int8 is 1-byte value"
12 MOVH y+1(FP), AX // ERROR "invalid MOVH of y\+1\(FP\); uint8 is 1-byte value"
13 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int8 is 1-byte value"
14 MOVW y+1(FP), AX // ERROR "invalid MOVW of y\+1\(FP\); uint8 is 1-byte value"
23 MOVB x+0(FP), AX // ERROR "arg2: invalid MOVB of x\+0\(FP\); int16 is 2-byte value"
24 MOVB y+2(FP), AX // ERROR "invalid MOVB of y\+2\(FP\); uint16 is 2-byte value"
27 MOVW x+0(FP), AX // ERROR "invalid MOVW of x\+0\(FP\); int16 is 2-byte value"
28 MOVW y+2(FP), AX // ERROR "invalid MOVW of y\+2\(FP\); uint16 is 2-byte value"
34 MOVB x+0(FP), AX // ERROR "invalid MOVB of x\+0\(FP\); int32 is 4-byte value"
35 MOVB y+4(FP), BX // ERROR "invalid MOVB of y\+4\(FP\); uint32 is 4-byte value
    [all...]
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/
InjectedThing.java 25 @Inject byte primitiveByte;
34 @Inject Provider<Byte> byteProvider;
43 @Inject Lazy<Byte> lazyByte;
52 @Inject Byte boxedBype;
61 @Inject byte[] byteArray;
70 @Inject Provider<byte[]> byteArrayProvider;
79 @Inject Lazy<byte[]> lazyByteArray;
94 byte primitiveByte,
103 Provider<Byte> byteProvider,
112 Lazy<Byte> lazyByte
    [all...]
  /external/google-tv-pairing-protocol/java/src/com/google/polo/wire/json/
Base64.java 38 public static byte[] decode(byte[] in) {
42 public static byte[] decode(byte[] in, int len) {
47 return new byte[0];
50 byte[] out = new byte[length];
53 byte chr;
107 quantum = (quantum << 6) | (byte) bits;
110 out[out_index++] = (byte) ((quantum & 0x00FF0000) >> 16)
    [all...]
  /external/llvm/include/llvm/Support/
LEB128.h 26 uint8_t Byte = Value & 0x7f;
29 More = !((((Value == 0 ) && ((Byte & 0x40) == 0)) ||
30 ((Value == -1) && ((Byte & 0x40) != 0))));
32 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
33 OS << char(Byte);
41 uint8_t Byte = Value & 0x7f;
44 Byte |= 0x80; // Mark this byte to show that more bytes will follow.
45 OS << char(Byte);
    [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 55 * Helper to construct a byte array from a bunch of bytes. The inputs are
59 private byte[] bytes(int... bytesAsInts) {
60 byte[] bytes = new byte[bytesAsInts.length];
62 bytes[i] = (byte) bytesAsInts[i];
75 public SmallBlockInputStream(byte[] data, int blockSize) {
84 public int read(byte[] b) throws IOException {
88 public int read(byte[] b, int off, int len) throws IOException {
93 private void assertDataConsumed(byte[] data, CodedInputStream input)
103 private void assertReadVarint(byte[] data, long value) throws Exception
    [all...]
  /frameworks/base/core/tests/utiltests/src/com/android/internal/util/
BitwiseStreamsTest.java 36 byte[] inBuf = HexDump.hexStringToByteArray("FFDD");
40 byte[] outBuf = outStream.toByteArray();
42 byte[] inBufDup = new byte[inBuf.length];
44 for (int i = 0; i < inBufDup.length; i++) inBufDup[i] = (byte)inStream.read(8);
51 byte[] inBuf = HexDump.hexStringToByteArray("11d4f29c0e9ad3c36e72584e064d9b53");
57 byte[] inBufDup = new byte[inBuf.length];
58 for (int i = 0; i < inBufDup.length; i++) inBufDup[i] = (byte)inStream.read(8);
65 byte[] inBuf = HexDump.hexStringToByteArray("00031040900112488ea794e0")
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/
DeviceHost.java 32 public void onHostCardEmulationData(int technology, byte[] data);
65 byte[] getUid();
68 byte[] transceive(byte[] data, boolean raw, int[] returnCode);
71 byte[] readNdef();
72 boolean writeNdef(byte[] data);
74 boolean formatNdef(byte[] key);
104 public byte[] receive();
106 public boolean send(byte[] data);
112 public byte[] transceive(byte[] data)
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/tls/
ticket.go 23 masterSecret []byte
24 certificates [][]byte
55 func (s *sessionState) marshal() []byte {
61 ret := make([]byte, length)
63 x[0] = byte(s.vers >> 8)
64 x[1] = byte(s.vers)
65 x[2] = byte(s.cipherSuite >> 8)
66 x[3] = byte(s.cipherSuite)
67 x[4] = byte(len(s.masterSecret) >> 8)
68 x[5] = byte(len(s.masterSecret)
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_darwin_386.go 33 type Timeval32 [0]byte
125 Buffer *byte
145 Pad_cgo_0 [3]byte
152 Addr [4]byte /* in_addr */
161 Addr [16]byte /* in6_addr */
201 Base *byte
206 Multiaddr [4]byte /* in_addr */
207 Interface [4]byte /* in_addr */
211 Multiaddr [16]byte /* in6_addr */
216 Name *byte
    [all...]
ztypes_darwin_arm.go 34 type Timeval32 [0]byte
126 Buffer *byte
146 Pad_cgo_0 [3]byte
153 Addr [4]byte /* in_addr */
162 Addr [16]byte /* in6_addr */
202 Base *byte
207 Multiaddr [4]byte /* in_addr */
208 Interface [4]byte /* in_addr */
212 Multiaddr [16]byte /* in6_addr */
217 Name *byte
    [all...]
ztypes_freebsd_386.go 94 Pad_cgo_0 [8]byte
147 Addr [4]byte /* in_addr */
156 Addr [16]byte /* in6_addr */
196 Base *byte
201 Multiaddr [4]byte /* in_addr */
202 Interface [4]byte /* in_addr */
206 Multiaddr [4]byte /* in_addr */
207 Address [4]byte /* in_addr */
212 Multiaddr [16]byte /* in6_addr */
217 Name *byte
    [all...]
  /prebuilts/go/linux-x86/src/crypto/tls/
ticket.go 23 masterSecret []byte
24 certificates [][]byte
55 func (s *sessionState) marshal() []byte {
61 ret := make([]byte, length)
63 x[0] = byte(s.vers >> 8)
64 x[1] = byte(s.vers)
65 x[2] = byte(s.cipherSuite >> 8)
66 x[3] = byte(s.cipherSuite)
67 x[4] = byte(len(s.masterSecret) >> 8)
68 x[5] = byte(len(s.masterSecret)
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
ztypes_darwin_386.go 33 type Timeval32 [0]byte
125 Buffer *byte
145 Pad_cgo_0 [3]byte
152 Addr [4]byte /* in_addr */
161 Addr [16]byte /* in6_addr */
201 Base *byte
206 Multiaddr [4]byte /* in_addr */
207 Interface [4]byte /* in_addr */
211 Multiaddr [16]byte /* in6_addr */
216 Name *byte
    [all...]
ztypes_darwin_arm.go 34 type Timeval32 [0]byte
126 Buffer *byte
146 Pad_cgo_0 [3]byte
153 Addr [4]byte /* in_addr */
162 Addr [16]byte /* in6_addr */
202 Base *byte
207 Multiaddr [4]byte /* in_addr */
208 Interface [4]byte /* in_addr */
212 Multiaddr [16]byte /* in6_addr */
217 Name *byte
    [all...]
ztypes_freebsd_386.go 94 Pad_cgo_0 [8]byte
147 Addr [4]byte /* in_addr */
156 Addr [16]byte /* in6_addr */
196 Base *byte
201 Multiaddr [4]byte /* in_addr */
202 Interface [4]byte /* in_addr */
206 Multiaddr [4]byte /* in_addr */
207 Address [4]byte /* in_addr */
212 Multiaddr [16]byte /* in6_addr */
217 Name *byte
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexImageTransform.java 141 byte[] initialData = Files.toByteArray(textureDataFile);
174 byte[] subImageData = Files.toByteArray(textureDataFile);
182 private byte[] formatSourceData(byte[] subImageData, int width, int height) {
216 private byte[] unpackData(byte[] data, GLEnum type) {
236 private byte[] convertFloatToUnsigned(byte[] data) {
237 byte[] unsignedData = new byte[data.length]
    [all...]
  /sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/util/
PsdFile.java 108 byte[] a = new byte[length];
109 byte[] r = new byte[length];
110 byte[] g = new byte[length];
111 byte[] b = new byte[length];
115 a[i] = (byte) ((pixel >> 24) & 0xFF);
116 r[i] = (byte) ((pixel >> 16) & 0xFF)
    [all...]
  /system/media/camera/include/system/
camera_metadata_tags.h 116 // byte[] | public
138 ANDROID_CONTROL_AE_AVAILABLE_ANTIBANDING_MODES, // byte[] | public
139 ANDROID_CONTROL_AE_AVAILABLE_MODES, // byte[] | public
143 ANDROID_CONTROL_AF_AVAILABLE_MODES, // byte[] | public
144 ANDROID_CONTROL_AVAILABLE_EFFECTS, // byte[] | public
145 ANDROID_CONTROL_AVAILABLE_SCENE_MODES, // byte[] | public
147 // byte[] | public
148 ANDROID_CONTROL_AWB_AVAILABLE_MODES, // byte[] | public
150 ANDROID_CONTROL_SCENE_MODE_OVERRIDES, // byte[] | system
160 ANDROID_CONTROL_AVAILABLE_MODES, // byte[] | publi
    [all...]
  /external/boringssl/linux-x86_64/crypto/aes/
vpaes-x86_64.S 31 .byte 102,15,56,0,208
33 .byte 102,15,56,0,193
45 .byte 102,15,56,0,226
46 .byte 102,15,56,0,195
51 .byte 102,15,56,0,234
54 .byte 102,15,56,0,211
57 .byte 102,15,56,0,193
60 .byte 102,15,56,0,220
63 .byte 102,15,56,0,193
75 .byte 102,15,56,0,23
    [all...]
  /external/boringssl/mac-x86_64/crypto/aes/
vpaes-x86_64.S 31 .byte 102,15,56,0,208
33 .byte 102,15,56,0,193
45 .byte 102,15,56,0,226
46 .byte 102,15,56,0,195
51 .byte 102,15,56,0,234
54 .byte 102,15,56,0,211
57 .byte 102,15,56,0,193
60 .byte 102,15,56,0,220
63 .byte 102,15,56,0,193
75 .byte 102,15,56,0,23
    [all...]
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
EndianUtils.java 28 * byte ordering. In so-called "Little Endian" architectures (eg Intel),
29 * the low-order byte is stored in memory at the lowest address, and
112 * Writes a "short" value to a byte array at a given offset. The value is
114 * @param data target byte array
115 * @param offset starting offset in the byte array
118 public static void writeSwappedShort(byte[] data, int offset, short value) {
119 data[ offset + 0 ] = (byte)( ( value >> 0 ) & 0xff );
120 data[ offset + 1 ] = (byte)( ( value >> 8 ) & 0xff );
124 * Reads a "short" value from a byte array at a given offset. The value is
126 * @param data source byte arra
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSColorMatrixTest.java 34 native boolean colorMatrixTest(String path, int X, int Y, byte[] input, byte[] output, float[] coeffs, int optionFlag);
38 byte[] byteAlloc = new byte[X * Y * 4];
40 byteAlloc[i] = (byte)baseAlloc[i];
66 byte[] nativeByteAlloc = new byte[X * Y * 4];
78 byte[] byteAlloc = new byte[X * Y * 4];
80 byteAlloc[i] = (byte)baseAlloc[i]
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/modes/
CFBBlockCipher.java 16 private byte[] IV;
17 private byte[] cfbV;
18 private byte[] cfbOutV;
19 private byte[] inBuf;
42 this.IV = new byte[cipher.getBlockSize()];
43 this.cfbV = new byte[cipher.getBlockSize()];
44 this.cfbOutV = new byte[cipher.getBlockSize()];
45 this.inBuf = new byte[blockSize];
69 byte[] iv = ivParam.getIV();
116 protected byte calculateByte(byte in
    [all...]
  /external/dbus/test/
marshal.c 85 /* byte 0 */
91 /* byte 4 */
93 /* byte 8 */
95 /* byte 12 */
98 /* pad to 8-byte boundary = nothing */
99 /* byte 16 */
102 /* pad to 4-byte boundary = nothing */
104 /* pad to 8-byte boundary = nothing */
105 /* byte 24 */
108 "\1u\0" /* 1 byte, u, NUL (no alignment needed) *
    [all...]

Completed in 1503 milliseconds

<<41424344454647484950>>