/tools/acloud/public/actions/ |
D | create_goldfish_action_test.py | 43 BRANCH = "fake-branch" variable in CreateGoldfishActionTest 79 constants.BUILD_BRANCH: self.BRANCH, 118 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 144 branch=self.BRANCH, 163 "branch": self.BRANCH, 180 self.BRANCH, self.EMULATOR_BRANCH 186 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 202 branch=self.BRANCH, 232 self.BRANCH, self.BUILD_ID, self.BUILD_TARGET, None), 268 branch=self.BRANCH, [all …]
|
D | common_operations_test.py | 44 BRANCH = "fake-branch" variable in CommonOperationsTest 76 return_value={"branch": self.BRANCH, 120 "branch": self.BRANCH, 151 "branch": self.BRANCH, 205 "branch": self.BRANCH, 282 "branch": self.BRANCH,
|
/tools/aadevtools/dev/ |
D | clone_proj.sh | 45 export WORK_DIR="$PWD/$TODAY/$BRANCH" 55 if [[ -z $BRANCH ]]; then 58 echo echo "BRANCH=$BRANCH" 59 git clone -b $BRANCH "$GIT_REPO_URL/$PROJECT"
|
/tools/acloud/internal/lib/ |
D | goldfish_compute_client_test.py | 54 BRANCH = "fake-branch" variable in GoldfishComputeClientTest 155 branch=self.BRANCH, build_id=self.BUILD_ID), 178 self.BRANCH, self.BUILD_ID, 214 branch=self.BRANCH, build_id=self.BUILD_ID), 254 self.BRANCH, self.BUILD_ID, self.KERNEL_BRANCH,
|
D | cvd_compute_client_multi_stage_test.py | 54 BRANCH = "fake-branch" variable in CvdComputeClientTest
|
/tools/metalava/scripts/ |
D | merge-from-metalava-main.sh | 21 BRANCH=$(git branch --show-current) 22 if [[ $BRANCH ]]; then 23 echo " - OK ($BRANCH)"
|
/tools/tradefederation/core/javatests/com/android/tradefed/result/ |
D | FileSystemLogSaverTest.java | 62 private static final String BRANCH = "somebranch"; field in FileSystemLogSaverTest 75 when(mMockBuild.getBuildBranch()).thenReturn(BRANCH); in setUp() 105 assertEquals(BRANCH, branchDir.getName()); in testGetFileDir() 275 assertEquals(BRANCH, mReportDir.list()[0]); in testCreateReportDirectory_sharded()
|