Home
last modified time | relevance | path

Searched refs:args_file (Results 1 – 25 of 179) sorted by relevance

12345678

/dports/dns/bind911/bind-9.11.37/bin/tests/system/
H A Dstart.pl246 my $args_file = $testdir . "/" . $server . "/" . "named.args";
250 } elsif (-e $args_file) {
251 open(my $fh, "<", $args_file) or die "unable to read args_file \"$args_file\" ($OS_ERROR)\n";
392 my $args_file = $testdir . "/" . $server . "/" . "lwresd.args";
396 } elsif (-e $args_file) {
397 open(my $fh, "<", $args_file) or die "unable to read args_file \"$args_file\" ($OS_ERROR)\n";
/dports/misc/py-powerline-status/powerline-2.8.2/tests/test_bar/
H A Dtest.sh133 args_file="${file%.log}.args"
134 if ! test -e "$args_file" ; then
135 fail "args" E "$args_file is missing"
137 cat "$args_file" >> "$TEST_ROOT/args.log"
140 if cat "$args_file" | grep -q +1 ; then
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/cr/cr/actions/
H A Dgn.py56 args_file = os.path.join(out_path, 'args.gn')
67 if os.path.exists(args_file):
68 with open(args_file) as f:
83 with open(args_file, 'w') as f:
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/cr/cr/actions/
H A Dgn.py56 args_file = os.path.join(out_path, 'args.gn')
67 if os.path.exists(args_file):
68 with open(args_file) as f:
83 with open(args_file, 'w') as f:
/dports/sysutils/conan/conan-1.44.0/conan/tools/files/
H A Dfiles.py202 args_file = os.path.join(generators_folder, namespace_name) if generators_folder \
205 toolchain_file = toolchain_config.read(args_file)
208 " generated in another folder." % args_file)
214 (CONAN_TOOLCHAIN_ARGS_SECTION, args_file))
229 args_file = os.path.join(generators_folder, namespace_name) if generators_folder \
233 with open(args_file, "w") as f:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/fuchsia/comparative_tester/
H A Dcomparative_tester.py259 with open("{}/{}".format(dir_name, "args.gn"), "w") as args_file:
260 args_file.write("is_debug = {}\n".format(debug_str))
261 args_file.write("dcheck_always_on = false\n")
262 args_file.write("is_component_build = false\n")
263 args_file.write("use_goma = true\n")
264 args_file.write("target_os = \"{}\"\n".format(target_os))
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/fuchsia/comparative_tester/
H A Dcomparative_tester.py259 with open("{}/{}".format(dir_name, "args.gn"), "w") as args_file:
260 args_file.write("is_debug = {}\n".format(debug_str))
261 args_file.write("dcheck_always_on = false\n")
262 args_file.write("is_component_build = false\n")
263 args_file.write("use_goma = true\n")
264 args_file.write("target_os = \"{}\"\n".format(target_os))
/dports/dns/bind916/bind-9.16.27/bin/tests/system/
H A Dstart.pl249 my $args_file = $testdir . "/" . $server . "/" . "named.args";
253 } elsif (-e $args_file) {
254 open(my $fh, "<", $args_file) or die "unable to read args_file \"$args_file\" ($OS_ERROR)\n";
/dports/dns/bind-tools/bind-9.16.27/bin/tests/system/
H A Dstart.pl249 my $args_file = $testdir . "/" . $server . "/" . "named.args";
253 } elsif (-e $args_file) {
254 open(my $fh, "<", $args_file) or die "unable to read args_file \"$args_file\" ($OS_ERROR)\n";
/dports/dns/samba-nsupdate/bind-9.16.5/bin/tests/system/
H A Dstart.pl237 my $args_file = $testdir . "/" . $server . "/" . "named.args";
241 } elsif (-e $args_file) {
242 open(my $fh, "<", $args_file) or die "unable to read args_file \"$args_file\" ($OS_ERROR)\n";
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/bin/tests/system/
H A Dstart.pl248 my $args_file = $testdir . "/" . $server . "/" . "named.args";
252 } elsif (-e $args_file) {
253 open(my $fh, "<", $args_file) or die "unable to read args_file \"$args_file\" ($OS_ERROR)\n";
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/mb/lib/
H A Dvalidation.py125 args_file = flattened_config['args_file']
126 if args_file:
127 args += ' args_file=%s' % args_file
/dports/misc/mc-nox11/mc-4.8.27/tests/src/vfs/extfs/helpers-list/
H A Dtest_all257 local args_file="${input%.input}.args"
282 [ -f "$args_file" ] && extra_parser_args="$(cat "$args_file")"
/dports/misc/mc/mc-4.8.27/tests/src/vfs/extfs/helpers-list/
H A Dtest_all257 local args_file="${input%.input}.args"
282 [ -f "$args_file" ] && extra_parser_args="$(cat "$args_file")"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/mb/lib/
H A Dvalidation.py242 args_file = flattened_config['args_file']
243 if args_file:
244 args += ' args_file=%s' % args_file
/dports/lang/clover/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py277 args_file = open(filename)
280 for arg_line in args_file.read().splitlines():
286 args_file.close()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/drivers/swr/rasterizer/codegen/
H A Dgen_common.py276 args_file = open(filename)
279 for arg_line in args_file.read().splitlines():
285 args_file.close()

12345678