HomeSort by relevance Sort by last modified time
    Searched full:upload (Results 1 - 25 of 1512) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */
48 struct pipe_resource *buffer; /* Upload buffer. */
49 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */
50 uint8_t *map; /* Pointer to the mapped upload buffer. */
51 unsigned size; /* Actual size of the upload buffer. */
52 unsigned offset; /* Aligned offset to the upload buffer, pointing
62 struct u_upload_mgr *upload = CALLOC_STRUCT( u_upload_mgr ); local
63 if (!upload)
66 upload->pipe = pipe;
67 upload->default_size = default_size
    [all...]
u_upload_mgr.h 42 * Create the upload manager.
45 * \param default_size Minimum size of the upload buffer, in bytes.
46 * \param alignment Alignment of each suballocation in the upload buffer.
55 * Destroy the upload manager.
57 void u_upload_destroy( struct u_upload_mgr *upload );
60 * Unmap and release old upload buffer.
62 * This is like u_upload_unmap() except the upload buffer is released for
67 void u_upload_flush( struct u_upload_mgr *upload );
70 * Unmap upload buffer
72 * \param upload Upload manage
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/
.hgignore 4 upload.py
  /external/curl/tests/data/
test603 5 SCP upload
21 SCP upload
24 --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file603.txt scp://%HOSTIP:%SSHPORT%PWD/log/upload.603 --insecure
28 for ssh upload test
35 <upload>
37 for ssh upload test
38 </upload>
test1038 23 FTP PASV upload resume from end of file
29 this is the *****cr@p******** that we're gonna upload
47 <upload>
48 cr@p******** that we're gonna upload
51 </upload>
test109 21 FTP PASV upload append
28 upload this
43 <upload>
45 upload this
46 </upload>
test112 20 FTP PASV upload resume
26 this is the *****crap******** that we're gonna upload
43 <upload>
44 gonna upload
47 </upload>
test235 18 FTP resumed upload but no file present remotely
24 this is the *****crap******** that we're gonna upload
42 <upload>
43 this is the *****crap******** that we're gonna upload
46 </upload>
test505 23 FTP upload with rename after transfer
34 upload
43 <upload>
49 upload
53 </upload>
test541 23 FTP upload and upload same file again without rewind
34 upload
43 <upload>
44 </upload>
test602 24 --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file602.txt sftp://%HOSTIP:%SSHPORT%PWD/log/upload.602 --insecure
28 for ssh upload test
35 <upload>
37 for ssh upload test
38 </upload>
test624 25 --ftp-create-dirs --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file624.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test624.dir/upload.624 --insecure
28 perl %SRCDIR/libtest/test610.pl move %PWD/log/test624.dir/upload.624 %PWD/log/upload.624 rmdir %PWD/log/test624.dir
32 for ssh upload test
39 <upload>
41 for ssh upload test
42 </upload>
test216 18 FTP upload two files to the same dir
21 -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/ -T log/upload.216 ftp://%HOSTIP:%FTPPORT/a/path/216/%2e%2eanotherup
23 <file name="log/upload.216">
24 upload this file twice
39 STOR upload.216
test247 20 FTP upload time condition evaluates TRUE => skip upload
37 <upload>
38 </upload>
test625 25 --ftp-create-dirs --key curl_client_key --pubkey curl_client_key.pub -u %USER: -T log/file625.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test625.a/upload.625 -T log/file625.txt sftp://%HOSTIP:%SSHPORT%PWD/log/test625.b/upload.625 --insecure
28 perl %SRCDIR/libtest/test610.pl move %PWD/log/test625.a/upload.625 %PWD/log/upload.625 rmdir %PWD/log/test625.a rm %PWD/log/test625.b/upload.625 rmdir %PWD/log/test625.b
32 for ssh upload test
39 <upload>
41 for ssh upload test
42 </upload>
test1039 23 FTP PASV upload resume from end of empty file
29 this is the *****cr@p******** that we're gonna upload
47 <upload>
48 this is the *****cr@p******** that we're gonna upload
51 </upload>
test108 21 FTP PORT upload with CWD
28 upload this
51 <upload>
53 upload this
54 </upload>
test525 26 FTP PORT upload using multi interface
33 upload this
54 <upload>
56 upload this
57 </upload>
test529 26 FTP PORT upload using multi interface (weird cleanup function sequence)
33 upload this
54 <upload>
56 upload this
57 </upload>
test107 16 FTP PASV upload file
33 <upload>
40 </upload>
test128 20 FTP upload with --crlf
47 <upload>
55 </upload>
test401 20 FTPS PASV upload file
37 <upload>
44 </upload>
test409 20 FTPS PASV upload file
37 <upload>
44 </upload>
test582 24 SFTP upload using multi interface
31 upload this
46 upload this
  /external/chromium-trace/catapult/third_party/Paste/
setup.cfg 7 distribute = register sdist bdist_egg upload pudge publish

Completed in 1778 milliseconds

1 2 3 4 5 6 7 8 91011>>