Home
last modified time | relevance | path

Searched refs:install_app (Results 1 – 25 of 59) sorted by relevance

123

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/updater/mac/
H A DBUILD.gn11 ":install_app",
56 ":install_app",
101 source_set("install_app") {
103 "setup/install_app.cc",
104 "setup/install_app.h",
153 ":install_app",
/dports/devel/spark/spark-2.1.1/build/
H A Dmvn33 install_app() {
83 install_app \
98 install_app \
114 install_app \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/updater/win/
H A DBUILD.gn25 ":install_app",
134 source_set("install_app") {
136 "install_app.cc",
137 "install_app.h",
168 ":install_app",
192 ":install_app",
/dports/sysutils/py-salt/salt-3004.1/tests/unit/modules/
H A Dtest_macpackage.py53 macpackage.install_app("/path/to/file.app")
64 macpackage.install_app("/path/to/file.app", "/Applications/new.app")
75 macpackage.install_app("/path/to/file.app/")
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozharness/mozharness/mozilla/testing/
H A Ddevice.py92 def install_app(self, file_path): member in BaseDeviceHandler
339 def install_app(self, file_path): member in ADBDeviceHandler
498 def install_app(self): member in DeviceMixin
500 return dh.install_app(file_path=self.installer_path)
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozperftest/mozperftest/system/
H A Dandroid.py172 self.device.install_app(str(target), replace=True)
174 self.device.install_app(apk, replace=True)
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/adb/client/
H A Dadb_install.h21 int install_app(int argc, const char** argv);
/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/system/
H A Dandroid.py192 self.device.install_app(str(target))
194 self.device.install_app(apk, replace=True)
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/system/
H A Dandroid.py192 self.device.install_app(str(target))
194 self.device.install_app(apk, replace=True)
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/system/
H A Dandroid.py192 self.device.install_app(str(target))
194 self.device.install_app(apk, replace=True)
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/bin/
H A Dinstall_deps.pl42 install_app( $name, $_->{info} );
132 sub install_app { subroutine
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/mozilla/testing/
H A Ddevice.py92 def install_app(self, file_path): member in BaseDeviceHandler
340 def install_app(self, file_path): member in ADBDeviceHandler
531 def install_app(self, file_path): member in SUTDeviceHandler
732 def install_app(self): member in DeviceMixin
734 return dh.install_app(file_path=self.installer_path)
/dports/mail/p5-Mail-DMARC/Mail-DMARC-1.20190308/bin/
H A Dinstall_deps.pl20 install_app( $name, $_->{info} );
113 sub install_app { subroutine
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/updater/win/test/
H A DBUILD.gn30 "//chrome/updater/win:install_app",
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/devil/devil/android/tools/
H A Dsystem_app.py80 install_app = _TemporarilyInstallApp(device, replacement_apk, install_timeout)
81 with storage_dir, relocate_app, install_app:
/dports/www/firefox-esr/firefox-91.8.0/python/mozperftest/mozperftest/tests/
H A Dtest_androidlog.py26 def install_app(self, apk, replace=True): member in FakeDevice
/dports/www/firefox/firefox-99.0/python/mozperftest/mozperftest/tests/
H A Dtest_androidlog.py26 def install_app(self, apk, replace=True): member in FakeDevice
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozperftest/mozperftest/tests/
H A Dtest_androidlog.py26 def install_app(self, apk, replace=True): member in FakeDevice
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozperftest/mozperftest/tests/
H A Dtest_android.py16 def install_app(self, apk, replace=True): member in FakeDevice
/dports/sysutils/py-salt/salt-3004.1/salt/modules/
H A Dmacpackage.py82 def install_app(app, target="/Applications/"):
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozbase/docs/
H A Dmozdevice.rst97 .. automethod:: ADBDevice.install_app
/dports/lang/spidermonkey78/firefox-78.9.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtestbase.py509 def install_app(self, app=None, target_dir=None, installer_path=None): member in TestingMixin
536 self.binary_path = self.install_app(app=self.config.get('application'))
/dports/www/firefox-esr/firefox-91.8.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtestbase.py609 def install_app(self, app=None, target_dir=None, installer_path=None): member in TestingMixin
636 self.binary_path = self.install_app(app=self.config.get("application"))
/dports/www/firefox/firefox-99.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtestbase.py609 def install_app(self, app=None, target_dir=None, installer_path=None): member in TestingMixin
636 self.binary_path = self.install_app(app=self.config.get("application"))
/dports/mail/thunderbird/thunderbird-91.8.0/testing/mozharness/mozharness/mozilla/testing/
H A Dtestbase.py609 def install_app(self, app=None, target_dir=None, installer_path=None): member in TestingMixin
636 self.binary_path = self.install_app(app=self.config.get("application"))

123