HomeSort by relevance Sort by last modified time
    Searched refs:x34 (Results 176 - 200 of 782) sorted by null

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/xtalk/
xwidget.h 31 #define WIDGET_INTDEST_UPPER_ADDR 0x34
  /external/chromium/net/base/
x509_certificate_known_roots_mac.h 14 {0x01, 0x68, 0x97, 0xe1, 0xa0, 0xb8, 0xf2, 0xc3, 0xb1, 0x34,
68 {0x2c, 0xeb, 0x05, 0x34, 0xad, 0x59, 0x27, 0x18, 0x0d, 0x34,
114 {0x4c, 0xab, 0x31, 0xa1, 0x28, 0x34, 0x02, 0x52, 0xbc, 0xb4,
121 0xf7, 0xcb, 0xe7, 0x92, 0x7d, 0x7d, 0x65, 0x2d, 0x34, 0x31},
124 {0x51, 0xcc, 0xa0, 0x71, 0x0a, 0xf7, 0x73, 0x3d, 0x34, 0xac,
142 {0x5f, 0x3a, 0xfc, 0x0a, 0x8b, 0x64, 0xf6, 0x86, 0x67, 0x34,
155 0x9e, 0xf7, 0x34, 0x8e, 0x06, 0x42, 0x51, 0xb1, 0x81, 0x18},
170 {0x6b, 0x2f, 0x34, 0xad, 0x89, 0x58, 0xbe, 0x62, 0xfd, 0xb0,
209 0x92, 0xd2, 0x59, 0x3e, 0x7d, 0x44, 0xd9, 0x34, 0xff, 0x11}
    [all...]
x509_certificate_known_roots_win.h 21 {0x01, 0x68, 0x97, 0xe1, 0xa0, 0xb8, 0xf2, 0xc3, 0xb1, 0x34,
65 {0x16, 0xd8, 0x66, 0x35, 0xaf, 0x13, 0x41, 0xcd, 0x34, 0x79,
131 {0x34, 0x2c, 0xd9, 0xd3, 0x06, 0x2d, 0xa4, 0x8c, 0x34, 0x69,
133 {0x34, 0xd4, 0x99, 0x42, 0x6f, 0x9f, 0xc2, 0xbb, 0x27, 0xb0,
180 0x6a, 0x92, 0xf6, 0xcf, 0xf6, 0x34, 0x69, 0x87, 0x82, 0x37},
188 0x34, 0x62, 0xa7, 0x9f, 0x45, 0xc2, 0x54, 0xfd, 0xe6, 0x8b},
206 0xf7, 0xcb, 0xe7, 0x92, 0x7d, 0x7d, 0x65, 0x2d, 0x34, 0x31},
229 {0x5f, 0x3a, 0xfc, 0x0a, 0x8b, 0x64, 0xf6, 0x86, 0x67, 0x34,
232 0xce, 0xec, 0x19, 0x19, 0xc3, 0x73, 0x34, 0xb9, 0xc7, 0x74}
    [all...]
  /external/guava/guava-tests/test/com/google/common/io/
ByteStreamsTest.java 477 0x12, 0x34, 0x56, 0x78, 0x76, 0x54, 0x32, 0x10 };
538 byte[] data = {0x12, 0x34, 0x56, 0x78, 0x76, 0x54, 0x32, 0x10};
545 byte[] data = {0x12, 0x34, 0x56, 0x78, 0x76, 0x54, 0x32, 0x10};
567 byte[] data = {0, 0, 0, 1, (byte) 0xFF, (byte) 0xFF, 0x12, 0x34};
576 byte[] data = {0x12, 0x34, 0x56, 0x78, 0x76, 0x54, 0x32, 0x10};
665 out.writeByte(0x34);
666 assertTrue(Arrays.equals(new byte[] {0x12, 0x34}, out.toByteArray()));
712 assertTrue(Arrays.equals(new byte[] {0x12, 0x34}, out.toByteArray()));
  /external/kernel-headers/original/asm-arm/arch/
mcbsp.h 71 #define OMAP_MCBSP_REG_XCERF 0x34
101 #define OMAP_MCBSP_REG_MCR1 0x34
  /external/openssl/crypto/des/
fcrypt.c 45 0x2D,0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,
51 0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,0x35,
des_opts.c 422 static DES_cblock key ={0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0};
423 static DES_cblock key2={0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
424 static DES_cblock key3={0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
  /external/webkit/Source/WebCore/platform/text/
Base64.cpp 41 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x2B, 0x2F
51 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x3A, 0x3B,
  /libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/
CipherSuiteTest.java 106 assertUnknown(CipherSuite.getByCode((byte) 0x12, (byte) 0x34));
107 assertUnknown(CipherSuite.getByCode((byte) 0x12, (byte) 0x34, (byte) 0x56));
  /libcore/luni/src/test/java/tests/targets/security/
KeyStoreTestPKCS12.java 51 (byte) 0x04, (byte) 0x82, (byte) 0x02, (byte) 0x80, (byte) 0x34,
124 (byte) 0xF5, (byte) 0x34, (byte) 0x2C, (byte) 0x2F, (byte) 0xDA,
129 (byte) 0x34, (byte) 0x1F, (byte) 0x3E, (byte) 0x4F, (byte) 0x1B,
241 (byte) 0xA1, (byte) 0xAA, (byte) 0xCE, (byte) 0x34, (byte) 0xD0,
274 (byte) 0x58, (byte) 0x42, (byte) 0x1E, (byte) 0x1F, (byte) 0x34,
305 (byte) 0xCF, (byte) 0x34, (byte) 0x59, (byte) 0xA7, (byte) 0x36,
346 (byte) 0x9E, (byte) 0x3E, (byte) 0x34, (byte) 0x53, (byte) 0x1F,
394 (byte) 0x2C, (byte) 0x1C, (byte) 0xEB, (byte) 0x34, (byte) 0x37,
    [all...]
  /external/openssl/apps/
speed.c 426 {0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
427 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12};
430 {0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
431 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
432 0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34};
434 {0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,
435 0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,
436 0x56,0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,
437 0x78,0x9a,0xbc,0xde,0xf0,0x12,0x34,0x56};
441 {0x12,0x34,0x56,0x78,0x9a,0xbc,0xde,0xf0
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
DRLCertFactoryTest.java 58 (byte) 0x33,(byte) 0x34,(byte) 0x36,(byte) 0x34,(byte) 0x30,
61 (byte) 0x34,(byte) 0x30,(byte) 0x33,(byte) 0x33,(byte) 0x33,
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/crypto/
SHA1_MessageDigestTest.java 57 (byte) 0x34, (byte) 0x71, (byte) 0xbb, (byte) 0xa1,
72 (byte) 0x70, (byte) 0x59, (byte) 0xd4, (byte) 0x34, // 65 n=3
80 (byte) 0x34, (byte) 0xac, (byte) 0xad, (byte) 0xd3,
  /external/dropbear/libtomcrypt/src/ciphers/
rc6.c 242 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
253 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
264 0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78,
  /external/dropbear/libtomcrypt/src/encauth/gcm/
gcm_gf_mult.c 28 0x36, 0x50, 0x37, 0x92, 0x35, 0xd4, 0x34, 0x16, 0x31, 0x58, 0x30, 0x9a, 0x32, 0xdc, 0x33, 0x1e,
34 0x62, 0xb0, 0x63, 0x72, 0x61, 0x34, 0x60, 0xf6, 0x65, 0xb8, 0x64, 0x7a, 0x66, 0x3c, 0x67, 0xfe,
50 0x83, 0xb0, 0x82, 0x72, 0x80, 0x34, 0x81, 0xf6, 0x84, 0xb8, 0x85, 0x7a, 0x87, 0x3c, 0x86, 0xfe,
  /external/icu4c/test/cintltst/
nccbtst.c     [all...]
  /external/protobuf/java/src/test/java/com/google/protobuf/
CodedInputStreamTest.java 234 assertReadLittleEndian32(bytes(0x78, 0x56, 0x34, 0x12), 0x12345678);
238 bytes(0xf0, 0xde, 0xbc, 0x9a, 0x78, 0x56, 0x34, 0x12),
241 bytes(0x78, 0x56, 0x34, 0x12, 0xf0, 0xde, 0xbc, 0x9a),
  /frameworks/opt/vcard/tests/src/com/android/vcard/tests/
VCardImporterTests.java 69 0x31, 0x33, 0x3a, 0x35, 0x35, 0x3a, 0x34, 0x37, 0x00, 0x20, 0x20,
74 0x00, 0x34, 0x01, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x01, 0x01,
131 0x3a, 0x35, 0x35, 0x3a, 0x34, 0x37, 0x00, 0x00, 0x00, 0x29, 0x88,
153 0x24, 0x22, 0x20, 0x26, 0x30, 0x50, 0x34, 0x30, 0x2c, 0x2c, 0x30,
158 0x22, 0x24, 0x24, 0x30, 0x2a, 0x30, 0x5e, 0x34, 0x34, 0x5e, 0xc6,
174 0x1a, 0x25, 0x26, 0x27, 0x28, 0x29, 0x2a, 0x34, 0x35, 0x36, 0x37,
192 0x62, 0x72, 0xd1, 0x0a, 0x16, 0x24, 0x34, 0xe1, 0x25, 0xf1, 0x17,
212 0x34, 0x8a, 0x61, 0x14, 0x0c, 0x63, 0x0a, 0x89, 0x85, 0x00, 0x46,
215 0x3b, 0xb5, 0x22, 0xb6, 0x38, 0x34, 0x00, 0xe3, 0x22, 0x8e, 0xf4
    [all...]
  /libcore/luni/src/test/java/libcore/java/security/
KeyPairGeneratorTest.java 195 (byte) 0xdc, (byte) 0x99, (byte) 0xef, (byte) 0xb3, (byte) 0x07, (byte) 0x94, (byte) 0x34, (byte) 0xd6,
209 (byte) 0x00, (byte) 0xbf, (byte) 0xee, (byte) 0xaa, (byte) 0x0f, (byte) 0x12, (byte) 0x34, (byte) 0x50,
225 (byte) 0xfa, (byte) 0xd2, (byte) 0x50, (byte) 0x0d, (byte) 0x17, (byte) 0xab, (byte) 0x34, (byte) 0x31,
  /bionic/libc/kernel/arch-arm/asm/arch/
hardware.h 71 #define ULPD_SOFT_REQ (ULPD_REG_BASE + 0x34)
  /bionic/libc/stdlib/
tolower_.c 20 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
toupper_.c 21 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37,
  /cts/tests/tests/content/src/android/content/pm/cts/
SignatureTest.java 30 private static final byte[] SIGNATURE_BYTE_ARRAY = { (byte) 0x12, (byte) 0x34, (byte) 0x56,
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
hardware.h 61 #define ULPD_SOFT_REQ (ULPD_REG_BASE + 0x34)
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
PolicyQualifierInfoTest.java 69 (byte)0x81, (byte)0x34, (byte)0x03});

Completed in 1524 milliseconds

1 2 3 4 5 6 78 91011>>