Home
last modified time | relevance | path

Searched refs:doit (Results 1 – 4 of 4) 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/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()