| /external/perfetto/infra/luci/recipes/perfetto.expected/ |
| D | ci_android.json | 9 "-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 …]
|
| D | ci_tag.json | 9 "-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 …]
|
| D | ci_linux.json | 9 "-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 …]
|
| D | ci_mac.json | 9 "-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 …]
|
| D | ci_win.json | 9 "-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/ |
| D | Makefile | 10 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/openthread/.github/workflows/ |
| D | simulation-1.1.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 44 runs-on: ubuntu-20.04 52 - uses: actions/checkout@v2 55 - name: Bootstrap 57 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 58 … sudo apt-get --no-install-recommends install -y llvm-runtime python3-setuptools python3-wheel 59 python3 -m pip install -r tests/scripts/thread-cert/requirements.txt 60 - name: Run [all …]
|
| D | simulation-1.2.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 thread-1-3: 44 name: thread-1-3-${{ matrix.compiler.c }}-${{ matrix.arch }} 45 runs-on: ubuntu-20.04 47 CFLAGS: -${{ matrix.arch }} 48 CXXFLAGS: -${{ matrix.arch }} 49 LDFLAGS: -${{ matrix.arch }} 57 fail-fast: false [all …]
|
| D | posix.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 expects-linux: 44 runs-on: ubuntu-18.04 46 CFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 47 CXXFLAGS: -DCLI_COAP_SECURE_USE_COAP_DEFAULT_HANDLER=1 -DOPENTHREAD_CONFIG_MLE_MAX_CHILDREN=15 49 - uses: actions/checkout@v2 50 - name: Bootstrap 52 sudo apt-get --no-install-recommends install -y expect ninja-build lcov socat [all …]
|
| D | otbr.yml | 35 cancel-previous-runs: 36 runs-on: ubuntu-20.04 38 - uses: rokroskar/workflow-run-cleanup-action@master 43 backbone-router: 44 runs-on: ubuntu-20.04 60 - uses: actions/checkout@v2 63 - name: Build OTBR Docker 68 - name: Bootstrap 70 sudo rm /etc/apt/sources.list.d/* && sudo apt-get update 71 …sudo apt-get --no-install-recommends install -y python3-setuptools python3-wheel ninja-build socat… [all …]
|
| /external/python/setuptools/setuptools/command/ |
| D | upload_docs.py | 1 # -*- 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/python/google-api-python-client/tests/ |
| D | test_discovery.py | 2 # -*- 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/flatbuffers/.github/workflows/ |
| D | build.yml | 2 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/python/parse_type/tasks/ |
| D | release.py | 1 # -*- 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/webrtc/docs/native-code/development/ |
| D | contributing.md | 13 [Google Individual CLA]: https://cla.developers.google.com/about/google-individual. 14 [individual]: https://developers.google.com/open-source/cla/individual 15 [corporation]: https://developers.google.com/open-source/cla/corporate 21 You must do some preparation in order to upload your first CL: 23 * [Check out and build the code][check out and build the code] 29 * Go to [https://webrtc.googlesource.com/new-password](new-password) 32 * Then, run: `git cl creds-check`. If you get any errors, ask for help on 33 [discuss-webrtc][discuss-webrtc] 35 You will not have to repeat the above. After all that, you’re ready to upload: 37 [Check out and the build code]: https://webrtc.googlesource.com/src/+/refs/heads/main/docs/native-c… [all …]
|
| /external/python/pybind11/.github/workflows/ |
| D | pip.yml | 8 - master 9 - stable 10 - v* 13 - published 19 test-packaging: 20 name: 2.7 • tests • windows-latest 21 runs-on: windows-latest 24 - uses: actions/checkout@v2 26 - name: Setup 2.7 27 uses: actions/setup-python@v2 [all …]
|
| /external/jazzer-api/.github/workflows/ |
| D | release.yml | 8 runs-on: ${{ matrix.os }} 12 os: [ubuntu-latest, macos-10.15, windows-2019] 14 - os: ubuntu-latest 16 … bazel_args: "--config=toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-linux" 17 - os: macos-10.15 18 arch: "macos-x86_64" 19 …bazel_args: "--config=toolchain --extra_toolchains=@llvm_toolchain//:cc-toolchain-x86_64-darwin --… 20 - os: windows-2019 25 - uses: actions/checkout@v2 27 - name: Set up JDK [all …]
|
| /external/cronet/testing/libfuzzer/ |
| D | reference.md | 11 run MSan-instrumented code in docker. 33 |---------|-------------| 34 |Linux ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux ASan' out/libfuzzer` | 35 |Linux ASan (x86) | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux32 ASan' out/lib… 36 |Linux ASan Debug | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux ASan Debug' out… 37 |Linux MSan[*](#MSan) | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux MSan' out/l… 38 |Linux UBSan[*](#UBSan)| `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Linux UBSan' out… 39 |Chrome OS ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Chrome OS ASan' out/lib… 40 |Mac ASan | `tools/mb/mb.py gen -m chromium.fuzz -b 'Libfuzzer Upload Mac ASan' out/libfuzzer` | 41 |Windows ASan | `python tools\mb\mb.py gen -m chromium.fuzz -b "Libfuzzer Upload Windows ASan" out\… [all …]
|
| /external/python/pyyaml/.github/workflows/ |
| D | manual_artifact_build.yaml | 1 --- 2 # This is the actual artifact build/release workflow. This workflow exists temporarily 4 name: Manual Artifact Build 19 runs-on: ubuntu-latest 21 - name: Checkout PyYAML 24 - name: Install a python 25 uses: actions/setup-python@v2 27 python-version: 3.x 29 - name: Build sdist 34 python -V [all …]
|
| D | ci.yaml | 1 --- 2 # This is the CI workflow (not the artifact build/release workflow). The workflows 21 runs-on: ubuntu-latest 23 - name: Checkout PyYAML 26 - name: Install a python 27 uses: actions/setup-python@v2 29 python-version: 3.x 31 - name: Build sdist 36 python -V 37 python -m pip install build [all …]
|
| /external/oss-fuzz/docs/getting-started/ |
| D | continuous_integration.md | 1 --- 6 permalink: /getting-started/continuous-integration/ 7 --- 11 OSS-Fuzz offers **CIFuzz**, a GitHub action/CI job that runs your fuzz targets 25 * The crash is reproducible (on the PR/commit build). 26 * The crash does not occur on older OSS-Fuzz builds. (If the crash does occur 30 If your project supports [OSS-Fuzz's code coverage]({{ site.baseurl }}/advanced-topics/code-coverag… 35 CIFuzz uses 30 day old/public regressions and corpora from OSS-Fuzz. This makes 40 1. Your project must be integrated with OSS-Fuzz. 42 1. Your repository needs to be cloned with `git` in oss-fuzz Dockerfile (do not use `go get` or oth… [all …]
|
| /external/crosvm/tools/impl/dev_container/ |
| D | Makefile | 2 # Use of this source code is governed by a BSD-style license that can be 5 # To locally build the docker container for usage with dev_container: 7 # make -C tools/impl/dev_container crosvm_dev 9 # To upload a new version of the container, uprev the `version` file and run; 11 # make -C tools/impl/dev_container upload 16 # gcloud auth configure-docker gcr.io 20 TAG_BASE=gcr.io/crosvm-infra 28 upload: all target 35 $(DOCKER) build \ 36 -t $(TAG_BASE)/$@:$(VERSION) \ [all …]
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-pack-msix.yml | 2 - job: Pack_MSIX 6 vmImage: windows-2019 21 Suffix: -store 22 Upload: true 31 Suffix: -store 32 Upload: true 35 - template: ./checkout.yml 37 - task: DownloadPipelineArtifact@1 41 targetPath: $(Build.BinariesDirectory)\layout 43 - task: DownloadBuildArtifacts@0 [all …]
|
| /external/python/cpython3/Tools/msi/ |
| D | uploadrelease.ps1 | 3 Uploads from a VSTS release build layout to python.org 5 Given the downloaded/extracted build artifact from a release 6 build run on python.visualstudio.com, this script uploads 8 .Parameter build 9 The location on disk of the extracted build artifact. 19 Optional path besides -build to locate CHM files. 21 Optional path besides -build to locate ZIP files. 32 [Parameter(Mandatory=$true)][string]$build, 34 [string]$server="python-downloads", 45 if (-not $build) { throw "-build option is required" } variable [all …]
|
| /external/okio/.github/workflows/ |
| D | build.yml | 1 name: build 6 GRADLE_OPTS: "-Dorg.gradle.jvmargs=-Xmx4g -Dorg.gradle.daemon=false -Dkotlin.incremental=false" 10 runs-on: ubuntu-latest 13 fail-fast: false 15 java-version: 16 - 1.8 17 - 9 18 - 10 19 - 11 20 - 12 [all …]
|