/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/linux/ |
cciss_defs.h | 54 #define BYTE __u8 66 BYTE Dev; 67 BYTE Bus:6; 69 BYTE Mode:2; 72 BYTE DevLSB; 74 BYTE DevMSB:6; 75 BYTE Mode:2; 79 BYTE Dev:5; 80 BYTE Bus:3; 81 BYTE Targ:6 [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/linux/ |
cciss_defs.h | 54 #define BYTE __u8 66 BYTE Dev; 67 BYTE Bus:6; 69 BYTE Mode:2; 72 BYTE DevLSB; 74 BYTE DevMSB:6; 75 BYTE Mode:2; 79 BYTE Dev:5; 80 BYTE Bus:3; 81 BYTE Targ:6 [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/linux/ |
cciss_defs.h | 54 #define BYTE __u8 66 BYTE Dev; 67 BYTE Bus:6; 69 BYTE Mode:2; 72 BYTE DevLSB; 74 BYTE DevMSB:6; 75 BYTE Mode:2; 79 BYTE Dev:5; 80 BYTE Bus:3; 81 BYTE Targ:6 [all...] |
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/ |
cciss_defs.h | 54 #define BYTE __u8 66 BYTE Dev; 67 BYTE Bus:6; 69 BYTE Mode:2; 72 BYTE DevLSB; 74 BYTE DevMSB:6; 75 BYTE Mode:2; 79 BYTE Dev:5; 80 BYTE Bus:3; 81 BYTE Targ:6 [all...] |
/external/guava/guava/src/com/google/common/primitives/ |
Bytes.java | 35 * Static utility methods pertaining to {@code byte} primitives, that are not 36 * already found in either {@link Byte} or {@link Arrays}, <i>and interpret 56 * {@code ((Byte) value).hashCode()}. 58 * @param value a primitive {@code byte} value 61 public static int hashCode(byte value) { 69 * @param array an array of {@code byte} values, possibly empty 70 * @param target a primitive {@code byte} value 74 public static boolean contains(byte[] array, byte target) { 75 for (byte value : array) [all...] |
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
BigIntegerModPowTest.java | 35 byte aBytes[] = {1, 2, 3, 4, 5, 6, 7}; 36 byte eBytes[] = {1, 2, 3, 4, 5}; 37 byte mBytes[] = {1, 2, 3}; 62 byte aBytes[] = {-127, 100, 56, 7, 98, -1, 39, -128, 127, 75, 48, -7}; 63 byte eBytes[] = {27, -15, 65, 39}; 64 byte mBytes[] = {-128, 2, 3, 4, 5}; 68 byte rBytes[] = {113, 100, -84, -28, -85}; 73 byte resBytes[] = new byte[rBytes.length]; 85 byte aBytes[] = {-127, 100, 56, 7, 98, -1, 39, -128, 127, 75, 48, -7} [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/ |
gdipluscolor.h | 53 static ARGB MakeARGB(BYTE a, BYTE r, BYTE g, BYTE b) 205 Color(BYTE r, BYTE g, BYTE b): Value(MakeARGB(0xFF, r, g, b)) {} 206 Color(BYTE a, BYTE r, BYTE g, BYTE b): Value(MakeARGB(a, r, g, b)) { [all...] |
/art/test/076-boolean-put/ |
info.txt | 1 This checks a case where javac generates code that stores a byte into a
|
/art/test/518-null-array-get/ |
info.txt | 2 to crash on an aget-object + int-to-byte sequence
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iget_byte/d/ |
T_iget_byte_1.java | 20 public static byte i1 = 77; 21 protected static byte p1 = 77; 22 private static byte pvt1 = 77; 24 public byte run(){
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/iput_byte/d/ |
T_iput_byte_1.java | 20 public byte st_i1; 21 protected byte st_p1; 22 private byte st_pvt1; 28 public byte getPvtField()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sget_byte/d/ |
T_sget_byte_1.java | 20 public static byte i1 = 77; 21 protected static byte p1 = 77; 22 private static byte pvt1 = 77; 24 public byte run(){
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/sput_byte/d/ |
T_sput_byte_1.java | 20 public static byte st_i1; 21 protected static byte st_p1; 22 private static byte st_pvt1; 28 public static byte getPvtField()
|
/external/boringssl/src/ssl/test/runner/ |
ticket.go | 23 masterSecret []byte 24 handshakeHash []byte 25 certificates [][]byte 56 func (s *sessionState) marshal() []byte { 63 ret := make([]byte, length) 65 x[0] = byte(s.vers >> 8) 66 x[1] = byte(s.vers) 67 x[2] = byte(s.cipherSuite >> 8) 68 x[3] = byte(s.cipherSuite) 69 x[4] = byte(len(s.masterSecret) >> 8 [all...] |
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
CMSProcessableByteArray.java | 13 * a holding class for a byte array of data to be processed. 19 private final byte[] bytes; 22 byte[] bytes) 29 byte[] bytes)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1Boolean.java | 22 private static final byte[] TRUE_VALUE = new byte[] { (byte)0xff }; 23 private static final byte[] FALSE_VALUE = new byte[] { 0 }; 25 private final byte[] value; 45 if (obj instanceof byte[]) 47 byte[] enc = (byte[])obj; 54 throw new IllegalArgumentException("failed to construct boolean from byte[]: " + e.getMessage()) [all...] |
DERBoolean.java | 18 DERBoolean(byte[] value)
|
DERObjectIdentifier.java | 15 DERObjectIdentifier(byte[] bytes)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/params/ |
DSAValidationParameters.java | 8 private byte[] seed; 12 byte[] seed, 19 byte[] seed, 33 public byte[] getSeed()
|
/external/e2fsprogs/tests/m_desc_size_128/ |
script | 1 DESCRIPTION="enable 128-byte group descriptor on mkfs"
|
/external/glide/library/src/main/java/com/bumptech/glide/load/data/ |
ByteArrayFetcher.java | 9 * A simple resource fetcher to convert byte arrays into input stream. Requires an id to be passed in to identify the 10 * data in the byte array because there is no cheap/simple way to obtain a useful id from the data itself. 13 private final byte[] bytes; 16 public ByteArrayFetcher(byte[] bytes, String id) {
|
/external/glide/testutil/src/main/java/com/bumptech/glide/testutil/ |
TestUtil.java | 15 public static byte[] resourceToBytes(Class testClass, String resourceName) throws IOException { 19 public static byte[] isToBytes(InputStream is) throws IOException { 21 byte[] buffer = new byte[1024];
|
/external/google-breakpad/src/third_party/libdisasm/ |
ia32_modrm.h | 11 void ia32_reg_decode( unsigned char byte, x86_op_t *op, size_t gen_regs );
|
/external/guava/guava-tests/test/com/google/common/io/ |
ByteStreamsTest.java | 41 byte[] expected = newPreFilledByteArray(100); 52 byte[] b = new byte[10]; 96 Arrays.fill(b, (byte) 0); 98 assertEquals(new byte[10], b); 100 Arrays.fill(b, (byte) 0); 104 Arrays.fill(b, (byte) 0); 106 assertEquals(new byte[]{0, 1, 2, 3, 4, 0, 0, 0, 0, 0}, b); 110 byte[] bytes = newPreFilledByteArray(100); 130 private static final byte[] bytes [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
RawCollationKey.java | 15 * Simple class wrapper to store the internal byte representation of a 23 * on the internal byte representation. Note the internal byte representation 48 * Default constructor, internal byte array is null and its size set to 0. 55 * RawCollationKey created with an empty internal byte array of length 56 * capacity. Size of the internal byte array will be set to 0. 57 * @param capacity length of internal byte array 61 bytes = new byte[capacity]; 65 * RawCollationKey created, adopting bytes as the internal byte array. 66 * Size of the internal byte array will be set to 0 [all...] |