HomeSort by relevance Sort by last modified time
    Searched full:byte (Results 1 - 25 of 30820) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
byte.s 1 .byte " "
2 .byte " "
  /libcore/luni/src/test/java/tests/targets/security/
KeyStoreTestPKCS12.java 26 public static final byte[] keyStoreData = new byte[] {
27 (byte) 0x30, (byte) 0x80, (byte) 0x02, (byte) 0x01, (byte) 0x03,
28 (byte) 0x30, (byte) 0x80, (byte) 0x06, (byte) 0x09, (byte) 0x2A
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
TestKeyPair.java 40 private static final HashMap<String, byte []> privateKeyEncoding = new HashMap<String, byte[]>();
41 private static final HashMap<String, byte []> publicKeyEncoding = new HashMap<String, byte[]>();
45 privateKeyEncoding.put("RSA", new byte[] {
46 (byte)0x30, (byte)0x82, (byte)0x02, (byte)0x77,
47 (byte)0x02, (byte)0x01, (byte)0x00, (byte)0x30
    [all...]
MDGoldenData.java 42 private static final byte[] myMessage = new byte[MY_MESSAGE_LEN];
45 private static final HashMap<String, byte[]> goldenData = new HashMap<String, byte[]>();
50 myMessage[i] = (byte)i;
54 goldenData.put("SHA-1", new byte[] {
55 (byte)0x5b, (byte)0x00, (byte)0x66, (byte)0x9c
    [all...]
  /prebuilts/go/darwin-x86/src/debug/gosym/
pclinetest.asm 1 TEXT linefrompc(SB),4,$0 // Each byte stores its line delta
2 BYTE $2;
3 BYTE $1;
4 BYTE $1; BYTE $0;
5 BYTE $1; BYTE $0; BYTE $0;
6 BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0
    [all...]
  /prebuilts/go/linux-x86/src/debug/gosym/
pclinetest.asm 1 TEXT linefrompc(SB),4,$0 // Each byte stores its line delta
2 BYTE $2;
3 BYTE $1;
4 BYTE $1; BYTE $0;
5 BYTE $1; BYTE $0; BYTE $0;
6 BYTE $1; BYTE $0; BYTE $0; BYTE $0; BYTE $0
    [all...]
  /external/e2fsprogs/tests/f_16384_block/
name 1 16384 byte blocksize
  /external/e2fsprogs/tests/f_8192_block/
name 1 8192 byte blocksize
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
EncryptedPrivateKeyInfoData.java 38 private static final byte[] dsaEncryptedPrivateKeyInfo = new byte[] {
39 (byte) 0x30, (byte) 0x82, (byte) 0x05, (byte) 0x33, (byte) 0x30,
40 (byte) 0x82, (byte) 0x01, (byte) 0x2b, (byte) 0x06, (byte) 0x07
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
FakeKeys.java 91 private static final byte[] FAKE_RSA_KEY_1 = new byte[] {
92 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x78, (byte) 0x02, (byte) 0x01,
93 (byte) 0x00, (byte) 0x30, (byte) 0x0d, (byte) 0x06, (byte) 0x09, (byte) 0x2a
    [all...]
  /libcore/support/src/test/java/tests/security/
DefaultKeys.java 29 private static final byte[] RSA_private = new byte[] {
30 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x75, (byte) 0x02, (byte) 0x01, (byte) 0x00, (byte) 0x30, (byte) 0x0D, (byte) 0x06, (byte) 0x09, (byte) 0x2A, (byte) 0x86, (byte) 0x48, (byte) 0x86, (…)
    [all...]
  /cts/common/device-side/util/src/com/android/compatibility/common/util/
FakeKeys.java 35 * openssl pkcs8 -topk8 -outform d -in userkey.pem -nocrypt | xxd -i | sed 's/0x/(byte) 0x/g'
37 public static final byte[] privateKey = {
38 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x78, (byte) 0x02, (byte) 0x01,
39 (byte) 0x00, (byte) 0x30, (byte) 0x0d, (byte) 0x06, (byte) 0x09, (byte) 0x2a
    [all...]
  /cts/tests/tests/net/src/android/net/wifi/cts/
WifiEnterpriseConfigTest.java 64 * openssl x509 -outform d -in cacert.pem | xxd -i | sed 's/0x/(byte) 0x/g'
67 private static final byte[] FAKE_EC_1 = {
68 (byte) 0x30, (byte) 0x82, (byte) 0x04, (byte) 0x2f, (byte) 0x30, (byte) 0x82,
69 (byte) 0x03, (byte) 0x17, (byte) 0xa0, (byte) 0x03, (byte) 0x02, (byte) 0x01
    [all...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
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...]
  /libcore/luni/src/test/java/libcore/javax/crypto/spec/
AlgorithmParametersTestDSA.java 29 private static final byte[] P = new byte[] {
30 (byte) 0xE6, (byte) 0x41, (byte) 0x58, (byte) 0x77, (byte) 0x76,
31 (byte) 0x5A, (byte) 0x4A, (byte) 0x53, (byte) 0xF1, (byte) 0xD6
    [all...]
AlgorithmParametersTestDH.java 25 private static final byte[] P = new byte[] {
26 (byte) 0x00, (byte) 0xB8, (byte) 0xA4, (byte) 0x06, (byte) 0x10,
27 (byte) 0xA2, (byte) 0x8B, (byte) 0xD2, (byte) 0xC0, (byte) 0xB6
    [all...]
  /packages/apps/CellBroadcastReceiver/tests/testapp/src/com/android/cellbroadcastreceiver/tests/
SendTestMessages.java 48 private static final byte[] etwsMessageNormal = IccUtils.hexStringToBytes("000011001101" +
53 private static final byte[] etwsMessageCancel = IccUtils.hexStringToBytes("000011001101" +
58 private static final byte[] etwsMessageTest = IccUtils.hexStringToBytes("000011031101" +
63 private static final byte[] gsm7BitTest = {
64 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x01, (byte)0x40, (byte)0x11, (byte)0x41
    [all...]
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsCbTest.java 41 private SmsCbMessage createFromPdu(byte[] pdu) {
44 byte[][] pdus = new byte[1][];
52 private void doTestGeographicalScopeValue(byte[] pdu, byte b, int expectedGs) {
63 assertNull("createFromPdu(byte[] with null pdu should return null", msg);
68 byte[] pdu = new byte[4];
71 assertNull("createFromPdu(byte[] with too short pdu should return null", msg);
76 byte[] pdu =
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
CharsetRecog_sbcs.java 15 * This class recognizes single-byte encodings. Because the encoding scheme is so
35 protected byte[] byteMap;
40 protected byte spaceChar;
42 public NGramParser(int[] theNgramList, byte[] theByteMap)
125 byte mb = byteMap[b];
141 return parse (det, (byte)0x20);
143 public int parse(CharsetDetector det, byte spaceCh)
171 private byte alef = 0x00;
173 protected static byte[] unshapeMap = {
175 /* 0- */ (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (…)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
CharsetRecog_sbcs.java 14 * This class recognizes single-byte encodings. Because the encoding scheme is so
34 protected byte[] byteMap;
39 protected byte spaceChar;
41 public NGramParser(int[] theNgramList, byte[] theByteMap)
124 byte mb = byteMap[b];
140 return parse (det, (byte)0x20);
142 public int parse(CharsetDetector det, byte spaceCh)
170 private byte alef = 0x00;
172 protected static byte[] unshapeMap = {
174 /* 0- */ (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (byte) 0x40, (…)
    [all...]
  /libcore/luni/src/test/java/tests/java/security/
SecureClassLoaderTest.java 61 private static final byte[] klassData = { (byte) 0xCA, (byte) 0xFE,
62 (byte) 0xBA, (byte) 0xBE, (byte) 0x00, (byte) 0x00, (byte) 0x00,
63 (byte) 0x2E, (byte) 0x00, (byte) 0x22, (byte) 0x01, (byte) 0x00
    [all...]
  /external/conscrypt/openjdk/src/test/java/org/conscrypt/
AbstractSessionContextTest.java 41 private static final byte[] kOpenSSLSession = new byte[] {(byte) 0x30, (byte) 0x82, (byte) 0x05,
42 (byte) 0xAA, (byte) 0x02, (byte) 0x01, (byte) 0x01, (byte) 0x02, (byte) 0x02
    [all...]
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewSslTest.java 70 * openssl x509 -outform d -in usercert.pem | xxd -i | sed 's/0x/(byte) 0x/g'
72 private static final byte[] FAKE_RSA_USER_1 = new byte[] {
73 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x95, (byte) 0x30, (byte) 0x82,
74 (byte) 0x01, (byte) 0xfe, (byte) 0xa0, (byte) 0x03, (byte) 0x02, (byte) 0x01
    [all...]
  /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

Completed in 1391 milliseconds

1 2 3 4 5 6 7 8 91011>>