/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/linux-kselftest/tools/testing/selftests/rcutorture/bin/ |
D | kvm-recheck-lock.sh | 21 configfile=`echo $i | sed -e 's/^.*\///'` 25 echo "$configfile -------" 27 title="$configfile ------- $ncs acquisitions/releases"
|
D | kvm-recheck-rcu.sh | 22 configfile=`echo $i | sed -e 's/^.*\///'` 30 echo "$configfile ------- " $stopstate 32 title="$configfile ------- $ngps GPs"
|
D | kvm-recheck.sh | 48 parse-build.sh $i/Make.out $configfile 49 parse-console.sh $i/console.log $configfile 63 parse-build.sh $i/Make.out $configfile
|
D | kvm-recheck-rcuperf.sh | 29 configfile=`echo $i | sed -e 's/^.*\///'`
|
/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/curl/tests/server/ |
D | mqttd.c | 119 static const char *configfile = DEFAULT_CONFIG; variable 145 FILE *fp = fopen(configfile, FOPEN_READTEXT); in getconfig() 179 logmsg("No config file '%s' to read", configfile); in getconfig() 706 newfd, configfile); in incoming() 890 configfile = argv[arg++]; in main()
|
D | socksd.c | 139 static const char *configfile = DEFAULT_CONFIG; variable 177 FILE *fp = fopen(configfile, FOPEN_READTEXT); in getconfig() 704 newfd, configfile); in incoming() 915 configfile = argv[arg++]; in main()
|
/external/python/cpython2/Doc/distutils/ |
D | index.rst | 35 configfile.rst
|
/external/python/cpython3/Doc/distutils/ |
D | index.rst | 36 configfile.rst
|
/external/llvm-project/llvm/test/Transforms/LoopIdiom/ |
D | dbginfo-cost.ll | 47 !1 = !DIFile(filename: "configfile.c", directory: "/home/ijonpan/minispec-2006/spec-llvm/464.h264re…
|
/external/python/cpython2/Mac/BuildScript/ |
D | build-installer.py | 520 def getTclTkVersion(configfile, versionline): argument 525 f = open(configfile, "r") 527 fatal("Framework configuration file not found: %s" % configfile) 535 % (versionline, configfile))
|
/external/python/cpython3/Mac/BuildScript/ |
D | build-installer.py | 568 def getTclTkVersion(configfile, versionline): argument 573 f = open(configfile, "r") 575 fatal("Framework configuration file not found: %s" % configfile) 583 % (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 | 90 >>> with open('example.ini', 'w') as configfile: 91 ... config.write(configfile) 800 with open('example.cfg', 'w') as configfile: 801 config.write(configfile)
|
/external/guice/extensions/struts2/lib/ |
D | struts2-core-2.2.1.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |