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

<<21222324252627282930>>

  /development/samples/WiktionarySimple/
Android.mk 17 # Use the following include to make our test apk.
  /development/samples/XmlAdapters/
Android.mk 19 # Use the following include to make our test apk.
  /development/samples/training/NsdChat/
Android.mk 17 # Use the following include to make our test apk.
  /external/ImageMagick/PerlMagick/
check.sh.in 24 echo "MAKE='${MAKE}'"
39 if test -z "${MAKE}" ; then
40 MAKE=make
45 ${MAKE} -f Makefile.aperl CC='@CC@' TEST_VERBOSE=1 test
48 ${MAKE} CC='@CC@' TEST_VERBOSE=1 test
  /external/autotest/client/site_tests/graphics_Gbm/
graphics_Gbm.py 22 utils.make('clean')
23 utils.make('all')
  /external/autotest/client/site_tests/security_AltSyscall/
security_AltSyscall.py 24 utils.make('clean')
25 utils.make()
  /external/autotest/client/site_tests/security_ptraceRestrictions/
security_ptraceRestrictions.py 49 utils.make("clean")
50 utils.make("all")
  /external/boringssl/src/ssl/test/runner/
test_output.go 46 NumFailuresByType: make(map[string]int),
47 Tests: make(map[string]testResult),
  /external/eigen/scripts/
eigen_gen_docs 14 (cd build && cmake .. && make doc) || { echo "make failed"; exit 1; }
  /external/harfbuzz_ng/src/
check-defs.sh 7 test -z "$MAKE" && MAKE=make
18 $MAKE $defs > /dev/null
  /external/javassist/src/main/javassist/compiler/ast/
Expr.java 43 public static Expr make(int op, ASTree oprand1, ASTree oprand2) { method in class:Expr
47 public static Expr make(int op, ASTree oprand1) { method in class:Expr
  /external/libcxx/test/std/containers/associative/map/map.ops/
count.pass.cpp 165 m [ PC::make(5) ] = 5;
166 m [ PC::make(6) ] = 6;
167 m [ PC::make(7) ] = 7;
168 m [ PC::make(8) ] = 8;
169 m [ PC::make(9) ] = 9;
170 m [ PC::make(10) ] = 10;
171 m [ PC::make(11) ] = 11;
172 m [ PC::make(12) ] = 12;
  /external/libcxx/test/std/containers/container.adaptors/priority.queue/priqueue.cons.alloc/
ctor_comp_cont_alloc.pass.cpp 24 make(int n) function
58 C v = make<C>(5);
ctor_comp_rcont_alloc.pass.cpp 24 make(int n) function
58 test<int> q(std::less<int>(), make<C>(5), test_allocator<int>(3));
ctor_copy_alloc.pass.cpp 20 make(int n) function
52 make<std::vector<int, test_allocator<int> > >(5),
  /external/libcxx/test/std/containers/container.adaptors/queue/queue.cons.alloc/
ctor_container_alloc.pass.cpp 23 make(int n) function
49 C d = make<C>(5);
ctor_rcontainer_alloc.pass.cpp 25 make(int n) function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4));
ctor_rqueue_alloc.pass.cpp 25 make(int n) function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4));
  /external/libcxx/test/std/containers/container.adaptors/stack/stack.cons.alloc/
ctor_container_alloc.pass.cpp 23 make(int n) function
49 C d = make<C>(5);
ctor_rcontainer_alloc.pass.cpp 25 make(int n) function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4));
ctor_rqueue_alloc.pass.cpp 25 make(int n) function
55 test<MoveOnly> q(make<C>(5), test_allocator<MoveOnly>(4));
  /external/libcxx/test/std/containers/sequences/deque/deque.capacity/
shrink_to_fit.pass.cpp 22 make(int size, int start = 0 ) function
55 C c1 = make<C>(N, start);
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
push_back.pass.cpp 23 make(int size, int start = 0 ) function
50 C c = make<C>(size, rng[j]);
push_back_rvalue.pass.cpp 26 make(int size, int start = 0 ) function
53 C c = make<C>(size, rng[j]);
  /external/libogg/win32/VS6/
build_ogg_dynamic.bat 14 msdev ogg_dynamic.dsp /useenv /make "ogg_dynamic - Win32 Release" /rebuild

Completed in 540 milliseconds

<<21222324252627282930>>