Searched refs:branch (Results 1 – 12 of 12) sorted by relevance
/tools/acloud/public/ |
D | acloud_main.py | 241 if (parsed_args.branch and 242 not parsed_args.branch.startswith(constants.BRANCH_PREFIX)): 243 parsed_args.branch = constants.BRANCH_PREFIX + parsed_args.branch
|
D | config.py | 118 branch: min_build_id 119 for branch, min_build_id in
|
/tools/tradefederation/core/tests/src/com/android/tradefed/result/ |
D | LogFileSaverTest.java | 68 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/ |
D | internal_config.proto | 35 // 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/ |
D | git.py | 38 branch = result.output.strip() 41 cmd = ['git', 'config', 'branch.%s.remote' % branch]
|
/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | IBuildInfo.java | 108 public void setBuildBranch(String branch); in setBuildBranch() argument
|
D | OtaDeviceBuildInfo.java | 138 public void setBuildBranch(String branch) { in setBuildBranch() argument 139 mBaselineBuild.setBuildBranch(branch); in setBuildBranch()
|
/tools/tradefederation/core/tests/res/config/suite/ |
D | suite.md | 71 --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/ |
D | DeviceFlashPreparer.java | 442 protected void reportFlashMetrics(String branch, String buildFlavor, String buildId, in reportFlashMetrics() argument
|
/tools/tradefederation/core/tests/src/com/android/tradefed/targetprep/ |
D | DeviceFlashPreparerTest.java | 96 protected void reportFlashMetrics(String branch, String buildFlavor, String buildId, in setUp()
|
/tools/repohooks/ |
D | README.md | 88 branch. This is typically latest commit in the remote-tracking branch.
|
/tools/repohooks/tools/ |
D | pylintrc | 353 # Maximum number of branch for function / method body
|