Home
last modified time | relevance | path

Searched refs:BRANCH (Results 1 – 25 of 105) sorted by relevance

12345

/external/javapoet/.buildscript/
Ddeploy_snapshot.sh10 BRANCH="master"
20 elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
/external/okhttp/.buildscript/
Ddeploy_snapshot.sh10 BRANCH="master"
20 elif [ "$TRAVIS_BRANCH" != "$BRANCH" ]; then
21 echo "Skipping snapshot deployment: wrong branch. Expected '$BRANCH' but was '$TRAVIS_BRANCH'."
/external/clang/INPUTS/
Dcfg-long-chain1.c1 #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()
Dcfg-long-chain3.c1 #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()
Dcfg-long-chain2.c1 #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/
Dlinux15 BRANCH=$(echo "$1" | sed -E 's/([0-9]+[.][0-9]+[.])[0-9]+/\1x/')
17 git checkout "$BRANCH"
25 git push upstream "$BRANCH"
Ddocker19 BRANCH=$(echo "$1" | sed -E 's/([0-9]+[.][0-9]+[.])[0-9]+/\1x/')
20 git checkout "$BRANCH"
/external/cpu_features/scripts/
Dmake_release.sh21 BRANCH=$(git rev-parse --abbrev-ref HEAD)
22 if [[ "${BRANCH}" != "main" ]]
/external/nist-sip/java/gov/nist/javax/sip/header/
DVia.java65 public static final String BRANCH = ParameterNames.BRANCH; field in Via
513 return getParameter(ParameterNames.BRANCH); in getBranch()
530 setParameter(ParameterNames.BRANCH, branch); in setBranch()
DParameterNames.java127 public static final String BRANCH = "branch"; field
/external/mesa3d/src/gallium/drivers/v3d/
Dv3d_cl.c63 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/
Dv3dv_cl.c72 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/
Dupdate-prebuilts.py32 BRANCH = 'aosp-llvm' variable
113 branch=BRANCH,
/external/python/cpython2/Lib/
Dsre_constants.py41 BRANCH = "branch" variable
110 BRANCH,
Dre.py308 from sre_constants import BRANCH, SUBPATTERN
319 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
Dsre_compile.py185 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/
DCoverageNodeImplTest.java15 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/
DICoverageNode.java55 BRANCH, enumConstant
DCoverageNodeImpl.java133 case BRANCH: in getCounter()
/external/jacoco/org.jacoco.report/src/org/jacoco/report/html/
DHTMLFormatter.java141 new BarColumn(CounterEntity.BRANCH, locale), false); in createTable()
143 new PercentageColumn(CounterEntity.BRANCH, locale), false); in createTable()
/external/python/cpython3/Lib/
Dre.py348 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/
DClassRowWriter.java29 CounterEntity.BRANCH, CounterEntity.LINE, CounterEntity.COMPLEXITY,
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
DLimitTest.java121 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/
Dcond-move-01.ll27 ; Test LOCR in a case that could use COMPARE AND BRANCH. We prefer using
/external/nist-sip/java/gov/nist/javax/sip/parser/
DViaParser.java98 if (name.equals(Via.BRANCH)) { in parseVia()

12345