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

1 2 3 4 5

  /external/okhttp/.buildscript/
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'."
  /frameworks/rs/perf-test-scripts/
switch-device 9 BRANCH=(`cd $(dirname ${BASH_SOURCE[0]})/../../.. && pwd`)
44 echo "\"adb\" not setup. Using branch \"$BRANCH\" and lunch type \"$LUNCH_TYPE\""
46 cd $BRANCH
  /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/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/
ICoverageNode.java 54 BRANCH,
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
geta-op.s 1 # Simple GETA/BRANCH/PUSHJ operands.
  /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...]
  /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.')
  /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/jacoco/org.jacoco.report/src/org/jacoco/report/csv/
ClassRowWriter.java 28 CounterEntity.BRANCH, CounterEntity.LINE,
  /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...]
  /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,
  /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,
  /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
  /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,
  /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]);

Completed in 1380 milliseconds

1 2 3 4 5