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

<<41424344454647484950>>

  /external/antlr/antlr-3.4/runtime/JavaScript/src/org/antlr/runtime/tree/
RewriteRuleTokenStream.js 8 /** Get next token from stream and make a node for it */
  /external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 32 utils.make('clean')
33 utils.make('all')
69 logging.info('Make sure chrome is dead before triggering hang.')
  /external/autotest/client/site_tests/graphics_SanAngeles/
graphics_SanAngeles.py 25 utils.make('clean')
26 utils.make('all')
  /external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
hardware_PerfCallgraphVerification.py 30 utils.make('clean')
31 utils.make('all')
88 # Make sure the file still exists.
  /external/autotest/client/tests/disktest/
disktest.py 26 utils.make('clean')
27 utils.make()
  /external/autotest/client/tests/ltp/
ltp.py 48 utils.make('autotools')
50 utils.make('-j %d all' % utils.count_cpus())
51 utils.system('yes n | make SKIP_IDCHECK=1 install')
  /external/curl/
MacOSX-Framework 84 make clean
91 make -j `sysctl -n hw.logicalcpu_max`
112 make clean
120 make -j `sysctl -n hw.logicalcpu_max`
  /external/javassist/src/main/javassist/bytecode/stackmap/
MapMaker.java 48 ca.setAttribute(make(cp, minfo));
73 mm.make(blocks, ca.getCode());
84 public static StackMapTable make(ClassPool classes, MethodInfo minfo) method in class:MapMaker
96 mm.make(blocks, ca.getCode());
117 mm.make(blocks, ca.getCode());
134 void make(TypedBlock[] blocks, byte[] code) method in class:MapMaker
141 make(code, first); method
170 private void make(byte[] code, TypedBlock tb) method in class:MapMaker
192 maker.make(code, e);
213 maker.make(code, tb)
    [all...]
  /external/libcxx/test/std/containers/associative/map/map.ops/
find.pass.cpp 232 m [ PC::make(5) ] = 5;
233 m [ PC::make(6) ] = 6;
234 m [ PC::make(7) ] = 7;
235 m [ PC::make(8) ] = 8;
236 m [ PC::make(9) ] = 9;
237 m [ PC::make(10) ] = 10;
238 m [ PC::make(11) ] = 11;
239 m [ PC::make(12) ] = 12;
  /external/libcxx/test/std/containers/sequences/deque/deque.capacity/
resize_size.pass.cpp 25 make(int size, int start = 0 ) function
65 C c1 = make<C>(N, start);
resize_size_value.pass.cpp 25 make(int size, int start = 0 ) function
65 C c1 = make<C>(N, start);
  /external/libcxx/test/std/containers/sequences/deque/deque.modifiers/
emplace_back.pass.cpp 28 make(int size, int start = 0 ) function
74 C c1 = make<C>(N, start);
emplace_front.pass.cpp 28 make(int size, int start = 0 ) function
74 C c1 = make<C>(N, start);
erase_iter.pass.cpp 24 make(int size, int start = 0 ) function
70 C c1 = make<C>(N, start);
erase_iter_iter.pass.cpp 26 make(int size, int start = 0 ) function
75 C c1 = make<C>(N, start);
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-build.sh 63 make O=$builddir -j$ncpus $TORTURE_KMAKE_ARG > $builddir/Make.out 2>&1
65 if test $retval -ne 0 || grep "rcu[^/]*": < $builddir/Make.out | egrep -q "Stop|Error|error:|warning:" || egrep -q "Stop|Error|error:" < $builddir/Make.out
68 egrep "Stop|Error|error:|warning:" < $builddir/Make.out
  /external/llvm/bindings/go/llvm/
bitwriter.go 39 // TODO(nsf): Figure out way how to make it work with io.Writer
transforms_instrumentation.go 40 abiliststrs := make([]*C.char, len(abilist))
  /external/ltp/android/tools/
gen_android_build.sh 28 echo "Executing \"cd $LTP_ROOT; make autotools; ./configure\""
30 make autotools
50 echo "LTP make dry_run not dumped. Dumping..."
  /external/ltp/testcases/kernel/fs/fs_bind/cloneNS/
test07 49 mount --make-rshared parent1 > /dev/null 2>&1 || "${FS_BIND_ROOT}/bin/smount" parent1 rshared
  /external/nanopb-c/tools/
make_linux_package.sh 19 make -BC $DEST/generator/proto
21 # Make the nanopb generator available as a protoc plugin
  /external/sonivox/arm-wt-22k/host_src/
arm-wt-22k.mak 4 # This makefile is intended for use with GNU make.
  /external/swiftshader/third_party/LLVM/
build-for-llvm-top.sh 67 msg 0 " make" $OPTIONS_ASSIGN tools-only
68 make $OPTIONS_ASSIGN tools-only
  /external/syslinux/
syslinux.spec 66 make CC='%{my_cc}' clean
67 make CC='%{my_cc}' installer
68 make CC='%{my_cc}' -C sample tidy
72 make CC='%{my_cc}' install-all \
77 make CC='%{my_cc}' -C sample tidy
142 - Hacks to make the 32-bit version build correctly on 64-bit machines.
182 - Prepare for 2.01 release; make /usr/bin/syslinux setuid root
216 - Upgrade to 1.65; make appropriate changes.
223 - Use make install since the stock SYSLINUX distribution now supports
  /external/valgrind/drd/scripts/
download-and-build-firefox 61 make -s -j2 || exit $?
62 # make -s install || exit $?

Completed in 1087 milliseconds

<<41424344454647484950>>