Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/config/
Dinstall-sh48 doit="${DOITPROG-}"
250 $doit $mkdircmd "$dst" \
251 && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
252 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
253 && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
254 && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
268 $doit $cpprog "$src" "$dsttmp" &&
276 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
277 && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
278 && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
[all …]
/ndk/sources/host-tools/sed-4.2.1/build-aux/
Dinstall-sh51 doit=${DOITPROG-}
52 if test -z "$doit"; then
55 doit_exec=$doit
439 { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
440 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
442 test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
459 # errors from the above "$doit $cpprog $src $dsttmp" command.
461 { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
462 { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
463 { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
[all …]
/ndk/tests/device/test-stlport_static-exception/jni/
Dunexpected1.cpp26 doit () throw (Two) in doit() function
37 doit (); in main()
/ndk/tests/device/test-stlport_shared-exception/jni/
Dunexpected1.cpp26 doit () throw (Two) in doit() function
37 doit (); in main()
/ndk/sources/host-tools/make-3.81/
Dmain.c2442 int doit = !env || cs->env; in decode_switches() local
2454 if (doit) in decode_switches()
2459 if (!doit) in decode_switches()
2504 if (!doit) in decode_switches()
2536 if (doit) in decode_switches()