Home
last modified time | relevance | path

Searched refs:config_environment (Results 1 – 25 of 86) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/python/mozbuild/mozbuild/
H A Dfaster_daemon.py66 def __init__(self, config_environment): argument
67 self.config_environment = config_environment
72 defines = dict(self.config_environment.acdefines)
82 'BOOKMARKS_INCLUDE_DIR': mozpath.join(self.config_environment.topsrcdir,
95 mozpath.join(self.config_environment.topobjdir,
103 self.subscribe_to_dir('topsrcdir', self.config_environment.topsrcdir)
153 if 'cocoa' == self.config_environment.substs['MOZ_WIDGET_TOOLKIT']:
154 bundledir = mozpath.join(self.config_environment.topobjdir, 'dist',
165 destdir = mozpath.join(self.config_environment.topobjdir, 'dist', 'bin')
242 self.config_environment.topsrcdir))
[all …]
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dfaster_daemon.py66 def __init__(self, config_environment): argument
67 self.config_environment = config_environment
72 defines = dict(self.config_environment.acdefines)
100 self.subscribe_to_dir("topsrcdir", self.config_environment.topsrcdir)
150 mozpath.join(self.config_environment.topsrcdir, f)
160 if "cocoa" == self.config_environment.substs["MOZ_WIDGET_TOOLKIT"]:
162 self.config_environment.topobjdir,
164 self.config_environment.substs["MOZ_MACBUNDLE_NAME"],
270 self.config_environment.topsrcdir
279 self.config_environment.topsrcdir
[all …]
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dfaster_daemon.py66 def __init__(self, config_environment): argument
67 self.config_environment = config_environment
72 defines = dict(self.config_environment.acdefines)
100 self.subscribe_to_dir("topsrcdir", self.config_environment.topsrcdir)
150 mozpath.join(self.config_environment.topsrcdir, f)
160 if "cocoa" == self.config_environment.substs["MOZ_WIDGET_TOOLKIT"]:
162 self.config_environment.topobjdir,
164 self.config_environment.substs["MOZ_MACBUNDLE_NAME"],
270 self.config_environment.topsrcdir
279 self.config_environment.topsrcdir
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dfaster_daemon.py66 def __init__(self, config_environment): argument
67 self.config_environment = config_environment
72 defines = dict(self.config_environment.acdefines)
100 self.subscribe_to_dir("topsrcdir", self.config_environment.topsrcdir)
150 mozpath.join(self.config_environment.topsrcdir, f)
160 if "cocoa" == self.config_environment.substs["MOZ_WIDGET_TOOLKIT"]:
162 self.config_environment.topobjdir,
164 self.config_environment.substs["MOZ_MACBUNDLE_NAME"],
270 self.config_environment.topsrcdir
279 self.config_environment.topsrcdir
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dfaster_daemon.py66 def __init__(self, config_environment): argument
67 self.config_environment = config_environment
72 defines = dict(self.config_environment.acdefines)
88 mozpath.join(self.config_environment.topobjdir,
96 self.subscribe_to_dir('topsrcdir', self.config_environment.topsrcdir)
146 if 'cocoa' == self.config_environment.substs['MOZ_WIDGET_TOOLKIT']:
147 bundledir = mozpath.join(self.config_environment.topobjdir, 'dist',
158 destdir = mozpath.join(self.config_environment.topobjdir, 'dist', 'bin')
235 self.config_environment.topsrcdir))
240 self.config_environment.topsrcdir))
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/gslib/vendored/boto/tests/mturk/
H A Dcreate_hit_external.py7 config_environment
11 config_environment()
H A Dcommon.py8 from _init_environment import SetHostMTurkConnection, config_environment
12 config_environment()
H A Dcleanup_tests.py4 from _init_environment import config_environment
21 config_environment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/boto/tests/mturk/
H A Dcreate_hit_external.py7 config_environment
11 config_environment()
H A Dcommon.py8 from _init_environment import SetHostMTurkConnection, config_environment
12 config_environment()
H A Dcleanup_tests.py4 from _init_environment import config_environment
21 config_environment()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/gslib/vendored/boto/tests/mturk/
H A Dcreate_hit_external.py7 config_environment
11 config_environment()
H A Dcommon.py8 from _init_environment import SetHostMTurkConnection, config_environment
12 config_environment()
H A Dcleanup_tests.py4 from _init_environment import config_environment
21 config_environment()
/dports/devel/py-boto/boto-2.49.0/tests/mturk/
H A Dcreate_hit_external.py7 config_environment
11 config_environment()
H A Dcommon.py8 from _init_environment import SetHostMTurkConnection, config_environment
12 config_environment()
H A Dcleanup_tests.py4 from _init_environment import config_environment
21 config_environment()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/mod_ipv6calc/
H A Dtest_mod_ipv6calc.sh116 …[ "$config_passive" != "1" -a "$config_environment" = "1" ] && echo "SetEnv ipv6calcPassive" >>$…
117 …[ "$config_passive" = "1" -a "$config_environment" = "1" ] && echo "SetEnv ipv6calcActive" >>$di…
246 if [ "$config_passive" = "1" -a "$config_environment" != "1" ]; then
253 elif [ "$config_passive" != "1" -a "$config_environment" = "1" ]; then
412 config_environment="1"
/dports/www/firefox-esr/firefox-91.8.0/config/tests/
H A Dtest_mozbuild_reading.py49 config = mb.config_environment
79 config = mb.config_environment
/dports/www/firefox/firefox-99.0/config/tests/
H A Dtest_mozbuild_reading.py49 config = mb.config_environment
79 config = mb.config_environment
/dports/mail/thunderbird/thunderbird-91.8.0/config/tests/
H A Dtest_mozbuild_reading.py49 config = mb.config_environment
79 config = mb.config_environment
/dports/lang/spidermonkey60/firefox-60.9.0/config/tests/
H A Dtest_mozbuild_reading.py48 config = mb.config_environment
79 config = mb.config_environment
/dports/www/firefox-legacy/firefox-52.8.0esr/config/tests/
H A Dtest_mozbuild_reading.py48 config = mb.config_environment
79 config = mb.config_environment
/dports/lang/spidermonkey78/firefox-78.9.0/config/tests/
H A Dtest_mozbuild_reading.py49 config = mb.config_environment
79 config = mb.config_environment
/dports/www/firefox-legacy/firefox-52.8.0esr/b2g/simulator/
H A Dbuild_xpi.py94 b2g_version = build.config_environment.defines["MOZ_B2G_VERSION"].replace('"', '')
102 gaia_path = build.config_environment.substs["GAIADIR"]

1234