Searched refs:configfile (Results 1 – 18 of 18) sorted by relevance
/external/swiftshader/third_party/LLVM/autoconf/ |
D | AutoRegen.sh | 24 configfile=configure.ac 31 test -d autoconf && test -f autoconf/$configfile && cd autoconf 32 test -f $configfile || die "Can't find 'autoconf' dir; please cd into it first" 54 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed" 57 autoheader --warnings=all -I autoconf -I autoconf/m4 autoconf/$configfile || die "autoheader failed"
|
/external/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck.sh | 50 parse-build.sh $i/Make.out $configfile 53 parse-torture.sh $i/console.log $configfile 55 parse-console.sh $i/console.log $configfile 69 parse-build.sh $i/Make.out $configfile
|
D | kvm-recheck-lock.sh | 34 configfile=`echo $i | sed -e 's/^.*\///'` 38 echo "$configfile -------" 40 title="$configfile ------- $ncs acquisitions/releases"
|
D | kvm-recheck-rcu.sh | 35 configfile=`echo $i | sed -e 's/^.*\///'` 39 echo "$configfile -------" 41 title="$configfile ------- $ngps grace periods"
|
D | kvm-recheck-rcuperf.sh | 42 configfile=`echo $i | sed -e 's/^.*\///'`
|
/external/vboot_reference/scripts/image_signing/ |
D | ensure_sane_lsb-release.sh | 121 local configfile="$(dirname "$0")/default_lsb_release.config" 124 configfile="$2" 127 echo -n "Loading config from $configfile... " 128 . "$configfile" || return 1
|
D | ensure_no_nonrelease_files.sh | 32 local configfile="$(dirname "$0")/${0/%.sh/.config}" 35 configfile="$2" 38 . "$configfile" || return 1
|
D | ensure_secure_kernelparams.sh | 84 local configfile="$(dirname "$0")/${0/%.sh/.config}" 87 configfile="$2" 90 . "$configfile" || return 1
|
/external/curl/tests/ |
D | testcurl.pl | 252 my $configfile = "$pwd/$build/lib/curl_config.h"; 254 if(-f $configfile && -s $configfile && open(LIBCONFIGH, "<$configfile")) {
|
/external/python/cpython2/Doc/distutils/ |
D | index.rst | 35 configfile.rst
|
/external/python/cpython3/Doc/distutils/ |
D | index.rst | 34 configfile.rst
|
/external/syslinux/txt/ |
D | pxelinux.txt | 96 *Option 209* (pxelinux.configfile):: 339 option pxelinux.configfile code 209 = text; 361 option pxelinux.configfile "configs/common"; 366 Note that the configfile is relative to the pathprefix: this will look 385 option pxelinux.configfile =
|
/external/syslinux/doc/ |
D | pxelinux.txt | 272 Option 209 pxelinux.configfile 292 option pxelinux.configfile code 209 = text; 314 option pxelinux.configfile "configs/common"; 319 Note that the configfile is relative to the pathprefix: this will look 338 option pxelinux.configfile =
|
/external/iptables/iptables/ |
D | xtables-config-parser.y | 98 configfile :
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 546 def getTclTkVersion(configfile, versionline): argument 551 f = open(configfile, "r") 553 fatal("Framework configuration file not found: %s" % configfile) 561 % (versionline, configfile))
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 574 def getTclTkVersion(configfile, versionline): argument 579 f = open(configfile, "r") 581 fatal("Framework configuration file not found: %s" % configfile) 589 % (versionline, configfile))
|
/external/python/cpython2/Doc/library/ |
D | configparser.rst | 462 with open('example.cfg', 'wb') as configfile: 463 config.write(configfile)
|
/external/python/cpython3/Doc/library/ |
D | configparser.rst | 85 >>> with open('example.ini', 'w') as configfile: 86 ... config.write(configfile) 811 with open('example.cfg', 'w') as configfile: 812 config.write(configfile)
|