Home
last modified time | relevance | path

Searched refs:pullFile (Results 1 – 19 of 19) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozdevice/sut_tests/
H A Dtest_pull.py27 new.update(self.dm.pullFile(remote_test_file))
34 self.assertRaises(DMError, self.dm.pullFile, remote_missing_file)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozdevice/tests/
H A Dsut_pull.py25 pulledData = d.pullFile("/mnt/sdcard/cheeseburgers")
41 d.pullFile("/mnt/sdcard/cheeseburgers")
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/rdf/
H A DPluginRDFIndexer.cpp115 pullFile(fi.absoluteFilePath()); in indexInstalledURLs()
131 pullFile(fi.absoluteFilePath()); in indexInstalledURLs()
244 PluginRDFIndexer::pullFile(QString filepath) in pullFile() function in PluginRDFIndexer
H A DPluginRDFIndexer.h69 bool pullFile(QString path);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qaudioinput/
H A Dtst_qaudioinput.cpp68 void pullFile();
186 void tst_QAudioInput::pullFile() in pullFile() function in tst_QAudioInput
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qaudiooutput/
H A Dtst_qaudiooutput.cpp70 void pullFile();
181 void tst_QAudioOutput::pullFile() in pullFile() function in tst_QAudioOutput
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozversion/mozversion/
H A Dmozversion.py208 sources = StringIO(dm.pullFile(path))
215 f.write(dm.pullFile('/system/b2g/%s.ini' % ini))
230 build_props = dm.pullFile('/system/build.prop')
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozversion/mozversion/
H A Dmozversion.py214 sources = StringIO(dm.pullFile(path))
221 f.write(dm.pullFile('/system/b2g/%s.ini' % ini))
236 build_props = dm.pullFile('/system/build.prop')
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/mozdevice/mozdevice/
H A Dsutini.py30 cfg.readfp(StringIO.StringIO(d.pullFile(ini_path)), 'SUTAgent.ini')
H A Ddevicemanager.py201 buf = self.pullFile(tempScreenshotFile)
221 def pullFile(self, remoteFilename, offset=None, length=None): member in DeviceManager
H A DdevicemanagerSUT.py585 def pullFile(self, remoteFile, offset=None, length=None): member in DeviceManagerSUT
683 data = self.pullFile(remoteFile)
H A DdevicemanagerADB.py499 def pullFile(self, remoteFile, offset=None, length=None): member in DeviceManagerADB
643 for line in self.pullFile("/proc/meminfo").splitlines():
/dports/www/firefox-legacy/firefox-52.8.0esr/build/mobile/
H A Dremoteautomation.py148 t = self._devicemanager.pullFile(traces)
325 newLogContent = self.dm.pullFile(self.proc, self.stdoutlen)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/mozbase/mozdevice/mozdevice/
H A Ddevicemanager.py204 buf = self.pullFile(tempScreenshotFile)
224 def pullFile(self, remoteFilename, offset=None, length=None): member in DeviceManager
H A DdevicemanagerADB.py494 def pullFile(self, remoteFile, offset=None, length=None): member in DeviceManagerADB
/dports/lang/spidermonkey60/firefox-60.9.0/build/mobile/
H A Dremoteautomation.py138 t = self._dm.pullFile(traces)
303 newLogContent = self.dm.pullFile(self.proc, self.stdoutlen)
/dports/www/kdsoap/kdsoap-1.9.0/unittests/wsdl_rpc-server/
H A Dtest_wsdl_rpc_server.cpp101 virtual bool pullFile(const RPCEXAMPLE__PullFileParams &params) override in pullFile() function in RpcExampleServerObject
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozbase/docs/
H A Dmozdevice.rst54 .. automethod:: DeviceManager.pullFile(self, remoteFilename)
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/mozharness/mozharness/mozilla/testing/
H A Ddevice.py634 file_contents = dm.pullFile(filename)