Searched refs:cache_file (Results 1 - 25 of 31) sorted by relevance

12

/external/chromium/chrome/browser/policy/
H A Duser_policy_identity_strategy.cc35 const FilePath& cache_file);
58 const FilePath& cache_file)
60 cache_file_(cache_file) {}
135 const FilePath& cache_file)
138 cache_ = new TokenCache(weak_ptr_factory_.GetWeakPtr(), cache_file);
56 TokenCache( const base::WeakPtr<UserPolicyIdentityStrategy>& identity_strategy, const FilePath& cache_file) argument
133 UserPolicyIdentityStrategy( Profile* profile, const FilePath& cache_file) argument
/external/fdlibm/
H A Dconfigure285 cache_file=/dev/null
346 ac_prev=cache_file ;;
349 cache_file=$ac_optarg ;;
352 cache_file=config.cache ;;
1160 if test -r "$cache_file"; then
1163 if test -f "$cache_file"; then
1164 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1165 echo "$as_me: loading cache $cache_file" >&6;}
1166 case $cache_file in
1167 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/external/webkit/Tools/android/flex-2.5.4a/
H A Dconfigure19 cache_file=./config.cache
67 ac_prev=cache_file ;;
70 cache_file="$ac_optarg" ;;
373 if test -r "$cache_file"; then
374 echo "loading cache $cache_file"
375 . $cache_file
377 echo "creating cache $cache_file"
378 > $cache_file
1364 if test -w $cache_file; then
1365 echo "updating cache $cache_file"
[all...]
/external/libffi/
H A Dltconfig219 cache_file=
388 --cache-file=*) cache_file="$optarg" ;;
489 if test -n "$cache_file" && test -r "$cache_file" && test -f "$cache_file"; then
490 echo "loading cache $cache_file within ltconfig"
491 . $cache_file
2806 test -n "$cache_file" && test -z "$tagname" || exit 0
2845 if cmp -s $cache_file confcache; then
2848 if test -w $cache_file; the
[all...]
H A Dconfigure967 cache_file=/dev/null
1042 ac_prev=cache_file ;;
1045 cache_file=$ac_optarg ;;
1048 cache_file=config.cache ;;
1913 if test -r "$cache_file"; then
1916 if test -f "$cache_file"; then
1917 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1918 echo "$as_me: loading cache $cache_file" >&6;}
1919 case $cache_file in
1920 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/genext2fs/
H A Dconfigure712 cache_file=/dev/null
787 ac_prev=cache_file ;;
790 cache_file=$ac_optarg ;;
793 cache_file=config.cache ;;
1624 if test -r "$cache_file"; then
1627 if test -f "$cache_file"; then
1628 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1629 echo "$as_me: loading cache $cache_file" >&6;}
1630 case $cache_file in
1631 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/liblzf/
H A Dconfigure670 cache_file=/dev/null
745 ac_prev=cache_file ;;
748 cache_file=$ac_optarg ;;
751 cache_file=config.cache ;;
1575 if test -r "$cache_file"; then
1578 if test -f "$cache_file"; then
1579 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1580 echo "$as_me: loading cache $cache_file" >&6;}
1581 case $cache_file in
1582 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/elfutils/
H A Dconfigure288 cache_file=/dev/null
349 ac_prev=cache_file ;;
352 cache_file=$ac_optarg ;;
355 cache_file=config.cache ;;
1199 if test -r "$cache_file"; then
1202 if test -f "$cache_file"; then
1203 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1204 echo "$as_me: loading cache $cache_file" >&6;}
1205 case $cache_file in
1206 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/external/icu4c/
H A Dconfigure796 cache_file=/dev/null
872 ac_prev=cache_file ;;
875 cache_file=$ac_optarg ;;
878 cache_file=config.cache ;;
2457 if test -r "$cache_file"; then
2460 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2462 $as_echo "$as_me: loading cache $cache_file" >&6;}
2463 case $cache_file i
[all...]
H A Dconfigure.orig796 cache_file=/dev/null
872 ac_prev=cache_file ;;
875 cache_file=$ac_optarg ;;
878 cache_file=config.cache ;;
2457 if test -r "$cache_file"; then
2460 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2461 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2462 $as_echo "$as_me: loading cache $cache_file" >&6;}
2463 case $cache_file i
[all...]
/external/valgrind/main/
H A Dconfigure846 cache_file=/dev/null
921 ac_prev=cache_file ;;
924 cache_file=$ac_optarg ;;
927 cache_file=config.cache ;;
2383 if test -r "$cache_file"; then
2386 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2387 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2388 $as_echo "$as_me: loading cache $cache_file" >&6;}
2389 case $cache_file i
[all...]
/external/grub/
H A Dconfigure322 cache_file=/dev/null
383 ac_prev=cache_file ;;
386 cache_file=$ac_optarg ;;
389 cache_file=config.cache ;;
1292 if test -r "$cache_file"; then
1295 if test -f "$cache_file"; then
1296 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1297 echo "$as_me: loading cache $cache_file" >&6;}
1298 case $cache_file in
1299 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/external/libpcap/
H A Dconfigure712 cache_file=/dev/null
787 ac_prev=cache_file ;;
790 cache_file=$ac_optarg ;;
793 cache_file=config.cache ;;
1638 if test -r "$cache_file"; then
1641 if test -f "$cache_file"; then
1642 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1643 echo "$as_me: loading cache $cache_file" >&6;}
1644 case $cache_file in
1645 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/srtp/
H A Dconfigure320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1210 if test -r "$cache_file"; then
1213 if test -f "$cache_file"; then
1214 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1215 echo "$as_me: loading cache $cache_file" >&6;}
1216 case $cache_file in
1217 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/external/jpeg/
H A Dconfigure27 cache_file=./config.cache
95 ac_prev=cache_file ;;
98 cache_file="$ac_optarg" ;;
/external/libpng/
H A Dconfigure906 cache_file=/dev/null
981 ac_prev=cache_file ;;
984 cache_file=$ac_optarg ;;
987 cache_file=config.cache ;;
2302 if test -r "$cache_file"; then
2305 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2306 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2307 $as_echo "$as_me: loading cache $cache_file" >&6;}
2308 case $cache_file i
[all...]
/external/e2fsprogs/
H A Dconfigure828 cache_file=/dev/null
903 ac_prev=cache_file ;;
906 cache_file=$ac_optarg ;;
909 cache_file=config.cache ;;
2501 if test -r "$cache_file"; then
2504 if test -f "$cache_file"; then
2505 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2506 $as_echo "$as_me: loading cache $cache_file" >&6;}
2507 case $cache_file in
2508 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/strace/
H A Dconfigure320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1216 if test -r "$cache_file"; then
1219 if test -f "$cache_file"; then
1220 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1221 echo "$as_me: loading cache $cache_file" >&6;}
1222 case $cache_file in
1223 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/external/dropbear/
H A Dconfigure320 cache_file=/dev/null
381 ac_prev=cache_file ;;
384 cache_file=$ac_optarg ;;
387 cache_file=config.cache ;;
1224 if test -r "$cache_file"; then
1227 if test -f "$cache_file"; then
1228 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1229 echo "$as_me: loading cache $cache_file" >&6;}
1230 case $cache_file in
1231 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]
/external/protobuf/
H A Dconfigure916 cache_file=/dev/null
991 ac_prev=cache_file ;;
994 cache_file=$ac_optarg ;;
997 cache_file=config.cache ;;
1856 if test -r "$cache_file"; then
1859 if test -f "$cache_file"; then
1860 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1861 echo "$as_me: loading cache $cache_file" >&6;}
1862 case $cache_file in
1863 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/chromium/sdch/open-vcdiff/
H A Dconfigure905 cache_file=/dev/null
980 ac_prev=cache_file ;;
983 cache_file=$ac_optarg ;;
986 cache_file=config.cache ;;
1842 if test -r "$cache_file"; then
1845 if test -f "$cache_file"; then
1846 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1847 echo "$as_me: loading cache $cache_file" >&6;}
1848 case $cache_file in
1849 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/pcre/
H A Dconfigure794 cache_file=/dev/null
869 ac_prev=cache_file ;;
872 cache_file=$ac_optarg ;;
875 cache_file=config.cache ;;
2549 if test -r "$cache_file"; then
2552 if test /dev/null != "$cache_file" && test -f "$cache_file"; then
2553 { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
2554 $as_echo "$as_me: loading cache $cache_file" >&6;}
2555 case $cache_file i
[all...]
/external/protobuf/gtest/
H A Dconfigure906 cache_file=/dev/null
981 ac_prev=cache_file ;;
984 cache_file=$ac_optarg ;;
987 cache_file=config.cache ;;
1840 if test -r "$cache_file"; then
1843 if test -f "$cache_file"; then
1844 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1845 echo "$as_me: loading cache $cache_file" >&6;}
1846 case $cache_file in
1847 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/tcpdump/
H A Dconfigure701 cache_file=/dev/null
776 ac_prev=cache_file ;;
779 cache_file=$ac_optarg ;;
782 cache_file=config.cache ;;
1622 if test -r "$cache_file"; then
1625 if test -f "$cache_file"; then
1626 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1627 echo "$as_me: loading cache $cache_file" >&6;}
1628 case $cache_file in
1629 [\\/]* | ?:[\\/]* ) . "$cache_file";;
[all...]
/external/bison/
H A Dconfigure323 cache_file=/dev/null
384 ac_prev=cache_file ;;
387 cache_file=$ac_optarg ;;
390 cache_file=config.cache ;;
1243 if test -r "$cache_file"; then
1246 if test -f "$cache_file"; then
1247 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1248 echo "$as_me: loading cache $cache_file" >&6;}
1249 case $cache_file in
1250 [\\/]* | ?:[\\/]* ) . $cache_file;;
[all...]

Completed in 187 milliseconds

12