HomeSort by relevance Sort by last modified time
    Searched refs:space (Results 126 - 150 of 2295) sorted by null

1 2 3 4 56 7 8 91011>>

  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-x86-64/
tlsbin.s 3 bg1: .space 4
4 bg2: .space 4
5 bg3: .space 4
6 bg4: .space 4
7 bg5: .space 4
8 bg6: .space 4
9 bg7: .space 4
10 bg8: .space 4
11 bl1: .space 4
12 bl2: .space
    [all...]
  /art/runtime/gc/space/
space_create_test.cc 25 namespace space { namespace in namespace:art::gc
65 std::unique_ptr<Space> space(CreateSpace("test", 16 * MB, 32 * MB, 32 * MB, nullptr));
66 EXPECT_TRUE(space != nullptr);
68 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 16 * MB, nullptr));
69 EXPECT_TRUE(space != nullptr);
71 space.reset(CreateSpace("test", 32 * MB, 16 * MB, 16 * MB, nullptr));
72 EXPECT_TRUE(space == nullptr);
74 space.reset(CreateSpace("test", 16 * MB, 16 * MB, 32 * MB, nullptr));
75 EXPECT_TRUE(space != nullptr)
    [all...]
  /external/chromium-libpac/test/js-unittest/
return_unicode.js 1 // U+200B is the codepoint for zero-width-space.
  /external/clang/test/Analysis/
CGColorSpace.c 5 extern CGColorSpaceRef CGColorSpaceRetain(CGColorSpaceRef space);
6 extern void CGColorSpaceRelease(CGColorSpaceRef space);
  /external/llvm/test/MC/MachO/
i386-large-relocations.s 3 .space 0x1ed280
6 .space 0x5181020
relax-jumps.s 14 .space 200, 0x90
24 .space 200, 0x90
  /external/swiftshader/third_party/LLVM/test/MC/AsmParser/
dot-symbol.s 7 # CHECK: assignment to pseudo-symbol '.' is unsupported (use '.space' or '.org').
  /external/swiftshader/third_party/LLVM/test/MC/MachO/
relax-jumps.s 18 .space 200, 0x90
28 .space 200, 0x90
  /external/syslinux/dos/
header.S 51 .space HEAP_SIZE
54 .space STACK_SIZE
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/
relax.s 5 .space 128 - 2
15 .space 128*128 - 2
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/unsorted/
globalbug.s 2 .space $PRIVATE$
6 .space $TEXT$
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mach-o/
err-syms-1.s 4 a: .space 1
8 b: .space 1
err-syms-2.s 5 a: .space 1
9 b: .space 1
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
noat-1.s 7 .space 8
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z8k/
djnz.s 4 .space 248
11 .space 248
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-elf/
extract-symbol-1.s 10 .space 0x123
12 .space 0x302
noload-3.s 6 .space 16
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/
pad16.s 4 .space 16,0
pad2p18m32.s 4 .space (1 << 19)/2 - 32,0
pad2p26m32.s 4 .space (1 << 27)/2 - 32,0
pad4.s 4 .space 4,0
  /external/libopus/doc/
opus_in_isobmff.css 14 white-space: pre; /* CSS 2.0 */
15 white-space: pre-wrap; /* CSS 2.1 */
16 white-space: -pre-wrap; /* Opera 4-6 */
17 white-space: -o-pre-wrap; /* Opera 7 */
18 white-space: -moz-pre-wrap; /* Mozilla */
19 white-space: -hp-pre-wrap; /* HP Printers */
31 white-space : pre;
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/cpus/aarch64/
cpu_macros.S 41 .space 8
45 .space 8
49 .space 8
51 .space 8
55 .space 8
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-arm/
ifunc-gdesc.s 24 .space 8
26 loc1: .space 4
28 loc2: .space 4
  /external/pdfium/core/fxcrt/
fx_xml.h 17 bool Matches(const CFX_ByteString& space, const CFX_ByteString& name) const;
29 const CFX_WideString* Lookup(const CFX_ByteString& space,
34 void SetAt(const CFX_ByteString& space,
71 CFX_ByteString& space,
83 bool GetAttrValue(const CFX_ByteStringC& space,
86 CFX_WideString GetAttrValue(const CFX_ByteStringC& space,
89 GetAttrValue(space, name, attr);
100 bool GetAttrInteger(const CFX_ByteStringC& space,
103 int GetAttrInteger(const CFX_ByteStringC& space,
106 GetAttrInteger(space, name, attr)
    [all...]

Completed in 1422 milliseconds

1 2 3 4 56 7 8 91011>>