/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/skia/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/v8/src/compiler/mips/ |
D | instruction-scheduler-mips.cc | 299 BRANCH = 4, // Estimated max. enumerator 431 return (6 + 2 * Latency::BRANCH); in ClzLatency() 510 return latency + Latency::BRANCH + 2; in ShlPairLatency() 524 return latency + Latency::BRANCH + 2; in ShrPairLatency() 538 Latency::BRANCH + 6; in SarPairLatency() 662 return Mfhc1Latency() + ExtLatency() + Latency::BRANCH + Latency::MOV_D + in Float64RoundLatency() 663 4 + MoveLatency() + 1 + Latency::BRANCH + Latency::CVT_D_L; in Float64RoundLatency() 672 return Latency::MFC1 + ExtLatency() + Latency::BRANCH + Latency::MOV_S + 4 + in Float32RoundLatency() 673 Latency::MFC1 + Latency::BRANCH + Latency::CVT_S_W; in Float32RoundLatency() 681 return Latency::BRANCH + Latency::MTC1 + 1 + Latency::MTC1 + in CvtDUwLatency() [all …]
|
/external/v8/src/compiler/mips64/ |
D | instruction-scheduler-mips64.cc | 328 BRANCH = 4, // Estimated max. enumerator 644 return Latency::BRANCH + 1; in MovzLatency() 652 return Latency::BRANCH + 1; in MovnLatency() 665 return DadduLatency(false) + Latency::BRANCH + 5; in CallLatency() 670 return 1 + DadduLatency() + Latency::BRANCH + 2; in JumpLatency() 677 return 2 * (DlsaLatency() + DadduLatency(false)) + 2 + Latency::BRANCH + in PrepareForTailCallLatency() 678 Latency::BRANCH + 2 * DsubuLatency(false) + 2 + Latency::BRANCH + 1; in PrepareForTailCallLatency() 682 return 1 + Latency::BRANCH + 1 + SmiUntagLatency() + in AssemblePopArgumentsAdoptFrameLatency() 852 int latency = AndLatency(false) + Latency::BRANCH + 2 + CallLatency(); in CallCFunctionHelperLatency() 865 return Latency::BRANCH; in AssembleArchJumpLatency() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Generic/ |
D | print-machineinstrs.ll | 2 ; RUN: | FileCheck %s -check-prefix=PRINT-BRANCH-FOLD 11 ; PRINT-BRANCH-FOLD: -branch-folder -machineverifier -machineinstr-printer 12 ; PRINT-BRANCH-FOLD: Control Flow Optimizer 13 ; PRINT-BRANCH-FOLD-NEXT: Verify generated machine code 14 ; PRINT-BRANCH-FOLD-NEXT: MachineFunction Printer 15 ; PRINT-BRANCH-FOLD: Machine code for function foo:
|
/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/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/WholeProgramDevirt/ |
D | import.ll | 8 …t-vcp-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,VCP,VCP-X86,VCP64,BRANCH-FUNNEL %s 9 …import-branch-funnel.yaml < %s | FileCheck --check-prefixes=CHECK,BRANCH-FUNNEL,BRANCH-FUNNEL-NOVC… 42 ; BRANCH-FUNNEL-NOVCP: [[VT1:%.*]] = bitcast {{.*}} to i8* 43 …; BRANCH-FUNNEL-NOVCP: call i32 bitcast (void ()* @__typeid_typeid1_0_branch_funnel to i32 (i8*, i… 52 ; BRANCH-FUNNEL: [[VT1:%.*]] = bitcast {{.*}} to i8* 66 …; BRANCH-FUNNEL: call i1 bitcast (void ()* @__typeid_typeid2_8_branch_funnel to i1 (i8*, i8*, i32)… 98 ; BRANCH-FUNNEL-NOVCP: [[VT2:%.*]] = bitcast {{.*}} to i8* 99 …; BRANCH-FUNNEL-NOVCP: call i1 bitcast (void ()* @__typeid_typeid2_8_branch_funnel to i1 (i8*, i8*…
|
/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()
|
/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/mesa3d/src/gallium/drivers/vc5/ |
D | vc5_cl.c | 63 if (cl_offset(cl) + space + cl_packet_length(BRANCH) <= cl->size) in vc5_cl_ensure_space_with_branch() 71 cl_emit(cl, BRANCH, branch) { in vc5_cl_ensure_space_with_branch()
|
/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))])
|
/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/python/cpython3/Lib/ |
D | re.py | 331 from sre_constants import BRANCH, SUBPATTERN 345 p = sre_parse.SubPattern(s, [(BRANCH, (None, p))])
|
/external/u-boot/lib/ |
D | slre.c | 31 enum {END, BRANCH, ANY, EXACT, ANYOF, ANYBUT, OPEN, CLOSE, BOL, EOL, enumerator 398 r->code[branch_start] = BRANCH; in compile() 426 if (r->code[2] == BRANCH) in slre_compile() 514 case BRANCH: in match()
|