/prebuilts/go/darwin-x86/src/reflect/ |
set_test.go | 22 m := make(map[int]int) 35 m := make(map[interface{}]int) 48 m := make(map[int]interface{}) 61 m := make(map[interface{}]interface{}) 74 m := make(map[io.Reader]io.Writer) 89 m := make(map[<-chan int]chan int) 91 c1 := make(chan int) 92 c2 := make(chan int) 108 m := make(map[*MyBuffer]*bytes.Buffer) 126 // Just make sure conversions are being applied at all [all...] |
/prebuilts/go/linux-x86/src/reflect/ |
set_test.go | 22 m := make(map[int]int) 35 m := make(map[interface{}]int) 48 m := make(map[int]interface{}) 61 m := make(map[interface{}]interface{}) 74 m := make(map[io.Reader]io.Writer) 89 m := make(map[<-chan int]chan int) 91 c1 := make(chan int) 92 c2 := make(chan int) 108 m := make(map[*MyBuffer]*bytes.Buffer) 126 // Just make sure conversions are being applied at all [all...] |
/prebuilts/go/darwin-x86/src/io/ |
pipe_test.go | 27 c := make(chan int) 29 var buf = make([]byte, 64) 43 var buf = make([]byte, 64) 59 c := make(chan int) 62 var buf = make([]byte, 64) 97 c := make(chan pipeReturn) 99 var wdat = make([]byte, 128) 104 var rdat = make([]byte, 1024) 183 c := make(chan int, 1) 190 var buf = make([]byte, 64 [all...] |
/prebuilts/go/linux-x86/src/io/ |
pipe_test.go | 27 c := make(chan int) 29 var buf = make([]byte, 64) 43 var buf = make([]byte, 64) 59 c := make(chan int) 62 var buf = make([]byte, 64) 97 c := make(chan pipeReturn) 99 var wdat = make([]byte, 128) 104 var rdat = make([]byte, 1024) 183 c := make(chan int, 1) 190 var buf = make([]byte, 64 [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/ |
build.sh | 274 run make -j$JOBS MAKEINFO=true 278 run make install MAKEINFO=true 312 run make -j$JOBS 316 run make install 355 run make install -j$JOBS 373 # run it once so fakelib/libgcc.a is created and make subsequently fails 376 cd $OUT_DIR/$PKGNAME && run make install -j$JOBS 382 run make install -j$JOBS 416 run make 418 run make install -j$JOBS & [all...] |
/cts/tools/dasm/src/dasm/ |
DAsm.java | 559 RegisterSpec reg_spec = RegisterSpec.make(reg_num, Type.INT); 561 createSourcePosition(), RegisterSpecList.make(reg_spec)); 643 RegisterSpec reg1_spec = RegisterSpec.make(reg1_num, Type.INT); 644 RegisterSpec reg2_spec = RegisterSpec.make(reg2_num, Type.INT); 646 createSourcePosition(), RegisterSpecList.make(reg1_spec, 668 RegisterSpec reg1_spec = RegisterSpec.make(reg1_num, Type.INT); 670 createSourcePosition(), RegisterSpecList.make(reg1_spec), 682 RegisterSpec reg1_spec = RegisterSpec.make(reg1_num, Type.STRING); 685 createSourcePosition(), RegisterSpecList.make(reg1_spec), 705 RegisterSpec reg1_spec = RegisterSpec.make(reg1_num, type) [all...] |
/external/curl/tests/ |
testcurl.pl | 32 # curl-autocompile@haxx.se to be dealt with automatically (make sure the 369 # Make $pwd to become the path without newline. We'll use that in order to cut 392 # make the path absolute so we can use it everywhere 551 my $make = findinpath("gmake", "make", "nmake"); 552 if(!$make) { 553 mydie "Couldn't find make in the PATH"; 556 $make = "nmake" if ($targetos =~ /vc/); 558 $make = "wmake" if ($targetos =~ /watcom/); 559 logit "going with $make as make" [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
proc_test.go | 20 var stop = make(chan bool, 1) 35 compl := make(chan bool, 2) 64 c := make(chan bool) 65 cack := make(chan bool) 87 c := make(chan bool) 117 done := make(chan bool) 165 done := make(chan bool) 193 done := make(chan bool) 219 c := make(chan bool) 233 done := make(chan bool [all...] |
map_test.go | 24 m := make(map[float64]bool, 0) 39 m = make(map[float64]bool, 0) 57 m := make(map[float64]int, 0) 82 m := make(map[int]int, 0) 92 m := make(map[float64]int, 4) 128 m := make(map[FloatInt]int, 4) 185 m := make(map[int]int, 4) 209 // make sure old bucket arrays don't get GCd while 212 m := make(map[int]int, 4) 249 m := make(map[int]int, 0 [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
proc_test.go | 20 var stop = make(chan bool, 1) 35 compl := make(chan bool, 2) 64 c := make(chan bool) 65 cack := make(chan bool) 87 c := make(chan bool) 117 done := make(chan bool) 165 done := make(chan bool) 193 done := make(chan bool) 219 c := make(chan bool) 233 done := make(chan bool [all...] |
map_test.go | 24 m := make(map[float64]bool, 0) 39 m = make(map[float64]bool, 0) 57 m := make(map[float64]int, 0) 82 m := make(map[int]int, 0) 92 m := make(map[float64]int, 4) 128 m := make(map[FloatInt]int, 4) 185 m := make(map[int]int, 4) 209 // make sure old bucket arrays don't get GCd while 212 m := make(map[int]int, 4) 249 m := make(map[int]int, 0 [all...] |
/build/kati/ |
bootstrap.go | 30 MAKE?=kati 31 # Pretend to be GNU make 3.81, for compatibility. 37 # http://www.gnu.org/software/make/manual/make.html#Catalogue-of-Rules 39 # http://git.savannah.gnu.org/cgit/make.git/tree/default.c?id=4.1
|
/build/kati/testcase/ |
flavor.mk | 1 # https://android.googlesource.com/platform/external/compiler-rt/+/master/make/util.mk#44
|
target_specific_var_append.mk | 8 # Note: for some reason, make does not insert a whitespace before OK.
|
/build/make/tools/ |
check_builds.sh | 23 # go make changes, and run: 43 make PRODUCT-$(echo $1 | sed "s/-.*//" )-installclean 44 make -j16 PRODUCT-$1 dist DIST_DIR=$TEST_BUILD_DIR/$PREFIX-$1
|
/build/soong/androidmk/parser/ |
scope.go | 48 variables: make(map[string]string), 49 functions: make(map[string]func([]string) string), 57 builtinScope := make(map[string]string) 67 argVals := make([]string, len(args))
|
/development/apps/BuildWidget/ |
Android.mk | 15 # Use the following include to make our test apk.
|
/development/apps/PushApiAuthenticator/ |
Android.mk | 19 # Use the following include to make our test apk.
|
/development/apps/PushApiTestAppOne/ |
Android.mk | 19 # Use the following include to make our test apk.
|
/development/apps/PushApiTestAppTwo/ |
Android.mk | 19 # Use the following include to make our test apk.
|
/development/apps/SettingInjectorSample/ |
Android.mk | 15 # Use the following include to make our test apk.
|
/development/samples/AdaptiveIconSample/ |
Android.mk | 17 # Use the following include to make our test apk.
|
/development/samples/AppNavigation/ |
Android.mk | 18 # Use the following include to make our test apk.
|
/development/samples/BluetoothChat/ |
Android.mk | 17 # Use the following include to make our test apk.
|
/development/samples/BluetoothHDP/ |
Android.mk | 17 # Use the following include to make our test apk.
|