/external/compiler-rt/lib/tsan/tests/ |
D | CMakeLists.txt | 23 set(output_obj "${basename}.${arch}.o") variable 29 clang_compile(${output_obj} ${source} 32 list(APPEND ${obj_list} ${output_obj})
|
/external/compiler-rt/lib/msan/tests/ |
D | CMakeLists.txt | 59 set(output_obj "${basename}.${arch}${kind}.o") variable 65 clang_compile(${output_obj} ${source} 68 list(APPEND ${obj_list} ${output_obj})
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | CMakeLists.txt | 133 set(output_obj "${basename}.${arch}.o") variable 134 clang_compile(${output_obj} ${source} 137 list(APPEND SANITIZER_TEST_OBJECTS ${output_obj})
|
/external/libunwind/aux/ |
D | ltmain.sh | 489 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 490 lockfile="$output_obj.lock" 491 removelist="$removelist $output_obj $lockfile" 564 command="$command -o $output_obj" 567 command="$command -o $output_obj" 570 $run $rm "$output_obj" 574 test -n "$output_obj" && $run $rm $removelist 599 if test x"$output_obj" != x"$libobj"; then 600 $show "$mv $output_obj $libobj" 601 if $run $mv $output_obj $libobj; then : [all …]
|
/external/compiler-rt/lib/asan/tests/ |
D | CMakeLists.txt | 117 set(output_obj "${obj_list}.${basename}.${arch}${kind}.o") variable 123 clang_compile(${output_obj} ${source} 126 list(APPEND ${obj_list} ${output_obj})
|
/external/cmockery/cmockery_0_1_2/ |
D | ltmain.sh | 841 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 842 lockfile="$output_obj.lock" 843 removelist="$removelist $output_obj $lockfile" 846 output_obj= 921 if test -z "$output_obj"; then 926 $run $rm "$lobj" "$output_obj" 931 test -n "$output_obj" && $run $rm $removelist 956 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 957 $show "$mv $output_obj $lobj" 958 if $run $mv $output_obj $lobj; then : [all …]
|
D | libtool | 1193 output_obj=`$echo "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1194 lockfile="$output_obj.lock" 1195 removelist="$removelist $output_obj $lockfile" 1198 output_obj= 1273 if test -z "$output_obj"; then 1278 $run $rm "$lobj" "$output_obj" 1283 test -n "$output_obj" && $run $rm $removelist 1308 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1309 $show "$mv $output_obj $lobj" 1310 if $run $mv $output_obj $lobj; then : [all …]
|
/external/google-tv-pairing-protocol/cpp/ |
D | ltmain.sh | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1292 lockfile="$output_obj.lock" 1294 output_obj= 1322 removelist="$removelist $output_obj" 1350 if test -z "$output_obj"; then 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1380 func_show_eval '$MV "$output_obj" "$lobj"' \ 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1429 func_show_eval '$MV "$output_obj" "$obj"' \
|
D | libtool | 1792 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1793 lockfile="$output_obj.lock" 1795 output_obj= 1823 removelist="$removelist $output_obj" 1851 if test -z "$output_obj"; then 1857 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1880 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1881 func_show_eval '$MV "$output_obj" "$lobj"' \ 1929 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1930 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/google-breakpad/autotools/ |
D | ltmain.sh | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1292 lockfile="$output_obj.lock" 1294 output_obj= 1322 removelist="$removelist $output_obj" 1350 if test -z "$output_obj"; then 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1380 func_show_eval '$MV "$output_obj" "$lobj"' \ 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1429 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/libusb/ |
D | ltmain.sh | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1292 lockfile="$output_obj.lock" 1294 output_obj= 1322 removelist="$removelist $output_obj" 1350 if test -z "$output_obj"; then 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1380 func_show_eval '$MV "$output_obj" "$lobj"' \ 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1429 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/libusb-compat/ |
D | ltmain.sh | 1298 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1299 lockfile="$output_obj.lock" 1301 output_obj= 1329 removelist="$removelist $output_obj" 1357 if test -z "$output_obj"; then 1363 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1386 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1387 func_show_eval '$MV "$output_obj" "$lobj"' \ 1435 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1436 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/libmtp/ |
D | ltmain.sh | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1292 lockfile="$output_obj.lock" 1294 output_obj= 1322 removelist="$removelist $output_obj" 1350 if test -z "$output_obj"; then 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1380 func_show_eval '$MV "$output_obj" "$lobj"' \ 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1429 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/libvorbis/ |
D | ltmain.sh | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1292 lockfile="$output_obj.lock" 1294 output_obj= 1322 removelist="$removelist $output_obj" 1350 if test -z "$output_obj"; then 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1380 func_show_eval '$MV "$output_obj" "$lobj"' \ 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1429 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/libogg/ |
D | ltmain.sh | 1291 output_obj=`$ECHO "X$srcfile" | $Xsed -e 's%^.*/%%' -e 's%\.[^.]*$%%'`.${objext} 1292 lockfile="$output_obj.lock" 1294 output_obj= 1322 removelist="$removelist $output_obj" 1350 if test -z "$output_obj"; then 1356 'test -n "$output_obj" && $RM $removelist; exit $EXIT_FAILURE' 1379 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 1380 func_show_eval '$MV "$output_obj" "$lobj"' \ 1428 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then 1429 func_show_eval '$MV "$output_obj" "$obj"' \
|
/external/v8/samples/ |
D | process.cc | 272 Local<Object> output_obj = WrapMap(output); in InstallMaps() local 277 output_obj) in InstallMaps()
|
/external/c-ares/ |
D | ltmain.sh | 2137 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2138 lockfile="$output_obj.lock" 2140 output_obj= 2168 func_append removelist " $output_obj" 2195 if test -z "$output_obj"; then 2224 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2273 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/libmicrohttpd/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/libevent/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/libexif/ |
D | ltmain.sh | 2140 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2141 lockfile="$output_obj.lock" 2143 output_obj= 2171 func_append removelist " $output_obj" 2198 if test -z "$output_obj"; then 2227 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2276 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/libedit/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/libopus/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/build-aux/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/protobuf/gtest/build-aux/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|
/external/libcap-ng/libcap-ng-0.7/ |
D | ltmain.sh | 2138 output_obj=`$ECHO "$srcfile" | $SED 's%^.*/%%; s%\.[^.]*$%%'`.${objext} 2139 lockfile="$output_obj.lock" 2141 output_obj= 2169 func_append removelist " $output_obj" 2196 if test -z "$output_obj"; then 2225 if test -n "$output_obj" && test "X$output_obj" != "X$lobj"; then 2274 if test -n "$output_obj" && test "X$output_obj" != "X$obj"; then
|