/external/javapoet/.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/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/conscrypt/release/ |
D | linux | 15 BRANCH=$(echo "$1" | sed -E 's/([0-9]+[.][0-9]+[.])[0-9]+/\1x/') 17 git checkout "$BRANCH" 25 git push upstream "$BRANCH"
|
D | docker | 19 BRANCH=$(echo "$1" | sed -E 's/([0-9]+[.][0-9]+[.])[0-9]+/\1x/') 20 git checkout "$BRANCH"
|
/external/cpu_features/scripts/ |
D | make_release.sh | 21 BRANCH=$(git rev-parse --abbrev-ref HEAD) 22 if [[ "${BRANCH}" != "main" ]]
|
/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/mesa3d/src/gallium/drivers/v3d/ |
D | v3d_cl.c | 63 if (cl_offset(cl) + space + cl_packet_length(BRANCH) <= cl->size) in v3d_cl_ensure_space_with_branch() 71 cl_emit(cl, BRANCH, branch) { in v3d_cl_ensure_space_with_branch()
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_cl.c | 72 cl_emit(cl, BRANCH, branch) { in cl_alloc_bo() 104 if (v3dv_cl_offset(cl) + space + cl_packet_length(BRANCH) <= cl->size) in v3dv_cl_ensure_space_with_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 | 15 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.BRANCH; 73 parent.getCounter(BRANCH)); in testIncrement()
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/ |
D | ICoverageNode.java | 55 BRANCH, enumConstant
|
D | CoverageNodeImpl.java | 133 case BRANCH: in getCounter()
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/ |
D | HTMLFormatter.java | 141 new BarColumn(CounterEntity.BRANCH, locale), false); in createTable() 143 new PercentageColumn(CounterEntity.BRANCH, locale), false); in createTable()
|
/external/python/cpython3/Lib/ |
D | re.py | 348 from sre_constants import BRANCH, SUBPATTERN 362 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
/external/jacoco/org.jacoco.report/src/org/jacoco/report/csv/ |
D | ClassRowWriter.java | 29 CounterEntity.BRANCH, CounterEntity.LINE, CounterEntity.COMPLEXITY,
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/ |
D | LimitTest.java | 121 limit.setCounter(CounterEntity.BRANCH.name()); in check_should_fail_on_check_counter_branch() 123 assertEquals(CounterEntity.BRANCH, limit.getEntity()); in check_should_fail_on_check_counter_branch()
|
/external/llvm/test/CodeGen/SystemZ/ |
D | cond-move-01.ll | 27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using
|
/external/nist-sip/java/gov/nist/javax/sip/parser/ |
D | ViaParser.java | 98 if (name.equals(Via.BRANCH)) { in parseVia()
|