/external/skia/src/core/ |
D | SkRTree.cpp | 18 std::vector<Branch> branches; in insert() local 19 branches.reserve(N); in insert() 30 branches.push_back(b); in insert() 33 fCount = (int)branches.size(); in insert() 39 n->fChildren[0] = branches[0]; in insert() 41 fRoot.fBounds = branches[0].fBounds; in insert() 44 fRoot = this->bulkLoad(&branches); in insert() 60 int SkRTree::CountNodes(int branches) { in CountNodes() argument 61 if (branches == 1) { in CountNodes() 64 int remainder = branches % kMaxChildren; in CountNodes() [all …]
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/ |
D | LineImpl.java | 48 * Empty line without instructions or branches. 53 final CounterImpl branches) { in getInstance() argument 56 final int bm = branches.getMissedCount(); in getInstance() 57 final int bc = branches.getCoveredCount(); in getInstance() 62 return new Var(instructions, branches); in getInstance() 69 Var(final CounterImpl instructions, final CounterImpl branches) { in Var() argument 70 super(instructions, branches); in Var() 75 final ICounter branches) { in increment() argument 77 this.branches = this.branches.increment(branches); in increment() 93 final ICounter branches) { in increment() argument [all …]
|
D | Instruction.java | 60 private int branches; field in Instruction 76 this.branches = 0; in Instruction() 95 branches++; in addBranch() 117 branches++; in addBranch() 146 * Merges information about covered branches of this instruction with 151 * @return new instance with merged branches 155 result.branches = this.branches; in merge() 162 * Creates a copy of this instruction where all outgoing branches are 167 * new branches to consider 168 * @return new instance with replaced branches [all …]
|
D | SourceNodeImpl.java | 104 * Increments instructions and branches by the given counter values. If a 105 * optional line number is specified the instructions and branches are added 110 * @param branches 111 * branches to add 115 public void increment(final ICounter instructions, final ICounter branches, in increment() argument 118 incrementLine(instructions, branches, line); in increment() 121 branchCounter = branchCounter.increment(branches); in increment() 125 final ICounter branches, final int line) { in incrementLine() argument 130 lines[line - offset] = l.increment(instructions, branches); in incrementLine()
|
/external/llvm/test/tools/llvm-cov/Inputs/ |
D | test_-b_-f.output | 3 No branches 8 No branches 13 No branches 18 No branches 23 No branches 28 No branches 33 Branches executed:100.00% of 4 39 Branches executed:100.00% of 11 45 No branches 50 No branches [all …]
|
/external/vixl/doc/ |
D | range-limits.md | 4 VIXL's macro assembler tries to increase the range of branches and literal loads 42 ### Branches subsection 47 #### Unconditional immediate branches (`B`) 49 * Unconditional immediate branches have an instruction range of -134,217,728 to 51 * No veneers are applied to unconditional immediate branches to extend their 56 #### Conditional branches (`B.cond`) and compare-and-branch (`CBZ`, `CBNZ`) 108 ### Branches subsection 110 #### Unconditional immediate branches (`B`) 112 * Unconditional immediate branches have an instruction range of -16,777,216 to 114 * Veneers are applied to forward branches to extend them to an unlimited range. [all …]
|
/external/google-cloud-java/.github/ |
D | sync-repo-settings.yaml | 21 # Number of approving reviews required to update matching branches. 24 # Are reviews from code owners required to update matching branches. 27 # Require up to date branches 29 …t of required status check contexts that must pass for commits to be accepted to matching branches. 43 # Number of approving reviews required to update matching branches. 46 # Are reviews from code owners required to update matching branches. 49 # Require up to date branches 51 …t of required status check contexts that must pass for commits to be accepted to matching branches.
|
/external/angle/doc/ |
D | ChoosingANGLEBranch.md | 11 Branches are created automatically in ANGLE to correspond to branches created in 12 Chromium. These branches are named `chromium/####`, where the number is the 13 matching Chromium branch. These branches will be created from the revision which 17 (http://src.chromium.org/viewvc/chrome/branches/2013/src/DEPS?revision=272741) 23 stable Chromium release channel build, as those branches will be deployed with 26 branches will be short-lived. 33 In order to determine which branches are used by Chromium releases, please use 40 ## Updates to release branches 44 fixes for those bugs will be applied to the ANGLE branches for uptake by
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/ |
D | SourceHighlighter.java | 106 final ICounter branches = line.getBranchCounter(); in highlight() local 107 switch (branches.getStatus()) { in highlight() 110 "All %2$d branches missed.", branches); in highlight() 113 "All %2$d branches covered.", branches); in highlight() 116 "%1$d of %2$d branches missed.", branches); in highlight() 124 final ICounter branches) throws IOException { in span() argument 126 final Integer missed = Integer.valueOf(branches.getMissedCount()); in span() 127 final Integer total = Integer.valueOf(branches.getTotalCount()); in span()
|
/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1beta1/src/main/java/com/google/cloud/dataform/v1beta1/ |
D | FetchRemoteBranchesResponseOrBuilder.java | 33 * <code>repeated string branches = 1;</code> 35 * @return A list containing the branches. 45 * <code>repeated string branches = 1;</code> 47 * @return The count of branches. 57 * <code>repeated string branches = 1;</code> 60 * @return The branches at the given index. 70 * <code>repeated string branches = 1;</code> 73 * @return The bytes of the branches at the given index.
|
D | FetchRemoteBranchesResponse.java | 81 * <code>repeated string branches = 1;</code> 83 * @return A list containing the branches. 95 * <code>repeated string branches = 1;</code> 97 * @return The count of branches. 109 * <code>repeated string branches = 1;</code> 112 * @return The branches at the given index. 124 * <code>repeated string branches = 1;</code> 127 * @return The bytes of the branches at the given index. 516 * <code>repeated string branches = 1;</code> 518 * @return A list containing the branches. [all …]
|
/external/google-cloud-java/java-dataform/proto-google-cloud-dataform-v1alpha2/src/main/java/com/google/cloud/dataform/v1alpha2/ |
D | FetchRemoteBranchesResponseOrBuilder.java | 33 * <code>repeated string branches = 1;</code> 35 * @return A list containing the branches. 45 * <code>repeated string branches = 1;</code> 47 * @return The count of branches. 57 * <code>repeated string branches = 1;</code> 60 * @return The branches at the given index. 70 * <code>repeated string branches = 1;</code> 73 * @return The bytes of the branches at the given index.
|
D | FetchRemoteBranchesResponse.java | 81 * <code>repeated string branches = 1;</code> 83 * @return A list containing the branches. 95 * <code>repeated string branches = 1;</code> 97 * @return The count of branches. 109 * <code>repeated string branches = 1;</code> 112 * @return The branches at the given index. 124 * <code>repeated string branches = 1;</code> 127 * @return The bytes of the branches at the given index. 516 * <code>repeated string branches = 1;</code> 518 * @return A list containing the branches. [all …]
|
/external/mbedtls/ |
D | CONTRIBUTING.md | 13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t… 33 …n development branch and in LTS (Long Term Support) branches, as described in [BRANCHES.md](BRANCH… 41 Long Term Support Branches 43 …branches, which are maintained continuously for a given period. The LTS branches are provided to a… 45 When backporting to these branches please observe the following rules: 51 It would be highly appreciated if contributions are backported to LTS branches in addition to the [… 53 The list of maintained branches can be found in the [Current Branches section 54 of BRANCHES.md](BRANCHES.md#current-branches). 89 …s/GPL-2.0-or-later.html) licenses. This enables LTS (Long Term Support) branches of the software t…
|
D | BRANCHES.md | 1 # Maintained branches 3 At any point in time, we have a number of maintained branches, currently consisting of: 12 - One or more long-time support (LTS) branches: these only get bug fixes and 16 We retain a number of historical branches, whose names are prefixed by `archive/`, 18 These branches will not receive any changes or updates. 24 ABI compatibility within LTS branches; see the next section for details. 27 released. We may occasionally create LTS branches from other releases at our 87 ## Long-time support branches 89 For the LTS branches, additionally we try very hard to also maintain ABI 101 ## Current Branches [all …]
|
/external/openthread/third_party/mbedtls/repo/ |
D | CONTRIBUTING.md | 13 - [Backports](#long-term-support-branches): provide a backport if needed (it's fine to wait until t… 33 …n development branch and in LTS (Long Term Support) branches, as described in [BRANCHES.md](BRANCH… 41 Long Term Support Branches 43 …branches, which are maintained continuously for a given period. The LTS branches are provided to a… 45 When backporting to these branches please observe the following rules: 51 It would be highly appreciated if contributions are backported to LTS branches in addition to the [… 53 The list of maintained branches can be found in the [Current Branches section 54 of BRANCHES.md](BRANCHES.md#current-branches).
|
D | BRANCHES.md | 1 # Maintained branches 3 At any point in time, we have a number of maintained branches, currently consisting of: 12 - One or more long-time support (LTS) branches: these only get bug fixes and 13 security fixes. Currently, the supported LTS branches are: 17 We retain a number of historical branches, whose names are prefixed by `archive/`, 19 These branches will not receive any changes or updates. 25 ABI compatibility within LTS branches; see the next section for details. 88 ## Long-time support branches 90 For the LTS branches, additionally we try very hard to also maintain ABI 102 ## Current Branches [all …]
|
/external/googleapis/google/devtools/resultstore/v2/ |
D | coverage_summary.proto | 41 // The number of branches present in the file. 44 // The number of branches executed out of the total branches present. 46 // This is <= total_branch_count as not all branches are executed. 49 // The number of branches taken out of the total branches executed. 51 // This is <= executed_branch_count as not all executed branches are taken.
|
/external/googleapis/google/cloud/discoveryengine/v1alpha/ |
D | document_service.proto | 50 get: "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 52 … get: "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" 61 get: "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 63 … get: "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 72 post: "/v1alpha/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 75 … post: "/v1alpha/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 85 patch: "/v1alpha/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 88 …patch: "/v1alpha/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/docum… 98 delete: "/v1alpha/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 100 … delete: "/v1alpha/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" [all …]
|
/external/google-cloud-java/java-discoveryengine/proto-google-cloud-discoveryengine-v1beta/src/main/proto/google/cloud/discoveryengine/v1beta/ |
D | document_service.proto | 49 get: "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 51 … get: "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" 60 get: "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 62 … get: "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 71 post: "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 74 … post: "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 84 patch: "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 87 …patch: "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/docume… 96 delete: "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 98 … delete: "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" [all …]
|
/external/webrtc/docs/native-code/development/ |
D | index.md | 36 2. Optionally you can specify how new branches should be tracked: 43 3. Alternatively, you can create new local branches like this (recommended): 144 ## Working with Release Branches 146 To see available release branches, run: 161 sync will break on sufficiently old branches. In that case, you can try using 181 For more details, read Chromium's [Working with Branches][chromium-work-branches] and 182 [Working with Release Branches][chromium-work-release-branches] pages. 184 [Chromium Dashboard][https://chromiumdash.appspot.com/branches]. 283 [chromium-work-branches]: https://www.chromium.org/developers/how-tos/get-the-code/working-with-bra… 284 [chromium-work-release-branches]: https://www.chromium.org/developers/how-tos/get-the-code/working-…
|
/external/rust/android-crates-io/crates/tokio-macros/src/ |
D | select.rs | 8 let branches = match input.into_iter().next() { in declare_output_enum() localVariable 13 let variants = (0..branches) in declare_output_enum() 19 if branches <= 8 { in declare_output_enum() 21 } else if branches <= 16 { in declare_output_enum() 23 } else if branches <= 32 { in declare_output_enum() 25 } else if branches <= 64 { in declare_output_enum() 28 panic!("up to 64 branches supported"); in declare_output_enum() 36 // Include a `Disabled` variant signifying that all select branches in declare_output_enum()
|
/external/googleapis/google/cloud/discoveryengine/v1beta/ |
D | document_service.proto | 50 get: "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 52 … get: "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" 61 get: "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 63 … get: "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 72 post: "/v1beta/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 75 … post: "/v1beta/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 85 patch: "/v1beta/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 88 …patch: "/v1beta/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/docume… 98 delete: "/v1beta/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 100 … delete: "/v1beta/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" [all …]
|
/external/googleapis/google/cloud/discoveryengine/v1/ |
D | document_service.proto | 49 get: "/v1/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 51 get: "/v1/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" 60 get: "/v1/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 62 get: "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 71 post: "/v1/{parent=projects/*/locations/*/dataStores/*/branches/*}/documents" 74 post: "/v1/{parent=projects/*/locations/*/collections/*/dataStores/*/branches/*}/documents" 84 patch: "/v1/{document.name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 87 …patch: "/v1/{document.name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/… 97 delete: "/v1/{name=projects/*/locations/*/dataStores/*/branches/*/documents/*}" 99 … delete: "/v1/{name=projects/*/locations/*/collections/*/dataStores/*/branches/*/documents/*}" [all …]
|
/external/webrtc/tools_webrtc/version_updater/ |
D | update_version.py | 37 active_branch, branches = _GetBranches() 40 if UPDATE_BRANCH_NAME in branches: 56 """Returns a tuple (active, branches). 59 'branches' is the list of all branches. 63 branches = [] 69 branches.append(active) 73 branches.append(branch) 74 return active, branches
|