Home
last modified time | relevance | path

Searched refs:with_ (Results 1 – 25 of 39) sorted by relevance

12

/external/elfutils/m4/
Dzip.m48 [with_[$1]=default])
9 if test $with_[$1] != no; then
10 AC_SEARCH_LIBS([$4], [$3], [with_[$1]=yes],
11 [test $with_[$1] = default ||
14 AM_CONDITIONAL([$2], test $with_[$1] = yes)
15 if test $with_[$1] = yes; then
18 with_[$1]=no
DChangeLog3 * zip.m4: Explicitly set with_ to no, if not yes.
/external/python/cpython2/Demo/turtle/
Dtdemo_minimal_hanoi.py44 def hanoi(n, from_, with_, to_): argument
46 hanoi(n-1, from_, to_, with_)
48 hanoi(n-1, with_, from_, to_)
/external/python/cpython3/Lib/turtledemo/
Dminimal_hanoi.py44 def hanoi(n, from_, with_, to_): argument
46 hanoi(n-1, from_, to_, with_)
48 hanoi(n-1, with_, from_, to_)
/external/pcre/dist2/
Daclocal.m4315 m4_pushdef([def_action_if_found], [AS_TR_SH([with_]with_arg)=yes])
316 m4_pushdef([def_action_if_not_found], [AS_TR_SH([with_]with_arg)=no])
324 [AS_TR_SH([with_]with_arg)=def_arg])
326 AS_CASE([$AS_TR_SH([with_]with_arg)],
349 [test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"])
363 AS_IF([test "$AS_TR_SH([with_]m4_tolower([$1]))" = "yes"],
Dconfigure1220 "with_$ac_useropt"
1225 eval with_$ac_useropt=\$ac_optarg ;;
1236 "with_$ac_useropt"
1241 eval with_$ac_useropt=no ;;
/external/libchrome/third_party/jinja2/
Dext.py626 with_ = WithExtension variable
/external/iputils/ninfod/
Dconfigure1020 "with_$ac_useropt"
1025 eval with_$ac_useropt=\$ac_optarg ;;
1036 "with_$ac_useropt"
1041 eval with_$ac_useropt=no ;;
/external/swiftshader/third_party/LLVM/projects/sample/
Dconfigure937 eval with_$ac_package=\$ac_optarg ;;
946 eval with_$ac_package=no ;;
/external/google-breakpad/
Dconfigure1123 "with_$ac_useropt"
1128 eval with_$ac_useropt=\$ac_optarg ;;
1139 "with_$ac_useropt"
1144 eval with_$ac_useropt=no ;;
/external/stressapptest/
Dconfigure1057 "with_$ac_useropt"
1062 eval with_$ac_useropt=\$ac_optarg ;;
1073 "with_$ac_useropt"
1078 eval with_$ac_useropt=no ;;
/external/tcpdump/
Dconfigure1064 "with_$ac_useropt"
1069 eval with_$ac_useropt=\$ac_optarg ;;
1080 "with_$ac_useropt"
1085 eval with_$ac_useropt=no ;;
/external/icu/icu4c/source/
Dconfigure1177 "with_$ac_useropt"
1182 eval with_$ac_useropt=\$ac_optarg ;;
1193 "with_$ac_useropt"
1198 eval with_$ac_useropt=no ;;
/external/libpcap/
Dconfigure1123 "with_$ac_useropt"
1128 eval with_$ac_useropt=\$ac_optarg ;;
1139 "with_$ac_useropt"
1144 eval with_$ac_useropt=no ;;
/external/libnfnetlink/
Dconfigure1113 "with_$ac_useropt"
1118 eval with_$ac_useropt=\$ac_optarg ;;
1129 "with_$ac_useropt"
1134 eval with_$ac_useropt=no ;;
/external/e2fsprogs/
Dconfigure1301 "with_$ac_useropt"
1306 eval with_$ac_useropt=\$ac_optarg ;;
1317 "with_$ac_useropt"
1322 eval with_$ac_useropt=no ;;
/external/jemalloc_new/
Dconfigure1169 "with_$ac_useropt"
1174 eval with_$ac_useropt=\$ac_optarg ;;
1185 "with_$ac_useropt"
1190 eval with_$ac_useropt=no ;;
/external/lmfit/
Dconfigure1133 "with_$ac_useropt"
1138 eval with_$ac_useropt=\$ac_optarg ;;
1149 "with_$ac_useropt"
1154 eval with_$ac_useropt=no ;;
/external/libnetfilter_conntrack/
Dconfigure1127 "with_$ac_useropt"
1132 eval with_$ac_useropt=\$ac_optarg ;;
1143 "with_$ac_useropt"
1148 eval with_$ac_useropt=no ;;
/external/libusb-compat/
Dconfigure1275 "with_$ac_useropt"
1280 eval with_$ac_useropt=\$ac_optarg ;;
1292 "with_$ac_useropt"
1297 eval with_$ac_useropt=no ;;
/external/libcap-ng/libcap-ng-0.7/
Dconfigure1115 "with_$ac_useropt"
1120 eval with_$ac_useropt=\$ac_optarg ;;
1131 "with_$ac_useropt"
1136 eval with_$ac_useropt=no ;;
/external/iperf3/
Dconfigure1131 "with_$ac_useropt"
1136 eval with_$ac_useropt=\$ac_optarg ;;
1147 "with_$ac_useropt"
1152 eval with_$ac_useropt=no ;;
/external/speex/
Dconfigure1161 "with_$ac_useropt"
1166 eval with_$ac_useropt=\$ac_optarg ;;
1177 "with_$ac_useropt"
1182 eval with_$ac_useropt=no ;;
/external/strace/
Dconfigure1181 "with_$ac_useropt"
1186 eval with_$ac_useropt=\$ac_optarg ;;
1197 "with_$ac_useropt"
1202 eval with_$ac_useropt=no ;;
/external/python/cpython2/
Dconfigure1200 "with_$ac_useropt"
1205 eval with_$ac_useropt=\$ac_optarg ;;
1216 "with_$ac_useropt"
1221 eval with_$ac_useropt=no ;;

12