/external/skqp/infra/bots/assets/clang_linux/ |
D | create.py | 18 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/ |
D | ppc-passname.ll | 86 …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/ |
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/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/llvm-project/lld/test/ELF/ |
D | ppc64-long-branch.s | 10 # 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/ |
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/llvm-project/clang/INPUTS/ |
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()
|
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()
|
/external/clang/INPUTS/ |
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-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-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/llvm-project/llvm/test/Transforms/WholeProgramDevirt/ |
D | import.ll | 9 …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/ |
D | docker_tests.sh | 6 …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/ |
D | deploy-docs.sh | 8 BRANCH="$TRAVIS_BRANCH" 9 if test "x$BRANCH" != xmaster; then exit; fi
|
/external/llvm-project/llvm/test/tools/llvm-cov/gcov/ |
D | demangled-names.test | 7 RUN: FileCheck %s --check-prefix=BRANCH < test.cpp.gcov 10 BRANCH: function A::B() called
|
/external/skia/infra/bots/assets/clang_linux/ |
D | create.py | 17 BRANCH = "release/10.x" variable 25 subprocess.check_call(["git", "clone", "--depth", "1", "-b", BRANCH,
|
/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()
|
/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,
|
/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()
|