Home
last modified time | relevance | path

Searched refs:platform_arg (Results 1 – 25 of 39) sorted by relevance

12

/dports/net/openmpi3/openmpi-3.1.6/
H A Dautogen.pl54 my $platform_arg = 0;
1125 "platform=s" => \$platform_arg,
1241 if ($platform_arg) {
1242 $m4 .= "m4_define([autogen_platform_file], [$platform_arg])\n\n";
1243 open(IN, $platform_arg) || my_die "Can't open $platform_arg";
/dports/net/openmpi/openmpi-4.1.1/
H A Dautogen.pl54 my $platform_arg = 0;
1250 "platform=s" => \$platform_arg,
1366 if ($platform_arg) {
1367 $m4 .= "m4_define([autogen_platform_file], [$platform_arg])\n\n";
1368 open(IN, $platform_arg) || my_die "Can't open $platform_arg";
/dports/devel/godot2/godot-2.1.6-stable/
H A DSConstruct60 platform_arg = ARGUMENTS.get("platform", ARGUMENTS.get("p", False))
65 …if (os.getenv("VCINSTALLDIR") == None or platform_arg == "android" or platform_arg == "javascript"…
302 …if (os.name == "nt" and os.getenv("VCINSTALLDIR") and (platform_arg == "windows" or platform_arg =…
/dports/devel/godot2-tools/godot-2.1.6-stable/
H A DSConstruct60 platform_arg = ARGUMENTS.get("platform", ARGUMENTS.get("p", False))
65 …if (os.getenv("VCINSTALLDIR") == None or platform_arg == "android" or platform_arg == "javascript"…
302 …if (os.name == "nt" and os.getenv("VCINSTALLDIR") and (platform_arg == "windows" or platform_arg =…
/dports/www/firefox-legacy/firefox-52.8.0esr/taskcluster/taskgraph/
H A Dtry_option_syntax.py266 def parse_platforms(self, platform_arg): argument
267 if platform_arg == 'all':
271 for build in platform_arg.split(','):
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/buildbot/
H A Dbuildbot_pnacl_toolchain.py252 platform_arg = 'mode-buildbot-tc-' + arch + '-linux' variable
254 command = ['bash', buildbot_shell, platform_arg, trybot_mode]
/dports/lang/spidermonkey60/firefox-60.9.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py318 def parse_platforms(self, platform_arg, full_task_graph): argument
319 if platform_arg == 'all':
324 for build in platform_arg.split(','):
/dports/www/firefox-esr/firefox-91.8.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py380 platform_arg = options["platforms"]
381 if platform_arg == "all":
386 for build in platform_arg.split(","):
/dports/www/firefox/firefox-99.0/taskcluster/gecko_taskgraph/
H A Dtry_option_syntax.py376 platform_arg = options["platforms"]
377 if platform_arg == "all":
382 for build in platform_arg.split(","):
/dports/mail/thunderbird/thunderbird-91.8.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py380 platform_arg = options["platforms"]
381 if platform_arg == "all":
386 for build in platform_arg.split(","):
/dports/lang/spidermonkey78/firefox-78.9.0/taskcluster/taskgraph/
H A Dtry_option_syntax.py338 def parse_platforms(self, platform_arg, full_task_graph): argument
339 if platform_arg == 'all':
344 for build in platform_arg.split(','):
/dports/devel/godot-tools/godot-3.2.3-stable/
H A DSConstruct56 platform_arg = ARGUMENTS.get("platform", ARGUMENTS.get("p", False))
58 if os.name == "nt" and (platform_arg == "android" or ARGUMENTS.get("use_mingw", False)):
60 elif platform_arg == "javascript":
/dports/devel/godot/godot-3.2.3-stable/
H A DSConstruct56 platform_arg = ARGUMENTS.get("platform", ARGUMENTS.get("p", False))
58 if os.name == "nt" and (platform_arg == "android" or ARGUMENTS.get("use_mingw", False)):
60 elif platform_arg == "javascript":
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h643 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx_osm.h626 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic7xxx.h1152 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic79xx.h1341 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h643 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx_osm.h626 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic7xxx.h1152 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic79xx.h1341 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/scsi/aic7xxx/
H A Daic7xxx_osm.h643 int ahc_platform_alloc(struct ahc_softc *ahc, void *platform_arg);
H A Daic79xx_osm.h626 int ahd_platform_alloc(struct ahd_softc *ahd, void *platform_arg);
H A Daic7xxx.h1152 struct ahc_softc *ahc_alloc(void *platform_arg, char *name);
H A Daic79xx.h1341 struct ahd_softc *ahd_alloc(void *platform_arg, char *name);

12