Home
last modified time | relevance | path

Searched refs:with_ (Results 1 – 25 of 37) 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/libmojo/third_party/jinja2/
Dext.py635 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/netperf/
Dconfigure1079 "with_$ac_useropt"
1084 eval with_$ac_useropt=\$ac_optarg ;;
1095 "with_$ac_useropt"
1100 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/
Dconfigure1164 "with_$ac_useropt"
1169 eval with_$ac_useropt=\$ac_optarg ;;
1180 "with_$ac_useropt"
1185 eval with_$ac_useropt=no ;;
/external/libpcap/
Dconfigure1110 "with_$ac_useropt"
1115 eval with_$ac_useropt=\$ac_optarg ;;
1126 "with_$ac_useropt"
1131 eval with_$ac_useropt=no ;;
/external/e2fsprogs/
Dconfigure1261 "with_$ac_useropt"
1266 eval with_$ac_useropt=\$ac_optarg ;;
1277 "with_$ac_useropt"
1282 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/libedit/
Dconfigure1128 "with_$ac_useropt"
1133 eval with_$ac_useropt=\$ac_optarg ;;
1144 "with_$ac_useropt"
1149 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/strace/
Dconfigure1153 "with_$ac_useropt"
1158 eval with_$ac_useropt=\$ac_optarg ;;
1169 "with_$ac_useropt"
1174 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/libusb-compat/
Dconfigure1275 "with_$ac_useropt"
1280 eval with_$ac_useropt=\$ac_optarg ;;
1292 "with_$ac_useropt"
1297 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/pcre/dist2/
Dconfigure1210 "with_$ac_useropt"
1215 eval with_$ac_useropt=\$ac_optarg ;;
1226 "with_$ac_useropt"
1231 eval with_$ac_useropt=no ;;
/external/libevent/
Dconfigure1158 "with_$ac_useropt"
1163 eval with_$ac_useropt=\$ac_optarg ;;
1174 "with_$ac_useropt"
1179 eval with_$ac_useropt=no ;;
/external/python/cpython2/
Dconfigure1201 "with_$ac_useropt"
1206 eval with_$ac_useropt=\$ac_optarg ;;
1217 "with_$ac_useropt"
1222 eval with_$ac_useropt=no ;;
/external/valgrind/
Dconfigure1407 "with_$ac_useropt"
1412 eval with_$ac_useropt=\$ac_optarg ;;
1423 "with_$ac_useropt"
1428 eval with_$ac_useropt=no ;;
/external/google-tv-pairing-protocol/cpp/
Dconfigure1256 "with_$ac_useropt"
1261 eval with_$ac_useropt=\$ac_optarg ;;
1272 "with_$ac_useropt"
1277 eval with_$ac_useropt=no ;;

12