Home
last modified time | relevance | path

Searched +full:upload +full:- +full:build (Results 1 – 25 of 1040) sorted by relevance

12345678910>>...42

/external/perfetto/infra/luci/recipes/perfetto.expected/
Dci_android.json9 "-u",
11 "--json-output",
13 "ensure-directory",
14 "--mode",
25 "name": "invocations/build:8945511751514863184",
49 "name": "invocations/build:8945511751514863184",
64 "--tags",
76 "name": "invocations/build:8945511751514863184",
101 "name": "invocations/build:8945511751514863184",
115 "rev-parse",
[all …]
Dci_linux.json9 "-u",
11 "--json-output",
13 "ensure-directory",
14 "--mode",
25 "name": "invocations/build:8945511751514863184",
49 "name": "invocations/build:8945511751514863184",
64 "--tags",
76 "name": "invocations/build:8945511751514863184",
101 "name": "invocations/build:8945511751514863184",
115 "rev-parse",
[all …]
Dci_tag.json9 "-u",
11 "--json-output",
13 "ensure-directory",
14 "--mode",
25 "name": "invocations/build:8945511751514863184",
49 "name": "invocations/build:8945511751514863184",
64 "--tags",
76 "name": "invocations/build:8945511751514863184",
101 "name": "invocations/build:8945511751514863184",
115 "rev-parse",
[all …]
Dci_win.json9 "-u",
11 "--json-output",
13 "ensure-directory",
14 "--mode",
25 "name": "invocations/build:8945511751514863184",
49 "name": "invocations/build:8945511751514863184",
64 "--tags",
76 "name": "invocations/build:8945511751514863184",
101 "name": "invocations/build:8945511751514863184",
115 "rev-parse",
[all …]
Dci_mac.json9 "-u",
11 "--json-output",
13 "ensure-directory",
14 "--mode",
25 "name": "invocations/build:8945511751514863184",
49 "name": "invocations/build:8945511751514863184",
64 "--tags",
76 "name": "invocations/build:8945511751514863184",
101 "name": "invocations/build:8945511751514863184",
115 "rev-parse",
[all …]
/external/capstone/bindings/python/
DMakefile10 rm -rf src/
11 if test -n "${DESTDIR}"; then \
12 $(PYTHON2) setup.py build install --root="${DESTDIR}"; \
14 $(PYTHON2) setup.py build install; \
18 rm -rf src/
19 if test -n "${DESTDIR}"; then \
20 $(PYTHON3) setup.py build install --root="${DESTDIR}"; \
22 $(PYTHON3) setup.py build install; \
25 # NOTE: Newer cython can be installed by: sudo pip install --upgrade cython
27 rm -rf src/
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/internal/serialization/
DResumableFileUploadSerializerTest.java49 private static final Instant DATE = parseIso8601Date("2022-05-15T21:50:11.308Z");
56 requests.put("EMPTY", PutObjectRequest.builder().build());
57 requests.put("STANDARD", PutObjectRequest.builder().bucket("BUCKET").key("KEY").build());
67 .build());
73 void serializeDeserialize_ShouldWorkForAllUploads(ResumableFileUpload upload) { in serializeDeserialize_ShouldWorkForAllUploads() argument
74 byte[] serializedUpload = ResumableFileUploadSerializer.toJson(upload); in serializeDeserialize_ShouldWorkForAllUploads()
77 assertThat(deserializedUpload).isEqualTo(upload); in serializeDeserialize_ShouldWorkForAllUploads()
82 ResumableFileUpload upload = in serializeDeserialize_fromStoredString_ShouldWork() local
84 .uploadFileRequest(d -> d.source(Paths.get("test/request")) in serializeDeserialize_fromStoredString_ShouldWork()
87 .fileLastModified(parseIso8601Date("2022-03-08T10:15:30Z")) in serializeDeserialize_fromStoredString_ShouldWork()
[all …]
/external/jetpack-camera-app/.github/workflows/
DPullRequestWorkflow.yaml6 group: build-${{ github.ref }}
7 cancel-in-progress: true
14 build:
15 name: Build
16 runs-on: ubuntu-latest
17 timeout-minutes: 120
19 - name: Checkout
22 - name: Validate Gradle Wrapper
23 uses: gradle/wrapper-validation-action@v2
25 - name: Set up JDK
[all …]
DMergeToMainWorkflow.yaml6 - main
9 group: build-${{ github.ref }}
10 cancel-in-progress: true
17 build:
18 name: Build
19 runs-on: ubuntu-latest
20 timeout-minutes: 120
22 - name: Checkout
25 - name: Validate Gradle Wrapper
26 uses: gradle/wrapper-validation-action@v1
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/
DS3TransferManager.java46 import software.amazon.awssdk.transfer.s3.model.Upload;
57 …* from Amazon S3 with enhanced throughput and reliability. It leverages Amazon S3 multipart upload
58 …* byte-range fetches to perform transfers in parallel. In addition, the S3 Transfer Manager also e…
59 …* monitor a transfer's progress in real-time, as well as pause the transfer for execution at a lat…
63 …* to add {@code software.amazon.awssdk.crt:aws-crt} dependency so that automatic multipart feature…
74 * .build();
79 * .build();
82 * <b>Upload a file to S3</b>
87 …* .putObjectRequest(req -> req.buck…
90 * .build();
[all …]
/external/openthread/.github/workflows/
Dsimulation-1.1.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 packet-verification:
49 runs-on: ubuntu-20.04
57 - name: Harden Runner
58 uses: step-security/harden-runner@63c24ba6bd7ba022e95695ff85de572c04a18142 # v2.7.0
60 egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs
[all …]
Dsimulation-1.2.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
43 permissions: # added using https://github.com/step-security/secure-workflows
48 thread-1-3:
49 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }}
50 runs-on: ubuntu-20.04
52 CFLAGS: -${{ matrix.arch }}
[all …]
Dposix.yml33 branches-ignore:
34 - 'dependabot/**'
37 - 'main'
40 …group: ${{ github.workflow }}-${{ github.event.pull_request.number || (github.repository == 'opent…
41 cancel-in-progress: true
48 expects-linux:
49 runs-on: ubuntu-20.04
51 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
52 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15
54 - name: Harden Runner
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/test/java/software/amazon/awssdk/transfer/s3/samples/
DS3TransferManagerSamples.java46 import software.amazon.awssdk.transfer.s3.model.Upload;
70 .build(); in customClient()
75 .build(); in customClient()
84 … .getObjectRequest(req -> req.bucket("bucket").key("key")) in downloadFile()
87 .build(); in downloadFile()
102 .getObjectRequest(req -> req.bucket("bucket").key("key")) in download()
104 .build(); in download()
119 … .getObjectRequest(req -> req.bucket("bucket").key("key")) in resumeDownloadFile()
121 .build(); in resumeDownloadFile()
150 … .putObjectRequest(req -> req.bucket("bucket").key("key")) in resumeUploadFile()
[all …]
/external/python/setuptools/setuptools/command/
Dupload_docs.py1 # -*- coding: utf-8 -*-
4 Implements a Distutils 'upload_docs' subcommand (upload documentation to
25 from .upload import upload
29 return s.encode('utf-8', 'surrogateescape')
32 class upload_docs(upload):
37 description = 'Upload documentation to sites other than PyPi such as devpi'
41 "url of repository [default: %s]" % upload.DEFAULT_REPOSITORY),
42 ('show-response', None,
44 ('upload-dir=', None, 'directory to upload'),
46 boolean_options = upload.boolean_options
[all …]
/external/jazzer-api/.github/workflows/
Drelease.yml8 runs-on: ${{ matrix.os }}
12 - os: ubuntu-20.04
14 - os: macos-11
16 - os: windows-2019
20 - uses: actions/checkout@v3
22 - name: Set up JDK
23 uses: actions/setup-java@v3
26 java-version: 8
28 - name: Set Build Buddy config
32 - name: Append build settings to .bazelrc
[all …]
/external/python/google-api-python-client/tests/
Dtest_discovery.py2 # -*- coding: utf-8 -*-
10 # http://www.apache.org/licenses/LICENSE-2.0
54 from googleapiclient.discovery import build
128 actual_uri = http_mock.request_sequence[-1][0]
156 self.assertEqual("max_results", key2param("max-results"))
157 self.assertEqual("x007_bond", key2param("007-bond"))
261 fake_path_url = "fake-path/"
289 "http://root/upload/fake/fake-path/",
305 "http://root/upload/fake/fake-path/",
329 "http://root/upload/fake/fake-path/",
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/
DREADME.md3 The S3 Transfer Manager is a high-level transfer utility built on top of the asynchronous S3 client…
5 and Amazon S3. The S3 Transfer Manager also enables you to monitor a transfer's progress in real-ti…
12 First, you need to include `s3-transfer-manager` and `aws-crt` in your project.
17 <artifactId>s3-transfer-manager</artifactId>
22 <artifactId>aws-crt</artifactId>
38 If you wish to configure settings, or use an underlying CRT-based S3 client you have already constr…
49 .build();
54 .build();
59 #### Upload a file to S3 and log the upload’s progress with a TransferListener
60 To upload a file to Amazon S3, you need to provide the source file path and a PutObjectRequest spec…
[all …]
/external/flatbuffers/.github/workflows/
Dbuild.yml2 permissions: read-all
9 - "*" # new tag version, like `0.8.4` or else
11 - master
14 - master
17 build-linux:
21 digests-gcc: ${{ steps.hash-gcc.outputs.hashes }}
22 digests-clang: ${{ steps.hash-clang.outputs.hashes }}
23 name: Build Linux
24 runs-on: ubuntu-latest
27 cxx: [g++-10, clang++-12]
[all …]
/external/google-benchmark/.github/workflows/
Dwheels.yml1 name: Build and upload Python wheels
7 - published
11 name: Build source distribution
12 runs-on: ubuntu-latest
14 - name: Check out repo
17 fetch-depth: 0
18 - name: Install Python 3.12
19 uses: actions/setup-python@v5
21 python-version: 3.12
22 - run: python -m pip install build
[all …]
/external/python/parse_type/tasks/
Drelease.py1 # -*- coding: UTF-8 -*-
10 twine register dist/{project}-{version}.tar.gz
11 twine upload dist/*
13 twine upload --skip-existing dist/*
15 python setup.py upload
16 # -- DEPRECATED: No longer supported -> Use RTD instead
17 # -- DEPRECATED: python setup.py upload_docs
27 .. code-block:: init
29 # -- FILE: $HOME/.pypirc
31 index-servers =
[all …]
/external/aws-sdk-java-v2/services-custom/s3-transfer-manager/src/main/java/software/amazon/awssdk/transfer/s3/internal/serialization/
DResumableFileUploadSerializer.java59 public static byte[] toJson(ResumableFileUpload upload) { in toJson() argument
64 … TransferManagerJsonMarshaller.LONG.marshall(upload.fileLength(), jsonGenerator, FILE_LENGTH); in toJson()
65 …TransferManagerJsonMarshaller.INSTANT.marshall(upload.fileLastModified(), jsonGenerator, FILE_LAST… in toJson()
67 if (upload.multipartUploadId().isPresent()) { in toJson()
68 … TransferManagerJsonMarshaller.STRING.marshall(upload.multipartUploadId().get(), jsonGenerator, in toJson()
72 if (upload.partSizeInBytes().isPresent()) { in toJson()
73 TransferManagerJsonMarshaller.LONG.marshall(upload.partSizeInBytes().getAsLong(), in toJson()
78 if (upload.totalParts().isPresent()) { in toJson()
79 TransferManagerJsonMarshaller.LONG.marshall(upload.totalParts().getAsLong(), in toJson()
84 if (upload.transferredParts().isPresent()) { in toJson()
[all …]
/external/crosvm/e2e_tests/
DREADME.md9 $ ./tools/run_tests --dut=vm -E 'rdeps(e2e_tests)'
38 Note: Only Googlers with access to the crosvm-testing cloud storage bin can upload prebuilts.
40 To upload the modified rootfs, you will have to uprev the `PREBUILT_VERSION` variable in:
42 - `./guest_under_test/PREBUILT_VERSION`
44 and [request a permission](http://go/crosvm/infra.md?cl=head#access-on-demand-to-upload-artifacts)
45 to become a member of the `crosvm-policy-uploader` group.
47 Then run the upload script to build and upload the new prebuilts.
50 # Install QEMU-user-static to build aarch64 images
51 $ sudo apt install binfmt-support qemu-user-static
53 $ docker run --rm --privileged multiarch/qemu-user-static --reset -p yes
[all …]
/external/cronet/third_party/google_benchmark/src/.github/workflows/
Dwheels.yml1 name: Build and upload Python wheels
7 - published
11 name: Build source distribution
12 runs-on: ubuntu-latest
14 - name: Check out repo
17 - name: Install Python 3.11
18 uses: actions/setup-python@v4
20 python-version: 3.11
22 - name: Build and check sdist
25 - name: Upload sdist
[all …]
/external/bazelbuild-rules_rust/.github/workflows/
Drelease.yaml1 ---
7 - main
9 - version.bzl
16 BAZEL_STARTUP_FLAGS: --bazelrc=${{ github.workspace }}/.github/github.bazelrc
20 runs-on: ubuntu-20.04
22 - uses: actions/checkout@v3
25 - name: Ensure branch is 'main'
28 branch="$(git rev-parse --abbrev-ref HEAD)"
35 - name: Ensure release does not already exist
39 if [[ -n "$(git tag -l ${version})" ]]; then
[all …]

12345678910>>...42