HomeSort by relevance Sort by last modified time
    Searched defs:BRANCH (Results 1 - 25 of 63) sorted by null

1 2 3

  /external/skia/infra/bots/assets/clang_linux/
create.py 18 BRANCH = "release_39"
23 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "llvm"])
25 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "clang"])
26 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "lld"])
28 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "compiler-rt"])
29 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "libcxx"])
30 subprocess.check_call(["git", "clone", "-b", BRANCH, REPO + "libcxxabi"])
  /external/clang/INPUTS/
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; }
18 #undef BRANCH
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; }
18 #undef BRANCH
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
18 #undef BRANCH
  /external/clang/
update-prebuilts.py 32 BRANCH = 'aosp-llvm'
53 '--use-current-branch', action='store_true',
54 help='Do not repo start a new branch for the update.')
112 path = 'builds/{branch}-{build_host}-{build_name}/{build_num}'.format(
113 branch=BRANCH,
  /frameworks/rs/
update-prebuilts.py 32 BRANCH = 'aosp-master'
49 '-a', '--android_branch', default=BRANCH,
50 help='The Android branch to pull from build server, default: ' + BRANCH + '.')
57 '--use-current-branch', action='store_true',
58 help='Do not repo start a new branch for the update.')
  /toolchain/binutils/binutils-2.25/opcodes/
mips-formats.h 139 #define BRANCH(SIZE, LSB, SHIFT) \
arc-opc.c 143 'B' BRANCH branch address (22 bit pc relative)
235 /* Branch delay types. */
247 /* Branch address; b, bl, and lp insns. */
248 #define BRANCH (FORCELIMM + 1)
253 #define JUMP (BRANCH + 1)
978 /* Insert a relative address for a branch insn (b, bl, or lp). */
989 *errmsg = _("branch address not on 4 byte boundary");
    [all...]
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
ICoverageNode.java 54 BRANCH,
  /external/toolchain-utils/
remote_gcc_build.py 25 BRANCH = 'the_actual_branch_used_in_this_script'
46 def FindVersionForToolchain(branch, chromeos_root):
50 digits = branch.split('-')[1].split('B')[0]
55 command = 'repo sync . && git branch -a | grep {0}'.format(major_version)
59 logger.GetLogger().LogFatal('Cannot find version for branch {0}'
60 .format(branch))
173 """Remove the branch with name BRANCH."""
177 if BRANCH in out:
182 command = 'git branch -D {0}'.format(BRANCH
    [all...]
  /test/vts/web/dashboard/src/main/java/com/android/vts/entity/
DeviceInfoEntity.java 33 public static final String BRANCH = "branch";
42 public final String branch; field in class:DeviceInfoEntity
53 * @param branch The build branch.
60 public DeviceInfoEntity(Key parentKey, String branch, String product, String buildFlavor,
63 this.branch = branch;
74 testCaseRunEntity.setProperty(BRANCH, this.branch.toLowerCase())
99 String branch = (String) e.getProperty(BRANCH); local
127 String branch = device.getBuildAlias().toStringUtf8(); local
    [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);
  /test/vts/web/dashboard/src/main/java/com/android/vts/util/
FilterUtil.java 42 BRANCH("branch", DeviceInfoEntity.BRANCH),
127 case BRANCH:
  /tools/tradefederation/core/tests/src/com/android/tradefed/result/
FileSystemLogSaverTest.java 52 private static final String BRANCH = "somebranch";
65 EasyMock.expect(mMockBuild.getBuildBranch()).andReturn(BRANCH).anyTimes();
95 // ensure a directory with name == branch is parent of generated directory
97 assertEquals(BRANCH, branchDir.getName());
115 * Test that a unique directory is created when no branch is specified
269 // only one folder is created under the hierarchy: branch/buildid/testtag/<inv_ folders>
271 assertEquals(BRANCH, mReportDir.list()[0]);
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/check/
LimitTest.java 116 limit.setCounter(CounterEntity.BRANCH.name());
118 assertEquals(CounterEntity.BRANCH, limit.getEntity());
  /external/nist-sip/java/gov/nist/javax/sip/header/
ParameterNames.java 127 public static final String BRANCH = "branch";
Via.java 63 /** The branch parameter is included by every forking proxy.
65 public static final String BRANCH = ParameterNames.BRANCH;
507 * Gets the branch paramater of the ViaHeader. Returns null if branch
510 * @return the string branch value of ViaHeader
513 return getParameter(ParameterNames.BRANCH);
517 * Sets the branch parameter of the ViaHeader to the newly supplied
518 * branch value.
520 * @param branch - the new string branch parmameter of the ViaHeader
    [all...]
  /external/swiftshader/third_party/LLVM/utils/TableGen/
EDEmitter.cpp 400 #define BRANCH(target) { \
465 BRANCH("off");
467 BRANCH("dst");
535 #undef BRANCH
743 #define BRANCH(target) { \
769 BRANCH("target");
779 BRANCH("func");
788 #undef BRANCH
  /toolchain/binutils/binutils-2.25/include/opcode/
d10v.h 48 #define SHORT_B 3 /* short with 8-bit branch */
49 #define LONG_B 8 /* long with 16-bit branch */
81 #define BRANCH 512 /* branch, no link */
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
sre_constants.py 41 BRANCH = "branch"
110 BRANCH,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
sre_constants.py 39 BRANCH = "branch"
108 BRANCH,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
sre_constants.py 37 BRANCH = "branch"
106 BRANCH,
  /prebuilts/gdb/linux-x86/lib/python2.7/
sre_constants.py 37 BRANCH = "branch"
106 BRANCH,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
sre_constants.py 37 BRANCH = "branch"
106 BRANCH,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
sre_constants.py 37 BRANCH = "branch"
106 BRANCH,

Completed in 652 milliseconds

1 2 3