/external/valgrind/docs/internals/ |
D | 3_0_BUGSTATUS.txt | 204 FIXED-30BRANCH: 4876 213 FIXED-30BRANCH: TODO? 219 FIXED-30BRANCH: TODO 225 FIXED-30BRANCH: TODO 233 FIXED-30BRANCH: TODO 240 FIXED-30BRANCH: TODO 247 FIXED-30BRANCH: TODO 253 FIXED-30BRANCH: 4597, 4601 259 FIXED-30BRANCH: TODO 266 FIXED-30BRANCH: TODO [all …]
|
D | 3_1_BUGSTATUS.txt | 79 TRUNK 31BRANCH BUG# WHAT 110 (TODO: VERIFY 31BRANCH) 140 For 31BRANCH copy in r5591 kludge
|
/external/skqp/infra/bots/assets/clang_linux/ |
D | create.py | 18 BRANCH = "release_50" variable 27 BRANCH, REPO + "llvm"]) 30 BRANCH, REPO + "clang"]) 32 BRANCH, REPO + "lld"]) 35 BRANCH, REPO + "compiler-rt"]) 37 BRANCH, REPO + "libcxx"]) 39 BRANCH, REPO + "libcxxabi"])
|
/external/skia/infra/bots/assets/clang_linux/ |
D | create.py | 18 BRANCH = "release_50" variable 27 BRANCH, REPO + "llvm"]) 30 BRANCH, REPO + "clang"]) 32 BRANCH, REPO + "lld"]) 35 BRANCH, REPO + "compiler-rt"]) 37 BRANCH, REPO + "libcxx"]) 39 BRANCH, REPO + "libcxxabi"])
|
/external/okhttp/.buildscript/ |
D | deploy_snapshot.sh | 10 BRANCH="master" 20 elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then 21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
|
/external/clang/INPUTS/ |
D | cfg-long-chain1.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } in cfg_long_chain_single_exit() macro 18 #undef BRANCH in cfg_long_chain_single_exit()
|
D | cfg-long-chain3.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if ((x % 13171) < i) { int var = x / 13171; y ^= var; } else in cfg_long_chain_many_preds() macro 18 #undef BRANCH in cfg_long_chain_many_preds()
|
D | cfg-long-chain2.c | 1 #define EXPAND_2_BRANCHES(i, x, y) BRANCH(i, x, y); BRANCH(i + 1, x, y); 16 #define BRANCH(i, x, y) if (((x % 13171) + ++y) < i) { int var = x / 13171 + y; return var; } in cfg_long_chain_multiple_exit() macro 18 #undef BRANCH in cfg_long_chain_multiple_exit()
|
/external/harfbuzz_ng/.ci/ |
D | deploy-docs.sh | 8 BRANCH="$TRAVIS_BRANCH" 9 if test "x$BRANCH" != xmaster; then exit; fi
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Via.java | 65 public static final String BRANCH = ParameterNames.BRANCH; field in Via 513 return getParameter(ParameterNames.BRANCH); in getBranch() 530 setParameter(ParameterNames.BRANCH, branch); in setBranch()
|
D | ParameterNames.java | 127 public static final String BRANCH = "branch"; field
|
/external/swiftshader/third_party/LLVM/utils/TableGen/ |
D | EDEmitter.cpp | 400 #define BRANCH(target) { \ macro 465 BRANCH("off"); in X86ExtractSemantics() 467 BRANCH("dst"); in X86ExtractSemantics() 535 #undef BRANCH 743 #define BRANCH(target) { \ macro 769 BRANCH("target"); in ARMExtractSemantics() 779 BRANCH("func"); in ARMExtractSemantics() 788 #undef BRANCH
|
/external/skia/tools/skqp/ |
D | make_apk_list | 7 BRANCH="${1:-origin/skqp/dev}" 39 for commit in $(git log "$BRANCH" -${COUNT} -\-format=%H) ; do
|
/external/toolchain-utils/ |
D | remote_gcc_build.py | 25 BRANCH = 'the_actual_branch_used_in_this_script' variable 180 if BRANCH in out: 185 command = 'git branch -D {0}'.format(BRANCH) 200 command = 'git checkout -b {0} -t cros-internal/{1}'.format(BRANCH, branch) 297 command = ('git checkout -b {0} -t {1} && ' 'rm -rf *'.format(BRANCH, branch))
|
/external/clang/ |
D | update-prebuilts.py | 32 BRANCH = 'aosp-llvm' variable 113 branch=BRANCH,
|
/external/python/cpython2/Lib/ |
D | sre_constants.py | 41 BRANCH = "branch" variable 110 BRANCH,
|
D | re.py | 308 from sre_constants import BRANCH, SUBPATTERN 319 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
D | sre_compile.py | 185 elif op is BRANCH: 468 elif op is BRANCH: 481 elif op is BRANCH:
|
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/ |
D | CoverageNodeImplTest.java | 14 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.BRANCH; 70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH)); in testIncrement()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | ICoverageNode.java | 54 BRANCH, enumConstant
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
D | HTMLFormatter.java | 139 t.add("Missed Branches", Styles.BAR, new BarColumn(CounterEntity.BRANCH, locale), in createTable() 141 t.add("Cov.", Styles.CTR2, new PercentageColumn(CounterEntity.BRANCH, locale), in createTable()
|
/external/python/cpython3/Lib/ |
D | re.py | 348 from sre_constants import BRANCH, SUBPATTERN 360 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
D | sre_compile.py | 180 elif op is BRANCH: 452 elif op is BRANCH: 465 elif op is BRANCH:
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/ |
D | ClassRowWriter.java | 28 CounterEntity.BRANCH, CounterEntity.LINE,
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | LimitTest.java | 116 limit.setCounter(CounterEntity.BRANCH.name()); in testBranch() 118 assertEquals(CounterEntity.BRANCH, limit.getEntity()); in testBranch()
|