Searched refs:space (Results 1 - 25 of 240) sorted by relevance

12345678910

/external/llvm/test/MC/AsmParser/
H A Ddirective_space.s4 # CHECK: .space 1
6 .space 1
9 # CHECK: .space 2,3
11 .space 2, 3
14 # CHECK: .space 1
H A Ddot-symbol.s7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org').
/external/llvm/test/MC/MachO/
H A Drelax-recompute-align.s26 .space 0x8a, 0x90
28 .space (0xb3 - 0x8f), 0x90
30 .space (0xcd - 0xb5), 0x90
33 .space (0x130 - 0xd0),0x90
H A Drelax-jumps.s18 .space 200, 0x90
28 .space 200, 0x90
/external/chromium/chrome/common/extensions/docs/css/
H A Dprint.css13 white-space: pre-wrap; /* css-3 */
14 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
15 white-space: -pre-wrap; /* Opera 4-6 */
16 white-space: -o-pre-wrap; /* Opera 7 */
/external/clang/test/Analysis/
H A DCGColorSpace.c6 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space);
7 extern void CGColorSpaceRelease(CGColorSpaceRef space);
/external/kernel-headers/original/linux/
H A Defs_dir.h30 unsigned char space[EFS_DIRBSIZE - EFS_DIRBLK_HEADERSIZE]; member in struct:efs_dir
37 #define EFS_SLOTAT(dir, slot) EFS_REALOFF((dir)->space[slot])
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/
H A Dmatrox_mmio.h37 /* Wait for fifo space */
38 #define mga_wait(space) \
40 while ( mga_in8(MGAREG_FIFOSTATUS) < space ) \
H A D3dfx_mmio.h37 /* Wait for fifo space */
38 #define tdfx_wait(space) \
40 while ( (tdfx_in8(TDFX_STATUS) & 0x1F) < space ) \
/external/valgrind/main/exp-ptrcheck/tests/
H A Dbad_percentify.c26 Int i, len, space; local
62 space = n_buf - len;
63 if (space < 0) space = 0; /* Allow for v. small field_width */
67 for ( ; i >= 0; i--) buf[i + space] = buf[i];
68 for (i = 0; i < space; i++) buf[i] = ' ';
/external/chromium/crypto/third_party/nss/
H A Dblapi.h61 extern SECStatus SHA256_Flatten(SHA256Context *cx,unsigned char *space);
62 extern SHA256Context * SHA256_Resurrect(unsigned char *space, void *arg);
79 extern SECStatus SHA512_Flatten(SHA512Context *cx,unsigned char *space);
80 extern SHA512Context * SHA512_Resurrect(unsigned char *space, void *arg);
97 extern SECStatus SHA384_Flatten(SHA384Context *cx,unsigned char *space);
98 extern SHA384Context * SHA384_Resurrect(unsigned char *space, void *arg);
/external/webkit/Source/WebCore/css/
H A DthemeQtNoListboxes.css35 white-space: pre;
H A Dsvg.css59 white-space: nowrap
H A Dquirks.css32 /* Tables reset both line-height and white-space in quirks mode. */
35 white-space: normal;
/external/skia/include/utils/mac/
H A DSkCGUtils.h16 * If space is NULL, then CGColorSpaceCreateDeviceRGB() is used.
19 CGColorSpaceRef space);
/external/webkit/Source/WebKit/mac/Panels/
H A DWebAuthenticationPanel.m122 NSURLProtectionSpace *space = [chall protectionSpace];
125 if ([space port] == 0) {
126 host = [[space host] _web_decodeHostName];
128 host = [NSString stringWithFormat:@"%@:%u", [[space host] _web_decodeHostName], [space port]];
131 NSString *realm = [space realm];
142 if ([space isProxy]) {
145 [space proxyType], host];
155 if ([space isProxy]) {
158 [space proxyTyp
[all...]
/external/bluetooth/bluez/tools/
H A Dlexer.l55 space [ \t]
66 {space} {
/external/v8/src/
H A Djson.js302 function JSONStringify(value, replacer, space) {
311 if (IS_OBJECT(space)) {
312 // Unwrap 'space' if it is wrapped
313 if (IS_NUMBER_WRAPPER(space)) {
314 space = ToNumber(space);
315 } else if (IS_STRING_WRAPPER(space)) {
316 space = ToString(space);
320 if (IS_NUMBER(space)) {
[all...]
H A Dserialize.h147 // is written (only plain pointers allowed), the space number and the offset.
148 // This only works for objects in the first page of a space. Don't use this for
191 // 1-8 One per space.
197 // 0x11-0x18 One per space.
200 // 0x21-0x28 One per space.
246 // A bitmask for getting the space out of an instruction.
249 RLYSTC inline bool SpaceIsLarge(int space) { return space >= kLargeData; }
250 RLYSTC inline bool SpaceIsPaged(int space) {
251 return space >
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Ddyn-string.c72 dyn_string_init (struct dyn_string *ds_struct_ptr, int space) argument
75 if (space == 0)
76 space = 1;
79 ds_struct_ptr->s = (char *) malloc (space);
83 ds_struct_ptr->s = XNEWVEC (char, space);
85 ds_struct_ptr->allocated = space;
99 dyn_string_new (int space) argument
106 if (!dyn_string_init (result, space))
113 dyn_string_init (result, space);
152 dyn_string_resize (dyn_string_t ds, int space) argument
[all...]
/external/elfutils/src/
H A Dldlex.l67 FILENAMECHAR [^][{}[:space:]():;]+
71 WHITE [[:space:]]+
86 ^"#"ifdef/[[:space:]] { BEGIN (handle_ifdef ()); }
87 ^"#"else/[[:space:]\n] { eat_to_eol (true);
90 ^"#"elifdef/[[:space:]] { eat_to_eol (false);
93 ^"#"endif/[[:space:]\n] { eat_to_eol (true) ; }
95 <IGNORE>^"#"ifdef/[[:space:]\n] { eat_to_eol (false);
97 <IGNORE>^"#"else/[[:space:]\n] { eat_to_eol (true);
106 <IGNORE>^"#"elifdef/[[:space:]] { assert (prepdepth > 0);
114 <IGNORE>^"#"endif/[[:space
[all...]
/external/qemu/android/skin/
H A Dcomposer.h68 struct SkinPlateSpace space; member in union:SkinPlate
90 SkinPlate* space; member in struct:SkinViewport
97 extern SkinViewport* skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy );
H A Dcomposer.c134 int n, count = areflist_count( p->space.viewports );
136 SkinViewport* v = areflist_get( p->space.viewports, n );
229 areflist_init( p->space.viewports );
238 while ( areflist_count( p->space.viewports ) )
239 skin_viewport_free( areflist_get( p->space.viewports, 0 ) );
345 skin_viewport( SkinPlate* space, SkinRect* rect, void* surface, int sx, int sy ) argument
350 v->space = space;
363 SkinPlate* space = v->space; local
[all...]
/external/stlport/test/unit/
H A Dstring_test.cpp953 string space(1, ' ');
1003 CPPUNIT_CHECK( (one + space) == "one " );
1006 CPPUNIT_CHECK( ((one + space) + "two") == "one two" );
1007 CPPUNIT_CHECK( ("one" + (space + two)) == "one two" );
1008 CPPUNIT_CHECK( ((one + space) + two) == "one two" );
1009 CPPUNIT_CHECK( (one + (space + two)) == "one two" );
1010 CPPUNIT_CHECK( ((one + space) + 't') == "one t" );
1011 CPPUNIT_CHECK( ('o' + (space + two)) == "o two" );
1014 CPPUNIT_CHECK( ((one + space) + (two + space))
[all...]
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css14 white-space: nowrap;

Completed in 2747 milliseconds

12345678910