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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/fixedbugs/
bug190.go 21 s.s = make([]S, 1);
issue15281.go 13 c := make(chan []byte, 10)
14 c <- make([]byte, 10<<20)
20 c := make(chan []byte, 10)
21 c <- make([]byte, 10<<20)
  /prebuilts/go/linux-x86/test/fixedbugs/bug306.dir/
p1.go 8 var x = make(chan T)
  /prebuilts/go/linux-x86/test/fixedbugs/bug448.dir/
pkg1.go 7 var x = make(chan interface{})
  /prebuilts/misc/windows/sdl2_ttf/
Makefile 8 @echo "Type \"make native\" to install 32-bit to /usr"
9 @echo "Type \"make cross\" to install 32-bit and 64-bit to $(CROSS_PATH)"
12 make install-package arch=i686-w64-mingw32 prefix=/usr
16 make install-package arch=$$arch prefix=$(CROSS_PATH)/$$arch; \
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/queue/queue.cons.alloc/
ctor_queue_alloc.pass.cpp 22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/containers/container.adaptors/stack/stack.cons.alloc/
ctor_copy_alloc.pass.cpp 22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/associative/set/
count.pass.cpp 138 m.insert ( V::make ( 5 ));
139 m.insert ( V::make ( 6 ));
140 m.insert ( V::make ( 7 ));
141 m.insert ( V::make ( 8 ));
142 m.insert ( V::make ( 9 ));
143 m.insert ( V::make ( 10 ));
144 m.insert ( V::make ( 11 ));
145 m.insert ( V::make ( 12 ));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/queue/queue.cons.alloc/
ctor_queue_alloc.pass.cpp 22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/std/containers/container.adaptors/stack/stack.cons.alloc/
ctor_copy_alloc.pass.cpp 22 make(int n) function
48 test<int> q(make<C>(5), test_allocator<int>(4));
  /system/connectivity/wifilogd/
runtests.sh 28 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk \
  /toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/mips/
mixed-micromips.s 14 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
31 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
rd-v10_32o-2.d 6 # every label to make sure the offset-by-2 or 4 doesn't matter.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
add.s 8 ; selectors to make sure they're handled correctly.
add2.s 8 ; selectors to make sure they're handled correctly.
addi.s 7 ; selectors to make sure they're handled correctly.
comclr.s 7 ; selectors to make sure they're handled correctly.
dcor.s 8 ; selectors to make sure they're handled correctly.
dcor2.s 8 ; selectors to make sure they're handled correctly.
deposit.s 7 ; selectors to make sure they're handled correctly.
deposit2.s 7 ; selectors to make sure they're handled correctly.
deposit3.s 8 ; selectors to make sure they're handled correctly.
ds.s 7 ; selectors to make sure they're handled correctly.
extract.s 7 ; selectors to make sure they're handled correctly.
extract2.s 7 ; selectors to make sure they're handled correctly.

Completed in 1031 milliseconds

<<11121314151617181920>>