Searched +full:- +full:- +full:git (Results 1 – 25 of 1083) sorted by relevance
12345678910>>...44
| /third_party/vk-gl-cts/ |
| D | history.log | 5 1014 sudo apt install pygobject-3.0 7 1016 sudo apt install python-gi-dev 12 1021 blueman-manager 30 1039 find . -name blueman-manager 31 1040 find . -name blueman 32 1041 find . -name "blueman" 33 1042 find . -name "blueman*" 34 1043 find . -name "*blueman*" 36 1045 blueman-manager 42 1051 vi blueman-adapters [all …]
|
| /third_party/typescript/tests/verify_3rd_libs/ |
| D | clone_all_libs.bat | 3 git clone https://gitee.com/openharmony-sig/material-dialogs 4 git clone https://gitee.com/openharmony-sig/arangojs 5 git clone https://gitee.com/openharmony-sig/axios 6 git clone https://gitee.com/openharmony-sig/brotli 7 git clone https://gitee.com/openharmony-sig/crypto-js 8 git clone https://gitee.com/openharmony-sig/dataORM 9 git clone https://gitee.com/openharmony-sig/fileio-extra 10 git clone https://gitee.com/openharmony-sig/ijkplayer 11 git clone https://gitee.com/openharmony-sig/ImageViewZoom 12 git clone https://gitee.com/openharmony-sig/is-png [all …]
|
| /third_party/grpc/templates/tools/dockerfile/ |
| D | git_config.include | 2 # NOTE: git>=2.46 allows leading paths like third_party/* to include all subdirectories 3 # current docker base images use git versions lower than 2.46 and hence require separate configs fo… 4 RUN git config --global --add safe.directory /var/local/jenkins/grpc 5 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git 6 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/bloaty 7 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/xds 8 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/googl… 9 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/googl… 10 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/opent… 11 RUN git config --global --add safe.directory /var/local/jenkins/grpc/.git/modules/third_party/openc… [all …]
|
| /third_party/ffmpeg/doc/ |
| D | git-howto.texi | 1 \input texinfo @c -*- texinfo -*- 2 @documentencoding UTF-8 4 @settitle Using Git to develop FFmpeg 7 @center @titlefont{Using Git to develop FFmpeg} 16 This document aims in giving some quick references on a set of useful Git 18 provided directly by Git: 21 git --help 22 man git 28 git <command> --help 29 man git-<command> [all …]
|
| /third_party/skia/experimental/documentation/ |
| D | gerrit.md | 1 Using Gerrit without git-cl 5 ----- 9 This command sets up a Git commit-message hook to add a unique Change-Id to 10 each commit. Gerrit only accepts changes with a Change-Id and uses it to 13 experimental/tools/set-change-id-hook 20 git remote set-url origin 'https://skia.googlesource.com/skia.git' 24 -------------- 26 Go to [skia.googlesource.com/new-password](https://skia.googlesource.com/new-password) 31 ----------------- 35 git checkout -b TOPIC [all …]
|
| /third_party/skia/m133/experimental/documentation/ |
| D | gerrit.md | 1 Using Gerrit without git-cl 5 ----- 9 This command sets up a Git commit-message hook to add a unique Change-Id to 10 each commit. Gerrit only accepts changes with a Change-Id and uses it to 13 experimental/tools/set-change-id-hook 20 git remote set-url origin 'https://skia.googlesource.com/skia.git' 24 -------------- 26 Go to [skia.googlesource.com/new-password](https://skia.googlesource.com/new-password) 31 ----------------- 35 git checkout -b TOPIC [all …]
|
| /third_party/lwip/doc/ |
| D | savannah.txt | 5 1 - Obtaining lwIP from the Git repository 6 2 - Committers/developers Git access using SSH 7 3 - Merging a development branch to master branch 8 4 - How to release lwIP 12 1 Obtaining lwIP from the Git repository 13 ---------------------------------------- 15 To perform an anonymous Git clone of the master branch (this is where 17 git clone git://git.savannah.nongnu.org/lwip.git 20 git clone --branch DEVEL-1_4_1 git://git.savannah.nongnu.org/lwip.git 23 git clone --branch STABLE-1_4_1 git://git.savannah.nongnu.org/lwip.git [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x86/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x86… 19 FROM quay.io/pypa/manylinux2014_i686:2024-09-09-f386546 25 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel 29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1' 30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1' 31 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1' 32 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1' 33 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1' 34 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1' [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 17 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_x64… 19 FROM quay.io/pypa/manylinux2014_x86_64:2024-09-09-f386546 25 RUN yum update -y && yum install -y curl-devel expat-devel gettext-devel openssl-devel zlib-devel 29 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1' 30 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1' 31 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1' 32 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1' 33 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1' 34 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1' [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_musllinux_1_1_x64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_musllinux_1_1_x64… 17 FROM quay.io/pypa/musllinux_1_1_x86_64:2024-09-09-f386546 21 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1' 22 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1' 23 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1' 24 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1' 25 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1' 26 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1' 33 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.7.5/ccache-4.7… [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_musllinux_1_1_x86/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_musllinux_1_1_x86… 17 FROM quay.io/pypa/musllinux_1_1_i686:2024-09-09-f386546 21 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1' 22 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1' 23 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1' 24 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1' 25 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1' 26 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1' 33 RUN curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.7.5/ccache-4.7… [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_manylinux2014_aarch64/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_manylinux2014_aar… 17 FROM dockcross/manylinux2014-aarch64 24 RUN /opt/python/cp38-cp38/bin/pip install --upgrade 'cython<4.0.0rc1' 25 RUN /opt/python/cp39-cp39/bin/pip install --upgrade 'cython<4.0.0rc1' 26 RUN /opt/python/cp310-cp310/bin/pip install --upgrade 'cython<4.0.0rc1' 27 RUN /opt/python/cp311-cp311/bin/pip install --upgrade 'cython<4.0.0rc1' 28 RUN /opt/python/cp312-cp312/bin/pip install --upgrade 'cython<4.0.0rc1' 29 RUN /opt/python/cp313-cp313/bin/pip install --upgrade 'cython<4.0.0rc1' 37 …&& curl -sSL -o ccache.tar.gz https://github.com/ccache/ccache/releases/download/v4.7.5/ccache-4.7… [all …]
|
| /third_party/rust/crates/clap/examples/ |
| D | git.md | 1 Git is an example of several common subcommand patterns. 5 $ git 9 Usage: git[EXE] <COMMAND> 20 -h, --help Print help 22 $ git help 25 Usage: git[EXE] <COMMAND> 36 -h, --help Print help 38 $ git help add 41 Usage: git[EXE] add <PATH>... 47 -h, --help Print help [all …]
|
| D | git-derive.md | 3 Git is an example of several common subcommand patterns. 7 $ git-derive 11 Usage: git-derive[EXE] <COMMAND> 22 -h, --help Print help 24 $ git-derive help 27 Usage: git-derive[EXE] <COMMAND> 38 -h, --help Print help 40 $ git-derive help add 43 Usage: git-derive[EXE] add <PATH>... 49 -h, --help Print help [all …]
|
| /third_party/grpc/tools/interop_matrix/testcases/ |
| D | python__v1.18.0 | 2 echo "Testing ${docker_image:=grpc_interop_python:8f586cb2-054e-4653-91a4-3ffdc94e71fc}" 3 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 4 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 5 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 6 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 7 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 8 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 9 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 10 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 11 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… [all …]
|
| D | python__v1.0.x | 2 echo "Testing ${docker_image:=grpc_interop_python:797ca293-94e8-48d4-92e9-a4d52fcfcca9}" 3 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 4 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 5 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 6 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 7 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 8 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 9 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 10 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 11 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… [all …]
|
| D | python__v1.11.1 | 2 echo "Testing ${docker_image:=grpc_interop_python:797ca293-94e8-48d4-92e9-a4d52fcfcca9}" 3 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 4 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 5 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 6 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 7 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 8 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 9 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 10 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 11 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… [all …]
|
| D | python__v1.41.1 | 4 echo "Testing ${docker_image:=grpc_interop_python:0de8fc68-43f4-4fa0-8738-1228de6ffe8c}" 5 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 6 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 7 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 8 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 9 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 10 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 11 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 12 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 13 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… [all …]
|
| D | python__master | 4 echo "Testing ${docker_image:=grpc_interop_python:0de8fc68-43f4-4fa0-8738-1228de6ffe8c}" 5 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 6 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 7 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 8 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 9 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 10 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 11 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 12 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… 13 …-i --rm=true -e PYTHONPATH=/var/local/git/grpc/src/python/gens -e LD_LIBRARY_PATH=/var/local/git/g… [all …]
|
| /third_party/mesa3d/docs/ |
| D | repository.rst | 4 Mesa uses `Git <https://git-scm.com>`__ as its source code management 7 The upstream Git repository is hosted on 11 user <anonymous>` (read-only) or as a :ref:`developer <developer>` 14 You may also `browse the main Mesa Git 16 demos and tests Git 21 Anonymous Git Access 22 -------------------- 24 To get the Mesa sources anonymously (read-only): 26 #. Install the Git software on your computer if needed. 29 .. code-block:: sh [all …]
|
| /third_party/grpc/tools/dockerfile/grpc_artifact_python_linux_armv7/ |
| D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # on x64 machine. The dockcross/linux-armv7 image is a x86_64 19 # AUTO-GENERATED FROM `$REPO_ROOT/templates/tools/dockerfile/grpc_artifact_python_linux_armv7/Docke… 20 FROM dockcross/linux-armv7 22 RUN apt update && apt install -y build-essential zlib1g-dev libncurses5-dev libgdbm-dev \ 23 libnss3-dev libssl-dev libreadline-dev libffi-dev && apt-get clean 27 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.8.8" "3.8.8" /opt/python/cp38-cp38 28 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.9.2" "3.9.2" /opt/python/cp39-cp39 29 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.10.0" "3.10.0rc1" /opt/python/cp310-cp… 30 RUN /scripts/install_python_for_wheel_crosscompilation.sh "3.11.0" "3.11.0rc1" /opt/python/cp311-cp… [all …]
|
| /third_party/rust/rust/compiler/rustc_codegen_cranelift/scripts/ |
| D | rustup.sh | 3 set -e 5 TOOLCHAIN=${TOOLCHAIN:-$(date +%Y-%m-%d)} 8 if [[ ! -e ./git-fixed-subtree.sh ]]; then 9 echo "Missing git-fixed-subtree.sh. Please run the following commands to download it:" 10 …curl --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/bjorn3/git/tqc-subtree-port… 11 echo "chmod u+x git-fixed-subtree.sh" 14 if [[ ! -x ./git-fixed-subtree.sh ]]; then 15 …echo "git-fixed-subtree.sh is not executable. Please run the following command to make it executab… 16 echo "chmod u+x git-fixed-subtree.sh" 24 …rustup toolchain install --profile minimal "nightly-${TOOLCHAIN}" # Sanity check to see if the nig… [all …]
|
| /third_party/rust/rust/src/tools/rustfmt/ci/ |
| D | check_diff.sh | 7 if [ $# -le 1 ]; then 20 # Clone a git repository and cd into it. 23 # $1: git clone url 26 GIT_TERMINAL_PROMPT=0 git clone --quiet $1 --depth 1 $2 && cd $2 29 # Initialize Git submoduels for the repo. 34 git submodule update --init $1 37 # Run rusfmt with the --check flag to see if a diff is produced. 48 if [ -z "$3" ]; then 49 config="--config=error_on_line_overflow=false,error_on_unformatted=false" 51 …config="--config=error_on_line_overflow=false,error_on_unformatted=false,$OPTIONAL_RUSTFMT_CONFIGS" [all …]
|
| /third_party/skia/infra/bots/recipe_modules/checkout/examples/full.expected/ |
| D | Build-Debian10-Clang-x86_64-Release-NoDEPS.json | 5 "-u", 6 …process.check_output([which, 'git'])\nprint('git was found at %s' % git)\nif 'cipd_bin_packages' n… 12 "name": "Assert that Git is from CIPD", 20 "@@@STEP_LOG_LINE@python.inline@git = subprocess.check_output([which, 'git'])@@@", 21 "@@@STEP_LOG_LINE@python.inline@print('git was found at %s' % git)@@@", 22 "@@@STEP_LOG_LINE@python.inline@if 'cipd_bin_packages' not in git:@@@", 23 …"@@@STEP_LOG_LINE@python.inline@ print('Git must be obtained through CIPD.', file=sys.stderr)@@@", 31 "-u", 32 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", 33 "--path", [all …]
|
| /third_party/vk-gl-cts/external/amber/src/tools/ |
| D | git-sync-deps | 8 # http://www.apache.org/licenses/LICENSE-2.0 16 """Parse a DEPS file and git checkout all of the dependencies. 21 --with-swiftshader Checkout Swiftshader dependencies 22 --with-clspv Checkout clspv dependencies 23 --with-dxc Checkout dxc dependencies 26 GIT_EXECUTABLE: path to "git" binary; if unset, will look for one of 27 ['git', 'git.exe', 'git.bat'] in your default path. 32 GIT_SYNC_DEPS_QUIET: if set to non-empty string, suppress messages. 34 Git Config: 37 git config sync-deps.disable true [all …]
|
12345678910>>...44