/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/parse/ |
spacebug.s | 2 .space 0x20 - (. - start)
|
/external/icu/icu4c/source/i18n/ |
csrsbcs.cpp | 111 // TODO: 0x20 might not be a space in all character sets... 113 if (!(mb == 0x20 && ignoreSpace)) { 117 ignoreSpace = (mb == 0x20); 127 addByte(0x20); 218 // TODO: 0x20 might not be a space in all character sets... 220 if (!(mb == 0x20 && ignoreSpace)) { 223 ignoreSpace = (mb == 0x20); 229 // TODO: 0x20 might not be a space in all character sets... 231 if (!(mb == 0x20 && ignoreSpace)) { 235 ignoreSpace = (mb == 0x20); [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
CharsetRecog_sbcs.java | 124 // TODO: 0x20 might not be a space in all character sets... 138 return parse (det, (byte)0x20); 240 // TODO: 0x20 might not be a space in all character sets... 251 // TODO: 0x20 might not be a space in all character sets... 268 return match (det, ngrams, byteMap, (byte)0x20); 294 (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
CharsetRecog_sbcs.java | 123 // TODO: 0x20 might not be a space in all character sets... 137 return parse (det, (byte)0x20); 239 // TODO: 0x20 might not be a space in all character sets... 250 // TODO: 0x20 might not be a space in all character sets... 267 return match (det, ngrams, byteMap, (byte)0x20); 293 (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, (byte) 0x20, [all...] |
/external/webrtc/webrtc/base/ |
testbase64.h | 4 0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, 0x00, 0x01, 0x02, 0x01, 0x00, 0x48, 0x00, 0x48, 0x00, 0x00, 0xff, 0xe1, 0x0d, 0x07, 0x45, 0x78, 0x69, 0x66, 0x00, 0x00, 0x4d, 0x4d, 0x00, 0x2a, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x01, 0x0e, 0x00, 0x02, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x9e, 0x01, 0x0f, 0x00, 0x02, 0x00, 0x00, 0x00, 0x05, 0x00, 0x00, 0x00, 0xbe, 0x01, 0x10, 0x00, 0x02, 0x00, 0x00, 0x00, 0x09, 0x00, 0x00, 0x00, 0xc3, 0x01, 0x12, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0x01, 0x1a, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xcc, 0x01, 0x1b, 0x00, 0x05, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0xd4, 0x01, 0x28, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x01, 0x31, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xdc, 0x01, 0x32, 0x00, 0x02, 0x00, 0x00, 0x00, 0x14, 0x00, 0x00, 0x00, 0xf0, 0x01, 0x3c, 0x00, 0x02, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x01, 0x04, 0x02, 0x13, 0x00, 0x03, 0x00, 0x00, 0x00, 0x01, 0x00, 0x02, 0x00, 0x00, 0x87, 0x69, 0x00, 0x04, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x01, 0x14, 0x00, 0x00, 0x02, 0xc4, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0 (…) [all...] |
/cts/tests/tests/os/jni/ |
seccomp_sample_program.cpp | 27 {0x20, 0, 0, 0x4}, 30 {0x20, 0, 0, 0x0}, 207 {0x20, 0, 0, 0x14}, 209 {0x20, 0, 0, 0x10}, 211 {0x20, 0, 0, 0x14}, 213 {0x20, 0, 0, 0x10}, 215 {0x20, 0, 0, 0x14}, 217 {0x20, 0, 0, 0x10}, 219 {0x20, 0, 0, 0x14}, 221 {0x20, 0, 0, 0x10} [all...] |
/libcore/ojluni/src/main/java/sun/security/util/ |
ByteArrayTagOrder.java | 57 return (bytes1[0] | 0x20) - (bytes2[0] | 0x20);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/ |
weird.s | 11 .stabs "attr104:G404=@h !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 12 .stabs "attr105:G405=@i !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 14 .stabs "var0:G300=@a8;1",0x20,0,0, 0 56 .stabs "attr96:G396=@` !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 57 .stabs "attr97:G397=@a !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 58 .stabs "attr98:G398=@b !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 59 .stabs "attr99:G399=@c !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 215 .stabs "attr69:G369=@E !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 216 .stabs "attr70:G370=@F !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, 0 217 .stabs "attr71:G371=@G !#$%&'()*+,-./0123456789:<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[]^_`abcdefghijklmnopqrstuvwxyz{|}~;1",0x20,0,0, [all...] |
/external/llvm/test/MC/ARM/ |
arm-arithmetic-aliases.s | 11 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2] 12 @ CHECK: sub r2, r2, #6 @ encoding: [0x06,0x20,0x42,0xe2] 13 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0] 14 @ CHECK: sub r2, r2, r3 @ encoding: [0x03,0x20,0x42,0xe0] 21 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2] 22 @ CHECK: add r2, r2, #6 @ encoding: [0x06,0x20,0x82,0xe2] 23 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0] 24 @ CHECK: add r2, r2, r3 @ encoding: [0x03,0x20,0x82,0xe0] 31 @ CHECK: and r2, r2, #6 @ encoding: [0x06,0x20,0x02,0xe2] 32 @ CHECK: and r2, r2, #6 @ encoding: [0x06,0x20,0x02,0xe2 [all...] |
/bionic/libc/kernel/uapi/linux/ |
falloc.h | 27 #define FALLOC_FL_INSERT_RANGE 0x20
|
/bionic/libc/kernel/uapi/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/development/ndk/platforms/android-21/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/device/moto/shamu/bluetooth_extra/ |
bdroid_buildcfg.h | 25 #define BTA_DM_COD {0x20, 0x04, 0x08}
|
/external/kernel-headers/original/uapi/linux/ |
falloc.h | 59 #define FALLOC_FL_INSERT_RANGE 0x20
|
/external/kernel-headers/original/uapi/linux/usb/ |
g_printer.h | 26 #define PRINTER_PAPER_EMPTY 0x20 30 * them in unique ranges (size 0x20 for now).
|
/external/llvm/test/MC/ELF/ |
dot-symbol-assignment.s | 10 . = 0x20
|
/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/ |
byte_array_utils.cpp | 21 const uint8_t ByteArrayUtils::MINIMUM_ONE_BYTE_CHARACTER_VALUE = 0x20;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/ |
g_printer.h | 26 #define PRINTER_PAPER_EMPTY 0x20 30 * them in unique ranges (size 0x20 for now).
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/usb/ |
g_printer.h | 26 #define PRINTER_PAPER_EMPTY 0x20 30 * them in unique ranges (size 0x20 for now).
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|
/prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/linux/usb/ |
g_printer.h | 24 #define PRINTER_PAPER_EMPTY 0x20
|