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

<<11121314151617181920>>

  /prebuilts/go/linux-x86/test/
struct0.go 17 var m = make(map[interface{}]int)
29 c := make(chan interface{})
  /system/nvram/core/tests/
rules.mk 34 include make/module.mk
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
relax_load_align.s 2 @ The early termination to avoid infinite looping would make the second load
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/hppa/basic/
branch.s 8 ; selectors to make sure they're handled correctly.
branch2.s 10 ; selectors to make sure they're handled correctly.
coprmem.s 8 ; selectors to make sure they're handled correctly.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/
jal-mask-2.s 16 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
jal.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
jalr3.s 19 # Force some (non-delay-slot) zero bytes, to make 'objdump' print ...
micromips@mips32-imm.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
mips32-imm.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
mips4.s 11 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
mipsr6@mips4-fp.s 9 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
msa64.s 13 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
relax-swap3.s 12 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
ulh2.s 18 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
xpa.s 27 # Force at least 8 (non-delay-slot) zero bytes, to make 'objdump' print ...
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/s390/
esa-z9-109.s 8 # make sure the old version still works for esa
  /external/clang/tools/scan-build-py/tests/functional/cases/
test_create_cdb.py 19 make = make_args(tmpdir) + args
21 ['intercept-build', '--cdb', result] + make)
39 make = make_args(tmpdir) + ['build_regular']
41 '--override-compiler'] + make)
45 @unittest.skipIf(os.getenv('TRAVIS'), 'ubuntu make return -11')
56 make = make_args(tmpdir) + ['CC=clang', 'build_regular']
58 'env', '-'] + make)
71 make = make_args(tmpdir) + ['build_broken']
73 ['intercept-build', '--cdb', result] + make)
82 make = make_args(tmpdir) + [target
    [all...]
  /external/llvm/test/MC/ARM/
elf-thumbfunc-reloc.s 23 @@ make sure an R_ARM_THM_CALL relocation is generated for the call to g
30 @@ make sure the relocation is with f. That is one way to make sure it includes
  /prebuilts/go/darwin-x86/src/image/png/
paeth_test.go 66 pdat0 := make([]byte, 32)
67 pdat1 := make([]byte, 32)
68 pdat2 := make([]byte, 32)
69 cdat0 := make([]byte, 32)
70 cdat1 := make([]byte, 32)
71 cdat2 := make([]byte, 32)
  /prebuilts/go/darwin-x86/src/runtime/race/testdata/
mutex_test.go 16 ch := make(chan bool, 2)
36 ch := make(chan bool, 2)
57 ch := make(chan bool, 2)
77 ch := make(chan bool, 2)
97 ch := make(chan bool, 2)
130 c := make(chan bool, 1)
  /prebuilts/go/linux-x86/src/image/png/
paeth_test.go 66 pdat0 := make([]byte, 32)
67 pdat1 := make([]byte, 32)
68 pdat2 := make([]byte, 32)
69 cdat0 := make([]byte, 32)
70 cdat1 := make([]byte, 32)
71 cdat2 := make([]byte, 32)
  /prebuilts/go/linux-x86/src/runtime/race/testdata/
mutex_test.go 16 ch := make(chan bool, 2)
36 ch := make(chan bool, 2)
57 ch := make(chan bool, 2)
77 ch := make(chan bool, 2)
97 ch := make(chan bool, 2)
130 c := make(chan bool, 1)
  /developers/build/prebuilts/gradle/RuntimePermissionsBasic/Application/src/main/java/com/example/android/basicpermissions/
MainActivity.java 86 Snackbar.make(mLayout, "Camera permission was granted. Starting preview.",
92 Snackbar.make(mLayout, "Camera permission request was denied.",
106 Snackbar.make(mLayout,
129 Snackbar.make(mLayout, "Camera access is required to display the camera preview.",
141 Snackbar.make(mLayout,

Completed in 272 milliseconds

<<11121314151617181920>>