/external/python/oauth2client/ |
D | tox.ini | 21 commands = nosetests --ignore-files=test_appengine\.py --ignore-files=test__appengine_ndb\.py {posa… 27 --with-coverage \ 28 --cover-package=oauth2client \ 29 --cover-package=tests \ 30 --cover-erase \ 31 --cover-tests \ 32 --cover-branches \ 33 --ignore-files=test_appengine\.py \ 34 --ignore-files=test__appengine_ndb\.py 36 --with-coverage \ [all …]
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/ |
D | MethodCoverageCalculatorTest.java | 6 * http://www.eclipse.org/legal/epl-v10.html 9 * Marc R. Hoffmann - initial API and implementation 84 c.ignore(i1, i1); in should_ignore_single_instruction() 102 c.ignore(i1, i2); in should_ignore_instruction_range() 117 c.ignore(i1, i1); in should_exclude_ignored_instructions_from_computation_of_first_and_last_lines() 118 c.ignore(i3, i3); in should_exclude_ignored_instructions_from_computation_of_first_and_last_lines() 184 assertLine(1, 0, 1, 1, 2); // branches coverage status replaced in should_replace_branches() 223 assertEquals("branches", CounterImpl.getInstance(mb, cb), in assertLine() 227 private InsnNode addInsn(int line, boolean... branches) { in addInsn() argument 230 for (boolean covered : branches) { in addInsn()
|
/external/python/cpython3/.github/workflows/ |
D | coverage.yml | 5 branches: 6 - master 7 - 3.9 8 - 3.8 9 - 3.7 10 paths-ignore: 11 - 'Doc/**' 12 - 'Misc/**' 14 # branches: 15 # - master [all …]
|
D | build.yml | 3 # bpo-40548: "paths-ignore" is not used to skip documentation-only PRs, because 5 # mandatory but not scheduled because of "paths-ignore". 8 branches: 9 - master 10 - 3.9 11 - 3.8 12 - 3.7 14 branches: 15 - master 16 - 3.9 [all …]
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | readability-function-size.rst | 1 .. title:: clang-tidy - readability-function-size 3 readability-function-size 6 `google-readability-function-size` redirects here as an alias for this check. 11 ------- 15 Flag functions exceeding this number of lines. The default is `-1` (ignore 21 significantly from the number of lines for macro-heavy code. The default is 27 `-1` (ignore the number of branches). 32 is `-1` (ignore the number of parameters). 38 for macro-heavy code. The default is `-1` (ignore the nesting level). 43 The default is `-1` (ignore the number of variables).
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
D | IFilterOutput.java | 6 * http://www.eclipse.org/legal/epl-v10.html 9 * Evgeny Mandrikov - initial API and implementation 33 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore() method 47 * Marks instruction whose outgoing branches should be replaced during 51 * instruction which branches should be replaced 53 * new targets of branches
|
D | KotlinDefaultArgumentsFilter.java | 6 * http://www.eclipse.org/legal/epl-v10.html 9 * Evgeny Mandrikov - initial API and implementation 25 * Filters branches that Kotlin compiler generates for default arguments. 40 * suffix "$default". And its value can't be zero - invocation with all 70 final Set<AbstractInsnNode> ignore = new HashSet<AbstractInsnNode>(); in match() local 72 .getArgumentTypes().length - 2; in match() 86 ignore.add(cursor); in match() 91 for (AbstractInsnNode i : ignore) { in match() 92 output.ignore(i, i); in match()
|
D | KotlinCoroutineFilter.java | 6 * http://www.eclipse.org/legal/epl-v10.html 9 * Evgeny Mandrikov - initial API and implementation 26 * Filters branches that Kotlin compiler generates for coroutines. 32 final int lastArgument = methodType.getArgumentTypes().length - 1; in isLastArgumentContinuation() 74 final List<AbstractInsnNode> ignore = new ArrayList<AbstractInsnNode>( in match() local 83 ignore.add(methodNode.instructions.getFirst()); in match() 84 ignore.add(cursor); in match() 113 ignore.add(i); in match() 114 ignore.add(cursor); in match() 140 output.ignore(s.dflt, cursor); in match() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
D | BranchCloneCheck.cpp | 1 //===--- BranchCloneCheck.cpp - clang-tidy --------------------------------===// 8 //===----------------------------------------------------------------------===// 24 LHS->Profile(DataLHS, Context, false); in areStatementsIdentical() 25 RHS->Profile(DataRHS, Context, false); in areStatementsIdentical() 35 /// Determines if the bodies of two branches in a switch statements are Type I 47 // would casue false positives in real-world code. in areSwitchBranchesIdentical() 48 if (!areStatementsIdentical(LHS[i]->stripLabelLikeStatements(), in areSwitchBranchesIdentical() 49 RHS[i]->stripLabelLikeStatements(), Context)) { in areSwitchBranchesIdentical() 62 Finder->addMatcher( in registerMatchers() 68 Finder->addMatcher(switchStmt().bind("switch"), this); in registerMatchers() [all …]
|
/external/llvm-project/clang-tools-extra/clang-tidy/readability/ |
D | FunctionSizeCheck.h | 1 //===--- FunctionSizeCheck.h - clang-tidy -----------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 22 /// * `LineThreshold` - flag functions exceeding this number of lines. The 23 /// default is `-1` (ignore the number of lines). 24 /// * `StatementThreshold` - flag functions exceeding this number of 26 /// macro-heavy code. The default is `800`. 27 /// * `BranchThreshold` - flag functions exceeding this number of control 28 /// statements. The default is `-1` (ignore the number of branches). 29 /// * `ParameterThreshold` - flag functions having a high number of [all …]
|
/external/libyuv/files/tools_libyuv/autoroller/ |
D | roll_deps.py | 4 # Use of this source code is governed by a BSD-style license 39 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') 96 sys.exit(-1) 132 """Returns a tuple of active,branches. 134 The 'active' is the name of the currently active branch and 'branches' is a 135 list of all branches. 138 branches = [] 144 branches.append(active) 148 branches.append(branch) 149 return active, branches [all …]
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTFunDecl.java | 9 * http://www.apache.org/licenses/LICENSE-2.0 91 body = (ASTExpr)children[children.length - 1]; in closeNode() 93 argv = new ASTIdent[children.length - 2]; // May be 0-size array in closeNode() 94 for(int i = 1; i < children.length - 1; i++) { in closeNode() 95 argv[i - 1] = (ASTIdent)children[i]; in closeNode() 162 boolean main=false, ignore=false; in code() 171 ignore = true; in code() 180 if(i < argv.length - 1) { in code() 188 if(!ignore) { in code() 217 boolean main=false, ignore=false; in byte_code() [all …]
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 1 //===-- MSP430BranchSelector.cpp - Emit long conditional branches ---------===// 8 //===----------------------------------------------------------------------===// 11 // conditional branches need more than 10 bits of displacement to reach their 16 //===----------------------------------------------------------------------===// 28 #define DEBUG_TYPE "msp430-branch-select" 30 STATISTIC(NumExpanded, "Number of branches expanded to long format"); 37 /// BlockSizes - The sizes of the basic blocks in the function. 54 /// createMSP430BranchSelectionPass - returns an instance of the Branch 64 // Give the blocks of the function a dense, in-order, numbering. in runOnMachineFunction() 73 BlockSize += TII->GetInstSizeInBytes(MI); in runOnMachineFunction() [all …]
|
/external/angle/scripts/ |
D | roll_chromium_deps.py | 4 # Use of this source code is governed by a BSD-style license 43 'third_party/abseil-cpp', 68 'third_party/Python-Markdown', 69 'third_party/qemu-linux-x64', 70 'third_party/qemu-mac-x64', 79 'tools/luci-go', 98 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') 99 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([-0-9a-z]+)\'') 112 NOTIFY_EMAIL = 'angle-wrangler@grotations.appspotmail.com' 174 sys.exit(-1) [all …]
|
/external/zstd/.circleci/ |
D | config.yml | 5 short-tests-0: 9 - image: fbopensource/zstd-circleci-primary:0.0.1 11 - checkout 12 - run: 15 ./tests/test-license.py 16 cc -v; CFLAGS="-O0 -Werror -pedantic" make all && make clean 20 make -j regressiontest; make clean 24 short-tests-1: 26 - image: fbopensource/zstd-circleci-primary:0.0.1 28 - checkout [all …]
|
/external/tensorflow/tensorflow/core/kernels/data/experimental/ |
D | choose_fastest_branch_dataset_op.cc | 7 http://www.apache.org/licenses/LICENSE-2.0 93 "Make sure the branches to ChooseFastestDataset do not expect the " in Initialize() 102 return dataset()->real_iterator_->GetNext(ctx, out_tensors, in GetNextInternal() 132 // This Dataset picks between some dataset function branches. Each function is 134 // branches are expected to be stateless. For each iterator that can be produced 142 OP_REQUIRES_OK(ctx, ctx->GetAttr("branches", &funcs)); in ChooseFastestBranchDatasetOp() 149 OP_REQUIRES_OK(ctx, ctx->GetAttr("num_elements_per_branch", in ChooseFastestBranchDatasetOp() 151 OP_REQUIRES_OK(ctx, ctx->GetAttr("output_types", &output_types_)); in ChooseFastestBranchDatasetOp() 152 OP_REQUIRES_OK(ctx, ctx->GetAttr("output_shapes", &output_shapes_)); in ChooseFastestBranchDatasetOp() 153 OP_REQUIRES_OK(ctx, ctx->GetAttr("other_arguments_lengths", in ChooseFastestBranchDatasetOp() [all …]
|
/external/llvm-project/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 1 //===-- MSP430BranchSelector.cpp - Emit long conditional branches ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // conditional branches need more than 10 bits of displacement to reach their 15 //===----------------------------------------------------------------------===// 28 #define DEBUG_TYPE "msp430-branch-select" 31 BranchSelectEnabled("msp430-branch-select", cl::Hidden, cl::init(true), 32 cl::desc("Expand out of range branches")); 35 STATISTIC(NumExpanded, "Number of branches expanded to long format"); 67 // instructions have the signed 10-bit word offset field, so first we need to in isInRage() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430BranchSelector.cpp | 1 //===-- MSP430BranchSelector.cpp - Emit long conditional branches ---------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // conditional branches need more than 10 bits of displacement to reach their 15 //===----------------------------------------------------------------------===// 28 #define DEBUG_TYPE "msp430-branch-select" 31 BranchSelectEnabled("msp430-branch-select", cl::Hidden, cl::init(true), 32 cl::desc("Expand out of range branches")); 35 STATISTIC(NumExpanded, "Number of branches expanded to long format"); 67 // instructions have the signed 10-bit word offset field, so first we need to in isInRage() [all …]
|
/external/pigweed/ |
D | .pylintrc | 3 # A comma-separated list of package or module names from where C extensions may 7 extension-pkg-whitelist=mypy 11 ignore=CVS 15 ignore-patterns= 19 #init-hook= 21 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the 28 limit-inference-results=100 32 load-plugins= 41 # user-friendly hints instead of false-positive error messages. 42 suggestion-mode=yes [all …]
|
/external/llvm-project/llvm/test/CodeGen/Mips/ |
D | reloc-jalr.ll | 1 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \ 2 ; RUN: -O2 < %s | \ 3 ; RUN: FileCheck %s -check-prefixes=ALL,JALR-ALL,JALR-32,JALR-32R2,TAILCALL-32R2 5 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic -mips-tail-calls=1 \ 6 ; RUN: -O2 < %s | \ 7 ; RUN: FileCheck %s -check-prefixes=ALL,JALR-ALL,JALR-64,JALR-64R2,TAILCALL-64R2 9 ; RUN: llc -mtriple=mips-linux-gnu -relocation-model=pic -mips-tail-calls=1 \ 10 ; RUN: -O2 -mcpu=mips32r6 -mips-compact-branches=always < %s | \ 11 ; RUN: FileCheck %s -check-prefixes=ALL,JALR-ALL,JALR-32,JALR-32R6,TAILCALL-32R6 13 ; RUN: llc -mtriple=mips64-linux-gnu -relocation-model=pic -mips-tail-calls=1 \ [all …]
|
/external/avb/ |
D | pylintrc | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 #init-hook= 29 ignore=CVS,.svn,.git 30 ignore-patterns=.*pb2\.py,.*pb2_grpc\.py 37 load-plugins= 51 unsafe-load-any-extension=no 53 # A comma-separated list of package or module names from where C extensions may 56 extension-pkg-whitelist= 64 optimize-ast=no 75 # multiple time. See also the "--disable" option for examples. [all …]
|
/external/elfutils/ |
D | CONTRIBUTING | 7 elfutils-devel@sourceware.org. 8 https://sourceware.org/ml/elfutils-devel/ 10 To subscribe send an email to elfutils-devel-subscribe@sourceware.org 11 Or use the form at https://sourceware.org/mailman/listinfo/elfutils-devel 13 Please supply patches using git format-patch or using git send-email. 17 To facilitate tracking of who did what, we've adopted a "sign-off" 21 The sign-off is a simple line at the end of the explanation for the 41 with it, including my sign-off) is maintained indefinitely 46 Signed-off-by: Random J Developer <random@developer.example.org> 50 git commit --signoff will add such a Signed-off-by line at the end of [all …]
|
/external/webrtc/tools_webrtc/autoroller/ |
D | roll_deps.py | 4 # Use of this source code is governed by a BSD-style license 35 # in-tree. For instance, src/base is a part of the Chromium source git repo, 46 'src/third_party/gtest-parallel', 58 COMMIT_POSITION_RE = re.compile('^Cr-Commit-Position: .*#([0-9]+).*$') 59 CLANG_REVISION_RE = re.compile(r'^CLANG_REVISION = \'([0-9a-z]+)\'$') 72 NOTIFY_EMAIL = 'webrtc-trooper@grotations.appspotmail.com' 132 sys.exit(-1) 168 """Returns a tuple of active,branches. 170 The 'active' is the name of the currently active branch and 'branches' is a 171 list of all branches. [all …]
|
/external/oss-fuzz/ |
D | .pylintrc | 3 # A comma-separated list of package or module names from where C extensions may 6 extension-pkg-whitelist= 10 ignore=CVS,base-clang,base-sanitizer-libs-builder 14 ignore-patterns= 18 #init-hook= 20 # Use multiple processes to speed up Pylint. Specifying 0 will auto-detect the 27 limit-inference-results=100 31 load-plugins= 40 # user-friendly hints instead of false-positive error messages. 41 suggestion-mode=yes [all …]
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCBranchSelector.cpp | 1 //===-- PPCBranchSelector.cpp - Emit long conditional branches ------------===// 8 //===----------------------------------------------------------------------===// 11 // conditional branches need more than 16 bits of displacement to reach their 16 //===----------------------------------------------------------------------===// 29 #define DEBUG_TYPE "ppc-branch-select" 31 STATISTIC(NumExpanded, "Number of branches expanded to long format"); 44 /// BlockSizes - The sizes of the basic blocks in the function. 61 INITIALIZE_PASS(PPCBSel, "ppc-branch-select", "PowerPC Branch Selector", 64 /// createPPCBranchSelectionPass - returns an instance of the Branch Selection 74 // Give the blocks of the function a dense, in-order, numbering. in runOnMachineFunction() [all …]
|