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

1234567891011>>

/external/llvm/test/MC/ELF/
H A Dpr19430.s6 .space 1000
/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
/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dprint.css6 white-space: pre-wrap; /* css-3 */
7 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
8 white-space: -pre-wrap; /* Opera 4-6 */
9 white-space: -o-pre-wrap; /* Opera 7 */
/external/llvm/test/MC/AArch64/
H A Dldr-pseudo-obj-errors.s12 .space 0xdeadb0
H A Darm64-mapping-within-section.s14 .space 10
H A Dmapping-within-section.s14 .space 10
/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 Dx86_32-scattered-reloc-fallback.s8 .space 0x01020f55, 0x90
12 .space 0x515b91, 0
14 .space 0xa70, 0
H A Di386-large-relocations.s3 .space 0x1ed280
6 .space 0x5181020
H A Drelax-jumps.s18 .space 200, 0x90
28 .space 200, 0x90
/external/chromium_org/chrome/browser/resources/user_actions/
H A Duser_actions.css6 white-space: nowrap;
/external/chromium_org/ui/webui/resources/css/
H A Dalert_overlay.css10 white-space: pre-wrap;
/external/clang/test/Analysis/
H A DCGColorSpace.c5 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space);
6 extern void CGColorSpaceRelease(CGColorSpaceRef space);
/external/chromium_org/ppapi/native_client/src/untrusted/nacl_ppapi_util/
H A Dstring_buffer.cc37 size_t space; local
44 space = nbytes_ - insert_;
47 written = vsnprintf(insert_pt, space, fmt, ap);
49 if (written < space) {
53 // insufficient space -- grow the buffer
/external/ltrace/sysdeps/linux-gnu/
H A Dmksyscallent_s39053 $space = $len % 8;
54 print " \"$_\"," ," " x $space , "\t" x $tab, " \/* $i \*\/\n";
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_title.css12 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DpromisesPanel.css12 white-space:pre;
/external/llvm/test/MC/MachO/ARM/
H A Drelax-thumb2-branches.s5 .space 258
10 .space 256
/external/qemu/distrib/sdl-1.2.15/src/video/fbcon/
H A Dmatrox_mmio.h37 /* Wait for fifo space */
38 #define mga_wait(space) \
40 while ( mga_in8(MGAREG_FIFOSTATUS) < space ) \
/external/chromium_org/third_party/re2/util/
H A Dstringprintf.cc11 char space[1024]; local
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
21 if ((result >= 0) && (result < sizeof(space))) {
23 dst->append(space, result);
28 int length = sizeof(space);
/external/regex-re2/util/
H A Dstringprintf.cc11 char space[1024]; local
18 int result = vsnprintf(space, sizeof(space), format, backup_ap);
21 if ((result >= 0) && (result < sizeof(space))) {
23 dst->append(space, result);
28 int length = sizeof(space);
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pcmpistri.c43 void *space; local
44 posix_memalign(&space, 16, roundup);
45 memset(space, 'x', roundup);
46 memcpy(space, s, len);
48 const char *const s_copy = space;
64 free(space);
/external/chromium_org/tools/gyp/pylib/gyp/
H A Dninja_syntax.py117 # Find the rightmost space that would obey our width constraint and
118 # that's not an escaped space.
120 space = available_space
122 space = text.rfind(' ', 0, space)
123 if space < 0 or \
124 self._count_dollars_before_index(text, space) % 2 == 0:
127 if space < 0:
128 # No such space; just use the first unescaped space w
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_xml.h37 const CFX_WideStringL* Lookup(FX_BSTR space, FX_BSTR name) const;
38 void SetAt(FX_BSTR space, FX_BSTR name, FX_WSTR value, IFX_Allocator* pAllocator = NULL);
39 void RemoveAt(FX_BSTR space, FX_BSTR name, IFX_Allocator* pAllocator = NULL);
106 void GetAttrByIndex(int index, CFX_ByteString &space, CFX_ByteString &name, CFX_WideString &value) const;
107 void GetAttrByIndex(int index, CFX_ByteStringL &space, CFX_ByteStringL &name, CFX_WideStringL &value) const;
120 FX_BOOL GetAttrValue(FX_BSTR space, FX_BSTR name, CFX_WideString& attribute) const;
121 CFX_WideString GetAttrValue(FX_BSTR space, FX_BSTR name) const argument
124 GetAttrValue(space, name, attr);
127 const CFX_WideStringL* GetAttrValuePtr(FX_BSTR space, FX_BSTR name) const;
137 FX_BOOL GetAttrInteger(FX_BSTR space, FX_BST
138 GetAttrInteger(FX_BSTR space, FX_BSTR name) const argument
154 GetAttrFloat(FX_BSTR space, FX_BSTR name) const argument
172 GetElement(FX_BSTR space, FX_BSTR tag) const argument
[all...]
/external/chromium_org/crypto/third_party/nss/
H A Dchromium-blapi.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);

Completed in 560 milliseconds

1234567891011>>