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

1 2 3 4 5 6 7 8 91011>>

  /external/bart/
setup.cfg 2 upload-dir = docs/api_reference/_build/html
  /external/mesa3d/src/gallium/auxiliary/util/
u_upload_mgr.c 44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */
50 struct pipe_resource *buffer; /* Upload buffer. */
51 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */
52 uint8_t *map; /* Pointer to the mapped upload buffer. */
53 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;
68 upload->bind = bind
    [all...]
  /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>
  /external/curl/docs/cmdline-opts/
crlf.d 2 Help: Convert LF to CRLF in upload
5 Convert LF to CRLF in upload. Useful for MVS (OS/390).
  /external/trappy/
setup.cfg 2 upload-dir = doc/api_reference/_build/html
  /external/skia/tools/svg/
svgs.txt 17 https://upload.wikimedia.org/wikipedia/commons/6/6d/Alabama-StateSeal.svg
18 https://upload.wikimedia.org/wikipedia/commons/2/2b/Alaska-StateSeal.svg
19 https://upload.wikimedia.org/wikipedia/commons/7/7e/Arizona-StateSeal.svg
20 https://upload.wikimedia.org/wikipedia/commons/0/0f/Seal_of_California.svg
21 https://upload.wikimedia.org/wikipedia/commons/5/51/Colorado-StateSeal.svg
22 https://upload.wikimedia.org/wikipedia/commons/e/e5/Connecticut-StateSeal.svg
23 https://upload.wikimedia.org/wikipedia/commons/c/c0/Delaware-StateSeal.svg
24 https://upload.wikimedia.org/wikipedia/commons/b/bf/Florida-StateSeal.svg
25 https://upload.wikimedia.org/wikipedia/commons/e/e0/Georgia-StateSeal.svg
26 https://upload.wikimedia.org/wikipedia/commons/c/c5/Hawaii-StateSeal.sv
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
nine_buffer_upload.c 50 unsigned free_offset; /* Aligned offset to the upload buffer, pointing
73 nine_upload_create_buffer_group(struct nine_buffer_upload *upload,
77 struct pipe_screen *screen = upload->pipe->screen;
78 DBG("%p %p\n", upload, group);
85 resource.width0 = upload->buffers_size;
97 group->map = pipe_buffer_map_range(upload->pipe, group->resource,
98 0, upload->buffers_size,
113 nine_upload_destroy_buffer_group(struct nine_buffer_upload *upload,
116 DBG("%p %p\n", upload, group);
120 pipe_transfer_unmap(upload->pipe, group->transfer)
131 struct nine_buffer_upload *upload; local
    [all...]
  /external/ltp/runtest/
net_stress.appl 17 ftp4-upload-stress ftp-upload-stress
18 ftp6-upload-stress ftp-upload-stress -6
  /external/skia/infra/bots/assets/android_ndk_darwin/
upload.py 9 """Upload a new version of the asset."""
16 common.run('upload')
  /external/skia/infra/bots/assets/android_ndk_linux/
upload.py 9 """Upload a new version of the asset."""
16 common.run('upload')
  /external/skia/infra/bots/assets/android_ndk_windows/
upload.py 9 """Upload a new version of the asset."""
16 common.run('upload')
  /external/skia/infra/bots/assets/android_sdk/
upload.py 9 """Upload a new version of the asset."""
16 common.run('upload')
  /external/skia/infra/bots/assets/armhf_sysroot/
upload.py 9 """Upload a new version of the asset."""
16 common.run('upload')
  /external/skia/infra/bots/assets/cast_toolchain/
upload.py 9 """Upload a new version of the asset."""
16 common.run('upload')

Completed in 958 milliseconds

1 2 3 4 5 6 7 8 91011>>