Home
last modified time | relevance | path

Searched refs:download (Results 1 – 25 of 604) sorted by relevance

12345678910>>...25

/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dtransfer_test.py37 download = transfer.Download.FromStream(
40 download._Download__ComputeEndByte(0, end=50))
43 download = transfer.Download.FromStream(six.StringIO())
45 download._Download__ComputeEndByte(0, use_chunks=False))
49 download = transfer.Download.FromStream(
54 download._Download__ComputeEndByte(0, end=end,
59 download = transfer.Download.FromStream(six.StringIO())
60 default_chunksize = download.chunksize
62 download.chunksize = chunksize
65 download.chunksize + start - 1,
[all …]
/external/opencv3/samples/gpu/
Dpyrlk_optical_flow.cpp16 static void download(const GpuMat& d_mat, vector<Point2f>& vec) in download() function
20 d_mat.download(mat); in download()
23 static void download(const GpuMat& d_mat, vector<uchar>& vec) in download() function
27 d_mat.download(mat); in download()
165 download(d_prevPts, prevPts); in main()
168 download(d_nextPts, nextPts); in main()
171 download(d_status, status); in main()
Dbgfg_segm.cpp153 d_fgmask.download(fgmask); in main()
154 d_fgimg.download(fgimg); in main()
156 d_bgimg.download(bgimg); in main()
/external/opencv3/modules/videostab/src/
Doptical_flow.cpp85 errors_.download(errors.getMatRef()); in run()
90 points1_.download(points1.getMatRef()); in run()
91 status_.download(status.getMatRef()); in run()
148 flowX_.download(flowX.getMatRef()); in run()
149 flowY_.download(flowY.getMatRef()); in run()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/properties/
DfeedPublish.eclipse.properties27 feedURL=http://download.eclipse.org/eclipse/downloads/builds-eclipse.xml
28 buildURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/eclipse/downloads/drops/%%bu…
43 releaseNotesURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/buildNotes.php
45 downloadsURL=http://download.eclipse.org/eclipse/downloads/
60 JUnitTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/testResults.php
61 performanceTestURL=http://download.eclipse.org/eclipse/downloads/drops/%%buildID%%/performance/perf…
82 # only need the filename; the full http URL can be assembled from buildURL + "/download.php?dropFil…
DfeedPublish.uml2.properties27 feedURL=http://download.eclipse.org/modeling/mdt/feeds/builds-uml2-uml-2.1.xml
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/downlo…
44 updateManagerURL=http://download.eclipse.org/modeling/mdt/updates/?project=uml2-uml
57 …oads/download.php?file=/eclipse/downloads/drops/M20060919-1045/eclipse-SDK-M20060919-1045-linux-gt…
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/modeling/mdt/uml2-uml/download…
70 # only need the filename; the full http URL can be assembled from buildURL + "/download.php?dropFil…
91 scpTarget=khussey@download1.eclipse.org:/home/data/httpd/download.eclipse.org/tools/uml2/feeds/
DfeedPublish.emf.properties27 feedURL=http://download.eclipse.org/tools/emf/feeds/builds-emf-2.3.xml
37 buildDetailURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%…
44 updateManagerURL=http://download.eclipse.org/tools/emf/updates/
57 dependencyURLs=http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/M2006091…
60 JUnitTestURL=http://www.eclipse.org/downloads/download.php?r=1&file=/tools/emf/downloads/drops/%%ve…
70 # only need the filename; the full http URL can be assembled from buildURL + "/download.php?dropFil…
91 scpTarget=nickb@download1.eclipse.org:/home/data/httpd/download.eclipse.org/tools/emf/feeds/
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/templates/packager/
Dpackager.properties29 #Skip any download and unzipping work because the things to be packaged are already available in ${…
30 #Comment the property if you want the download and unzip to occur.
34 #Don't download packager map files, they should already exist in ${downloadDirectory}
35 #comment out this property to download the map file from packagerMapURL
37 #The URL from which to download the packager map file. If more than one file needs to be downloaded…
40 #Don't download the archives.
48 # A comma separated list of filters used to optimize the download of archives.
/external/opencv3/modules/stitching/include/opencv2/stitching/detail/
Dwarpers.hpp413 d_xmap_.download(xmap); in buildMaps()
414 d_ymap_.download(ymap); in buildMaps()
421 d_xmap_.download(xmap); in buildMaps()
422 d_ymap_.download(ymap); in buildMaps()
431 d_dst_.download(dst); in warp()
440 d_dst_.download(dst); in warp()
467 d_xmap_.download(xmap); in buildMaps()
468 d_ymap_.download(ymap); in buildMaps()
477 d_dst_.download(dst); in warp()
499 d_xmap_.download(xmap); in buildMaps()
[all …]
/external/curl/docs/examples/
DREADME38 curlgtk.c - download using a GTK progress bar
48 getinmemory.c - download a file to memory only
52 htmltidy.c - download a document and use libtidy to parse the HTML
53 htmltitle.cc - download a HTML file and extract the <title> tag from a HTML
75 sepheaders.c - download headers to a separate file
76 simple.c - the most simple download a URL source
80 url2file.c - download a document and store it in a file
/external/chromium-trace/catapult/third_party/gsutil/gslib/third_party/storage_apitools/
Dstorage_v1_client.py898 def Compose(self, request, global_params=None, download=None): argument
912 download=download)
914 def Copy(self, request, global_params=None, download=None): argument
928 download=download)
943 def Get(self, request, global_params=None, download=None): argument
957 download=download)
959 def Insert(self, request, global_params=None, upload=None, download=None): argument
977 download=download)
1018 def Update(self, request, global_params=None, download=None): argument
1032 download=download)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/samples/storage_sample/storage/
Dstorage_v1_client.py874 def Compose(self, request, global_params=None, download=None): argument
888 download=download)
890 def Copy(self, request, global_params=None, download=None): argument
904 download=download)
919 def Get(self, request, global_params=None, download=None): argument
933 download=download)
935 def Insert(self, request, global_params=None, upload=None, download=None): argument
953 download=download)
994 def Update(self, request, global_params=None, download=None): argument
1008 download=download)
/external/curl/tests/data/
Dtest3835 download on.
55 # the download target file must remain untouched
58 download on.
Dtest25636 download on.
58 # the download target file must remain untouched
61 download on.
/external/skia/site/dev/contrib/
Dpatch.md40 https://codereview.appspot.com/download/issue6201055_1.diff )
42 download the patch from the command line:
45 curl https://codereview.appspot.com/download/issue6201055_1.diff
48 wget https://codereview.appspot.com/download/issue6201055_1.diff
52 * Otherwise, figure out some other way to download this file and save it as
/external/opencv3/modules/cudaimgproc/perf/
Dperf_histogram.cpp112 d_hist[0].download(cpu_hist0); in PERF_TEST_P()
113 d_hist[1].download(cpu_hist1); in PERF_TEST_P()
114 d_hist[2].download(cpu_hist2); in PERF_TEST_P()
115 d_hist[3].download(cpu_hist3); in PERF_TEST_P()
/external/sonivox/jet_tools/JetCreator/
DReadMe1st.txt28 http://www.python.org/download/releases/2.5.4/
29 http://www.wxpython.org/download.php
34 http://www.wxpython.org/download.php
/external/eclipse-basebuilder/src/
DREADME.txt2 - open the Eclipse 3.6.2 download page:
3 http://download.eclipse.org/eclipse/downloads/drops/R-3.6.2-201102101200/index.php
/external/skia/site/dev/testing/
Dskps.md7 * [How to download SKPs](#download_skps)
23 … it useful to download these SKPs to run local tests to reproduce problems seen on the buildbots. …
26 How to download SKPs
50 * Once approved you can download Skia's weekly refreshed buildbot SKPs from gs://chrome-partner-tel…
/external/opencv3/modules/cudaimgproc/src/
Dhough_lines.cpp191 d_lines.row(0).download(h_lines, stream); in downloadResults()
193 d_lines.row(0).download(h_lines); in downloadResults()
199 d_votes.download(h_votes, stream); in downloadResults()
201 d_votes.download(h_votes); in downloadResults()
/external/chromium-trace/catapult/
D.gitignore9 # A script some of us use to download Deep Report traces. It must live in that
14 # devil's binary dependency download folder.
/external/curl/docs/
DFEATURES20 - custom maximum download time
21 - custom least download speed acceptable
34 - support for large files (>2GB and >4GB) during upload and download
78 - download
89 - download resume
111 - download
132 - download
/external/opencv3/modules/cudaarithm/test/
Dtest_stream.cpp95 d_dst.download(dst, stream); in CUDA_TEST_P()
124 d_dst.download(dst, stream); in CUDA_TEST_P()
141 d_dst.download(h_dst, stream); in CUDA_TEST_P()
/external/opencv3/modules/cudev/test/
Dtest_reduction.cu61 dst.download(_OutputArray(&res, 1)); in TEST()
79 dst.download(_OutputArray(&res, 1)); in TEST()
96 dst.download(_OutputArray(&res, 1)); in TEST()
115 dst.download(_OutputArray(&res, 1)); in TEST()
132 dst.download(Mat(1, 2, CV_32FC1, res)); in TEST()
/external/autotest/client/virt/
Drss_client.py377 def download(self, src_pattern, dst_path, timeout=600): member in FileDownloadClient
469 def download(address, port, src_pattern, dst_path, log_func=None, timeout=60, function
477 client.download(src_pattern, dst_path, timeout)
499 if options.download == options.upload:
512 if options.download:
513 download(address, port, src_pattern, dst_path, logger, options.timeout)

12345678910>>...25