Home
last modified time | relevance | path

Searched refs:revisions (Results 1 – 25 of 647) sorted by relevance

12345678910>>...26

/external/llvm-project/llvm/utils/release/
Dmerge-request.sh16 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/
Dllvm_bisection.py243 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-revs3 # 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/
Dcpu-specific-build-macros.rst46 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/
Dlogmerge.py112 revisions = {}
123 revisions[tag] = rev
126 rev = revisions.get(branch)
/external/boringssl/src/util/bot/
DUPDATING9 To update to newer revisions, follow these instructions:
11 DEPS: Set all revisions to those used in Chromium, found at
DDEPS48 # Update the following revisions from
/external/llvm/lib/LTO/
DCMakeLists.txt1 # Figure out if we can track VC revisions.
/external/clang/lib/Basic/
DCMakeLists.txt7 # Figure out if we can track VC revisions.
/external/skqp/infra/bots/recipe_modules/checkout/
Dapi.py106 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
/external/skia/infra/bots/recipe_modules/checkout/
Dapi.py124 gclient_cfg.revisions[skia_dep_path] = self.m.properties['revision']
/external/mesa3d/docs/relnotes/
D17.2.4.rst35 current LLVM revisions
/external/toolchain-utils/compiler_wrapper/
DREADME.md30 into chromiumos-overlay, and new revisions of the gcc and llvm ebuilds must be
/external/pigweed/pw_package/
Ddocs.rst90 There's also a helper class for retrieving specific revisions of Git
/external/perfetto/infra/ci/frontend/static/
Dscript.js576 const revHash = Object.keys(e.revisions)[0];
582 psNum: e.revisions[revHash]._number,
/external/angle/doc/
DChoosingANGLEBranch.md4 tag specific revisions as releases, which may make the process of choosing a
/external/llvm-project/llvm/test/CodeGen/Mips/
Dfabs.ll2 ; additional options are passed. For revisions prior mips32r6 and mips64r6,
/external/llvm-project/llvm/docs/
DGitBisecting.rst99 ``git bisect`` goes through all parent revisions. Due to the way MLIR was
/external/grpc-grpc/doc/
DPROTOCOL-WEB.md11 To help tracking future revisions, this document describes a delta
/external/rust/crates/grpcio-sys/grpc/third_party/
DREADME.md8 … a stable release of a library (= not to master / random commit). Depending on unreleased revisions
/external/wayland/
DCONTRIBUTING.md98 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/
Dusage.rst104 for unreleased or custom revisions of ``fmt``.
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_android.md80 [here](https://developer.android.com/tools/revisions/build-tools.html), or
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto20 // NOTE: This protocol buffer is evolving, and will go through revisions in the
/external/dtc/Documentation/
Ddtc-paper.tex205 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