Home
last modified time | relevance | path

Searched defs:branch (Results 1 – 25 of 187) sorted by relevance

12345678

/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DInstructionsBuilder.java136 void addJump(final Label target, final int branch) { in addJump()
148 void addProbe(final int probeId, final int branch) { in addProbe()
173 private final int branch; field in InstructionsBuilder.Jump
175 Jump(final Instruction source, final Label target, final int branch) { in Jump()
182 source.addBranch(LabelInfo.getInstruction(target), branch); in wire() local
DInstruction.java94 public void addBranch(final Instruction target, final int branch) { in addBranch()
116 public void addBranch(final boolean executed, final int branch) { in addBranch()
123 private static void propagateExecutedBranch(Instruction insn, int branch) { in propagateExecutedBranch()
DMethodAnalyzer.java136 int branch = 0; in visitSwitchInsn() local
189 int branch = 0; in visitSwitchInsnWithProbes() local
197 private void visitSwitchTarget(final Label label, final int branch) { in visitSwitchTarget()
/external/toolchain-utils/llvm_tools/
Dgit.py35 def CreateBranch(repo, branch): argument
54 def DeleteBranch(repo, branch): argument
75 def UploadChanges(repo, branch, commit_messages, reviewers=None, cc=None): argument
/external/apache-commons-io/src/main/java/org/apache/commons/io/input/
DTeeInputStream.java46 private final OutputStream branch; field in TeeInputStream
61 public TeeInputStream(final InputStream input, final OutputStream branch) { in TeeInputStream()
77 final InputStream input, final OutputStream branch, final boolean closeBranch) { in TeeInputStream()
DTeeReader.java42 private final Writer branch; field in TeeReader
56 public TeeReader(final Reader input, final Writer branch) { in TeeReader()
69 public TeeReader(final Reader input, final Writer branch, final boolean closeBranch) { in TeeReader()
/external/lz4/tests/
Dtest-lz4-speed.py89 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
116 def git_get_changes(branch, commit, last_commit): argument
147 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
182 def update_config_file(branch, commit): argument
193 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument
203 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument
317 branch = "" variable
/external/zstd/tests/
DDEPRECATED-test-zstd-speed.py92 def send_email_with_attachments(branch, commit, last_commit, args, text, results_files, argument
119 def git_get_changes(branch, commit, last_commit): argument
150 def benchmark_and_compare(branch, commit, last_commit, args, executableName, md5sum, compilerVersio… argument
193 def update_config_file(branch, commit): argument
204 def double_check(branch, commit, args, executableName, md5sum, compilerVersion, resultsFileName, fi… argument
214 def test_commit(branch, commit, last_commit, args, testFilePaths, have_mutt, have_mail): argument
344 branch = "" variable
/external/ot-br-posix/third_party/Simple-web-server/repo/
DREADME.md41 #### HTTP
47 #### HTTPS
/external/skia/tools/calmbench/
Dcalmbench.py125 def nano_path(args, branch): argument
129 def compile_branch(args, branch): argument
/external/jacoco/org.jacoco.core.test.validation.kotlin/src/org/jacoco/core/test/validation/kotlin/targets/
DKotlinDefaultArgumentsTarget.kt26 private fun branch(a: Boolean, b: String = if (a) "a" else "b") { // assertFullyCovered(0, 2) in branch() method
/external/apache-commons-io/src/main/java/org/apache/commons/io/output/
DTeeOutputStream.java33 protected OutputStream branch; field in TeeOutputStream
41 public TeeOutputStream(final OutputStream out, final OutputStream branch) { in TeeOutputStream()
/external/autotest/utils/frozen_chromite/lib/
Dgit.py148 def GetGitRepoRevision(cwd, branch='HEAD', short=False): argument
615 def FindCheckouts(self, project, branch=None): argument
632 def FindCheckout(self, project, branch=None, strict=True): argument
809 def Clone(dest_path, git_url, reference=None, depth=None, branch=None, argument
930 def GetTrackingBranchViaGitConfig(git_repo, branch, for_checkout=True, argument
1059 def GetTrackingBranch(git_repo, branch=None, for_checkout=True, fallback=True, argument
1111 def CreateBranch(git_repo, branch, branch_point='HEAD', track=False): argument
1308 def UploadCL(git_repo, remote, branch, local_branch='HEAD', draft=False, argument
1361 def CreatePushBranch(branch, git_repo, sync=True, remote_push_branch=None): argument
1416 def PushBranch(branch, git_repo, dryrun=False, argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dconditional_simplifier.cc124 for (int64_t branch = 0; branch < conditional->branch_count(); ++branch) { in TryRemoveUnusedConditionalOperands() local
376 for (const HloComputation* branch : conditional->branch_computations()) { in MergeDuplicateTupleElements() local
403 [i](const HloComputation* branch) { in MergeDuplicateTupleElements()
459 auto create_call = [&](int64_t branch) { in TryRemoveConditional()
657 for (int64_t branch = 0; branch < conditional->branch_count(); ++branch) { in Run() local
/external/mesa3d/src/amd/compiler/
Daco_ssa_elimination.cpp157 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in try_remove_merge_block() local
180 …Pseudo_branch_instruction *branch = static_cast<Pseudo_branch_instruction*>(pred->instructions.bac… in try_remove_invert_block() local
198 …Pseudo_branch_instruction* branch = static_cast<Pseudo_branch_instruction*>(pred.instructions.back… in try_remove_simple_block() local
Daco_insert_exec_mask.cpp865 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in add_branch_code() local
874 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in add_branch_code() local
911 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in add_branch_code() local
916 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in add_branch_code() local
943 aco_ptr<Instruction> branch = std::move(block->instructions.back()); in add_branch_code() local
996 …Pseudo_branch_instruction* branch = static_cast<Pseudo_branch_instruction*>(block->instructions.ba… in add_branch_code() local
/external/llvm/test/MC/Mips/
Ddouble-expand.s6 branch: label
/external/clang/test/CodeGen/
Dbuiltin-unpredictable.c9 void branch(int x) { in branch() function
/external/swiftshader/tests/regres/
Ddeqp.json3 "branch": "", string
/external/pdfium/testing/tools/
Dsafetynet_compare.py291 def _ProfileSeparateRepo(self, run_label, relative_build_dir, branch): argument
311 def _CreateTempRepo(self, dir_name, relative_build_dir, branch): argument
365 def _CheckoutBranch(self, branch): argument
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDERObjectIdentifier.java23 DERObjectIdentifier(ASN1ObjectIdentifier oid, String branch) in DERObjectIdentifier()
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/
DDERObjectIdentifier.java22 DERObjectIdentifier(ASN1ObjectIdentifier oid, String branch) in DERObjectIdentifier()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDERObjectIdentifier.java20 DERObjectIdentifier(ASN1ObjectIdentifier oid, String branch) in DERObjectIdentifier()
/external/python/cpython2/Tools/scripts/
Dlogmerge.py96 def digest_chunk(chunk, branch=None): argument
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_emulate_branches.c60 struct branch_info * branch; in handle_if() local
90 struct branch_info * branch; in handle_else() local
199 struct branch_info * branch; in handle_endif() local

12345678