HomeSort by relevance Sort by last modified time
    Searched refs:x31 (Results 51 - 75 of 280) sorted by null

1 23 4 5 6 7 8 91011>>

  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/raid/
md_u.h 36 #define START_ARRAY _IO (MD_MAJOR, 0x31)
  /ndk/build/platforms/android-8/arch-x86/usr/include/asm/
ioctls.h 64 #define TIOCSPTLCK _IOW('T',0x31, int)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/raid/
md_u.h 36 #define START_ARRAY _IO (MD_MAJOR, 0x31)
  /dalvik/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MDGoldenData.java 140 (byte)0xe2, (byte)0x31, (byte)0x62, (byte)0x0a,
156 (byte)0x63, (byte)0xb9, (byte)0x31, (byte)0xbd,
163 (byte)0xce, (byte)0xa8, (byte)0x31, (byte)0xa4,
  /dalvik/libcore/security/src/test/java/tests/targets/security/
KeyStoreTestPKCS12.java 80 (byte) 0xC8, (byte) 0x31, (byte) 0xAE, (byte) 0xCC, (byte) 0x5E,
92 (byte) 0x31, (byte) 0x6F, (byte) 0x0F, (byte) 0x79, (byte) 0xC3,
143 (byte) 0x1C, (byte) 0x31, (byte) 0xEE, (byte) 0x68, (byte) 0x98,
149 (byte) 0x31, (byte) 0x08, (byte) 0xF6, (byte) 0x2D, (byte) 0xEA,
172 (byte) 0x3B, (byte) 0xA8, (byte) 0x31, (byte) 0xB1, (byte) 0x14,
182 (byte) 0x99, (byte) 0xFF, (byte) 0x58, (byte) 0x48, (byte) 0x31,
185 (byte) 0x0D, (byte) 0x01, (byte) 0x09, (byte) 0x15, (byte) 0x31,
193 (byte) 0x14, (byte) 0x31, (byte) 0x18, (byte) 0x1E, (byte) 0x16,
230 (byte) 0x19, (byte) 0x4C, (byte) 0x36, (byte) 0x19, (byte) 0x31,
250 (byte) 0x80, (byte) 0xA8, (byte) 0x31, (byte) 0xF9, (byte) 0xB9
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp     [all...]
  /external/skia/src/ports/
sk_predefined_gamma.h 10 0x25, 0x26, 0x26, 0x27, 0x28, 0x29, 0x2A, 0x2B, 0x2B, 0x2C, 0x2D, 0x2E, 0x2F, 0x30, 0x31, 0x31,
27 0x23, 0x25, 0x26, 0x28, 0x29, 0x2B, 0x2C, 0x2E, 0x2F, 0x31, 0x32, 0x33, 0x35, 0x36, 0x37, 0x39,
  /frameworks/base/tests/CoreTests/android/core/
ClassLoaderTest.java 41 (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x31,
75 (byte) 0x74, (byte) 0x20, (byte) 0x31, (byte) 0x01,
123 (byte) 0x00, (byte) 0x00, (byte) 0x00, (byte) 0x31,
  /external/dhcpcd/
dhcp.h 108 FQDN_BOTH = 0x31
  /external/expat/lib/
ascii.h 60 #define ASCII_1 0x31
  /external/qemu/distrib/sdl-1.2.12/src/video/ataricommon/
SDL_atarikeys.h 87 #define SCANCODE_N 0x31
  /external/qemu/distrib/sdl-1.2.12/src/video/maccommon/
SDL_mackeys.h 123 #define MK_SPACE 0x31
  /external/qemu/distrib/sdl-1.2.12/src/video/quartz/
SDL_QuartzKeys.h 129 #define QZ_SPACE 0x31
  /external/icu4c/test/cintltst/
nccbtst.c 212 static const UChar usasciiFromU[] = { 0x61, 0x80, 0x4e00, 0x31, 0xd800, 0xdfff, 0x39 };
213 static const uint8_t usasciiFromUBytes[] = { 0x61, 0x31, 0x39 };
216 static const UChar latin1FromU[] = { 0x61, 0xa0, 0x4e00, 0x31, 0xd800, 0xdfff, 0x39 };
217 static const uint8_t latin1FromUBytes[] = { 0x61, 0xa0, 0x31, 0x39 };
685 static const uint8_t usasciiToUBytes[] = { 0x61, 0x80, 0x31 };
686 static const UChar usasciiToU[] = { 0x61, 0x31 };
689 static const uint8_t latin1ToUBytes[] = { 0x61, 0xa0, 0x31 };
690 static const UChar latin1ToU[] = { 0x61, 0xa0, 0x31 };
    [all...]
spooftest.c 112 const UChar lll_Latin_a[] = {(UChar)0x6c, (UChar)0x49, (UChar)0x31, 0}; /* lI1, all ASCII */
117 const UChar lll_Cyrl[] = {(UChar)0x0406, (UChar)0x04C0, (UChar)0x31, 0};
120 const UChar lll_Skel[] = {(UChar)0x31, (UChar)0x31, (UChar)0x31, 0};
  /external/dropbear/libtomcrypt/src/pk/asn1/der/sequence/
der_decode_sequence_ex.c 46 /* sequence type? We allow 0x30 SEQUENCE and 0x31 SET since fundamentally they're the same structure */
48 if (in[x] != 0x30 && in[x] != 0x31) {
234 if ((type == LTC_ASN1_SETOF && (in[x] & 0x3F) != 0x31) || (type == LTC_ASN1_SEQUENCE && (in[x] & 0x3F) != 0x30)) {
  /external/dropbear/libtomcrypt/testprof/
rsa_test.c 10 0xda, 0xc8, 0x33, 0x20, 0xa9, 0xd7, 0x83, 0x31, 0x19, 0x54, 0xb2, 0x9a, 0x85, 0xa7, 0xa1, 0xb7,
17 0x8b, 0x54, 0x3a, 0xc3, 0x4d, 0x31, 0xe7, 0x94, 0xa4, 0x44, 0xfd, 0x02, 0x03, 0x01, 0x00, 0x01,
35 0x2e, 0xf0, 0x5e, 0xa4, 0x88, 0x31, 0x05, 0x29, 0x00, 0x8a, 0xd1, 0x95, 0x29, 0x9b, 0x83, 0xcf,
36 0x75, 0xdb, 0x31, 0xe3, 0x7a, 0x27, 0xde, 0x3a, 0x74, 0x30, 0x0c, 0x76, 0x4c, 0xd4, 0x50, 0x2a,
54 0x64, 0x8a, 0xda, 0xc8, 0x33, 0x20, 0xa9, 0xd7, 0x83, 0x31, 0x19, 0x54, 0xb2, 0x9a, 0x85, 0xa7,
61 0x60, 0x3f, 0x8b, 0x54, 0x3a, 0xc3, 0x4d, 0x31, 0xe7, 0x94, 0xa4, 0x44, 0xfd, 0x02, 0x03, 0x01,
67 0x64, 0x8a, 0xda, 0xc8, 0x33, 0x20, 0xa9, 0xd7, 0x83, 0x31, 0x19, 0x54, 0xb2, 0x9a, 0x85, 0xa7,
74 0x60, 0x3f, 0x8b, 0x54, 0x3a, 0xc3, 0x4d, 0x31, 0xe7, 0x94, 0xa4, 0x44, 0xfd, 0x02, 0x03, 0x01,
  /external/openssl/crypto/des/
fcrypt.c 45 0x2D,0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,
51 0x2E,0x2F,0x30,0x31,0x32,0x33,0x34,0x35,
  /external/openssl/crypto/dsa/
dsatest.c 111 0xec,0x07,0x36,0xee,0x31,0xc8,0x02,0x91,
122 0x41,0x31,0x63,0xa5,0x5b,0x4c,0xb5,0x00,
  /external/ppp/pppd/
srp-entry.c 52 0xFC, 0x31, 0x92, 0x94, 0x3D, 0xB5, 0x60, 0x50,
55 0xD5, 0x23, 0x12, 0xAB, 0x4B, 0x03, 0x31, 0x0D,
  /external/webkit/WebCore/platform/text/
Base64.cpp 40 0x77, 0x78, 0x79, 0x7A, 0x30, 0x31, 0x32, 0x33,
60 0x31, 0x32, 0x33, 0x00, 0x00, 0x00, 0x00, 0x00
  /frameworks/base/awt/javax/imageio/plugins/jpeg/
JPEGHuffmanTable.java 52 0x01, 0x02, 0x03, 0x00, 0x04, 0x11, 0x05, 0x12, 0x21, 0x31, 0x41, 0x06, 0x13, 0x51,
72 0x00, 0x01, 0x02, 0x03, 0x11, 0x04, 0x05, 0x21, 0x31, 0x06, 0x12, 0x41, 0x51, 0x07,
  /frameworks/base/core/tests/coretests/src/android/pim/vcard/
VCardImporterTests.java 50 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x01, 0x31, 0x00, 0x02,
57 0x01, 0x08, 0x00, 0x00, 0x04, 0x1e, 0x32, 0x30, 0x30, 0x38, 0x31,
58 0x30, 0x32, 0x39, 0x31, 0x33, 0x35, 0x35, 0x33, 0x31, 0x00, 0x00,
62 0x35, 0x69, 0x20, 0x56, 0x65, 0x72, 0x31, 0x2e, 0x30, 0x30, 0x00,
63 0x32, 0x30, 0x30, 0x38, 0x3a, 0x31, 0x30, 0x3a, 0x32, 0x39, 0x20,
64 0x31, 0x33, 0x3a, 0x35, 0x35, 0x3a, 0x34, 0x37, 0x00, 0x20, 0x20,
98 0x31, 0x30, 0x30, 0xa0, 0x01, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01,
123 0x32, 0x30, 0x30, 0x38, 0x3a, 0x31, 0x30, 0x3a, 0x32, 0x39, 0x20,
124 0x31, 0x33, 0x3a, 0x35, 0x35, 0x3a, 0x33, 0x31, 0x00, 0x32, 0x30
    [all...]
  /external/openssl/apps/
testrsa.h 75 0xde,0xaa,0x85,0x59,0xa8,0x31,0x02,0x21,0x00,0xeb,
86 0x02,0x20,0x12,0x11,0xba,0x31,0x57,0x9d,0x3d,0x11,
135 0x31,0x71,0x2c,0xd0,0xff,0xfb,0x2e,0xaf,0x85,0xb4,
174 0xf7,0xdb,0x94,0x07,0x45,0x90,0x78,0x1e,0x31,0x0b,
178 0x2f,0x31,0x3b,0xf0,0x49,0x59,0x5e,0x88,0x9d,0x15,
201 0x23,0xfc,0x1d,0xc4,0xbd,0xd4,0xaa,0x5d,0x31,0x46,
259 0x85,0xee,0x6e,0xad,0x54,0xb3,0xf4,0xfc,0x31,0xa1,
261 0xfd,0x1a,0x4f,0xf6,0x78,0x93,0x46,0x6a,0xd7,0x31,
264 0x31,0xc2,0x36,0xcd,0x60,0xbf,0x9d,0x2d,0x74,0x32,
332 0xba,0x02,0x23,0x42,0x76,0x82,0x31,0x73,0x91,0xed
    [all...]
testdsa.h 24 0xA2,0x76,0x7D,0x31,
27 0xFB,0x53,0xEF,0x50,0xB4,0x40,0x92,0x31,0x56,0x86,0x53,0x7A,
68 0xa5,0xa1,0x31,0xe0,0x67,0xfa,0x50,0xde,0x9b,0x07,0x83,0x7e,
76 0x90,0x3E,0x75,0x31,0x99,0x47,0x7A,0x52,0xFB,0x85,0xE4,0xD9,
86 0xF7,0x07,0x31,0xED,0xFA,0x6C,0x06,0x03,0xD5,0x85,0x8A,0x1C,
133 0x6e,0xcc,0xc2,0xcb,0x26,0x31,0x0d,0x21,0xc4,0xbd,0x8d,0x24,
180 0x30,0x42,0x37,0x02,0x31,0x82,0xBC,0x6A,0xDF,0x6A,0x09,0x29,

Completed in 423 milliseconds

1 23 4 5 6 7 8 91011>>