/external/chromium_org/third_party/re2/util/ |
utf.h | 29 Runesync = 0x80, /* cannot represent part of a UTF sequence (<) */ 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
|
/external/regex-re2/util/ |
utf.h | 29 Runesync = 0x80, /* cannot represent part of a UTF sequence (<) */ 30 Runeself = 0x80, /* rune and UTF sequences are the same (<) */
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
Leb128Utils.java | 93 } while (((cur & 0x80) == 0x80) && count < 5); 95 if ((cur & 0x80) == 0x80) { 119 } while (((cur & 0x80) == 0x80) && count < 5); 121 if ((cur & 0x80) == 0x80) { 136 out.writeByte((byte) ((value & 0x7f) | 0x80)); 157 out.writeByte((byte) ((value & 0x7f) | (hasMore ? 0x80 : 0))) [all...] |
/libcore/dex/src/main/java/com/android/dex/ |
Leb128.java | 92 } while (((cur & 0x80) == 0x80) && count < 5); 94 if ((cur & 0x80) == 0x80) { 118 } while (((cur & 0x80) == 0x80) && count < 5); 120 if ((cur & 0x80) == 0x80) { 135 out.writeByte((byte) ((value & 0x7f) | 0x80)); 156 out.writeByte((byte) ((value & 0x7f) | (hasMore ? 0x80 : 0))) [all...] |
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/writer/ |
DexWriterSleb128Test.java | 61 performTest(0x80, new byte[]{(byte)0x80, 0x1, 0x11}, 2); 62 performTest(0x100, new byte[]{(byte)0x80, 0x2, 0x11}, 2); 63 performTest(0x800, new byte[]{(byte)0x80, 0x10, 0x11}, 2); 64 performTest(0x1f80, new byte[]{(byte)0x80, 0x3f, 0x11}, 2); 65 performTest(0xffffe000, new byte[]{(byte)0x80, 0x40, 0x11}, 2); 66 performTest(0xffffe080, new byte[]{(byte)0x80, 0x41, 0x11}, 2); 67 performTest(0xfffff800, new byte[]{(byte)0x80, 0x70, 0x11}, 2); 68 performTest(0xffffff80, new byte[]{(byte)0x80, 0x7f, 0x11}, 2); 78 performTest(0x4000, new byte[]{(byte)0x80, (byte)0x80, 0x1, 0x11}, 3) [all...] |
/external/qemu/distrib/sdl-1.2.15/src/video/ |
default_cursor.h | 46 0x7F,0x80, 64 0xFF,0x80, 70 0x87,0x80, 71 0x07,0x80, 87 0x7F,0x80, 105 0xFF,0x80, 107 0xFF,0x80, 111 0x07,0x80, 112 0x07,0x80,
|
/external/llvm/test/MC/ARM/ |
ldrd-strd-gnu-thumb.s | 8 @ CHECK: ldrd r0, r1, [r10, #512]! @ encoding: [0xfa,0xe9,0x80,0x01] 9 @ CHECK: ldrd r0, r1, [r10], #512 @ encoding: [0xfa,0xe8,0x80,0x01] 10 @ CHECK: ldrd r0, r1, [r10, #512] @ encoding: [0xda,0xe9,0x80,0x01] 15 @ CHECK: strd r0, r1, [r10, #512]! @ encoding: [0xea,0xe9,0x80,0x01] 16 @ CHECK: strd r0, r1, [r10], #512 @ encoding: [0xea,0xe8,0x80,0x01] 17 @ CHECK: strd r0, r1, [r10, #512] @ encoding: [0xca,0xe9,0x80,0x01]
|
thumb2-mclass.s | 25 @ CHECK: mrs r0, apsr @ encoding: [0xef,0xf3,0x00,0x80] 26 @ CHECK: mrs r0, iapsr @ encoding: [0xef,0xf3,0x01,0x80] 27 @ CHECK: mrs r0, eapsr @ encoding: [0xef,0xf3,0x02,0x80] 28 @ CHECK: mrs r0, xpsr @ encoding: [0xef,0xf3,0x03,0x80] 29 @ CHECK: mrs r0, ipsr @ encoding: [0xef,0xf3,0x05,0x80] 30 @ CHECK: mrs r0, epsr @ encoding: [0xef,0xf3,0x06,0x80] 31 @ CHECK: mrs r0, iepsr @ encoding: [0xef,0xf3,0x07,0x80] 32 @ CHECK: mrs r0, msp @ encoding: [0xef,0xf3,0x08,0x80] 33 @ CHECK: mrs r0, psp @ encoding: [0xef,0xf3,0x09,0x80] 34 @ CHECK: mrs r0, primask @ encoding: [0xef,0xf3,0x10,0x80] [all...] |
/external/chromium_org/sdch/open-vcdiff/src/ |
varint_bigendian_test.cc | 179 ExpectEncodedByte(0x80); 180 ExpectEncodedByte(0x80); 181 ExpectEncodedByte(0x80); 279 const char parse_data_123456789[] = { 0x80 + 58, 0x80 + 111, 0x80 + 26, 21 }; 295 const char parse_data_32_bits[] = { 0x88, 0x80, 0x80, 0x80, 0x00 }; 303 const char parse_data_32_bits[] = { 0x88, 0x80, 0x80, 0x80, 0x00 } [all...] |
/development/ndk/platforms/android-3/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/external/ltrace/sysdeps/linux-gnu/alpha/ |
arch.h | 21 #define BREAKPOINT_VALUE { 0x80, 0x00, 0x00, 0x00 }
|
/hardware/invensense/6515/libsensors_iio/software/core/mpl/ |
authenticate.h | 24 #define INV_6AXIS_QUAT_FALSE 0x80
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
decode_common_ti.h | 48 0xCF, 0x80, 0x57, 0x73, 0x05, 0x41
|
/ndk/sources/android/support/src/musl-multibyte/ |
mbtowc.c | 20 if (*s < 0x80) return !!(*wc = *s); 30 c = c<<6 | *s++-0x80; 37 c = c<<6 | *s++-0x80; 44 *wc = c<<6 | *s++-0x80;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/linux/ |
mc146818rtc.h | 40 #define RTC_UIP 0x80 53 #define RTC_SET 0x80 64 #define RTC_IRQF 0x80 70 #define RTC_VRT 0x80
|