Home
last modified time | relevance | path

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

12345678910>>...207

/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/util/
H A 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 …]
H A 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_disable_persistent(struct u_upload_mgr *upload);
77 * Destroy the upload manager.
79 void u_upload_destroy( struct u_upload_mgr *upload );
82 * Unmap upload buffer
84 * \param upload Upload manager
87 * which references the upload buffer, as many memory managers either
91 void u_upload_unmap( struct u_upload_mgr *upload );
[all …]
/aosp_15_r20/external/cronet/net/reporting/
H A Dreporting_uploader.cc119 auto& upload = request_and_upload.second; in HasHeaderValues() local
120 upload->RunCallback(Outcome::FAILURE); in HasHeaderValues()
131 auto upload = in HasHeaderValues() local
138 StartPayloadRequest(std::move(upload), eligible_for_credentials); in HasHeaderValues()
140 StartPreflightRequest(std::move(upload)); in HasHeaderValues()
149 void StartPreflightRequest(std::unique_ptr<PendingUpload> upload) { in HasHeaderValues() argument
150 DCHECK(upload->state == PendingUpload::CREATED); in HasHeaderValues()
152 upload->state = PendingUpload::SENDING_PREFLIGHT; in HasHeaderValues()
153 upload->request = context_->CreateRequest(upload->url, IDLE, this, in HasHeaderValues()
156 upload->request->set_method("OPTIONS"); in HasHeaderValues()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c32 unsigned free_offset; /* Aligned offset to the upload buffer, pointing
55 nine_upload_create_buffer_group(struct nine_buffer_upload *upload, in nine_upload_create_buffer_group() argument
59 struct pipe_screen *screen = upload->pipe->screen; in nine_upload_create_buffer_group()
60 DBG("Allocating %p %p\n", upload, group); in nine_upload_create_buffer_group()
67 resource.width0 = upload->buffers_size; in nine_upload_create_buffer_group()
79 group->map = pipe_buffer_map_range(upload->pipe, group->resource, in nine_upload_create_buffer_group()
80 0, upload->buffers_size, in nine_upload_create_buffer_group()
95 DBG("Success: %p %p\n", group->map, group->map+upload->buffers_size); in nine_upload_create_buffer_group()
99 nine_upload_destroy_buffer_group(struct nine_buffer_upload *upload, in nine_upload_destroy_buffer_group() argument
102 DBG("%p %p\n", upload, group); in nine_upload_destroy_buffer_group()
[all …]
/aosp_15_r20/external/skia/tools/svg/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/google-breakpad/docs/
H A 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 …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.uploads.html82 <p class="firstline">Delete data associated with a previous upload.</p>
91 <p class="firstline">Upload data for a custom data source.</p>
100 <pre>Delete data associated with a previous upload.
109 { # Request template for the delete upload data request.
110 &quot;customDataImportUids&quot;: [ # A list of upload UIDs.
123 accountId: string, Account Id for the upload to retrieve. (required)
124 webPropertyId: string, Web property Id for the upload to retrieve. (required)
125 customDataSourceId: string, Custom data source Id for upload to retrieve. (required)
126 uploadId: string, Upload Id to retrieve. (required)
131 { # Metadata returned for an upload operation.
[all …]
/aosp_15_r20/external/aws-crt-java/.github/workflows/
H A Drun_android_ci.py10 parser = argparse.ArgumentParser(description="Utility script to upload and run Android Device tests…
40 # Upload the crt library shell app to Device Farm
42 print('Upload file name: ' + upload_file_name)
44 # Prepare upload to Device Farm project
50 device_farm_upload_arn = create_upload_response['upload']['arn']
51 device_farm_upload_url = create_upload_response['upload']['url']
53 # Upload crt library shell app apk
57 print('File upload status code: ' + str(r.status_code) + ' reason: ' + r.reason)
59 while device_farm_upload_status['upload']['status'] != 'SUCCEEDED':
60 if device_farm_upload_status['upload']['status'] == 'FAILED':
[all …]
/aosp_15_r20/external/perfetto/infra/luci/recipes/perfetto.expected/
H A Dci_android.json247 "name": "android-arm.Artifact upload",
278 "name": "android-arm.Artifact upload.gsutil upload",
281 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//android-arm/…
310 "name": "android-arm.Artifact upload.build perfetto/trace_processor_shell/android-arm",
347 "name": "android-arm.Artifact upload.register perfetto/trace_processor_shell/android-arm",
386 "name": "android-arm.Artifact upload.gsutil upload (2)",
389 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//android-arm/…
418 "name": "android-arm.Artifact upload.build perfetto/traceconv/android-arm",
455 "name": "android-arm.Artifact upload.register perfetto/traceconv/android-arm",
494 "name": "android-arm.Artifact upload.gsutil upload (3)",
[all …]
H A Dci_linux.json247 "name": "linux-amd64.Artifact upload",
278 "name": "linux-amd64.Artifact upload.gsutil upload",
281 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//linux-amd64/…
310 "name": "linux-amd64.Artifact upload.build perfetto/trace_processor_shell/linux-amd64",
347 "name": "linux-amd64.Artifact upload.register perfetto/trace_processor_shell/linux-amd64",
386 "name": "linux-amd64.Artifact upload.gsutil upload (2)",
389 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//linux-amd64/…
418 "name": "linux-amd64.Artifact upload.build perfetto/traceconv/linux-amd64",
455 "name": "linux-amd64.Artifact upload.register perfetto/traceconv/linux-amd64",
494 "name": "linux-amd64.Artifact upload.gsutil upload (3)",
[all …]
H A Dci_tag.json247 "name": "linux-amd64.Artifact upload",
278 "name": "linux-amd64.Artifact upload.gsutil upload",
281 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts/v13.0/linux-a…
310 "name": "linux-amd64.Artifact upload.build perfetto/trace_processor_shell/linux-amd64",
349 "name": "linux-amd64.Artifact upload.register perfetto/trace_processor_shell/linux-amd64",
388 "name": "linux-amd64.Artifact upload.gsutil upload (2)",
391 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts/v13.0/linux-a…
420 "name": "linux-amd64.Artifact upload.build perfetto/traceconv/linux-amd64",
459 "name": "linux-amd64.Artifact upload.register perfetto/traceconv/linux-amd64",
498 "name": "linux-amd64.Artifact upload.gsutil upload (3)",
[all …]
H A Dci_mac.json370 "name": "mac-amd64.Artifact upload",
401 "name": "mac-amd64.Artifact upload.gsutil upload",
404 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//mac-amd64/tr…
433 "name": "mac-amd64.Artifact upload.build perfetto/trace_processor_shell/mac-amd64",
470 "name": "mac-amd64.Artifact upload.register perfetto/trace_processor_shell/mac-amd64",
509 "name": "mac-amd64.Artifact upload.gsutil upload (2)",
512 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//mac-amd64/tr…
541 "name": "mac-amd64.Artifact upload.build perfetto/traceconv/mac-amd64",
578 "name": "mac-amd64.Artifact upload.register perfetto/traceconv/mac-amd64",
617 "name": "mac-amd64.Artifact upload.gsutil upload (3)",
[all …]
H A Dci_win.json342 "name": "Artifact upload"
370 "name": "Artifact upload.gsutil upload",
373 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//windows-amd6…
402 "name": "Artifact upload.gsutil upload (2)",
405 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//windows-amd6…
434 "name": "Artifact upload.build perfetto/trace_processor_shell/windows-amd64",
471 "name": "Artifact upload.register perfetto/trace_processor_shell/windows-amd64",
510 "name": "Artifact upload.gsutil upload (3)",
513 …"@@@STEP_LINK@gsutil.upload@https://storage.cloud.google.com/perfetto-luci-artifacts//windows-amd6…
542 "name": "Artifact upload.gsutil upload (4)",
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/golang.org/x/telemetry/
Dstart.go20 "golang.org/x/telemetry/internal/upload"
32 // Upload causes this program to periodically upload approved counters
42 Upload bool member
50 // UploadStartTime, if set, overrides the time used as the upload start time,
51 // which is the time used by the upload logic to determine whether counter
53 // the start time are considered for upload.
55 // This field can be used to simulate a future upload that collects recently
60 // unset, this URL defaults to https://telemetry.go.dev/upload.
69 // If [Config.Upload] is set, and the user has opted in to telemetry
70 // uploading, this process may attempt to upload approved counters
[all …]
/aosp_15_r20/external/deqp/doc/testspecs/GLES3/
H A 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 …]
/aosp_15_r20/external/aws-sdk-java-v2/docs/design/services/s3/transfermanager/
H A Dprototype.java5 * optimally upload and downloads to and from S3.
20 * // Using custom configuration values to set max upload speed to avoid
125 * Upload a directory of files to the given S3 bucket and under the given
139 * Upload a file to S3.
149 default Upload upload(String bucket, String key, Path file) { in upload() method
150 return upload(UploadObjectRequest.builder() in upload()
160 * Upload a file to S3 using the given presigned URL.
165 * Upload myUpload = tm.upload(myPresignedUrl, Paths.get("myFile.txt"));
170 default Upload upload(URL presignedUrl, Path file) { in upload() method
171 return upload(UploadObjectRequest.builder() in upload()
[all …]
/aosp_15_r20/external/pytorch/.github/scripts/
HDrockset_mocks.json.gz
/aosp_15_r20/external/python/google-api-python-client/tests/
Dtest_http.py211 upload = MediaFileUpload(datafile("test_close"), mimetype="text/plain")
212 self.assertIs(upload.stream(), file_desc)
213 del upload
217 upload = MediaFileUpload(datafile("small.png"))
218 self.assertEqual("image/png", upload.mimetype())
220 upload = MediaFileUpload(datafile("empty"))
221 self.assertEqual("application/octet-stream", upload.mimetype())
224 upload = MediaFileUpload(datafile("small.png"), chunksize=500, resumable=True)
225 self.assertEqual("image/png", upload.mimetype())
226 self.assertEqual(190, upload.size())
[all …]
/aosp_15_r20/external/zxing/zxing.appspot.com/src/main/webapp/
H A Dapp.yaml8 upload: Generator.html
12 upload: Generator.html
16 upload: scan.html
20 upload: scan.html
24 upload: index.html
28 upload: favicon.ico
32 upload: Generator.css
36 upload: Generator.html
40 upload: img/(.*)
44 upload: index.html
[all …]
/aosp_15_r20/external/google-breakpad/src/tools/mac/symupload/
H A Dsymupload.mm29 // symupload.mm: Upload a symbol file to a HTTP server. The upload is sent as
173 fprintf(stdout, "Symbol file already exists, upload aborted."
202 fprintf(stdout, "Failed to upload symbol file.\n");
219 fprintf(stdout, "Failed to complete upload.\n");
232 // If non-BREAKPAD upload special-case.
261 fprintf(stderr, "Usage: %s [options] <symbol-file> <upload-URL>\n", argv[0]);
264 fprintf(stderr, "<upload-URL> is the destination for the upload.\n");
266 fprintf(stderr, "\t-p <protocol>: protocol to use for upload, accepts "
267 "[\"sym-upload-v1\", \"sym-upload-v2\"]. Default is "
268 "\"sym-upload-v1\".\n");
[all …]
/aosp_15_r20/external/deqp/framework/opengl/
H A DgluTexture.cpp80 void Texture1D::upload(void) in upload() function in glu::Texture1D
87 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
94 continue; // Don't upload. in upload()
101 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
164 void Texture2D::upload(void) in upload() function in glu::Texture2D
173 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
180 continue; // Don't upload. in upload()
188 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in upload()
210 // Upload to GL texture in compressed form. in loadCompressed()
215 GLU_EXPECT_NO_ERROR(gl.getError(), "Texture upload failed"); in loadCompressed()
[all …]
/aosp_15_r20/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_texture.c161 * upload. in svga_transfer_dma()
545 /* upload to the DMA buffer */ in svga_texture_transfer_map()
556 * upload buffer is supported, then we will use upload buffer to in svga_texture_transfer_map()
559 * then we'll try the upload buffer. in svga_texture_transfer_map()
574 /* if direct map with DONTBLOCK fails, then try upload to the in svga_texture_transfer_map()
575 * texture upload buffer. in svga_texture_transfer_map()
581 /* If upload fails, then try direct map again without forcing it in svga_texture_transfer_map()
596 /* record texture upload for HUD */ in svga_texture_transfer_map()
775 else if (st->upload.buf) { in svga_texture_transfer_unmap()
1100 /* Determine if texture upload buffer can be used to upload this texture */ in svga_texture_create()
[all …]
/aosp_15_r20/external/pytorch/.github/actions/upload-test-artifacts/
H A Daction.yml1 name: Upload test artifacts
3 description: Upload various artifacts produced by our testing process
7 description: If set to any value, upload GHA. Otherwise upload to S3.
23 - name: Zip JSONs for upload
33 - name: Zip test reports for upload
43 - name: Zip usage log for upload
60 - name: Zip debugging artifacts for upload
73 - name: Zip JSONs for upload
82 - name: Zip test reports for upload
91 - name: Zip usage log for upload
[all …]

12345678910>>...207