/external/chromium/base/ |
keyboard_codes_posix.h | 83 VKEY_A = 0x41,
|
/external/chromium/third_party/icu/source/common/ |
cstring.c | 91 if(0x41<=c && c<=0x5a) {
|
ucase.h | 278 #define UCASE_FMT_1 0x41
|
/external/chromium/third_party/icu/source/test/cintltst/ |
cstrtest.c | 174 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47, 0x48, 0x49, 0x4a, 0x4b, 0x4c, 0x4d, 0x4e, 0x4f,
|
/external/dropbear/libtomcrypt/src/encauth/ccm/ |
ccm_test.c | 81 { 0x40, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46, 0x47,
|
/external/dropbear/libtomcrypt/src/hashes/ |
md2.c | 216 0x5a,0x41,0x08,0xc3,0xaa,0x47,0x94,0x0b
|
/external/dropbear/libtomcrypt/src/mac/pmac/ |
pmac_test.c | 44 { 0x43, 0x99, 0x57, 0x2c, 0xd6, 0xea, 0x53, 0x41,
|
/external/grub/stage1/ |
stage1.S | 161 movb $0x41, %ah
|
/external/icu4c/common/ |
cstring.c | 91 if(0x41<=c && c<=0x5a) {
|
ucase.h | 278 #define UCASE_FMT_1 0x41
|
/external/icu4c/test/iotest/ |
stream.cpp | 162 large_array[i] = 0x41;
|
/external/jhead/ |
gpsinfo.c | 56 static const char ExifAsciiPrefix[] = { 0x41, 0x53, 0x43, 0x49, 0x49, 0x0, 0x0, 0x0 };
|
/external/kernel-headers/original/linux/ |
ata.h | 169 XFER_UDMA_1 = 0x41,
|
/external/netcat/ |
stupidh | 436 printf (((*yow.i & 0xff) == 0x41) ? "LITTLE\n" : "BIG\n");
|
/external/openssl/apps/ |
testdsa.h | 73 0xA7,0x3F,0x6E,0x85,0xBF,0x41,0x6A,0x29,0x7D,0xF0,0x9F,0x47, 99 0xE4,0x09,0x6C,0x41,0x17,0x95,0x92,0xEB,0x01,0xB5,0x73,0xA5, 131 0x2b,0xef,0x41,0x56,0xa0,0xa4,0x9f,0xb7,0x38,0x00,0x46,0x0a, 151 0x1D,0x0B,0x41,0x32,0xB0,0x1F,0xFE,0xEF,0x0C,0xC2,0xA2,0x7E,
|
/external/openssl/crypto/dsa/ |
dsatest.c | 122 0x41,0x31,0x63,0xa5,0x5b,0x4c,0xb5,0x00,
|
/external/openssl/crypto/rc2/ |
rc2_skey.c | 76 0x04,0x18,0xa4,0xec,0xc2,0xe0,0x41,0x6e,0x0f,0x51,0xcb,0xcc,
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
matrox_regs.h | 360 #define MGA1064_COL_KEY_MSK_MSB 0x41
|
/external/qemu/distrib/sdl-1.2.12/src/video/qtopia/ |
SDL_sysevents.cc | 223 keymap[0x41] = SDLK_h;
|
/external/qemu/elff/ |
dwarf.h | 133 #define DW_TAG_type_unit 0x41 /* DWARF4 */ 268 #define DW_AT_friend 0x41 503 #define DW_OP_lit17 0x41 [all...] |
/external/qemu/telephony/ |
sim_card.c | 288 0x41, 0x6e, 0x64, 0x72, 0x6f, 0x69, 0x64, 0xff, 0xff, 0xff,
|
/external/tcpdump/ |
print-fddi.c | 100 0x01, 0x81, 0x41, 0xc1, 0x21, 0xa1, 0x61, 0xe1,
|
/external/webkit/WebCore/platform/ |
KeyboardCodes.h | 197 const int VK_A = 0x41;
|
/external/webkit/WebCore/platform/android/ |
KeyboardCodes.h | 182 const int VK_A = 0x41;
|
/external/webkit/WebCore/platform/chromium/ |
KeyboardCodesPosix.h | 181 VKEY_A = 0x41,
|