Searched refs:with_ (Results 1 – 25 of 37) sorted by relevance
12
/external/elfutils/m4/ |
D | zip.m4 | 8 [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
|
D | ChangeLog | 3 * zip.m4: Explicitly set with_ to no, if not yes.
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_minimal_hanoi.py | 44 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/ |
D | ext.py | 635 with_ = WithExtension variable
|
/external/iputils/ninfod/ |
D | configure | 1020 "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/ |
D | configure | 937 eval with_$ac_package=\$ac_optarg ;; 946 eval with_$ac_package=no ;;
|
/external/google-breakpad/ |
D | configure | 1123 "with_$ac_useropt" 1128 eval with_$ac_useropt=\$ac_optarg ;; 1139 "with_$ac_useropt" 1144 eval with_$ac_useropt=no ;;
|
/external/netperf/ |
D | configure | 1079 "with_$ac_useropt" 1084 eval with_$ac_useropt=\$ac_optarg ;; 1095 "with_$ac_useropt" 1100 eval with_$ac_useropt=no ;;
|
/external/stressapptest/ |
D | configure | 1057 "with_$ac_useropt" 1062 eval with_$ac_useropt=\$ac_optarg ;; 1073 "with_$ac_useropt" 1078 eval with_$ac_useropt=no ;;
|
/external/tcpdump/ |
D | configure | 1064 "with_$ac_useropt" 1069 eval with_$ac_useropt=\$ac_optarg ;; 1080 "with_$ac_useropt" 1085 eval with_$ac_useropt=no ;;
|
/external/icu/icu4c/source/ |
D | configure | 1164 "with_$ac_useropt" 1169 eval with_$ac_useropt=\$ac_optarg ;; 1180 "with_$ac_useropt" 1185 eval with_$ac_useropt=no ;;
|
/external/libpcap/ |
D | configure | 1110 "with_$ac_useropt" 1115 eval with_$ac_useropt=\$ac_optarg ;; 1126 "with_$ac_useropt" 1131 eval with_$ac_useropt=no ;;
|
/external/e2fsprogs/ |
D | configure | 1261 "with_$ac_useropt" 1266 eval with_$ac_useropt=\$ac_optarg ;; 1277 "with_$ac_useropt" 1282 eval with_$ac_useropt=no ;;
|
/external/libnfnetlink/ |
D | configure | 1113 "with_$ac_useropt" 1118 eval with_$ac_useropt=\$ac_optarg ;; 1129 "with_$ac_useropt" 1134 eval with_$ac_useropt=no ;;
|
/external/libedit/ |
D | configure | 1128 "with_$ac_useropt" 1133 eval with_$ac_useropt=\$ac_optarg ;; 1144 "with_$ac_useropt" 1149 eval with_$ac_useropt=no ;;
|
/external/lmfit/ |
D | configure | 1133 "with_$ac_useropt" 1138 eval with_$ac_useropt=\$ac_optarg ;; 1149 "with_$ac_useropt" 1154 eval with_$ac_useropt=no ;;
|
/external/strace/ |
D | configure | 1153 "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/ |
D | configure | 1115 "with_$ac_useropt" 1120 eval with_$ac_useropt=\$ac_optarg ;; 1131 "with_$ac_useropt" 1136 eval with_$ac_useropt=no ;;
|
/external/libusb-compat/ |
D | configure | 1275 "with_$ac_useropt" 1280 eval with_$ac_useropt=\$ac_optarg ;; 1292 "with_$ac_useropt" 1297 eval with_$ac_useropt=no ;;
|
/external/libnetfilter_conntrack/ |
D | configure | 1127 "with_$ac_useropt" 1132 eval with_$ac_useropt=\$ac_optarg ;; 1143 "with_$ac_useropt" 1148 eval with_$ac_useropt=no ;;
|
/external/pcre/dist2/ |
D | configure | 1210 "with_$ac_useropt" 1215 eval with_$ac_useropt=\$ac_optarg ;; 1226 "with_$ac_useropt" 1231 eval with_$ac_useropt=no ;;
|
/external/libevent/ |
D | configure | 1158 "with_$ac_useropt" 1163 eval with_$ac_useropt=\$ac_optarg ;; 1174 "with_$ac_useropt" 1179 eval with_$ac_useropt=no ;;
|
/external/python/cpython2/ |
D | configure | 1201 "with_$ac_useropt" 1206 eval with_$ac_useropt=\$ac_optarg ;; 1217 "with_$ac_useropt" 1222 eval with_$ac_useropt=no ;;
|
/external/valgrind/ |
D | configure | 1407 "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/ |
D | configure | 1256 "with_$ac_useropt" 1261 eval with_$ac_useropt=\$ac_optarg ;; 1272 "with_$ac_useropt" 1277 eval with_$ac_useropt=no ;;
|
12