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

1 2 34 5 6 7 8 91011>>

  /libcore/luni/src/test/java/libcore/javax/crypto/
CipherTest.java 617 private static byte[] ORIGINAL_PLAIN_TEXT = new byte[] { 0x0a, 0x0b, 0x0c };
618 private static byte[] SIXTEEN_BYTE_BLOCK_PLAIN_TEXT = new byte[] { 0x0a, 0x0b, 0x0c, 0x00,
622 private static byte[] EIGHT_BYTE_BLOCK_PLAIN_TEXT = new byte[] { 0x0a, 0x0b, 0x0c, 0x00,
624 private static byte[] PKCS1_BLOCK_TYPE_00_PADDED_PLAIN_TEXT = new byte[] {
642 private static byte[] PKCS1_BLOCK_TYPE_01_PADDED_PLAIN_TEXT = new byte[] {
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
sleb128-7.s 3 .byte 0
4 .byte 0
5 .byte 0
10 .byte 42
12 .byte 42
14 .byte 42
16 .byte 42
align2.s 2 .byte 0xff
forward.s 10 .byte one
11 .byte two
15 .byte three
16 .byte four
20 .byte one
21 .byte two
24 .byte three
25 .byte four
29 .byte one
30 .byte tw
    [all...]
sleb128-3.s 3 .byte 42
  /external/smali/dexlib2/src/test/java/org/jf/dexlib2/dexbacked/
BaseDexReaderTest.java 41 performSizedIntTest(0, new byte[]{0x00});
42 performSizedIntTest(0, new byte[]{0x00, 0x00});
43 performSizedIntTest(0, new byte[]{0x00, 0x00, 0x00});
44 performSizedIntTest(0, new byte[]{0x00, 0x00, 0x00, 0x00});
45 performSizedIntTest(1, new byte[]{0x01});
46 performSizedIntTest(1, new byte[]{0x01, 0x00, 0x00, 0x00});
47 performSizedIntTest(0x40, new byte[]{0x40});
48 performSizedIntTest(0x7f, new byte[]{0x7f});
49 performSizedIntTest(0xffffff80, new byte[]{(byte)0x80})
    [all...]
  /external/llvm/test/MC/AsmParser/
conditional_asm.s 3 # CHECK: .byte 2
6 .byte 1
8 .byte 1+1
10 .byte 0
14 # CHECK: .byte 0
15 # CHECK-NOT: .byte 1
17 .byte 0
19 .byte 1
22 # CHECK: .byte 0
23 # CHECK: .byte
    [all...]
ifc.s 3 # CHECK-NOT: .byte 0
4 # CHECK: .byte 1
6 .byte 1
8 .byte 0
11 # CHECK-NOT: .byte 0
12 # CHECK: .byte 1
14 .byte 1
16 .byte 0
19 # CHECK-NOT: .byte 0
20 # CHECK: .byte
    [all...]
ifdef.s 3 # CHECK-NOT: .byte 0
4 # CHECK: .byte 1
6 .byte 0
8 .byte 1
13 # CHECK: .byte 1
14 # CHECK-NOT: .byte 0
16 .byte 1
18 .byte 0
23 # CHECK-NOT: .byte 0
24 # CHECK: .byte
    [all...]
ifndef.s 3 # CHECK: .byte 1
4 # CHECK-NOT: byte 0
6 .byte 1
8 .byte 0
13 # CHECK-NOT: byte 0
14 # CHECK: .byte 1
16 .byte 0
18 .byte 1
23 # CHECK: .byte 1
24 # CHECK-NOT: byte
    [all...]
ifnes.s 3 # CHECK-NOT: .byte 0
4 # CHECK: .byte 1
6 .byte 0
8 .byte 1
11 # CHECK-NOT: .byte 0
12 # CHECK: .byte 1
14 .byte 1
16 .byte 0
19 # CHECK-NOT: .byte 0
20 # CHECK: .byte
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 20 private static byte[] piTable =
22 (byte)0xd9, (byte)0x78, (byte)0xf9, (byte)0xc4, (byte)0x19, (byte)0xdd, (byte)0xb5, (byte)0xed,
23 (byte)0x28, (byte)0xe9, (byte)0xfd, (byte)0x79, (byte)0x4a, (byte)0xa0, (byte)0xd8, (byte)0x9d,
    [all...]
TwofishEngine.java 19 private static final byte[][] P = {
21 (byte) 0xA9, (byte) 0x67, (byte) 0xB3, (byte) 0xE8,
22 (byte) 0x04, (byte) 0xFD, (byte) 0xA3, (byte) 0x76,
23 (byte) 0x9A, (byte) 0x92, (byte) 0x80, (byte) 0x78
    [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
seg.s 2 .4byte 0x76543210
4 .4byte 0xfedcba98
6 .4byte 0x12345678
  /frameworks/base/tests/CoreTests/android/core/
TestWebData.java 32 public final static byte[] test1 = {
33 (byte)0x3c, (byte)0x68, (byte)0x74, (byte)0x6d,
34 (byte)0x6c, (byte)0x3e, (byte)0x0a, (byte)0x3c,
35 (byte)0x62, (byte)0x6f, (byte)0x64, (byte)0x79
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 54 * Test #1 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
77 * Test #2 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
93 * Test #3 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
105 byte[] nc = getEncodingPSOnly();
106 byte[] ncCopy = nc.clone();
110 ncCopy[0] = (byte) 0;
117 * Test #4 for <code>TrustAnchor(String, PublicKey, byte[])</code> constructor<br>
165 * Test #1 for <code>TrustAnchor(X500Principal, PublicKey, byte[])</code> constructor<br>
189 * Test #2 for <code>TrustAnchor(X500Principal, PublicKey, byte[])</code> constructor<br>
207 * Test #3 for <code>TrustAnchor(X500Principal, PublicKey, byte[])</code> constructor<br
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
EDIPartyNameTest.java 40 String delimiter, byte[] data) {
62 byte[] encoded = ediPN.getEncoded();
64 byte[] _encoded = {
65 (byte) 0x30, (byte) 0x1d, (byte) 0x80, (byte) 0x0e,
66 (byte) 0x13, (byte) 0x0c, (byte) 0x6e, (byte) 0x61
    [all...]
  /external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 44 private static final byte[][] semiweaks = {
45 { (byte) 0xE0, (byte) 0x01, (byte) 0xE0, (byte) 0x01,
46 (byte) 0xF1, (byte) 0x01, (byte) 0xF1, (byte) 0x01 },
48 { (byte) 0x01, (byte) 0xE0, (byte) 0x01, (byte) 0xE0
    [all...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DESKeySpecTest.java 44 private static final byte[][] semiweaks = {
45 {(byte) 0xE0, (byte) 0x01, (byte) 0xE0, (byte) 0x01,
46 (byte) 0xF1, (byte) 0x01, (byte) 0xF1, (byte) 0x01},
48 {(byte) 0x01, (byte) 0xE0, (byte) 0x01, (byte) 0xE0
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/charsetdet/sbcs/
StatisticsTool.java 55 private static byte[] allBytes = {
56 (byte) 0x00, (byte) 0x01, (byte) 0x02, (byte) 0x03, (byte) 0x04, (byte) 0x05, (byte) 0x06, (byte) 0x07,
57 (byte) 0x08, (byte) 0x09, (byte) 0x0A, (byte) 0x0B, (byte) 0x0C, (byte) 0x0D, (byte) 0x0E, (byte) 0x0F
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
ByteTest.java 24 * java.lang.Byte#valueOf(byte)
27 assertEquals(new Byte(Byte.MIN_VALUE), Byte.valueOf(Byte.MIN_VALUE));
28 assertEquals(new Byte(Byte.MAX_VALUE), Byte.valueOf(Byte.MAX_VALUE))
    [all...]
  /external/llvm/test/CodeGen/Mips/msa/
endian.ll 10 ; LITENDIAN: .byte 0
11 ; LITENDIAN: .byte 1
12 ; LITENDIAN: .byte 2
13 ; LITENDIAN: .byte 3
14 ; LITENDIAN: .byte 4
15 ; LITENDIAN: .byte 5
16 ; LITENDIAN: .byte 6
17 ; LITENDIAN: .byte 7
18 ; LITENDIAN: .byte 8
19 ; LITENDIAN: .byte
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/bfin/
unknown-mode.s 5 .byte 0xe1
6 .byte 0xc1
7 .byte 0x34
8 .byte 0x98
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/
section1.s 2 .byte 0,0,0,0,0,0,0,0,0,0,0,0,0,0
4 .byte 1,1,1,1,1,1,1,1,1,1,1
6 .byte 0
8 .byte 1
10 .byte 2,2,2,2,2,2,2,2,2,2,2,2
12 .byte 1
14 .byte 2
16 .byte 3,3,3,3,3,3,3,3,3,3,3,3,3,3,3
18 .byte 2
20 .byte
    [all...]
section2.s 3 .byte 49

Completed in 539 milliseconds

1 2 34 5 6 7 8 91011>>