Home
last modified time | relevance | path

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

12345

/external/skqp/infra/bots/assets/clang_linux/
Dcreate.py18 BRANCH = "release_70" variable
27 BRANCH, REPO + "llvm"])
30 BRANCH, REPO + "clang"])
32 BRANCH, REPO + "lld"])
35 BRANCH, REPO + "clang-tools-extra", "extra"])
39 BRANCH, REPO + "compiler-rt"])
41 BRANCH, REPO + "libcxx"])
43 BRANCH, REPO + "libcxxabi"])
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dppc-passname.ll86 …p-before=ppc-branch-select -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP-BEFORE-BRANCH-SELECT
87 ; STOP-BEFORE-BRANCH-SELECT-NOT: -ppc-branch-select
88 ; STOP-BEFORE-BRANCH-SELECT-NOT: "ppc-branch-select" pass is not registered.
89 ; STOP-BEFORE-BRANCH-SELECT-NOT: PowerPC Branch Selector
91 …top-after=ppc-branch-select -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP-AFTER-BRANCH-SELECT
92 ; STOP-AFTER-BRANCH-SELECT: -ppc-branch-select
93 ; STOP-AFTER-BRANCH-SELECT-NOT: "ppc-branch-select" pass is not registered.
94 ; STOP-AFTER-BRANCH-SELECT: PowerPC Branch Selector
98 …=ppc-branch-coalescing -o /dev/null 2>&1 | FileCheck %s -check-prefix=STOP-BEFORE-BRANCH-COALESCING
99 ; STOP-BEFORE-BRANCH-COALESCING-NOT: -ppc-branch-coalescing
[all …]
/external/lottie/
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/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/llvm-project/lld/test/ELF/
Dppc64-long-branch.s10 # RUN: llvm-readelf -x .branch_lt %t | FileCheck --check-prefix=BRANCH-LE %s
17 # RUN: llvm-readelf -x .branch_lt %t | FileCheck --check-prefix=BRANCH-BE %s
28 # BRANCH-LE: 0x02002038 08200002 00000000 10200002 00000000
29 # BRANCH-LE-NEXT: 0x02002048 08200000 00000000
30 # BRANCH-BE: 0x02002038 00000000 02002008 00000000 02002010
31 # BRANCH-BE-NEXT: 0x02002048 00000000 00002008
/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/llvm-project/clang/INPUTS/
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()
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()
/external/clang/INPUTS/
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-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-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/llvm-project/llvm/test/Transforms/WholeProgramDevirt/
Dimport.ll9 …t-vcp-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,VCP,VCP-X86,VCP64,BRANCH-FUNNEL %s
10 …import-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,BRANCH-FUNNEL,BRANCH-FUNNEL-NOVC…
43 ; BRANCH-FUNNEL-NOVCP: [[VT1:%.*]] = bitcast {{.*}} to i8*
44 …; BRANCH-FUNNEL-NOVCP: call i32 bitcast (void ()* @__typeid_typeid1_0_branch_funnel to i32 (i8*, i…
53 ; BRANCH-FUNNEL: [[VT1:%.*]] = bitcast {{.*}} to i8*
67 …; BRANCH-FUNNEL: call i1 bitcast (void ()* @__typeid_typeid2_8_branch_funnel to i1 (i8*, i8*, i32)…
99 ; BRANCH-FUNNEL-NOVCP: [[VT2:%.*]] = bitcast {{.*}} to i8*
100 …; BRANCH-FUNNEL-NOVCP: call i1 bitcast (void ()* @__typeid_typeid2_8_branch_funnel to i1 (i8*, i8*…
/external/python/pyfakefs/.travis/
Ddocker_tests.sh6 …export BRANCH=$(if [ "$TRAVIS_PULL_REQUEST" == "false" ]; then echo $TRAVIS_BRANCH; else echo $TRA…
8 …files/Dockerfile_$DOCKERFILE . --build-arg github_repo=$REPO_SLUG --build-arg github_branch=$BRANCH
/external/harfbuzz_ng/.ci/
Ddeploy-docs.sh8 BRANCH="$TRAVIS_BRANCH"
9 if test "x$BRANCH" != xmaster; then exit; fi
/external/llvm-project/llvm/test/tools/llvm-cov/gcov/
Ddemangled-names.test7 RUN: FileCheck %s --check-prefix=BRANCH < test.cpp.gcov
10 BRANCH: function A::B() called
/external/skia/infra/bots/assets/clang_linux/
Dcreate.py17 BRANCH = "release/10.x" variable
25 subprocess.check_call(["git", "clone", "--depth", "1", "-b", BRANCH,
/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()
/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,
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/analysis/
DCoverageNodeImplTest.java14 import static org.jacoco.core.analysis.ICoverageNode.CounterEntity.BRANCH;
70 assertEquals(CounterImpl.getInstance(10, 15), parent.getCounter(BRANCH)); in testIncrement()

12345