/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...] |
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
TestKeyPair.java | 45 privateKeyEncoding.put("RSA", new byte[] { 46 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x77, 47 (byte) 0x02, (byte) 0x01, (byte) 0x00, (byte) 0x30, 48 (byte) 0x0d, (byte) 0x06, (byte) 0x09, (byte) 0x2a [all...] |
MDGoldenData.java | 40 private static final byte[] myMessage = new byte[MY_MESSAGE_LEN]; 48 myMessage[i] = (byte) i; 52 goldenData.put("SHA-1", new byte[] { 53 (byte) 0x5b, (byte) 0x00, (byte) 0x66, (byte) 0x9c, 54 (byte) 0x48, (byte) 0x0d, (byte) 0x5c, (byte) 0xff [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
|
/external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/ |
EncryptedPrivateKeyInfoData.java | 37 private static final byte[] dsaEncryptedPrivateKeyInfo = new byte[] { 38 (byte) 0x30, (byte) 0x82, (byte) 0x05, (byte) 0x33, (byte) 0x30, 39 (byte) 0x82, (byte) 0x01, (byte) 0x2b, (byte) 0x06, (byte) 0x07 [all...] |
/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...] |
/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/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/ |
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...] |
/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/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...] |
/cts/tests/tests/net/src/android/net/wifi/cts/ |
WifiEnterpriseConfigTest.java | 61 * openssl x509 -outform d -in cacert.pem | xxd -i | sed 's/0x/(byte) 0x/g' 64 private static final byte[] FAKE_EC_1 = { 65 (byte) 0x30, (byte) 0x82, (byte) 0x04, (byte) 0x2f, (byte) 0x30, (byte) 0x82, 66 (byte) 0x03, (byte) 0x17, (byte) 0xa0, (byte) 0x03, (byte) 0x02, (byte) 0x01 [all...] |
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/ |
GsmSmsCbTest.java | 41 private static SmsCbMessage createFromPdu(byte[] pdu) { 44 byte[][] pdus = new byte[1][]; 52 private static 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 | 13 * This class recognizes single-byte encodings. Because the encoding scheme is so 32 protected byte[] byteMap; 37 protected byte spaceChar; 39 public NGramParser(int[] theNgramList, byte[] theByteMap) 122 byte mb = byteMap[b]; 138 return parse (det, (byte)0x20); 140 public int parse(CharsetDetector det, byte spaceCh) 168 private byte alef = 0x00; 170 protected static byte[] unshapeMap = { 172 /* 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 | 12 * This class recognizes single-byte encodings. Because the encoding scheme is so 31 protected byte[] byteMap; 36 protected byte spaceChar; 38 public NGramParser(int[] theNgramList, byte[] theByteMap) 121 byte mb = byteMap[b]; 137 return parse (det, (byte)0x20); 139 public int parse(CharsetDetector det, byte spaceCh) 167 private byte alef = 0x00; 169 protected static byte[] unshapeMap = { 171 /* 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/apache-harmony/security/src/test/api/java.injected/java/security/ |
SecureClassLoaderTest.java | 54 private static final byte[] klassData = { (byte) 0xCA, (byte) 0xFE, 55 (byte) 0xBA, (byte) 0xBE, (byte) 0x00, (byte) 0x00, (byte) 0x00, 56 (byte) 0x2E, (byte) 0x00, (byte) 0x22, (byte) 0x01, (byte) 0x00 [all...] |
/cts/tests/tests/webkit/src/android/webkit/cts/ |
WebViewSslTest.java | 69 * openssl x509 -outform d -in usercert.pem | xxd -i | sed 's/0x/(byte) 0x/g' 71 private static final byte[] FAKE_RSA_USER_1 = new byte[] { 72 (byte) 0x30, (byte) 0x82, (byte) 0x02, (byte) 0x95, (byte) 0x30, (byte) 0x82, 73 (byte) 0x01, (byte) 0xfe, (byte) 0xa0, (byte) 0x03, (byte) 0x02, (byte) 0x01 [all...] |