HomeSort by relevance Sort by last modified time
    Searched refs:make (Results 601 - 625 of 4715) sorted by null

<<21222324252627282930>>

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/crx/
gas-segfault.s 2 # This source file used to make GAS crash with a seg fault
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
24k-triple-stores-2.s 32 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
24k-triple-stores-5.s 40 # Force at least 8 (non-delay-slot) zero bytes,to make 'objdump' print ...
at-2.s 20 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
branch-misc-1.s 26 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
daddi.s 30 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
eret-1.s 29 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
jal-svr4pic-noreorder.s 23 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
jal-svr4pic.s 22 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips@mips32r2-cp2.s 14 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips@mips64-cp2.s 16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
mips32-sf32.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
mips32r2-sync.s 24 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
rol64.s 38 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
jalbal.s 19 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
count.pass.cpp 150 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
151 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
152 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
153 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ));
154 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 ));
155 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 ));
156 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 ));
157 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 ));
158 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
  /external/libcxx/test/std/containers/associative/multiset/
lower_bound.pass.cpp 198 m.insert ( V::make ( 5 ));
199 m.insert ( V::make ( 5 ));
200 m.insert ( V::make ( 5 ));
201 m.insert ( V::make ( 7 ));
202 m.insert ( V::make ( 7 ));
203 m.insert ( V::make ( 7 ));
204 m.insert ( V::make ( 9 ));
205 m.insert ( V::make ( 9 ));
206 m.insert ( V::make ( 9 ));
upper_bound.pass.cpp 197 m.insert ( V::make ( 5 ));
198 m.insert ( V::make ( 5 ));
199 m.insert ( V::make ( 5 ));
200 m.insert ( V::make ( 7 ));
201 m.insert ( V::make ( 7 ));
202 m.insert ( V::make ( 7 ));
203 m.insert ( V::make ( 9 ));
204 m.insert ( V::make ( 9 ));
205 m.insert ( V::make ( 9 ));
  /external/skia/tests/
ArenaAllocTest.cpp 72 REPORTER_ASSERT(r, *arena.make<int>(3) == 3);
73 Foo* foo = arena.make<Foo>(3, 4.0f);
88 arena.make<typename std::aligned_storage<10,8>::type>();
99 REPORTER_ASSERT(r, *arena.make<int>(3) == 3);
100 Foo* foo = arena.make<Foo>(3, 4.0f);
115 arena.make<typename std::aligned_storage<10,8>::type>();
126 REPORTER_ASSERT(r, *arena.make<int>(3) == 3);
127 Foo* foo = arena.make<Foo>(3, 4.0f);
142 arena.make<typename std::aligned_storage<10,8>::type>();
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multimap/multimap.ops/
find.pass.cpp 185 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
186 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
187 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
188 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ));
189 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 ));
190 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 ));
191 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 ));
192 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 ));
193 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/multiset/
lower_bound.pass.cpp 197 m.insert ( V::make ( 5 ));
198 m.insert ( V::make ( 5 ));
199 m.insert ( V::make ( 5 ));
200 m.insert ( V::make ( 7 ));
201 m.insert ( V::make ( 7 ));
202 m.insert ( V::make ( 7 ));
203 m.insert ( V::make ( 9 ));
204 m.insert ( V::make ( 9 ));
205 m.insert ( V::make ( 9 ));
upper_bound.pass.cpp 196 m.insert ( V::make ( 5 ));
197 m.insert ( V::make ( 5 ));
198 m.insert ( V::make ( 5 ));
199 m.insert ( V::make ( 7 ));
200 m.insert ( V::make ( 7 ));
201 m.insert ( V::make ( 7 ));
202 m.insert ( V::make ( 9 ));
203 m.insert ( V::make ( 9 ));
204 m.insert ( V::make ( 9 ));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multimap/multimap.ops/
count.pass.cpp 149 m.insert ( std::make_pair<PC, double> ( PC::make(5), 1 ));
150 m.insert ( std::make_pair<PC, double> ( PC::make(5), 2 ));
151 m.insert ( std::make_pair<PC, double> ( PC::make(5), 3 ));
152 m.insert ( std::make_pair<PC, double> ( PC::make(7), 1 ));
153 m.insert ( std::make_pair<PC, double> ( PC::make(7), 2 ));
154 m.insert ( std::make_pair<PC, double> ( PC::make(7), 3 ));
155 m.insert ( std::make_pair<PC, double> ( PC::make(9), 1 ));
156 m.insert ( std::make_pair<PC, double> ( PC::make(9), 2 ));
157 m.insert ( std::make_pair<PC, double> ( PC::make(9), 3 ));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/multiset/
lower_bound.pass.cpp 197 m.insert ( V::make ( 5 ));
198 m.insert ( V::make ( 5 ));
199 m.insert ( V::make ( 5 ));
200 m.insert ( V::make ( 7 ));
201 m.insert ( V::make ( 7 ));
202 m.insert ( V::make ( 7 ));
203 m.insert ( V::make ( 9 ));
204 m.insert ( V::make ( 9 ));
205 m.insert ( V::make ( 9 ));
upper_bound.pass.cpp 196 m.insert ( V::make ( 5 ));
197 m.insert ( V::make ( 5 ));
198 m.insert ( V::make ( 5 ));
199 m.insert ( V::make ( 7 ));
200 m.insert ( V::make ( 7 ));
201 m.insert ( V::make ( 7 ));
202 m.insert ( V::make ( 9 ));
203 m.insert ( V::make ( 9 ));
204 m.insert ( V::make ( 9 ));

Completed in 525 milliseconds

<<21222324252627282930>>