Home
last modified time | relevance | path

Searched +full:branch +full:- +full:suffix (Results 1 – 25 of 522) sorted by relevance

12345678910>>...21

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.cc7 http://www.apache.org/licenses/LICENSE-2.0
34 ForLoop::ForLoop(absl::string_view prefix, absl::string_view suffix, in ForLoop() argument
39 suffix_(suffix), in ForLoop()
51 std::unique_ptr<ForLoop> loop(new ForLoop(prefix, /*suffix=*/"", start_index, in EmitForLoop()
54 loop->Emit(b); in EmitForLoop()
61 preheader_bb_ = b->GetInsertBlock(); in Emit()
63 llvm::BasicBlock::iterator insert_point = b->GetInsertPoint(); in Emit()
64 if (insert_point == preheader_bb_->end()) { in Emit()
66 // terminator (eg, branch) in the basic block. in Emit()
67 CHECK_EQ(nullptr, preheader_bb_->getTerminator()); in Emit()
[all …]
/external/libbpf/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <libbpf-repo> <kernel-repo> <bpf-branch>"
6 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <libbpf-repo>/CH…
7 …BPF_BASELINE to override bpf tree commit, otherwise read from <libbpf-repo>/BPF-CHECKPOINT-COMMIT."
8 echo "Set MANUAL_MODE to 1 to manually control every cherry-picked commits."
12 set -eu
14 LIBBPF_REPO=${1-""}
15 LINUX_REPO=${2-""}
16 BPF_BRANCH=${3-""}
17 BASELINE_COMMIT=${BPF_NEXT_BASELINE:-$(cat ${LIBBPF_REPO}/CHECKPOINT-COMMIT)}
18 BPF_BASELINE_COMMIT=${BPF_BASELINE:-$(cat ${LIBBPF_REPO}/BPF-CHECKPOINT-COMMIT)}
[all …]
/external/bpftool/scripts/
Dsync-kernel.sh4 echo "USAGE: ./sync-kernel.sh <bpftool-repo> <kernel-repo>"
8 …echo " - Update the libbpf submodule, commit, and use its new checkpoints as target commits for b…
9 echo " - Cherry-pick commits from the bpf-next branch, up to the bpf-next target commit."
10 echo " - Cherry-pick commits from the bpf branch, up to the bpf target commit."
11 echo " - Create a new commit with the updated version and checkpoints."
12 echo " - Check consistency."
14 …echo "Set BPF_NEXT_BASELINE to override bpf-next tree commit, otherwise read from <bpftool-repo>/C…
15 …PF_BASELINE to override bpf tree commit, otherwise read from <bpftool-repo>/BPF-CHECKPOINT-COMMIT."
16 …t BPF_NEXT_TIP_COMMIT to override bpf-next tree target commit, otherwise read from <bpftool-repo>/…
17 … override bpf tree target commit, otherwise read from <bpftool-repo>/libbpf/BPF-CHECKPOINT-COMMIT,…
[all …]
/external/icing/icing/legacy/index/
Dicing-dynamic-trie.cc7 // http://www.apache.org/licenses/LICENSE-2.0
21 // nexts array. Each suffix is a NULL-terminated suffix off the trie,
22 // followed by a 4-byte value associated with that key.
27 // sizes in power-of-2 increments, i.e. 1, 2, 4, ..., 256. When the
33 // refer to a smaller suffix, it moves the pointer forward and the
37 // special in that it specifies an end-of-key in the child array.
41 // - Put suffix index in a Next instead of creating a leaf node.
42 // - Change allocation buckets to 1, 2, 3, 4, 5, 6, 7, 8, 16, 32, ..., 256
43 // - Compact next array
44 // - GroupVarByte and delta-encode the next array
[all …]
Dicing-dynamic-trie.h7 // http://www.apache.org/licenses/LICENSE-2.0
20 // - Dynamic additions (but not deletions)
21 // - Low memory usage
22 // - Reasonable latency but not QPS
23 // - Revive from persistence is a disk read
24 // - Stores a 4-byte value associated with every key
33 // Not thread-safe.
46 #include "icing/legacy/core/icing-compat.h"
47 #include "icing/legacy/core/icing-packed-pod.h"
48 #include "icing/legacy/index/icing-filesystem.h"
[all …]
/external/accompanist/docs/
Dupdating.md6 All new features should be uploaded as PRs against the `main` branch.
8 Once merged into `main`, they will be automatically merged into the `snapshot` branch.
12 …ich depend on a `SNAPSHOT` versions of Jetpack Compose. These are built from the `snapshot` branch.
16 …e, updating to a new Compose snapshot is done by submitting a new PR against the `snapshot` branch:
20 # Create branch for PR
21 git checkout -b update_snapshot
40 Finally create a PR (with the base branch as `snapshot`) and send for review.
48 First we merge the `snapshot` branch into `main`:
54 # Create branch for PR
55 git checkout -b main_snapshot_merge
[all …]
Dusing-snapshot-version.md17 classpath 'com.google.accompanist:accompanist-coil:XXX-SNAPSHOT'
23-SNAPSHOT` is a build from the `main` branch, and depends on the latest tagged Jetpack Compose rel…
24 * `0.3.0.compose-6574163-SNAPSHOT` is a build from the `snapshot` branch. This depends on the [SNAP…
30 …nap] for any versions in the scheme `x.x.x.compose-YYYY-SNAPSHOT` (for example: `0.3.0.compose-657…
41 classpath 'com.google.accompanist:accompanist-coil:XXXX.compose-YYYYY-SNAPSHOT'
47 …ght also see versions in the scheme `x.x.x.ui-YYYY-SNAPSHOT`. These are the same, just using an ol…
/external/toolchain-utils/afdo_tools/
Dupdate_kernel_afdo.py3 # Use of this source code is governed by a BSD-style license that can be
28 # Folks who should be on the R-line of any CLs that get uploaded.
31 # Folks who should be on the CC-line of any CLs that get uploaded.
40 # the 'google-cloud-cli' package. Since we need depot_tools to even
52 def cwp_gs_location(self) -> str:
55 return "gs://chromeos-prebuilt/afdo-job/vetted/kernel/amd64"
57 return "gs://chromeos-prebuilt/afdo-job/vetted/kernel/arm"
58 assert False, f"Uncovered arch -> gs:// mapping for {self}"
72 def parse(cls, val: str) -> "KernelVersion":
90 # Ordered from closest-to-ToT to farthest-from-ToT
[all …]
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/
Dreflow.py3 # Copyright 2016-2023 The Khronos Group Inc.
5 # SPDX-License-Identifier: Apache-2.0
11 Usage: `reflow.py [-noflow] [-tagvu] [-nextvu #] [-overwrite] [-out dir] [-suffix str] files`
13 - `-noflow` acts as a passthrough, instead of reflowing text. Other
15 - `-tagvu` generates explicit VUID tag for Valid Usage statements which
17 - `-nextvu #` starts VUID tag generation at the specified # instead of
19 - `-overwrite` updates in place (can be risky, make sure there are backups)
20 - `-check FAIL|WARN` runs some consistency checks on markup. If the checks
25 - `-out` specifies directory to create output file in, default 'out'
26 - `-suffix` specifies suffix to add to output files, default ''
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h1 //===- Transform/Utils/BasicBlockUtils.h - BasicBlock Utils -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
46 /// into this vector. If \p KeepOneInputPHIs is true, one-input Phis in
60 /// If \p KeepOneInputPHIs is true, one-input Phis in successors of blocks
67 /// node. If \p KeepOneInputPHIs is true, one-input Phis in successors of
72 /// We know that BB has one predecessor. If there are any single-entry PHI nodes
81 /// tracing the def-use list from the PHI to see if it is ultimately unused or
90 /// if BB's Pred has a branch to BB and to AnotherBB, and BB has a single
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h1 //===- Transform/Utils/BasicBlockUtils.h - BasicBlock Utils -----*- C++ -*-===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
12 //===----------------------------------------------------------------------===//
45 /// into this vector. If \p KeepOneInputPHIs is true, one-input Phis in
59 /// If \p KeepOneInputPHIs is true, one-input Phis in successors of blocks
66 /// node. If \p KeepOneInputPHIs is true, one-input Phis in successors of
71 /// We know that BB has one predecessor. If there are any single-entry PHI nodes
80 /// tracing the def-use list from the PHI to see if it is ultimately unused or
88 /// if BB's Pred has a branch to BB and to AnotherBB, and BB has a single
[all …]
/external/google-cloud-java/generation/
Ddiff_files.sh2 #run this script from google-cloud-java directory
3 # google-cloud-java$ ./generation/diff_files.sh
4 # not using set -e because failing diff command is ok
5 # latest repositories Id -> comgooglecloud-5570, comgoogleapi-5038, comgoogleanalytics-1052
6 # this script must be run on a branch which does not have any snapshot versions in it
9 # 1. Run the stage job for google-cloud-java, on a branch which does not have any snapshot versions…
11 # a. 'comgooglecloud' (the result will be like "comgooglecloud-5570")
12 # b. 'comgoogleapi' (the result will be like "comgoogleapi-5038")
13 # c. 'comgoogleanalytics' (the result will be like "comgoogleanalytics-1052")
17 # Output of this script are 2 files (actually generated by diff_directory.sh) ->
[all …]
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dgitmodules.py7 # https://www.apache.org/licenses/LICENSE-2.0
39 # Allow direct references to non-Google hosts.
55 # Require a branch for each submodule.
66 def _parse_gitmodules(path: Path) -> dict[str, dict[str, str]]:
68 'config', '--file', path, '--list'
105 if '.' in allowed or '-review' in allowed:
116 _LOG.debug('branch is required')
117 if 'branch' not in submodule:
119 f'submodule {name} does not have a branch set but '
135 f'submodule {name} has non-relative url {url!r} but '
[all …]
/external/autotest/utils/frozen_chromite/third_party/infra_libs/
Dutils.py2 # Use of this source code is governed by a BSD-style license that can be
15 # pylint: disable=redefined-builtin
17 def temporary_directory(suffix="", prefix="tmp", dir=None, argument
30 suffix, prefix, dir: same arguments as for tempfile.mkdtemp.
39 tempdir = tempfile.mkdtemp(suffix, prefix, dir)
43 if tempdir and not keep_directory: # pragma: no branch
/external/llvm/include/llvm/Transforms/Utils/
DBasicBlockUtils.h1 //===-- Transform/Utils/BasicBlockUtils.h - BasicBlock Utils ----*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
13 //===----------------------------------------------------------------------===//
37 /// We know that BB has one predecessor. If there are any single-entry PHI nodes
46 /// tracing the def-use list from the PHI to see if it is ultimately unused or
129 return SplitCriticalEdge(BB->getTerminator(), SI.getSuccessorIndex(),
141 TerminatorInst *TI = (*PI)->getTerminator();
142 for (unsigned i = 0, e = TI->getNumSuccessors(); i != e; ++i)
143 if (TI->getSuccessor(i) == Succ)
155 TerminatorInst *TI = Src->getTerminator();
[all …]
/external/kotlinx.serialization/
DRELEASING.md5 1. Checkout `dev` branch and update:<br>
8 3. Make sure the `master` branch is fully merged into `dev`:<br>
11 4. Search & replace `<old-version>` with `<version>` across the project files. Should replace in:
14 * [`integration-test/gradle.properties`](integration-test/gradle.properties)
23 …[git changelog](https://github.com/tj/git-extras/blob/master/Commands.md#git-changelog) from git-e…
25 …ry, commit your changes to a new branch called `<version>-release` and send it for review, then me…
32 `git push origin dev && git push origin --tags`
35 …* Wait until "Runtime library (Build – Aggregated)" configuration for committed `dev` branch passe…
36 * Run "Runtime library (Deploy - Train)" configuration:
37 * On 'Changes' tab, select `dev` branch and corresponding commit.
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/paper-input/
DREADME.md1 …ild status](https://travis-ci.org/PolymerElements/paper-input.svg?branch=master)](https://travis-c…
2 ….shields.io/badge/webcomponents.org-published-blue.svg)](https://beta.webcomponents.org/element/Po…
4 ## &lt;paper-input&gt;
6 Material design: [Text fields](https://www.google.com/design/spec/components/text-fields.html)
8 `<paper-input>` is a single-line text field with Material Design styling.
10 <!---
12 <custom-element-demo>
14 <script src="../webcomponentsjs/webcomponents-lite.js"></script>
15 <link rel="import" href="paper-input.html">
16 <link rel="import" href="../iron-icons/iron-icons.html">
[all …]
/external/angle/third_party/glslang/src/Test/baseResults/
DversionsErrors.frag.out5 ERROR: 0:44: 'floating-point suffix' : not supported for this version or the enabled extensions
14 0:44 move second child to first child ( temp 4-component vector of float)
15 0:44 'gl_FragColor' ( fragColor 4-component vector of float FragColor)
16 0:44 Construct vec4 ( temp 4-component vector of float)
17 0:44 'color' ( smooth in 3-component vector of float)
20 0:45 Branch: Kill
22 0:? 'color' ( smooth in 3-component vector of float)
34 0:44 move second child to first child ( temp 4-component vector of float)
35 0:44 'gl_FragColor' ( fragColor 4-component vector of float FragColor)
36 0:44 Construct vec4 ( temp 4-component vector of float)
[all …]
/external/deqp-deps/glslang/Test/baseResults/
DversionsErrors.frag.out5 ERROR: 0:44: 'floating-point suffix' : not supported for this version or the enabled extensions
14 0:44 move second child to first child ( temp 4-component vector of float)
15 0:44 'gl_FragColor' ( fragColor 4-component vector of float FragColor)
16 0:44 Construct vec4 ( temp 4-component vector of float)
17 0:44 'color' ( smooth in 3-component vector of float)
20 0:45 Branch: Kill
22 0:? 'color' ( smooth in 3-component vector of float)
34 0:44 move second child to first child ( temp 4-component vector of float)
35 0:44 'gl_FragColor' ( fragColor 4-component vector of float FragColor)
36 0:44 Construct vec4 ( temp 4-component vector of float)
[all …]
/external/llvm/test/MC/ARM/
Dthumb2-branches.s1 @ RUN: llvm-mc -triple=thumbv7-apple-darwin -mcpu=cortex-a8 -show-encoding < %s | FileCheck %s
3 @------------------------------------------------------------------------------
4 @ unconditional branches accept narrow suffix and encode to short encodings
5 @------------------------------------------------------------------------------
7 b.n #-2048
10 @ CHECK: b #-2048 @ encoding: [0x00,0xe4]
13 @------------------------------------------------------------------------------
14 @ unconditional branches accept wide suffix and encode to wide encodings
15 @------------------------------------------------------------------------------
17 b.w #-2048
[all …]
/external/llvm/docs/CommandGuide/
Dllvm-cov.rst1 llvm-cov - emit coverage information
5 --------
7 :program:`llvm-cov` *command* [*args...*]
10 -----------
12 The :program:`llvm-cov` tool shows code coverage information for
14 work with ``gcov``\-style coverage or with ``clang``\'s instrumentation
18 the :program:`llvm-cov gcov` command were called. Otherwise, a command should
22 --------
24 * :ref:`gcov <llvm-cov-gcov>`
25 * :ref:`show <llvm-cov-show>`
[all …]
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1 //===- CoroSplit.cpp - Converts a coroutine into a state machine ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
77 #define DEBUG_TYPE "coro-split"
104 const Twine &Suffix; member in __anon77e149650111::CoroCloner
117 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() argument
119 : OrigF(OrigF), NewF(nullptr), Suffix(Suffix), Shape(Shape), in CoroCloner()
125 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() argument
127 : OrigF(OrigF), NewF(NewF), Suffix(Suffix), Shape(Shape), in CoroCloner()
[all …]
/external/rust/crates/grpcio-sys/grpc/.github/workflows/
Dpr-auto-fix.yaml7 actions: write # to cancel/stop running workflows (styfle/cancel-workflow-action)
8 contents: write # to create branch (peter-evans/create-pull-request)
9 pull-requests: write # to create a PR (peter-evans/create-pull-request)
11 runs-on: ubuntu-latest
14 - name: Get current time
15 uses: srfrnk/current-time@master
16 id: current-time
19 - name: Get current time
20 uses: srfrnk/current-time@master
21 id: current-time-with-day
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp1 //===- CoroSplit.cpp - Converts a coroutine into a state machine ----------===//
5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
7 //===----------------------------------------------------------------------===//
19 //===----------------------------------------------------------------------===//
73 #define DEBUG_TYPE "coro-split"
96 const Twine &Suffix; member in __anon8e96ce1f0111::CoroCloner
109 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() argument
111 : OrigF(OrigF), NewF(nullptr), Suffix(Suffix), Shape(Shape), in CoroCloner()
117 CoroCloner(Function &OrigF, const Twine &Suffix, coro::Shape &Shape, in CoroCloner() argument
119 : OrigF(OrigF), NewF(NewF), Suffix(Suffix), Shape(Shape), in CoroCloner()
[all …]
/external/wayland/
DREADME.android.md19 - `./LICENSE` (symlinks to COPYING)
20 - `./METADATA`
21 - `./MODULE_LICENSE_MIT`
28 <https://opensource.google/docs/thirdparty/android#how-to-add-new-third-party-code-to-android>
36 - `./Android.bp`
40 - `./config.h`
45 - `./import_official_snapshot.py`
51 - `./wayland-version.h`
53 A static expansion of `src/wayland-version.h.in` for the current Wayland
57 - `./OWNERS`
[all …]

12345678910>>...21