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

<<11121314151617181920>>

  /external/autotest/site_utils/suite_scheduler/
base_event.py 22 # Pattern of latest Launch Control build for a branch and a target.
124 """Get a dict of branch:targets for Launch Control from all tasks.
126 branch: Name of a Launch Control branch.
127 targets: A list of targets for the given branch.
131 for branch in task.launch_control_branches:
132 branches.setdefault(branch, []).extend(
170 """Get per-branch, per-board builds since last run of this event.
173 @return {branch: [build-name]}
181 """Get per-branch, per-board builds since last run of this event
    [all...]
  /external/clang/
ToolchainPrebuilts.md 31 1. We are working from a separate untracked/merged branch called *aosp/dev*.
33 git branch -D working_dev
48 git branch -D clean_master
53 git branch -D clean_master
58 git branch -D clean_master
63 git branch -D clean_master
65 3. Merge the upstream branch.
93 git branch -D clean_master
102 git branch -D clean_master
104 11. Clean up after our working branch
    [all...]
  /external/syslinux/core/lwip/doc/
savannah.txt 7 3 - Merging from DEVEL branch to main trunk (stable branch)
20 Or, obtain a stable branch (updated with bug fixes only) as follows:
66 3 Merging from DEVEL branch to main trunk (stable)
73 Merging from branch A to branch B requires that the A branch
76 A branch to remember this merger for future merge actions.
79 REPOSITORY, THE TAG MUST BE SET ON THE SOURCE BRANCH OF THE
93 If this worked out OK, we now move the tag in the DEVEL branch
    [all...]
  /tools/repohooks/rh/
git.py 34 # First get the current branch name.
37 branch = result.output.strip()
39 # Then get the remote associated with this branch.
40 cmd = ['git', 'config', 'branch.%s.remote' % branch]
46 """Returns the upstream tracking branch of the current branch.
49 Error if there is no tracking branch
55 raise ValueError('Need to be on a tracking branch')
57 cfg_option = 'branch.' + current_branch + '.%s
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
tfind.c 37 &(*rootp)->llink : /* T3: follow left branch */
38 &(*rootp)->rlink; /* T4: follow right branch */
  /external/clang/test/CodeGen/
builtin-unpredictable.c 9 void branch(int x) { function
10 // CHECK-LABEL: define void @branch(
  /external/dagger2/
deploy_website.sh 3 # Deploys the current Dagger website to the gh-pages branch of the GitHub
24 # Checkout and track the gh-pages branch
  /external/harfbuzz_ng/.ci/
deploy-docs.sh 6 BRANCH="$TRAVIS_BRANCH"
7 if test "x$BRANCH" != xmaster; then exit; fi
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ILine.java 15 * The instruction and branch coverage of a single source line is described by
36 * instructions counter and branch counter.
  /external/llvm/lib/Target/Mips/
MipsInstrInfo.h 40 BT_None, // Couldn't analyze branch.
42 BT_Uncond, // One unconditional branch.
43 BT_Cond, // One conditional branch.
44 BT_CondUncond, // A conditional branch followed by an unconditional branch.
45 BT_Indirect // One indirct branch.
52 /// Branch Analysis
73 /// Determine the opcode of a non-delay slot form for a branch if one exists.
  /external/llvm/test/CodeGen/Generic/
fwdtwice.ll 8 ;; to the branch.
9 ;; register argument of the "branch-on-register" instruction, i.e.,
  /external/llvm/test/CodeGen/MIR/AArch64/
cfi-def-cfa.mir 1 # RUN: llc -mtriple=aarch64-none-linux-gnu -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
multiple-lhs-operands.mir 1 # RUN: llc -mtriple=aarch64-none-linux-gnu -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
  /external/llvm/test/CodeGen/MIR/Generic/
basic-blocks.mir 1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
invalid-jump-table-kind.mir 1 # RUN: not llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
llvmIR.mir 1 # RUN: llc -start-after branch-folder -stop-after branch-folder -o - %s | FileCheck %s
  /external/llvm/test/CodeGen/MIR/X86/
basic-block-not-at-start-of-line-error.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
def-register-already-tied-error.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
duplicate-memory-operand-flag.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
duplicate-register-flag-error.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
expected-align-in-memory-operand.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
expected-alignment-after-align-in-memory-operand.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
expected-basic-block-at-start-of-body.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
expected-block-reference-in-blockaddress.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s
expected-different-implicit-operand.mir 1 # RUN: not llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s 2>&1 | FileCheck %s

Completed in 1982 milliseconds

<<11121314151617181920>>