HomeSort by relevance Sort by last modified time
    Searched full:branch (Results 626 - 650 of 4746) sorted by null

<<21222324252627282930>>

  /external/llvm/utils/release/
tag.sh 32 echo " -rebranch Remove existing branch, if present, before branching"
34 echo " -revision <num> Revision to branch off (default: HEAD)"
45 ${dryrun} svn remove -m "Removing old release_$branch_release branch for rebranching." \
48 ${dryrun} svn copy -m "Creating release_$branch_release branch off revision ${revision}" \
63 ${dryrun} svn copy -m "Creating release candidate $rc from release_$tag_release branch" \
  /external/proguard/src/proguard/optimize/peephole/
GotoCommonCodeReplacer.java 33 * is shared, and the code preceding the branch can be removed, in the code
78 // Mark all branch targets.
100 // isn't the target of a branch itself.
207 // Make sure the new branch target was a branch target before,
  /external/valgrind/
README_DEVELOPERS_processes 87 and how/when to merge the branch to the trunk.
90 When a bug is fixed on the branch, the NEWS file is updated on the branch
93 When often to merge the branch to trunk ?
97 How is the branch merged to the trunk ?
  /toolchain/binutils/binutils-2.25/cpu/
frv.cpu 142 ; Branch unit
143 (unit u-branch "Branch Unit" ()
560 ; Branch unit
561 (unit u-branch "Branch Unit" ()
1025 ; Branch unit
1026 (unit u-branch "Branch Unit" ()
    [all...]
  /tools/tradefederation/core/prod-tests/tests/src/com/android/continuous/
SmokeTestFailureReporterTest.java 45 private static final String BRANCH = "git_master";
56 + "target=target?, build_flavor=generic-userdebug, branch=git_master}";
69 build.setBuildBranch(BRANCH);
101 + "target=target?, build_flavor=generic-userdebug, branch=git_master}";
116 build.setBuildBranch(BRANCH);
  /external/v8/src/builtins/mips64/
builtins-mips64.cc 148 __ Branch(&done_loop, lt, a3, Operand(zero_reg));
208 __ Branch(&loop, eq, a4, Operand(at));
242 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
290 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
305 __ Branch(&done_convert, eq, a2, Operand(HEAP_NUMBER_TYPE));
322 __ Branch(&new_object, ne, a1, Operand(a3));
365 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg));
380 __ Branch(&symbol_descriptive_string, eq, t1, Operand(zero_reg));
381 __ Branch(&to_string, gt, t1, Operand(zero_reg));
440 __ Branch(USE_DELAY_SLOT, &no_arguments, eq, a0, Operand(zero_reg))
    [all...]
  /external/llvm/lib/Target/Mips/
MipsConstantIslandPass.cpp 97 llvm_unreachable("Unknown branch type");
120 llvm_unreachable("Unknown branch type");
125 // for branch ranges and clean this up and make some functions to calculate things
173 llvm_unreachable("Unknown branch type");
235 /// to a return, unreachable, or unconditional branch).
314 /// ImmBranch - One per immediate branch, keeping the machine instruction
316 /// and (if isCond is true) the corresponding unconditional branch
327 /// ImmBranches - Keep track of all the immediate branch instructions.
332 /// the branch fix up pass.
507 report_fatal_error("Branch Fix Up pass failed to converge!")
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
SIPTransaction.java 212 // Transaction branch ID
213 private String branch; field in class:SIPTransaction
263 return this.branch;
376 // Branch value of topmost Via header
403 // If the message has an explicit branch value set,
408 sipStack.getStackLogger().logDebug("Setting Branch id : " + newBranch);
410 // Override the default branch with the one
416 sipStack.getStackLogger().logDebug("Branch id is null - compute TID!"
480 * Sets the Via header branch parameter used to identify this transaction.
483 * New string used as the branch for this transaction
    [all...]
  /external/v8/tools/release/
test_scripts.py 64 "/tmp/test-merge-to-branch-tempfile-already-merging",
65 "TEMPORARY_PATCH_FILE": "/tmp/test-merge-to-branch-tempfile-temporary-patch",
183 Check elimination: Learn from if(CompareMap(x)) on true branch.
479 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
481 Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], ""),
491 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
502 Cmd("git branch", " branch1\n* %s" % TEST_CONFIG["BRANCHNAME"]),
504 Cmd("git branch -D %s" % TEST_CONFIG["BRANCHNAME"], None),
528 args = ["--branch", "candidates", "ab12345"]
788 # Check that the change log on the candidates branch got correctl
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ge/
Test_if_ge.java 119 * @title branch target shall be inside the method
127 * @title branch target shall not be "inside" instruction
135 * @title branch target shall 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_gt/
Test_if_gt.java 109 * @title branch target shall be inside the method
117 * @title branch target shall not be "inside" instruction
125 * @title branch target shall not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_le/
Test_if_le.java 110 * @title branch target shall be inside the method
118 * @title branch target shall not be "inside" instruction
126 * @title branch target shall not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_lt/
Test_if_lt.java 109 * @title branch target shall be inside the method
117 * @title branch target shall not be "inside" instruction
125 * @title branch target shall not be 0
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/if_ne/
Test_if_ne.java 139 * @title branch target shall be inside the method
147 * @title branch target shall not be "inside" instruction
155 * @title branch target shall not be 0
  /dalvik/dexgen/src/com/android/dexgen/rop/
ByteBlock.java 36 /** {@code non-null;} list of successors that this block may branch to */
51 * branch to
128 * Gets the list of successors that this block may branch to
  /dalvik/dx/src/com/android/dx/cf/code/
ByteBlock.java 36 /** {@code non-null;} list of successors that this block may branch to */
51 * branch to
128 * Gets the list of successors that this block may branch to
  /external/autotest/site_utils/suite_scheduler/
build_event.py 63 """Get all per-branch, per-board builds since git |revision|.
67 @return {branch: [build-name1, build-name2]}
84 """Get per-branch, per-board builds since last run of this event.
  /external/chromium-trace/catapult/telemetry/telemetry/internal/actions/
scroll.py 45 # Diagonal scrolling support was added in Chrome branch number 2332.
49 raise ValueError('Diagonal scrolling requires Chrome branch number'
50 ' 2332 or later. Found branch number %d' %
  /external/compiler-rt/lib/builtins/i386/
floatundisf.S 13 // This is a branch-free implementation. A branchy implementation might be
17 /* branch-free x87 implementation - one cycle slower than without x87.
51 /* branch-free, x87-free implementation - faster at the expense of code size */
  /external/libchrome/sandbox/linux/bpf_dsl/
codegen.h 33 // CodeGen::Node allow, branch, dag;
38 // branch =
43 // offsetof(struct arch_seccomp_data, nr), branch);
  /external/llvm/lib/Target/AVR/
AVRInstrInfo.cpp 263 // A terminator that isn't a branch can't easily be handled
304 return true; // Can't handle indirect branch.
307 // Working from the bottom, handle the first conditional branch.
354 // conditional branches branch to the same destination.
358 // Only handle the case where all conditional branches branch to
384 "AVR branch conditions have one component!");
387 assert(!FBB && "Unconditional branch with multiple successors!");
392 // Conditional branch.
399 // Two-way Conditional branch. Insert the second branch
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCPredicates.h 1 //===-- PPCPredicates.h - PPC Branch Predicate Information ------*- C++ -*-===//
10 // This file describes the PowerPC branch predicates.
59 // Bit for branch taken (plus) or not-taken (minus) hint
  /external/v8/tools/
find-commit-for-patch.py 18 "--branch", "-b", default="origin/master", type=str,
79 "Try running 'git fetch', specifying the correct --branch, "
87 commit = FindFirstMatchingCommit(args.branch, files, args.limit, args.verbose)
  /external/vixl/benchmarks/aarch64/
bench-branch.cc 38 // This program focuses on emitting branch instructions.
40 // This code will emit a given number of branch immediate to the next
65 // We emit a branch to the next instruction.
  /external/webrtc/tools/autoroller/
roll_chromium_revision.py 121 The 'active' is the name of the currently active branch and 'branches' is a
124 lines = _RunCommand(['git', 'branch'])[0].split('\n')
133 branch = line.strip()
134 if branch:
135 branches.append(branch)
316 logging.error('Please checkout the master branch and re-run this script.')
320 logging.info('Updating master branch...')
325 logging.info('Creating roll branch: %s', ROLL_BRANCH_NAME)
335 logging.info('Removing previous roll branch (%s)', ROLL_BRANCH_NAME)
338 _RunCommand(['git', 'branch', '-D', ROLL_BRANCH_NAME]
    [all...]

Completed in 576 milliseconds

<<21222324252627282930>>