Home
last modified time | relevance | path

Searched full:upload (Results 1 – 25 of 2224) sorted by relevance

12345678910>>...89

/external/mesa3d/src/gallium/auxiliary/util/
Du_upload_mgr.c44 unsigned default_size; /* Minimum size of the upload buffer, in bytes. */
51 struct pipe_resource *buffer; /* Upload buffer. */
52 struct pipe_transfer *transfer; /* Transfer object for the upload buffer. */
53 uint8_t *map; /* Pointer to the mapped upload buffer. */
55 unsigned offset; /* Aligned offset to the upload buffer, pointing
65 struct u_upload_mgr *upload = CALLOC_STRUCT(u_upload_mgr); in u_upload_create() local
66 if (!upload) in u_upload_create()
69 upload->pipe = pipe; in u_upload_create()
70 upload->default_size = default_size; in u_upload_create()
71 upload->bind = bind; in u_upload_create()
[all …]
Du_upload_mgr.h46 * Create the upload manager.
49 * \param default_size Minimum size of the upload buffer, in bytes.
70 u_upload_clone(struct pipe_context *pipe, struct u_upload_mgr *upload);
74 u_upload_enable_flush_explicit(struct u_upload_mgr *upload);
78 u_upload_disable_persistent(struct u_upload_mgr *upload);
81 * Destroy the upload manager.
83 void u_upload_destroy( struct u_upload_mgr *upload );
86 * Unmap upload buffer
88 * \param upload Upload manager
91 * which references the upload buffer, as many memory managers either
[all …]
/external/skqp/tools/svg/
Dsvgs_parse_only.txt11 https://upload.wikimedia.org/wikipedia/commons/6/6d/Alabama-StateSeal.svg
12 https://upload.wikimedia.org/wikipedia/commons/2/2b/Alaska-StateSeal.svg
13 https://upload.wikimedia.org/wikipedia/commons/7/7e/Arizona-StateSeal.svg
14 https://upload.wikimedia.org/wikipedia/commons/0/0f/Seal_of_California.svg
15 https://upload.wikimedia.org/wikipedia/commons/5/51/Colorado-StateSeal.svg
16 https://upload.wikimedia.org/wikipedia/commons/e/e5/Connecticut-StateSeal.svg
17 https://upload.wikimedia.org/wikipedia/commons/c/c0/Delaware-StateSeal.svg
18 https://upload.wikimedia.org/wikipedia/commons/b/bf/Florida-StateSeal.svg
19 https://upload.wikimedia.org/wikipedia/commons/e/e0/Georgia-StateSeal.svg
20 https://upload.wikimedia.org/wikipedia/commons/c/c5/Hawaii-StateSeal.svg
[all …]
/external/skia/tools/svg/
Dsvgs_parse_only.txt11 https://upload.wikimedia.org/wikipedia/commons/6/6d/Alabama-StateSeal.svg
12 https://upload.wikimedia.org/wikipedia/commons/2/2b/Alaska-StateSeal.svg
13 https://upload.wikimedia.org/wikipedia/commons/7/7e/Arizona-StateSeal.svg
14 https://upload.wikimedia.org/wikipedia/commons/5/51/Colorado-StateSeal.svg
15 https://upload.wikimedia.org/wikipedia/commons/e/e5/Connecticut-StateSeal.svg
16 https://upload.wikimedia.org/wikipedia/commons/c/c0/Delaware-StateSeal.svg
17 https://upload.wikimedia.org/wikipedia/commons/e/e0/Georgia-StateSeal.svg
18 https://upload.wikimedia.org/wikipedia/commons/c/c5/Hawaii-StateSeal.svg
19 https://upload.wikimedia.org/wikipedia/commons/4/49/Idaho-StateSeal.svg
20 https://upload.wikimedia.org/wikipedia/commons/c/c4/Indiana-StateSeal.svg
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_upload.c28 * Batched upload via BOs.
37 brw_upload_finish(struct brw_uploader *upload) in brw_upload_finish() argument
39 assert((upload->bo == NULL) == (upload->map == NULL)); in brw_upload_finish()
40 if (!upload->bo) in brw_upload_finish()
43 brw_bo_unmap(upload->bo); in brw_upload_finish()
44 brw_bo_unreference(upload->bo); in brw_upload_finish()
45 upload->bo = NULL; in brw_upload_finish()
46 upload->map = NULL; in brw_upload_finish()
47 upload->next_offset = 0; in brw_upload_finish()
71 brw_upload_space(struct brw_uploader *upload, in brw_upload_space() argument
[all …]
/external/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c50 unsigned free_offset; /* Aligned offset to the upload buffer, pointing
73 nine_upload_create_buffer_group(struct nine_buffer_upload *upload, in nine_upload_create_buffer_group() argument
77 struct pipe_screen *screen = upload->pipe->screen; in nine_upload_create_buffer_group()
78 DBG("%p %p\n", upload, group); in nine_upload_create_buffer_group()
85 resource.width0 = upload->buffers_size; in nine_upload_create_buffer_group()
97 group->map = pipe_buffer_map_range(upload->pipe, group->resource, in nine_upload_create_buffer_group()
98 0, upload->buffers_size, in nine_upload_create_buffer_group()
113 nine_upload_destroy_buffer_group(struct nine_buffer_upload *upload, in nine_upload_destroy_buffer_group() argument
116 DBG("%p %p\n", upload, group); in nine_upload_destroy_buffer_group()
120 pipe_transfer_unmap(upload->pipe, group->transfer); in nine_upload_destroy_buffer_group()
[all …]
/external/google-breakpad/docs/
Dsym_upload_v2_protocol.md3 The `sym_upload` tool is able to operate in `sym-upload-v2` protocol mode, in
4 addition to the legacy protocol (which will be referred to as `sym-upload-v1`
5 for the rest of this document). For now `sym-upload-v2` is HTTP/REST-based but
14 * [Serving the `sym-upload-v2` protocol](#serving-the-sym-upload-v2-protocol)
17 * [Upload `create`](#upload-create)
19 * [Upload complete](#upload-complete)
24 Using `sym_upload` in `sym-upload-v2` protocol mode has the following features
25 beyond `sym-upload-v1`:
29 server. If it's present, then the upload is skipped entirely.
37 Uploading in `sym-upload-v2` protocol mode is easy. Invoke `sym_upload` like
[all …]
/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.uploads.html79 <p class="firstline">Delete data associated with a previous upload.</p>
88 <p class="firstline">Upload data for a custom data source.</p>
92 <pre>Delete data associated with a previous upload.
101 { # Request template for the delete upload data request.
102 "customDataImportUids": [ # A list of upload UIDs.
115 accountId: string, Account Id for the upload to retrieve. (required)
116 webPropertyId: string, Web property Id for the upload to retrieve. (required)
117 customDataSourceId: string, Custom data source Id for upload to retrieve. (required)
118 uploadId: string, Upload Id to retrieve. (required)
123 { # Metadata returned for an upload operation.
[all …]
/external/python/apitools/apitools/base/py/
Dtransfer_test.py260 # request body in the case of a multipart upload; for
276 resumable_path=u'/resumable/upload',
278 simple_path=u'/upload',
284 upload = transfer.Upload.FromStream(
292 upload.ConfigureRequest(upload_config, http_request, url_builder)
301 upload = transfer.Upload.FromStream(
308 upload.ConfigureRequest(upload_config, http_request, url_builder)
342 # Create and configure the upload object.
343 upload = transfer.Upload(
349 upload.strategy = transfer.RESUMABLE_UPLOAD
[all …]
Dtransfer.py17 """Upload and download support for apitools."""
41 'Upload',
69 """Print upload progress based on response."""
74 """Print information about a completed upload."""
75 print('Upload complete')
567 class Upload(_Transfer): class
569 """Data for a single Upload.
572 stream: The stream to upload.
573 mime_type: MIME type of the upload.
574 total_size: (optional) Total upload size for the stream.
[all …]
/external/deqp/doc/testspecs/GLES3/
Dperformance.buffer.data_upload.txt19 Buffer upload performance tests
61 + Buffer upload performance after a draw call using the target buffer
68 + Complex buffer usage before upload (e.g transform feedback, copyBufferSubData)
69 + Sustained upload performance tests
73 Upload performance tests approximate upload speed by testing time usage of different
74 buffer upload functions with multiple different buffer sizes. The time usage of these
78 parameters. The test result of an upload test is the median transfer rate of the test
119 performance from the observation of a buffer upload completion (a return from a
122 "processing time" does not include the upload time. All tests and test samples have the
126 Each case's draw function, uploaded buffer type, and upload method is encoded to the case
[all …]
/external/deqp/doc/testspecs/GLES2/
Dperformance.texture.upload.txt19 Texture upload performance tests
22 + dEQP-GLES2.performance.texture.upload.*
29 + Upload functions glTexImage2D and glTexSubImage2D
33 - Upload call only
34 - Upload and draw with uploaded texture + buffer swap
38 + Trashed cache before upload
42 Texture upload performance cases measure the performance of texture upload
43 calls. Subgroup 'upload' measures the duration of upload calls (i.e.
44 recorded iteration time includes only multiple texture upload calls).
46 each upload and swaps buffers afterwards (i.e. recorded iteration time
[all …]
/external/curl/docs/examples/
Dftpuploadfrommem.c23 * FTP upload a file from memory
48 struct WriteThis *upload = (struct WriteThis *)userp; in read_callback() local
54 if(upload->sizeleft) { in read_callback()
56 if(copylen > upload->sizeleft) in read_callback()
57 copylen = upload->sizeleft; in read_callback()
58 memcpy(ptr, upload->readptr, copylen); in read_callback()
59 upload->readptr += copylen; in read_callback()
60 upload->sizeleft -= copylen; in read_callback()
72 struct WriteThis upload; in main() local
74 upload.readptr = data; in main()
[all …]
/external/rust/crates/grpcio-sys/grpc/bazel/
Dupdate_mirror.sh16 # Script to upload github archives for bazel dependencies to GCS, creating a reliable mirror link.
34 function upload { function
51 # A specific link can be upload manually by running e.g.
52 # upload "github.com/google/boringssl/archive/1c2769383f027befac5b75b6cedd25daf3bf4dcf.tar.gz"
55 upload github.com/bazelbuild/bazel/releases/download/1.0.0/bazel-1.0.0-linux-x86_64
56 upload github.com/bazelbuild/bazel/releases/download/1.0.0/bazel-1.0.0-darwin-x86_64
57 upload github.com/bazelbuild/bazel/releases/download/1.0.0/bazel-1.0.0-windows-x86_64.exe
59 upload github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-linux-x86_64
60 upload github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-darwin-x86_64
61 upload github.com/bazelbuild/bazel/releases/download/2.2.0/bazel-2.2.0-windows-x86_64.exe
[all …]
/external/skia/src/gpu/
DGrDeferredUpload.h21 * contents. In that case the ASAP upload would happen prior to the draw and therefore the draw
23 * should schedule an inline upload.
25 * Ops, in conjunction with helpers such as GrDrawOpAtlas, use upload tokens to know what the most
28 * The deferred upload's target provides a facility for testing whether the draw corresponding to
29 * the token has been flushed. If it has not been flushed then the op must perform an inline upload
30 * instead so that the upload occurs after the draw depending on the old contents and before the
31 * draw depending on the updated contents. When scheduling an inline upload the op provides the
32 * token of the draw that the upload must occur before.
115 * Passed to a deferred upload when it is executed, this method allows the deferred upload to
123 * A deferred texture upload is simply a std::function that takes a
[all …]
/external/skqp/src/gpu/
DGrDeferredUpload.h21 * contents. In that case the ASAP upload would happen prior to the draw and therefore the draw
23 * should schedule an inline upload.
25 * Ops, in conjunction with helpers such as GrDrawOpAtlas, use upload tokens to know what the most
29 * token has been flushed. If it has not been flushed then the op must perform an inline upload
30 * instead so that the upload occurs after the draw depending on the old contents and before the
31 * draw depending on the updated contents. When scheduling an inline upload the op provides the
32 * token of the draw that the upload must occur before.
115 * Passed to a deferred upload when it is executed, this method allows the deferred upload to
123 * A deferred texture upload is simply a std::function that takes a
125 * upload as the draw/upload sequence is executed.
[all …]
/external/google-breakpad/src/tools/linux/symupload/
Dsym_upload.cc30 // symupload.cc: Upload a symbol file to a HTTP server. The upload is sent as
68 fprintf(stderr, "Usage: %s [options...] <symbol-file> <upload-URL>\n", in Usage()
73 fprintf(stderr, "<upload-URL> is the destination for the upload\n"); in Usage()
74 fprintf(stderr, "-p:\t <protocol> One of ['sym-upload-v1'," in Usage()
75 " 'sym-upload-v2'], defaults to 'sym-upload-v1'.\n"); in Usage()
82 fprintf(stderr, "These options only work with 'sym-upload-v2' protocol:\n"); in Usage()
85 fprintf(stderr, "-f:\t Force symbol upload if already exists.\n"); in Usage()
86 fprintf(stderr, "-t:\t <symbol-type> Explicitly set symbol upload type (" in Usage()
93 "upload (basename of executable).\n"); in Usage()
95 "upload (typically build ID of executable).\n"); in Usage()
[all …]
/external/curl/docs/cmdline-opts/
Dupload-file.d1 Long: upload-file
5 Category: important upload
11 file name to use. That will most likely cause the upload operation to fail. If
19 You can specify one --upload-file for each URL on the command line. Each
20 --upload-file + URL pair specifies what to upload and to where. curl also
21 supports "globbing" of the --upload-file argument, meaning that you can upload
25 curl --upload-file "{file1,file2}" http://www.example.com
29 curl -T "img[1-1000].png" ftp://ftp.example.com/upload/
/external/curl/tests/data/
Dtest62525 …TIP:%SSHPORT%SSH_PWD/log/test625.a/upload.625 -T log/file625.txt sftp://%HOSTIP:%SSHPORT%SSH_PWD/l…
28 …est610.pl move %PWD/log/test625.a/upload.625 %PWD/log/upload.625 rmdir %PWD/log/test625.a rm %PWD/…
32 for ssh upload test
39 <upload>
41 for ssh upload test
42 </upload>
/external/python/setuptools/setuptools/command/
Dupload_docs.py4 Implements a Distutils 'upload_docs' subcommand (upload documentation to
23 from .upload import upload
31 class upload_docs(upload):
36 description = 'Upload documentation to PyPI'
40 "url of repository [default: %s]" % upload.DEFAULT_REPOSITORY),
43 ('upload-dir=', None, 'directory to upload'),
45 boolean_options = upload.boolean_options
55 upload.initialize_options(self)
60 upload.finalize_options(self)
73 self.announce('Using upload directory %s' % self.target_dir)
[all …]
/external/mesa3d/src/mesa/drivers/dri/i915/
Dintel_buffer_objects.c506 if (!intel->upload.bo) in intel_upload_finish()
509 if (intel->upload.buffer_len) { in intel_upload_finish()
510 drm_intel_bo_subdata(intel->upload.bo, in intel_upload_finish()
511 intel->upload.buffer_offset, in intel_upload_finish()
512 intel->upload.buffer_len, in intel_upload_finish()
513 intel->upload.buffer); in intel_upload_finish()
514 intel->upload.buffer_len = 0; in intel_upload_finish()
517 drm_intel_bo_unreference(intel->upload.bo); in intel_upload_finish()
518 intel->upload.bo = NULL; in intel_upload_finish()
528 intel->upload.bo = drm_intel_bo_alloc(intel->bufmgr, "upload", size, 0); in wrap_buffers()
[all …]
/external/python/cpython3/Lib/distutils/tests/
Dtest_upload.py1 """Tests for distutils.command.upload."""
9 from distutils.command import upload as upload_mod
10 from distutils.command.upload import upload
92 cmd = upload(dist)
96 ('repository', 'https://upload.pypi.org/legacy/')):
105 cmd = upload(dist)
112 cmd = upload(dist)
126 cmd = upload(dist)
137 expected_url = 'https://upload.pypi.org/legacy/'
179 cmd = upload(dist)
[all …]
/external/llvm-project/llvm/utils/release/
Dgithub-upload-release.py2 # ===-- github-upload-release.py ------------------------------------------===#
21 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 create
23 # Upload files for a release
24 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 upload --files llvm-8.0.1rc4…
26 # You can upload as many files as you want at a time and use wildcards e.g.
27 # ./github-upload-release.py --token $github_token --release 8.0.1-rc4 upload --files *.src.*
59 parser.add_argument('command', type=str, choices=['create', 'upload'])
65 # Upload args
76 if args.command == 'upload':
/external/python/google-api-python-client/docs/
Dmedia.md1 # Media Upload
3 …allowed managing animals on a farm, the insert method might allow you to upload an image of the an…
27 ## Resumable media (chunked upload)
31upload. You then repeatedly call `next_chunk()` on the [`googleapiclient.http.HttpRequest`](google…
41 print "Upload Complete!"
52 …rown, which should be caught and handled. If the error is retryable, the upload can be resumed by …
54 - 404 Not Found (must restart upload)
65 # Start the upload all over again.
74 Your application may need to upload a media object that isn't a file. For example, you may create a…
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Duploader.py20 'Attempted to partially initialize upload data with bucket %s, '
35 def Upload(self, force=False): member in CloudStorageUploader
36 """Upload all pending files and then write the updated config to disk.
38 Will attempt to copy files existing in the upload location to a backup
43 file already exists in the upload location.
47 upload location of a file already exists.
57 logging.debug('A file already exists at upload path %s in self.cs_bucket'
73 logging.error('Failed to upload %s to %s in cloud_storage bucket %s',
79 """Attempt to undo the previous call to Upload.
81 Does nothing if no previous call to Upload was made, or if nothing was

12345678910>>...89