| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/simplebrowser/ |
| H A D | downloadmanagerwidget.cpp | 67 void DownloadManagerWidget::downloadRequested(QWebEngineDownloadItem *download) in downloadRequested() argument 69 Q_ASSERT(download && download->state() == QWebEngineDownloadItem::DownloadRequested); in downloadRequested() 71 QString path = QFileDialog::getSaveFileName(this, tr("Save as"), download->path()); in downloadRequested() 75 download->setPath(path); in downloadRequested() 76 download->accept(); in downloadRequested() 77 add(new DownloadWidget(download)); in downloadRequested()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/simplebrowser/ |
| H A D | downloadmanagerwidget.cpp | 67 void DownloadManagerWidget::downloadRequested(QWebEngineDownloadItem *download) in downloadRequested() argument 69 Q_ASSERT(download && download->state() == QWebEngineDownloadItem::DownloadRequested); in downloadRequested() 71 QString path = QFileDialog::getSaveFileName(this, tr("Save as"), download->path()); in downloadRequested() 75 download->setPath(path); in downloadRequested() 76 download->accept(); in downloadRequested() 77 add(new DownloadWidget(download)); in downloadRequested()
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/simplebrowser/ |
| H A D | downloadmanagerwidget.cpp | 67 void DownloadManagerWidget::downloadRequested(QWebEngineDownloadItem *download) in downloadRequested() argument 69 Q_ASSERT(download && download->state() == QWebEngineDownloadItem::DownloadRequested); in downloadRequested() 71 QString path = QFileDialog::getSaveFileName(this, tr("Save as"), download->path()); in downloadRequested() 75 download->setPath(path); in downloadRequested() 76 download->accept(); in downloadRequested() 77 add(new DownloadWidget(download)); in downloadRequested()
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/simplebrowser/ |
| H A D | downloadmanagerwidget.cpp | 67 void DownloadManagerWidget::downloadRequested(QWebEngineDownloadItem *download) in downloadRequested() argument 69 Q_ASSERT(download && download->state() == QWebEngineDownloadItem::DownloadRequested); in downloadRequested() 71 QString path = QFileDialog::getSaveFileName(this, tr("Save as"), download->path()); in downloadRequested() 75 download->setPath(path); in downloadRequested() 76 download->accept(); in downloadRequested() 77 add(new DownloadWidget(download)); in downloadRequested()
|
| /OK3568_Linux_fs/tools/windows/RKDevTool/RKDevTool_Release/ |
| H A D | revision.txt | 12 1.support download jffs image 18 1.support to download update.img on the second storage 29 1.fix chunk data size large 4G bug on download sparse 51 1.fix double download boot on upgrading update.img 66 1.add check pagesize during download ubi image 67 2.add destrory gpt during download parameter 81 1.support to download firmware into different storage 102 1.fix chunk size beyond 4g in sparse download 108 1.support to create download list from parameter 111 1.complete to download new idblock [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/gs_fpgaboot/ |
| H A D | README | 2 Linux Driver Source for Xilinx FPGA firmware download 24 This driver provides a way to download FPGA firmware. 43 During FPGA firmware development, you need to download a new FPGA 50 b. For the FPGA that runs without config after the download, which 53 We download FPGA firmware from user triggered or some other way, and that's it. 55 after the download. 57 c. For the FPGA that requires config after the download, which talk to 62 download FPGA firmware during the Linux boot, the take over the device
|
| H A D | Kconfig | 3 # "xilinx FPGA firmware download, fpgaboot" 6 tristate "Xilinx FPGA firmware download module" 8 Xilinx FPGA firmware download module
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/tests/ |
| H A D | fetch.py | 533 fetcher.download() 543 fetcher.download() 553 fetcher.download() 556 fetcher.download() 581 fetcher.download() 591 fetcher.download() 616 fetcher.download() 626 fetcher.download() 645 fetcher.download() 687 fetcher.download() [all …]
|
| /OK3568_Linux_fs/buildroot/package/asterisk/ |
| H A D | 0001-sounds-do-not-download-and-check-sha1s.patch | 4 Subject: [PATCH] sounds: do not download and check sha1s 7 downloaded from the same location, and that download is done at install 13 anyway, and trying to download anything at install time is not 16 - since the download scheme is not secured (plain http), a 18 download of the sha1s, so there is absolutely no additional safety 21 So we just do without the sha1 download and checks.
|
| /OK3568_Linux_fs/buildroot/docs/manual/ |
| H A D | download-location.txt | 4 [[download-location]] 16 shared download location. This can be achieved by pointing the 22 export BR2_DL_DIR=<shared download location> 25 The download location can also be set in the +.config+ file, with the
|
| /OK3568_Linux_fs/u-boot/doc/ |
| H A D | README.sdp | 5 SDP stands for serial download protocol. It is the protocol used in NXP's 6 i.MX SoCs ROM Serial Downloader and provides means to download a program 10 provide a SDP implementation over USB. This allows to download program 58 This allows to download the regular U-Boot with legacy image headers 64 download and run scripts: 68 imx_usb configuration files can be also used to download multiple 82 In this mode the file to download (imx_usb job) needs to be specified
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/ |
| H A D | release.sh | 227 http://$webpath/${rcpath}${module}/$release_num/$osx_zip/download 232 http://$webpath/${rcpath}${module}/$release_num/$win_exe/download 237 http://$webpath/${rcpath}${module}/$release_num/$win_zip/download 242 http://$webpath/${rcpath}${module}/$release_num/$src_bz2/download 247 http://$webpath/${rcpath}${module}/$release_num/$src_gz/download
|
| /OK3568_Linux_fs/buildroot/support/testing/ |
| H A D | run-tests | 53 if args.download is None: 54 args.download = os.getenv("BR2_DL_DIR") 55 if args.download is None: 61 BRConfigTest.downloaddir = os.path.abspath(args.download)
|
| /OK3568_Linux_fs/buildroot/support/testing/infra/ |
| H A D | emulator.py | 56 kernel = infra.download(self.downloaddir, 58 dtb = infra.download(self.downloaddir, 63 kernel = infra.download(self.downloaddir, 65 dtb = infra.download(self.downloaddir,
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/stitching/detail/ |
| H A D | warpers.hpp | 443 d_xmap_.download(xmap); in buildMaps() 444 d_ymap_.download(ymap); in buildMaps() 451 d_xmap_.download(xmap); in buildMaps() 452 d_ymap_.download(ymap); in buildMaps() 461 d_dst_.download(dst); in warp() 470 d_dst_.download(dst); in warp() 497 d_xmap_.download(xmap); in buildMaps() 498 d_ymap_.download(ymap); in buildMaps() 507 d_dst_.download(dst); in warp() 529 d_xmap_.download(xmap); in buildMaps() [all …]
|
| /OK3568_Linux_fs/buildroot/board/arm/foundation-v8/ |
| H A D | readme.txt | 4 First, one has to download the AArch64 software simulator from: 6 https://silver.arm.com/download/download.tm?pv=4807186
|
| /OK3568_Linux_fs/tools/linux/Linux_Upgrade_Tool/Linux_Upgrade_Tool/ |
| H A D | revision.txt | 5 1.fix download sparse bug casue of use the default_rw_sectors 8 1.add jffs image download support 16 1.support to download update.img into the second storage 83 2.destrory gpt content when download parameter
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | download.su | |
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | downloadmanager.h | 113 void download(const QNetworkRequest &request, bool requestFileName = false); 114 inline void download(const QUrl &url, bool requestFileName = false) 115 { download(QNetworkRequest(url), requestFileName); }
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/opencv/opencv/ |
| H A D | download.patch | 4 Subject: [PATCH] opencv: abort configure if we need to download 6 This CMake module will download files during do_configure. This is bad as it 35 + message(FATAL_ERROR "Not going to download ${DL_FILENAME}")
|
| /OK3568_Linux_fs/yocto/poky/meta-poky/conf/ |
| H A D | site.conf.sample | 3 # such as proxy server addresses and optionally any shared download location 31 # Uncomment this to use a shared download directory 32 #DL_DIR = "/some/shared/download/directory/"
|
| /OK3568_Linux_fs/buildroot/package/midori/ |
| H A D | midori.hash | 1 # From download link @ http://midori-browser.org/download/source/
|
| /OK3568_Linux_fs/buildroot/package/libee/ |
| H A D | libee.mk | 8 LIBEE_SITE = http://www.libee.org/download/files/download
|
| /OK3568_Linux_fs/buildroot/package/ijs/ |
| H A D | ijs.mk | 9 IJS_SITE = http://www.openprinting.org/download/ijs/download
|
| /OK3568_Linux_fs/buildroot/package/axel/ |
| H A D | Config.in | 5 HTTP/FTP download accelerator. 7 https://github.com/axel-download-accelerator/axel/
|