/external/autotest/client/tests/dbt2/ |
dbt2.py | 27 utils.make() 35 utils.make()
|
/external/clang/tools/libclang/ |
CLog.h | 37 /// if (LogRef Log = Logger::make(__func__)) { 57 static LogRef make(llvm::StringRef name, function in class:clang::cxindex::Logger 100 if (clang::cxindex::LogRef Log = clang::cxindex::Logger::make(NAME))
|
/external/e2fsprogs/contrib/ |
build-rpm | 26 # Make a recursive-symlink copy of the source dir 30 [ -f $tmpdir/$builddir/Makefile ] && make -C $tmpdir/$builddir distclean
|
/external/icu/tools/srcgen/ |
common.sh | 29 make -j16 android_icu4j_srcgen
|
/external/iputils/ |
iputils.spec | 28 make 29 make ninfod 30 make man 31 make html
|
/external/libcap/kdebug/ |
test-kernel.sh | 16 make || die "failed to make libcap tree" 19 # Assumes desired make *config (eg. make defconfig) is already done. 22 make V=1 all || die "failed to build kernel: $0"
|
/external/libcxx/test/std/containers/associative/multiset/ |
find.pass.cpp | 212 m.insert ( V::make ( 5 )); 213 m.insert ( V::make ( 6 )); 214 m.insert ( V::make ( 7 )); 215 m.insert ( V::make ( 8 )); 216 m.insert ( V::make ( 9 )); 217 m.insert ( V::make ( 10 )); 218 m.insert ( V::make ( 11 )); 219 m.insert ( V::make ( 12 ));
|
/external/libcxx/test/std/containers/associative/set/ |
find.pass.cpp | 212 m.insert ( V::make ( 5 )); 213 m.insert ( V::make ( 6 )); 214 m.insert ( V::make ( 7 )); 215 m.insert ( V::make ( 8 )); 216 m.insert ( V::make ( 9 )); 217 m.insert ( V::make ( 10 )); 218 m.insert ( V::make ( 11 )); 219 m.insert ( V::make ( 12 ));
|
/external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/ |
ctor_move_alloc.pass.cpp | 24 make(int n) function 61 make<std::vector<MoveOnly, test_allocator<MoveOnly> > >(5),
|
/external/libcxx/test/std/containers/sequences/deque/deque.cons/ |
assign_size_value.pass.cpp | 24 make(int size, int start = 0 ) function 60 C c1 = make<C>(N, start);
|
/external/libcxx/test/std/containers/sequences/deque/deque.modifiers/ |
pop_back.pass.cpp | 22 make(int size, int start = 0 ) function 62 C c1 = make<C>(N, start);
|
pop_front.pass.cpp | 22 make(int size, int start = 0 ) function 62 C c1 = make<C>(N, start);
|
push_front.pass.cpp | 22 make(int size, int start = 0 ) function 62 C c1 = make<C>(N, start);
|
push_front_rvalue.pass.cpp | 25 make(int size, int start = 0 ) function 65 C c1 = make<C>(N, start);
|
/external/ltp/testcases/realtime/perf/latency/ |
run_auto.sh | 16 # make will eventually go away from here, as will the above echoes 18 make
|
/external/ltp/tools/pounder21/build_scripts/ |
bonnie++ | 76 make $*
|
ipmitool | 72 make $*
|
/frameworks/support/design/tests/src/android/support/design/widget/ |
SnackbarTestWithFAB.java | 53 final Snackbar snackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, 57 // Now check that the FAB has shifted up to make space for the Snackbar 79 final Snackbar snackbar = Snackbar.make(mCoordinatorLayout, MESSAGE_TEXT, 83 // Now check that the FAB has shifted up to make space for the Snackbar
|
/prebuilts/go/darwin-x86/doc/play/ |
pi.go | 21 ch := make(chan float64)
|
/prebuilts/go/darwin-x86/doc/progs/ |
timeout2.go | 16 ch := make(chan Result, 1)
|
/prebuilts/go/darwin-x86/misc/cgo/test/ |
issue6128.go | 18 // nothing to run, just make sure this compiles.
|
issue8148.go | 6 // with an exported Go function. No runtime test; just make sure it
|
issue8441.go | 6 // No runtime test; just make sure it compiles.
|
/prebuilts/go/darwin-x86/misc/cgo/testplugin/src/plugin1/ |
plugin1.go | 13 _ = make([]byte, 1<<21) // trigger stack unwind, Issue #18190.
|
/prebuilts/go/darwin-x86/misc/cgo/testsanitizers/ |
msan2.go | 31 a := make([]int32, 10)
|