/external/icu4c/test/cintltst/ |
calldata.h | 14 {0x63, 0x6f, 0x2d, 0x6f, 0x70, 0}, 16 {0x61, 0x6d, 0x70, 0x65, 0x72, 0x73, 0x61, 0x64, 0}, 30 {0x70, 0x00EA, 0x63, 0x68, 0x65, 0}, 49 {0x70, 0x00EA,0x30} /* 37 */ 62 {0x70, 0x6e, 0x65, 0}, /* 10 */ 70 {0x70, (UChar)0x00E9, 0x63, 0x68, 0x00E9, 0}, 89 {0x70, (UChar)0x00EB,0x30} /* 37 */
|
/external/llvm/test/MC/ARM/ |
neon-shift-encoding.s | 10 @ CHECK: vshl.u64 d16, d17, d16 @ encoding: [0xa1,0x04,0x70,0xf3] 26 @ CHECK: vshl.u64 q8, q9, q8 @ encoding: [0xe2,0x04,0x70,0xf3] 28 @ CHECK: vshl.i8 q8, q8, #7 @ encoding: [0x70,0x05,0xcf,0xf2] 30 @ CHECK: vshl.i16 q8, q8, #15 @ encoding: [0x70,0x05,0xdf,0xf2] 32 @ CHECK: vshl.i32 q8, q8, #31 @ encoding: [0x70,0x05,0xff,0xf2] 44 @ CHECK: vshr.u8 q8, q8, #7 @ encoding: [0x70,0x00,0xc9,0xf3] 46 @ CHECK: vshr.u16 q8, q8, #15 @ encoding: [0x70,0x00,0xd1,0xf3] 48 @ CHECK: vshr.u32 q8, q8, #31 @ encoding: [0x70,0x00,0xe1,0xf3] 60 @ CHECK: vshr.s8 q8, q8, #7 @ encoding: [0x70,0x00,0xc9,0xf2] 62 @ CHECK: vshr.s16 q8, q8, #15 @ encoding: [0x70,0x00,0xd1,0xf2 [all...] |
neont2-shift-encoding.s | 11 @ CHECK: vshl.u64 d16, d17, d16 @ encoding: [0x70,0xff,0xa1,0x04] 27 @ CHECK: vshl.u64 q8, q9, q8 @ encoding: [0x70,0xff,0xe2,0x04] 29 @ CHECK: vshl.i8 q8, q8, #7 @ encoding: [0xcf,0xef,0x70,0x05] 31 @ CHECK: vshl.i16 q8, q8, #15 @ encoding: [0xdf,0xef,0x70,0x05] 33 @ CHECK: vshl.i32 q8, q8, #31 @ encoding: [0xff,0xef,0x70,0x05] 45 @ CHECK: vshr.u8 q8, q8, #8 @ encoding: [0xc8,0xff,0x70,0x00] 47 @ CHECK: vshr.u16 q8, q8, #16 @ encoding: [0xd0,0xff,0x70,0x00] 49 @ CHECK: vshr.u32 q8, q8, #32 @ encoding: [0xe0,0xff,0x70,0x00] 61 @ CHECK: vshr.s8 q8, q8, #8 @ encoding: [0xc8,0xef,0x70,0x00] 63 @ CHECK: vshr.s16 q8, q8, #16 @ encoding: [0xd0,0xef,0x70,0x00 [all...] |
neon-satshift-encoding.s | 59 @ CHECK: vqshl.s8 q8, q8, #7 @ encoding: [0x70,0x07,0xcf,0xf2] 61 @ CHECK: vqshl.s16 q8, q8, #15 @ encoding: [0x70,0x07,0xdf,0xf2] 63 @ CHECK: vqshl.s32 q8, q8, #31 @ encoding: [0x70,0x07,0xff,0xf2] 67 @ CHECK: vqshl.u8 q8, q8, #7 @ encoding: [0x70,0x07,0xcf,0xf3] 69 @ CHECK: vqshl.u16 q8, q8, #15 @ encoding: [0x70,0x07,0xdf,0xf3] 71 @ CHECK: vqshl.u32 q8, q8, #31 @ encoding: [0x70,0x07,0xff,0xf3] 75 @ CHECK: vqshlu.s8 q8, q8, #7 @ encoding: [0x70,0x06,0xcf,0xf3] 77 @ CHECK: vqshlu.s16 q8, q8, #15 @ encoding: [0x70,0x06,0xdf,0xf3] 79 @ CHECK: vqshlu.s32 q8, q8, #31 @ encoding: [0x70,0x06,0xff,0xf3] 133 @ CHECK: vqrshrn.s16 d16, q8, #8 @ encoding: [0x70,0x09,0xc8,0xf2 [all...] |
neont2-satshift-encoding.s | 61 @ CHECK: vqshl.s8 q8, q8, #7 @ encoding: [0xcf,0xef,0x70,0x07] 63 @ CHECK: vqshl.s16 q8, q8, #15 @ encoding: [0xdf,0xef,0x70,0x07] 65 @ CHECK: vqshl.s32 q8, q8, #31 @ encoding: [0xff,0xef,0x70,0x07] 69 @ CHECK: vqshl.u8 q8, q8, #7 @ encoding: [0xcf,0xff,0x70,0x07] 71 @ CHECK: vqshl.u16 q8, q8, #15 @ encoding: [0xdf,0xff,0x70,0x07] 73 @ CHECK: vqshl.u32 q8, q8, #31 @ encoding: [0xff,0xff,0x70,0x07] 77 @ CHECK: vqshlu.s8 q8, q8, #7 @ encoding: [0xcf,0xff,0x70,0x06] 79 @ CHECK: vqshlu.s16 q8, q8, #15 @ encoding: [0xdf,0xff,0x70,0x06] 81 @ CHECK: vqshlu.s32 q8, q8, #31 @ encoding: [0xff,0xff,0x70,0x06] 135 @ CHECK: vqrshrn.s16 d16, q8, #8 @ encoding: [0xc8,0xef,0x70,0x09 [all...] |
neon-convert-encoding.s | 27 @ CHECK: vcvt.s32.f32 q8, q8, #1 @ encoding: [0x70,0x0f,0xff,0xf2] 29 @ CHECK: vcvt.u32.f32 q8, q8, #1 @ encoding: [0x70,0x0f,0xff,0xf3] 31 @ CHECK: vcvt.f32.s32 q8, q8, #1 @ encoding: [0x70,0x0e,0xff,0xf2] 33 @ CHECK: vcvt.f32.u32 q8, q8, #1 @ encoding: [0x70,0x0e,0xff,0xf3]
|
neont2-cmp-encoding.s | 29 @ CHECK: vcvt.s32.f32 q8, q8, #1 @ encoding: [0xff,0xef,0x70,0x0f] 31 @ CHECK: vcvt.u32.f32 q8, q8, #1 @ encoding: [0xff,0xff,0x70,0x0f] 33 @ CHECK: vcvt.f32.s32 q8, q8, #1 @ encoding: [0xff,0xef,0x70,0x0e] 35 @ CHECK: vcvt.f32.u32 q8, q8, #1 @ encoding: [0xff,0xff,0x70,0x0e]
|
neont2-convert-encoding.s | 29 @ CHECK: vcvt.s32.f32 q8, q8, #1 @ encoding: [0xff,0xef,0x70,0x0f] 31 @ CHECK: vcvt.u32.f32 q8, q8, #1 @ encoding: [0xff,0xff,0x70,0x0f] 33 @ CHECK: vcvt.f32.s32 q8, q8, #1 @ encoding: [0xff,0xef,0x70,0x0e] 35 @ CHECK: vcvt.f32.u32 q8, q8, #1 @ encoding: [0xff,0xff,0x70,0x0e]
|
/bionic/libc/kernel/arch-x86/asm/ |
mc146818rtc_32.h | 21 #define RTC_PORT(x) (0x70 + (x))
|
/development/ndk/platforms/android-9/arch-x86/include/asm/ |
mc146818rtc_32.h | 21 #define RTC_PORT(x) (0x70 + (x))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/ |
mc146818rtc_32.h | 21 #define RTC_PORT(x) (0x70 + (x))
|
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/ |
mc146818rtc_32.h | 21 #define RTC_PORT(x) (0x70 + (x))
|
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/asm/ |
mc146818rtc_32.h | 21 #define RTC_PORT(x) (0x70 + (x))
|
/development/samples/NFCDemo/src/com/example/android/nfc/simulator/ |
MockNdefMessages.java | 27 new byte[] {(byte) 0xd1, (byte) 0x02, (byte) 0x0f, (byte) 0x53, (byte) 0x70, (byte) 0xd1, 47 new byte[] {(byte) 0xd1, (byte) 0x02, (byte) 0x1c, (byte) 0x53, (byte) 0x70, (byte) 0x91,
|
/external/bluetooth/hcidump/parser/ |
hidp.c | 52 case 0x70: 152 case 0x70:
|
/external/kernel-headers/original/linux/ |
mc146818rtc.h | 57 # define RTC_DIV_CTL 0x70 64 # define RTC_DIV_RESET2 0x70
|
/frameworks/base/obex/javax/obex/ |
HeaderSet.java | 385 if ((headerID >= 0x70) && (headerID <= 0x7F)) { 388 mSequenceUserDefined[headerID - 0x70] = null; 394 mSequenceUserDefined[headerID - 0x70] = new byte[((byte[])headerValue).length]; 395 System.arraycopy(headerValue, 0, mSequenceUserDefined[headerID - 0x70], 396 0, mSequenceUserDefined[headerID - 0x70].length); 477 if ((headerID >= 0x70) && (headerID <= 0x7F)) { 478 return mSequenceUserDefined[headerID - 0x70]; 549 for (int i = 0x70; i < 0x80; i++) { 550 if (mSequenceUserDefined[i - 0x70] != null) {
|
/external/chromium/net/base/ |
test_certificate_data.h | 70 0x74, 0x74, 0x70, 0x3a, 0x2f, 0x2f, 0x63, 0x72, 0x6c, 0x2e, 0x74, 0x68, 75 0x05, 0x07, 0x30, 0x01, 0x86, 0x16, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 76 0x2f, 0x6f, 0x63, 0x73, 0x70, 0x2e, 0x74, 0x68, 0x61, 0x77, 0x74, 0x65, 78 0x05, 0x07, 0x30, 0x02, 0x86, 0x32, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f, 80 0x63, 0x6f, 0x6d, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 112 0x06, 0x03, 0x55, 0x04, 0x0b, 0x13, 0x2a, 0x68, 0x74, 0x74, 0x70, 0x3a, 115 0x6f, 0x6d, 0x2f, 0x72, 0x65, 0x70, 0x6f, 0x73, 0x69, 0x74, 0x6f, 0x72, 128 0x55, 0x04, 0x07, 0x13, 0x09, 0x43, 0x75, 0x70, 0x65, 0x72, 0x74, 0x69, 130 0x0a, 0x41, 0x70, 0x70, 0x6c, 0x65, 0x20, 0x49, 0x6e, 0x63, 0x2e, 0x31 [all...] |
/external/kernel-headers/original/asm-x86/ |
mc146818rtc_32.h | 13 #define RTC_PORT(x) (0x70 + (x))
|
/external/libpcap/ |
atmuni31.h | 73 #define CALLED_PARTY 0x70 /* called party nmber */
|
/external/tcpdump/ |
atmuni31.h | 73 #define CALLED_PARTY 0x70 /* called party nmber */
|
/bootable/bootloader/legacy/include/msm7k/ |
gpio.h | 78 #define GPIO_INT_POS_0 GPIO1_REG(0x70) 100 #define GPIO_INT_STATUS_1 GPIO2_REG(0x70)
|
/external/qemu/distrib/sdl-1.2.12/src/video/ |
default_cursor.h | 41 0x70,0x00, 82 0x70,0x00,
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
TrustAnchorTest.java | 423 (byte)0x74,(byte)0x74,(byte)0x70,(byte)0x3a, 429 (byte)0x74,(byte)0x74,(byte)0x70,(byte)0x3a, 435 (byte)0x74,(byte)0x74,(byte)0x70,(byte)0x3a, 487 (byte)0x68,(byte)0x74,(byte)0x74,(byte)0x70, // http 493 (byte)0x68,(byte)0x74,(byte)0x74,(byte)0x70, 499 (byte)0x68,(byte)0x74,(byte)0x74,(byte)0x70, 533 (byte)0x68,(byte)0x74,(byte)0x74,(byte)0x70, 538 (byte)0x74,(byte)0x70,(byte)0x3a,(byte)0x2f, 542 (byte)0x68,(byte)0x74,(byte)0x74,(byte)0x70,
|
/frameworks/base/telephony/tests/telephonytests/src/com/android/internal/telephony/ |
GsmSmsCbTest.java | 53 (byte)0x70, (byte)0x9D, (byte)0x4D, (byte)0x07, (byte)0x85, (byte)0xD9, (byte)0x70, 80 (byte)0xCB, (byte)0xE6, (byte)0x70, (byte)0x9D, (byte)0x4D, (byte)0x07, 81 (byte)0x85, (byte)0xD9, (byte)0x70, (byte)0x74, (byte)0x58, (byte)0x5C, 107 (byte)0x70, (byte)0x9D, (byte)0x4D, (byte)0x07, (byte)0x85, (byte)0xD9, (byte)0x70, 133 (byte)0xCB, (byte)0xE6, (byte)0x70, (byte)0x9D, (byte)0x4D, (byte)0x07, 134 (byte)0x85, (byte)0xD9, (byte)0x70, (byte)0x74, (byte)0x58, (byte)0x5C, 207 (byte)0x70, (byte)0x9D, (byte)0x4D, (byte)0x07, (byte)0x85, (byte)0xD9, (byte)0x70, [all...] |