HomeSort by relevance Sort by last modified time
    Searched full:x20 (Results 1 - 25 of 2389) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/icu4c/i18n/
csrsbcs.cpp 105 // TODO: 0x20 might not be a space in all character sets...
107 if (!(mb == 0x20 && ignoreSpace)) {
111 ignoreSpace = (mb == 0x20);
116 addByte(0x20);
156 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20, 0x20,
    [all...]
  /external/bluetooth/glib/tests/
utf8-validate.c 163 { "\xc0\x20", -1, 0, FALSE },
164 { "\xc1\x20", -1, 0, FALSE },
165 { "\xc2\x20", -1, 0, FALSE },
166 { "\xc3\x20", -1, 0, FALSE },
167 { "\xc4\x20", -1, 0, FALSE },
168 { "\xc5\x20", -1, 0, FALSE },
169 { "\xc6\x20", -1, 0, FALSE },
170 { "\xc7\x20", -1, 0, FALSE },
171 { "\xc8\x20", -1, 0, FALSE },
172 { "\xc9\x20", -1, 0, FALSE }
    [all...]
  /external/llvm/test/MC/Disassembler/MBlaze/
mblaze_special.txt 36 0x94 0x20 0x80 0x00
39 0x94 0x20 0x80 0x01
42 0x94 0x20 0x80 0x03
45 0x94 0x20 0x80 0x05
48 0x94 0x20 0x80 0x07
51 0x94 0x20 0x80 0x0b
54 0x94 0x20 0x80 0x0d
57 0x94 0x20 0x90 0x00
60 0x94 0x20 0x90 0x01
63 0x94 0x20 0x90 0x0
    [all...]
mblaze_imm.txt 8 0x20 0x00 0x00 0x00
11 0x20 0x00 0x00 0x01
14 0x20 0x00 0x00 0x02
17 0x20 0x00 0x00 0x04
20 0x20 0x00 0x00 0x08
23 0x20 0x00 0x00 0x10
26 0x20 0x00 0x00 0x20
29 0x20 0x00 0x00 0x40
32 0x20 0x00 0x00 0x8
    [all...]
mblaze_operands.txt 20 0x00 0x84 0x20 0x00
104 0x20 0x00 0x00 0x00
107 0x20 0x00 0x00 0x01
110 0x20 0x00 0x00 0x02
113 0x20 0x00 0x00 0x04
116 0x20 0x00 0x00 0x08
119 0x20 0x00 0x00 0x10
122 0x20 0x00 0x00 0x20
125 0x20 0x00 0x00 0x4
    [all...]
  /dalvik/tests/079-phantom/
expected.txt 3 Created Bitmap two: 20x20 (101)
4 Created Bitmap three/four: 20x20 (101)
5 Drawing Bitmap two: 20x20 (101)
  /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...]
neon-abs-encoding.s 3 @ CHECK: vabs.s8 d16, d16 @ encoding: [0x20,0x03,0xf1,0xf3]
5 @ CHECK: vabs.s16 d16, d16 @ encoding: [0x20,0x03,0xf5,0xf3]
7 @ CHECK: vabs.s32 d16, d16 @ encoding: [0x20,0x03,0xf9,0xf3]
9 @ CHECK: vabs.f32 d16, d16 @ encoding: [0x20,0x07,0xf9,0xf3]
20 @ CHECK: vqabs.s8 d16, d16 @ encoding: [0x20,0x07,0xf0,0xf3]
22 @ CHECK: vqabs.s16 d16, d16 @ encoding: [0x20,0x07,0xf4,0xf3]
24 @ CHECK: vqabs.s32 d16, d16 @ encoding: [0x20,0x07,0xf8,0xf3]
neont2-abs-encoding.s 5 @ CHECK: vabs.s8 d16, d16 @ encoding: [0xf1,0xff,0x20,0x03]
7 @ CHECK: vabs.s16 d16, d16 @ encoding: [0xf5,0xff,0x20,0x03]
9 @ CHECK: vabs.s32 d16, d16 @ encoding: [0xf9,0xff,0x20,0x03]
11 @ CHECK: vabs.f32 d16, d16 @ encoding: [0xf9,0xff,0x20,0x07]
22 @ CHECK: vqabs.s8 d16, d16 @ encoding: [0xf0,0xff,0x20,0x07]
24 @ CHECK: vqabs.s16 d16, d16 @ encoding: [0xf4,0xff,0x20,0x07]
26 @ CHECK: vqabs.s32 d16, d16 @ encoding: [0xf8,0xff,0x20,0x07]
  /external/v8/test/mjsunit/
string-fromcharcode.js 41 assertEquals(" ", String.fromCharCode(0x20));
42 assertEquals(" ", String.fromCharCode(0x20 + 0x10000));
43 assertEquals(" ", String.fromCharCode(0x20 - 0x10000));
44 assertEquals(" ", String.fromCharCode(0x20 + 0.5));
51 assertEquals(" ", String.fromCharCode(0x20, 0x20));
52 assertEquals(" ", String.fromCharCode(0x20 + 0.5, 0x20));
54 assertEquals(" ", fcc(0x20));
55 assertEquals(" ", fcc(0x20 + 0x10000))
    [all...]
  /external/llvm/test/MC/MBlaze/
mblaze_imm.s 16 # CHECK: encoding: [0x20,0x00,0x00,0x00]
21 # CHECK: encoding: [0x20,0x00,0x00,0x01]
26 # CHECK: encoding: [0x20,0x00,0x00,0x02]
31 # CHECK: encoding: [0x20,0x00,0x00,0x04]
36 # CHECK: encoding: [0x20,0x00,0x00,0x08]
41 # CHECK: encoding: [0x20,0x00,0x00,0x10]
46 # CHECK: encoding: [0x20,0x00,0x00,0x20]
51 # CHECK: encoding: [0x20,0x00,0x00,0x40]
56 # CHECK: encoding: [0x20,0x00,0x00,0x80
    [all...]
mblaze_special.s 51 # CHECK: encoding: [0x94,0x20,0x80,0x00]
56 # CHECK: encoding: [0x94,0x20,0x80,0x01]
61 # CHECK: encoding: [0x94,0x20,0x80,0x03]
66 # CHECK: encoding: [0x94,0x20,0x80,0x05]
71 # CHECK: encoding: [0x94,0x20,0x80,0x07]
76 # CHECK: encoding: [0x94,0x20,0x80,0x0b]
81 # CHECK: encoding: [0x94,0x20,0x80,0x0d]
86 # CHECK: encoding: [0x94,0x20,0x90,0x00]
91 # CHECK: encoding: [0x94,0x20,0x90,0x01]
96 # CHECK: encoding: [0x94,0x20,0x90,0x02
    [all...]
mblaze_operands.s 32 # CHECK: encoding: [0x00,0x84,0x20,0x00]
172 # CHECK: encoding: [0x20,0x00,0x00,0x00]
177 # CHECK: encoding: [0x20,0x00,0x00,0x01]
182 # CHECK: encoding: [0x20,0x00,0x00,0x02]
187 # CHECK: encoding: [0x20,0x00,0x00,0x04]
192 # CHECK: encoding: [0x20,0x00,0x00,0x08]
197 # CHECK: encoding: [0x20,0x00,0x00,0x10]
202 # CHECK: encoding: [0x20,0x00,0x00,0x20]
207 # CHECK: encoding: [0x20,0x00,0x00,0x40
    [all...]
  /external/oprofile/events/i386/ppro/
unit_masks 11 name:ebl type:exclusive default:0x20
13 0x20 any transactions
  /external/valgrind/main/none/tests/ppc32/
lsw.stdout.exp 7 4 = 0x20
10 7 = 0x20
22 4 = 0x20
25 7 = 0x20
37 4 = 0x20
40 7 = 0x20
42 9 = 0x20
  /external/valgrind/main/none/tests/ppc64/
lsw.stdout.exp 7 4 = 0x20
10 7 = 0x20
22 4 = 0x20
25 7 = 0x20
37 4 = 0x20
40 7 = 0x20
42 9 = 0x20
  /external/wpa_supplicant/
ms_funcs.c 176 0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76,
177 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65,
178 0x6E, 0x74, 0x20, 0x73, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67,
179 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x74, 0x61, 0x6E, 0x74
182 0x50, 0x61, 0x64, 0x20, 0x74, 0x6F, 0x20, 0x6D, 0x61, 0x6B,
183 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/crypto/
ms_funcs.c 176 0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76,
177 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65,
178 0x6E, 0x74, 0x20, 0x73, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67,
179 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x74, 0x61, 0x6E, 0x74
182 0x50, 0x61, 0x64, 0x20, 0x74, 0x6F, 0x20, 0x6D, 0x61, 0x6B,
183 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F
    [all...]
  /external/wpa_supplicant_8/src/crypto/
ms_funcs.c 188 0x4D, 0x61, 0x67, 0x69, 0x63, 0x20, 0x73, 0x65, 0x72, 0x76,
189 0x65, 0x72, 0x20, 0x74, 0x6F, 0x20, 0x63, 0x6C, 0x69, 0x65,
190 0x6E, 0x74, 0x20, 0x73, 0x69, 0x67, 0x6E, 0x69, 0x6E, 0x67,
191 0x20, 0x63, 0x6F, 0x6E, 0x73, 0x74, 0x61, 0x6E, 0x74
194 0x50, 0x61, 0x64, 0x20, 0x74, 0x6F, 0x20, 0x6D, 0x61, 0x6B,
195 0x65, 0x20, 0x69, 0x74, 0x20, 0x64, 0x6F, 0x20, 0x6D, 0x6F
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
ASCIICType.h 54 inline bool isASCIIAlpha(char c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; }
55 inline bool isASCIIAlpha(unsigned short c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; }
57 inline bool isASCIIAlpha(wchar_t c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; }
59 inline bool isASCIIAlpha(int c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z'; }
60 inline bool isASCIIAlpha(unsigned c) { return (c | 0x20) >= 'a' && (c | 0x20) <= 'z';
    [all...]
  /external/iptables/include/linux/netfilter/
xt_physdev.h 15 #define XT_PHYSDEV_OP_MASK (0x20 - 1)
  /external/kernel-headers/original/linux/netfilter/
xt_physdev.h 13 #define XT_PHYSDEV_OP_MASK (0x20 - 1)
  /external/kernel-headers/original/linux/netfilter_ipv4/
ipt_iprange.h 7 #define IPRANGE_DST_INV 0x20 /* Negate the condition */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter/
xt_physdev.h 10 #define XT_PHYSDEV_OP_MASK (0x20 - 1)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv4/
ipt_iprange.h 9 #define IPRANGE_DST_INV 0x20 /* Negate the condition */

Completed in 783 milliseconds

1 2 3 4 5 6 7 8 91011>>