Searched refs:revisions (Results 1 – 25 of 647) sorted by relevance
12345678910>>...26
/external/llvm-project/llvm/utils/release/ |
D | merge-request.sh | 16 revisions="" 51 revisions="$revisions $1" 115 if [ -z "$revisions" ]; then 152 for r in $revisions; do 171 for r in $revisions; do 217 for r in $revisions; do
|
/external/toolchain-utils/llvm_tools/ |
D | llvm_bisection.py | 243 revisions = [ 248 get_llvm_hash.GetGitHashFrom(src_path, rev) for rev in revisions 250 return revisions, git_hashes 253 def Bisect(revisions, git_hashes, bisect_state, last_tested, update_packages, argument 259 for svn_revision, git_hash in zip(revisions, git_hashes): 317 revisions, git_hashes = GetCommitsBetween(start_revision, end_revision, 327 if not revisions: 375 for rev in revisions: 380 Bisect(revisions, git_hashes, bisect_state, args_output.last_tested,
|
/external/webrtc/ |
D | .git-blame-ignore-revs | 3 # This file contains a list of git hashes of revisions to be ignored by git 4 # hyper-blame (in depot_tools). These revisions are considered "unimportant" in 14 # - Append to the bottom of the file (revisions should be in chronological order
|
/external/arm-trusted-firmware/docs/design/ |
D | cpu-specific-build-macros.rst | 46 processor revisions. This is checked by the reset handler at runtime. Each 63 with different revisions of a processor has no runtime mechanism available 72 CPU. This needs to be enabled for all revisions of the CPU. 127 Earlier revisions of the CPU have other errata which require the same 131 revisions of Cortex-A53 CPU. 154 revisions of Cortex-A55 CPU. 192 revisions of Cortex-A57 CPU. 200 revisions of Cortex-A72 CPU. 245 revisions of Cortex-A76 CPU. This errata is fixed in r3p0 but due to 246 limitation of errata framework this errata is applied to all revisions [all …]
|
/external/python/cpython2/Tools/scripts/ |
D | logmerge.py | 112 revisions = {} 123 revisions[tag] = rev 126 rev = revisions.get(branch)
|
/external/boringssl/src/util/bot/ |
D | UPDATING | 9 To update to newer revisions, follow these instructions: 11 DEPS: Set all revisions to those used in Chromium, found at
|
D | DEPS | 48 # Update the following revisions from
|
/external/llvm/lib/LTO/ |
D | CMakeLists.txt | 1 # Figure out if we can track VC revisions.
|
/external/clang/lib/Basic/ |
D | CMakeLists.txt | 7 # Figure out if we can track VC revisions.
|
/external/skqp/infra/bots/recipe_modules/checkout/ |
D | api.py | 106 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
|
/external/skia/infra/bots/recipe_modules/checkout/ |
D | api.py | 124 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
|
/external/mesa3d/docs/relnotes/ |
D | 17.2.4.rst | 35 current LLVM revisions
|
/external/toolchain-utils/compiler_wrapper/ |
D | README.md | 30 into chromiumos-overlay, and new revisions of the gcc and llvm ebuilds must be
|
/external/pigweed/pw_package/ |
D | docs.rst | 90 There's also a helper class for retrieving specific revisions of Git
|
/external/perfetto/infra/ci/frontend/static/ |
D | script.js | 576 const revHash = Object.keys(e.revisions)[0]; 582 psNum: e.revisions[revHash]._number,
|
/external/angle/doc/ |
D | ChoosingANGLEBranch.md | 4 tag specific revisions as releases, which may make the process of choosing a
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | fabs.ll | 2 ; additional options are passed. For revisions prior mips32r6 and mips64r6,
|
/external/llvm-project/llvm/docs/ |
D | GitBisecting.rst | 99 ``git bisect`` goes through all parent revisions. Due to the way MLIR was
|
/external/grpc-grpc/doc/ |
D | PROTOCOL-WEB.md | 11 To help tracking future revisions, this document describes a delta
|
/external/rust/crates/grpcio-sys/grpc/third_party/ |
D | README.md | 8 … a stable release of a library (= not to master / random commit). Depending on unreleased revisions
|
/external/wayland/ |
D | CONTRIBUTING.md | 98 you to make some revisions: fixing some bugs we've noticed, working to a 102 You should use `git rebase -i` to make revisions, so that your patches follow
|
/external/fmtlib/doc/ |
D | usage.rst | 104 for unreleased or custom revisions of ``fmt``.
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | build_android.md | 80 [here](https://developer.android.com/tools/revisions/build-tools.html), or
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 20 // NOTE: This protocol buffer is evolving, and will go through revisions in the
|
/external/dtc/Documentation/ |
D | dtc-paper.tex | 205 since evolved through various revisions, and the current version is 380 and include it in the bootloader image. For minor revisions of the 426 existing revisions of the blob format. When reading, \dtc takes the
|
12345678910>>...26