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

<<11121314151617181920>>

  /external/libcxx/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));
  /external/libexif/test/nls/
check-nls.in 14 if (cd "${top_builddir}/po" && make DESTDIR="${destdir}" install > /dev/null 2>&1); then
  /external/libusb/
appveyor_minGW.bat 13 C:\msys64\usr\bin\bash -e -l -c "make -j4"
14 C:\msys64\usr\bin\bash -e -l -c "make install"
23 C:\msys64\usr\bin\bash -e -l -c "make -j4"
24 C:\msys64\usr\bin\bash -e -l -c "make install
  /external/libyuv/files/
public.mk 1 # This file contains all the common make variables which are useful for
  /external/libyuv/
public.mk 1 # This file contains all the common make variables which are useful for
  /external/llvm/docs/
make.bat 20 echo.Please use `make ^<target^>` where ^<target^> is one of
21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
24 echo. pickle to make pickle files
25 echo. json to make JSON files
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
29 echo. epub to make an epu
    [all...]
  /external/protobuf/more_tests/
Makefile 4 # make PACKAGE=/path/to/protobuf-VERSION.tar.gz
6 # Some of these tests require tools or make assumptions that may not be
7 # available on end-user machines, so these cannot be part of "make check". For
10 # that this test will pass everywhere. If we ran it as part of "make check",
29 (cd src && make -j4 check)
30 (cd src && make install)
  /external/selinux/sandbox/
sandbox.init 34 mount --make-rshared / || return $?
  /external/vboot_reference/
emerge_test.sh 50 echo "Running make runtests..."
51 make runtests -j32
  /frameworks/base/wifi/tests/
runtests.sh 15 make -j32 -C $ANDROID_BUILD_TOP -f build/core/main.mk MODULES-IN-frameworks-base-wifi-tests
  /libcore/tzdata/tools2/
createTimeZoneDistro.sh 17 make tzdata_tools2-host
  /packages/apps/CertInstaller/
Android.mk 14 # Use the folloing include to make our test apk.
  /packages/apps/Gallery/
Android.mk 13 # Use the following include to make our test apk.
  /prebuilts/go/darwin-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 6 ch := make(chan bool, 1)
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
issue12664_test.go 15 c := make(chan struct{})
36 c := make(chan struct{})
53 c := make(chan struct{})
67 c := make(chan struct{})
  /prebuilts/go/darwin-x86/test/chan/
fifo.go 16 ch := make(chan int, N)
38 ch := make(chan int)
39 in := make(chan int)
42 out := make(chan int)
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug067.go 12 c = make(chan int);
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/darwin-x86/test/fixedbugs/bug306.dir/
p1.go 8 var x = make(chan T)
  /prebuilts/go/darwin-x86/test/fixedbugs/bug448.dir/
pkg1.go 7 var x = make(chan interface{})
  /prebuilts/go/linux-x86/src/cmd/go/testdata/
standalone_parallel_sub_test.go 6 ch := make(chan bool, 1)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
issue12664_test.go 15 c := make(chan struct{})
36 c := make(chan struct{})
53 c := make(chan struct{})
67 c := make(chan struct{})
  /prebuilts/go/linux-x86/test/chan/
fifo.go 16 ch := make(chan int, N)
38 ch := make(chan int)
39 in := make(chan int)
42 out := make(chan int)
  /prebuilts/go/linux-x86/test/fixedbugs/
bug067.go 12 c = make(chan int);

Completed in 352 milliseconds

<<11121314151617181920>>