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

12 3 4 5 6 7 8 91011>>

  /external/e2fsprogs/tests/f_desc_size_128/
name 1 128-byte group descriptors
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-undefined/
dummy.s 2 .byte 0
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
cdr.s 3 .byte 0x0f
4 .byte 0x22
5 .byte 0x1f
6 .byte 0x0f
7 .byte 0x20
8 .byte 0x1f
9 .byte 0x0f
10 .byte 0x21
11 .byte 0x1f
12 .byte 0x0
    [all...]
x86-64-long-1.s 5 .byte 0xf2
6 .byte 0xf0
7 .byte 0xf0
8 .byte 0xf0
9 .byte 0xf2
10 .byte 0xf2
11 .byte 0xf2
12 .byte 0xf2
13 .byte 0xf2
14 .byte 0xf
    [all...]
prefix.s 10 .byte 0x66
11 .byte 0xf2
12 .byte 0x0f
13 .byte 0x38
14 .byte 0x17
16 .byte 0xf2
17 .byte 0x66
18 .byte 0x0f
19 .byte 0x54
21 .byte 0xf
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/
X509KeyManagerTest.java 108 byte[] keyBytes = new byte[] {
109 (byte)0x30, (byte)0x82, (byte)0x02, (byte)0x77, (byte)0x02, (byte)0x01, (byte)0x00,
110 (byte)0x30, (byte)0x0d, (byte)0x06, (byte)0x09, (byte)0x2a, (byte)0x86, (byte)0x48
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
SignatureTest.java 216 public byte[] getEncoded() {
250 protected void engineUpdate(byte b) throws SignatureException {
255 protected void engineUpdate(byte[] b, int off, int len) throws SignatureException {
260 protected byte[] engineSign() throws SignatureException {
265 protected boolean engineVerify(byte[] sigBytes) throws SignatureException {
298 private final byte[] DATA = new byte[20];
376 byte[] signature = sig.sign();
407 private static final byte[] PK_BYTES = hexToBytes(
413 private static final byte[] CONTENT = hexToBytes
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderSleb128Test.java 41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
45 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
46 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2)
    [all...]
BaseDexReaderLeb128Test.java 41 performTest(0x0, new byte[]{0x0, 0x11}, 1);
42 performTest(0x1, new byte[]{0x1, 0x11}, 1);
43 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
44 performTest(0x40, new byte[]{0x40, 0x11}, 1);
45 performTest(0x70, new byte[]{0x70, 0x11}, 1);
46 performTest(0x7f, new byte[]{0x7f, 0x11}, 1);
48 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
49 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2)
    [all...]
  /cts/tests/tests/keystore/src/android/keystore/cts/
AndroidKeyStoreTest.java 94 * openssl x509 -outform d -in cacert.pem | xxd -i | sed 's/0x/(byte) 0x/g'
96 private static final byte[] FAKE_RSA_CA_1 = {
97 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0xce, (byte) 0x30, (byte) 0x82,
98 (byte) 0x02, (byte) 0x37, (byte) 0xa0, (byte) 0x03, (byte) 0x02, (byte) 0x01
    [all...]
  /frameworks/base/keystore/tests/src/android/security/keystore/
AndroidKeyStoreTest.java 101 * openssl x509 -outform d -in cacert.pem | xxd -i | sed 's/0x/(byte) 0x/g'
103 private static final byte[] FAKE_RSA_CA_1 = {
104 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0xce, (byte) 0x30, (byte) 0x82,
105 (byte) 0x02, (byte) 0x37, (byte) 0xa0, (byte) 0x03, (byte) 0x02, (byte) 0x01
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/compression/
DecompressionTest.java 38 private String decompressTest(byte [] segment1, byte [] segment2) {
85 byte [] segment1 = { 0x42, 0x6f, 0x6f, 0x74, 0x68, 0x19 };
89 byte [] segment2 = { 0x01, 0x2c, 0x20, 0x53, 0x2e };
99 byte [] segment3 = { 0x42, 0x6f, 0x6f, 0x74, 0x0e, 0x00 };
103 byte [] segment4 = { 0x68, 0x2c, 0x20, 0x53, 0x2e };
114 byte [] segment5 = { 0x0f, (byte)0xf0, 0x00 };
118 byte [] segment6 = { 0x42 };
176 byte[] b =
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/compression/
DecompressionTest.java 34 private String decompressTest(byte [] segment1, byte [] segment2) {
81 byte [] segment1 = { 0x42, 0x6f, 0x6f, 0x74, 0x68, 0x19 };
85 byte [] segment2 = { 0x01, 0x2c, 0x20, 0x53, 0x2e };
95 byte [] segment3 = { 0x42, 0x6f, 0x6f, 0x74, 0x0e, 0x00 };
99 byte [] segment4 = { 0x68, 0x2c, 0x20, 0x53, 0x2e };
110 byte [] segment5 = { 0x0f, (byte)0xf0, 0x00 };
114 byte [] segment6 = { 0x42 };
172 byte[] b =
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
sec-7a.s 2 .byte 42
4 .byte 0
6 .byte 43
sec-7b.s 2 .byte 44
4 .byte 0
6 .byte 45
sec-7c.s 2 .byte 46
4 .byte 0
6 .byte 47
sec-7d.s 2 .byte 48
4 .byte 0
6 .byte 49
sec-7e.s 2 .byte 50
4 .byte 0
6 .byte 51
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
sleb128-2.s 3 .byte 0
4 .byte 0
5 .byte 0
10 .byte 42
sleb128-4.s 3 .byte 0
4 .byte 0
5 .byte 0
10 .byte 42
sleb128-5.s 3 .byte 0
4 .byte 0
5 .byte 0
10 .byte 42
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
region1b.s 2 .4byte foo
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-scripts/
dynamic-sections-1.s 2 .4byte foo
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/util/
FrameParserTest.java 33 private static final byte[] TEST_EAPOL_1_OF_4_FRAME_BYTES = new byte[] {
34 (byte) 0x7C, (byte) 0x7D, (byte) 0x3D, (byte) 0x51, (byte) 0x10, (byte) 0xDC,
35 (byte) 0x08, (byte) 0x96, (byte) 0xD7, (byte) 0x8B, (byte) 0xE3, (byte) 0xFB
    [all...]
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/
DexWriterSleb128Test.java 54 performTest(0x0, new byte[]{0x0, 0x11}, 1);
55 performTest(0x1, new byte[]{0x1, 0x11}, 1);
56 performTest(0x3f, new byte[]{0x3f, 0x11}, 1);
57 performTest(0xffffffc0, new byte[]{0x40, 0x11}, 1);
58 performTest(0xfffffff0, new byte[]{0x70, 0x11}, 1);
59 performTest(0xffffffff, new byte[]{0x7f, 0x11}, 1);
61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2);
62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2)
    [all...]

Completed in 996 milliseconds

12 3 4 5 6 7 8 91011>>