Home
last modified time | relevance | path

Searched refs:branch (Results 1 – 12 of 12) sorted by relevance

/tools/acloud/public/
Dacloud_main.py241 if (parsed_args.branch and
242 not parsed_args.branch.startswith(constants.BRANCH_PREFIX)):
243 parsed_args.branch = constants.BRANCH_PREFIX + parsed_args.branch
Dconfig.py118 branch: min_build_id
119 for branch, min_build_id in
/tools/tradefederation/core/tests/src/com/android/tradefed/result/
DLogFileSaverTest.java68 final String branch = "somebranch"; in testGetFileDir() local
71 EasyMock.expect(mockBuild.getBuildBranch()).andReturn(branch).anyTimes(); in testGetFileDir()
85 assertEquals(branch, branchDir.getName()); in testGetFileDir()
128 final String branch = "somebranch"; in testGetFileDir_retention() local
131 EasyMock.expect(mockBuild.getBuildBranch()).andReturn(branch).anyTimes(); in testGetFileDir_retention()
/tools/acloud/internal/proto/
Dinternal_config.proto35 // each branch only supports a subset of devices. So ideally,
36 // we should have one config per branch, and only specify supported
37 // devices for that branch in the config.
/tools/repohooks/rh/
Dgit.py38 branch = result.output.strip()
41 cmd = ['git', 'config', 'branch.%s.remote' % branch]
/tools/tradefederation/core/src/com/android/tradefed/build/
DIBuildInfo.java108 public void setBuildBranch(String branch); in setBuildBranch() argument
DOtaDeviceBuildInfo.java138 public void setBuildBranch(String branch) { in setBuildBranch() argument
139 mBaselineBuild.setBuildBranch(branch); in setBuildBranch()
/tools/tradefederation/core/tests/res/config/suite/
Dsuite.md71 --branch, --build-id etc. A sample command is as follows:
76 --branch git_master --build-flavor angler-userdebug \
/tools/tradefederation/core/src/com/android/tradefed/targetprep/
DDeviceFlashPreparer.java442 protected void reportFlashMetrics(String branch, String buildFlavor, String buildId, in reportFlashMetrics() argument
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/
DDeviceFlashPreparerTest.java96 protected void reportFlashMetrics(String branch, String buildFlavor, String buildId, in setUp()
/tools/repohooks/
DREADME.md88 branch. This is typically latest commit in the remote-tracking branch.
/tools/repohooks/tools/
Dpylintrc353 # Maximum number of branch for function / method body