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

<<11121314151617181920>>

  /external/autotest/client/tests/libhugetlbfs/
libhugetlbfs.py 44 # make might fail if there are no proper headers for the 32 bit
47 utils.make()
49 utils.make('OBJDIRS=obj64')
54 # make check might fail for 32 bit if the 32 bit compile earlier
57 utils.make('check')
59 utils.make('check OBJDIRS=obj64')
  /external/dagger2/compiler/src/it/functional-tests/src/main/java/test/tck/
CarShop.java 34 Car make(); method in interface:CarShop
  /external/hamcrest/hamcrest-library/src/test/java/org/hamcrest/collection/
IsIterableContainingInAnyOrderTest.java 11 import static org.hamcrest.collection.IsIterableContainingInOrderTest.make;
44 assertMismatchDescription("not matched: <WithValue 2>", helpTheCompilerOut, asList(make(1), make(2), make(3)));
  /external/libusb/
appveyor_cygwin.bat 13 C:\cygwin\bin\bash -e -l -c "make -j4"
14 C:\cygwin\bin\bash -e -l -c "make install
  /external/llvm/test/MC/Hexagon/
pcrel.s 4 # make sure the fixups emitted match what is
  /external/ltp/
Makefile.release 22 # make -f Makefile.release release TARBALL_VERSION=FOO
38 TARBALL_VERSION ?= $(error you must either make Version via make $$PWD/Version or specify an LTP version via TARBALL_VERSION)
43 $(MAKE) -f Makefile $@
  /external/toybox/scripts/
single.sh 37 make allnoconfig > /dev/null &&
45 OUTNAME="$PREFIX$i" scripts/make.sh || exit 1
  /libcore/ojluni/src/test/java/time/tck/java/time/zone/serial/
TCKFixedZoneRulesSerialization.java 84 private ZoneRules make(ZoneOffset offset) { method in class:TCKFixedZoneRulesSerialization
91 {make(OFFSET_PONE), OFFSET_PONE},
92 {make(OFFSET_PTWO), OFFSET_PTWO},
93 {make(OFFSET_M18), OFFSET_M18},
  /packages/inputmethods/LatinIME/tools/make-keyboard-text/
Android.mk 22 LOCAL_MODULE := make-keyboard-text
  /prebuilts/go/darwin-x86/src/
naclmake.bash 6 # naclmake.bash builds runs make.bash for nacl, but not does run any
32 if [ ! -f make.bash ]; then
48 GOOS=nacl GOARCH=$naclGOARCH ./make.bash
  /prebuilts/go/darwin-x86/test/fixedbugs/
bug499.go 13 _ = make(map[byte]byte)
14 _ = make(map[[8]byte]chan struct{})
issue4529.go 20 a.b, c = make(chan M), make(chan M)
issue7550.go 20 a := make([]struct{}, length)
21 b := make([]struct{}, length)
issue8011.go 10 c := make(chan chan int, 1)
11 c1 := make(chan int, 1)
issue8039.go 12 c := make(chan []int, 1)
18 x := make([]int, 1)
issue8074.go 13 a := make([]byte, 10)
14 m := make(map[float64][]byte)
  /prebuilts/go/darwin-x86/test/
parentype.go 17 f(make(chan(<-chan int)))
18 f(make(chan<-(chan int)))
  /prebuilts/go/linux-x86/src/
naclmake.bash 6 # naclmake.bash builds runs make.bash for nacl, but not does run any
32 if [ ! -f make.bash ]; then
48 GOOS=nacl GOARCH=$naclGOARCH ./make.bash
  /prebuilts/go/linux-x86/test/fixedbugs/
bug499.go 13 _ = make(map[byte]byte)
14 _ = make(map[[8]byte]chan struct{})
issue4529.go 20 a.b, c = make(chan M), make(chan M)
issue7550.go 20 a := make([]struct{}, length)
21 b := make([]struct{}, length)
issue8011.go 10 c := make(chan chan int, 1)
11 c1 := make(chan int, 1)
issue8039.go 12 c := make(chan []int, 1)
18 x := make([]int, 1)
issue8074.go 13 a := make([]byte, 10)
14 m := make(map[float64][]byte)
  /prebuilts/go/linux-x86/test/
parentype.go 17 f(make(chan(<-chan int)))
18 f(make(chan<-(chan int)))

Completed in 3216 milliseconds

<<11121314151617181920>>