HomeSort by relevance Sort by last modified time
    Searched refs:upload (Results 26 - 50 of 272) sorted by null

12 3 4 5 6 7 8 91011

  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/ois-v1-4svn/includes/win32/
Win32ForceFeedback.h 39 /** @copydoc ForceFeedback::upload */
40 void upload( const Effect* effect );
87 //Actually do the upload
  /external/opencv3/modules/cudalegacy/perf/
perf_bgsegm.cpp 104 d_frame.upload(frame);
121 d_frame.upload(frame);
204 d_frame.upload(frame);
236 d_frame.upload(frame);
  /external/opencv3/samples/gpu/
driver_api_stereo_multi.cpp 163 d_left[0].upload(left.rowRange(0, left.rows / 2));
164 d_right[0].upload(right.rowRange(0, right.rows / 2));
170 d_left[1].upload(left.rowRange(left.rows / 2, left.rows));
171 d_right[1].upload(right.rowRange(right.rows / 2, right.rows));
surf_keypoint_matcher.cpp 36 img1.upload(imread(argv[++i], IMREAD_GRAYSCALE));
41 img2.upload(imread(argv[++i], IMREAD_GRAYSCALE));
stereo_match.cpp 169 d_left.upload(left);
170 d_right.upload(right);
200 d_left.upload(left);
201 d_right.upload(right);
269 d_left.upload(left);
270 d_right.upload(right);
stereo_multi.cpp 157 d_leftFrame.upload(leftFrame);
158 d_rightFrame.upload(rightFrame);
261 data->d_leftFrame->upload(data->leftFrame);
262 data->d_rightFrame->upload(data->rightFrame);
335 d_leftFrames[0].upload(leftFrameHdr.rowRange(0, leftFrame.rows / 2 + 32), *streams[0]);
336 d_rightFrames[0].upload(rightFrameHdr.rowRange(0, leftFrame.rows / 2 + 32), *streams[0]);
341 d_leftFrames[1].upload(leftFrameHdr.rowRange(leftFrame.rows / 2 - 32, leftFrame.rows), *streams[1]);
342 d_rightFrames[1].upload(rightFrameHdr.rowRange(leftFrame.rows / 2 - 32, leftFrame.rows), *streams[1]);
  /frameworks/base/libs/hwui/
PixelBuffer.cpp 42 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) override;
71 void CpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::CpuPixelBuffer
89 void upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) override;
149 void GpuPixelBuffer::upload(uint32_t x, uint32_t y, uint32_t width, uint32_t height, int offset) { function in class:android::uirenderer::GpuPixelBuffer
  /external/deqp/framework/opengl/
gluTexture.hpp 54 void upload (void);
77 void upload (void); // Not supported on compressed textures.
117 void upload (void); // Not supported on compressed textures.
153 void upload (void);
186 void upload (void);
216 void upload (void);
249 void upload (void);
294 void upload (void);
  /external/opencv3/samples/gpu/performance/
tests.cpp 52 d_templ.upload(templ);
80 d_src.upload(src);
122 d_src.upload(src);
123 d_xmap.upload(xmap);
124 d_ymap.upload(ymap);
152 d_src.upload(src);
180 d_src.upload(src);
210 d_src.upload(src);
238 d_src.upload(src);
270 d_src.upload(src)
    [all...]
  /external/bison/build-aux/
gnupload 2 # Sign files and upload them.
50 -- treat the remaining arguments as files to upload
73 build directive files and upload files by FTP
75 build directive files and upload files by SFTP
76 [user@]host:DIRECTORY upload files with scp
84 1. Upload foobar-1.0.tar.gz to ftp.gnu.org:
87 2. Upload foobar-1.0.tar.gz and foobar-1.0.tar.xz to ftp.gnu.org:
95 4. Upload foobar-0.9.90.tar.gz to two sites:
100 5. Delete oopsbar-0.9.91.tar.gz and upload foobar-0.9.91.tar.gz
219 echo "$0: No file to upload" 1>&
313 upload () function
    [all...]
  /external/curl/docs/examples/
ftpuploadresume.c 23 * Upload to FTP, resuming failed transfers.
65 /* read data to upload */
80 int upload(CURL *curlhandle, const char * remotepath, const char * localpath, function
166 upload(curlhandle, "ftp://user:pass@example.com/path/file", "C:\\file",
  /external/skia/src/gpu/batches/
GrDrawBatch.h 30 virtual void upload(TextureUploader*)=0;
  /external/opencv3/modules/cudabgsegm/perf/
perf_bgsegm.cpp 125 d_frame.upload(frame);
152 d_frame.upload(frame);
229 d_frame.upload(frame);
256 d_frame.upload(frame);
363 d_frame.upload(frame);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_draw_upload.c 317 * know what data to upload.
365 struct brw_vertex_element *upload[VERT_ATTRIB_MAX]; local
474 upload[nr_uploads++] = input;
478 /* If we need to upload all the arrays, then we can trim those arrays to
495 /* All uploads are interleaved, so upload the arrays together as
496 * interleaved. First, upload the contents and set up upload[0].
498 copy_array_to_vbo_array(brw, upload[0], min_index, max_index,
503 /* Then, just point upload[i] at upload[0]'s buffer. *
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
base_api.py 41 """Media upload information for a method.
46 max_size: (integer) Maximum size of a media upload, such as 3MB
83 upload_config: (ApiUploadInfo) Information about the upload
584 def __SetBody(self, http_request, method_config, request, upload):
604 if upload and not body_value:
612 upload=None, upload_config=None, download=None):
622 self.__SetBody(http_request, method_config, request, upload)
629 # It's important that upload and download go before we fill in the
631 if upload is not None:
632 upload.ConfigureRequest(upload_config, http_request, url_builder
    [all...]
transfer_test.py 201 resumable_path=u'/resumable/upload',
203 simple_path=u'/upload',
209 upload = transfer.Upload.FromStream(
217 upload.ConfigureRequest(upload_config, http_request, url_builder)
225 upload = transfer.Upload.FromStream(
232 upload.ConfigureRequest(upload_config, http_request, url_builder)
  /external/autotest/client/virt/
rss_client.py 256 Connect to a RSS (remote shell server) and upload files or directory trees.
291 def upload(self, src_pattern, dst_path, timeout=600): member in class:FileUploadClient
457 def upload(address, port, src_pattern, dst_path, log_func=None, timeout=60, function
460 Connect to server and upload files.
465 client.upload(src_pattern, dst_path, timeout)
472 Connect to server and upload files.
489 parser.add_option("-u", "--upload",
490 action="store_true", dest="upload",
491 help="upload files to server")
499 if options.download == options.upload
    [all...]
  /external/ceres-solver/scripts/
make_release 113 # Reminder to upload.
117 - Upload /tmp/ceres-solver-$1.tar.gz
122 - Build and upload RPM package.
  /external/opencv3/modules/cudev/include/opencv2/cudev/ptr2d/
gpumat.hpp 103 //! pefroms upload data to GpuMat (Blocking call)
104 __host__ void upload(InputArray arr);
106 //! pefroms upload data to GpuMat (Non-Blocking call)
107 __host__ void upload(InputArray arr, Stream& stream);
  /external/opencv3/samples/cpp/tutorial_code/gpu/gpu-basics-similarity/
gpu-basics-similarity.cpp 198 b.gI1.upload(I1);
199 b.gI2.upload(I2);
225 gI1.upload(I1);
226 gI2.upload(I2);
310 gI1.upload(i1);
311 gI2.upload(i2);
380 b.gI1.upload(i1);
381 b.gI2.upload(i2);
  /external/owasp/sanitizer/tools/
googlecode_upload.py 12 # To upload a file to Google Code, you need to provide a path to the
21 # Note that the upload script requests that you enter your
33 # the upload() function, which is the meat of the uploader. You
59 def upload(file, project_name, user_name, password, summary, labels=None): function
60 """Upload a file to a Google Code project's file server.
72 http_status: 201 if the upload succeeded, something else if an
75 file_url: If the upload succeeded, the URL of the file on Google
114 the file to upload. The file will be uploaded to Google Code with
124 # Add the metadata about the upload first
143 # The upload server determines the mime-type, no need to set it
    [all...]
  /external/autotest/client/cros/
httpd.py 37 If the form submission is a file upload, the file will be written
98 upload = field_item.file.read()
100 (field, len(upload)))
102 file(field_item.filename, 'w').write(upload)
103 del upload
  /external/chromium-trace/catapult/trace_processor/trace_uploader/endpoints/
upload.py 32 <form action="/upload" enctype="multipart/form-data" method="post">
34 <div><input type="submit" value="Upload"></div>
82 app = webapp2.WSGIApplication([('/upload', UploadPage)])
  /external/opencv3/modules/cudacodec/perf/
perf_video.cpp 131 d_frame.upload(frame);
  /external/opencv3/modules/cudacodec/test/
test_video.cpp 98 d_frame.upload(frame);

Completed in 1360 milliseconds

12 3 4 5 6 7 8 91011