Searched refs:branch (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/tools/ |
D | mainline_hook_project.sh | 29 current=`git branch -vv | grep -P "^\*[^\[]+\[goog/"|sed -e 's/^.*\[//' | sed -e 's/\].*$//'|sed -e… 39 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}. 40 The mainline branch for ${RED}${REPO_PATH}${NORMAL} is branch ${RED}${MAINLINE_BRANCH}${NORMAL}. 42 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}.
|
D | mainline_hook_partial.sh | 56 current=`git branch -vv | grep -P "^\*[^\[]+\[goog/"|sed -e 's/^.*\[//' | sed -e 's/\].*$//'|sed -e… 160 You are uploading repo ${RED}${REPO_PATH}${NORMAL} to branch ${RED}${current}${NORMAL}. 161 The mainline branch for ${RED}${REPO_PATH}${NORMAL} is branch ${RED}${MAINLINE_BRANCH}${NORMAL}. 163 Ensure an appropriate cherry pick or equivalent lands in branch ${RED}${MAINLINE_BRANCH}${NORMAL}. 195 If you are sure you want to proceed uploading to branch ${RED}${current}${NORMAL},
|
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
D | FilterGraph.java | 324 FrameBranch branch = null; in connectPorts() local 326 branch = new FrameBranch("branch" + branchId++); in connectPorts() 331 branch.initWithAssignmentList("outputs", inputPorts.size()); in connectPorts() 332 addFilter(branch); in connectPorts() 333 outputPort.connectTo(branch.getInputPort("in")); in connectPorts() 335 for (OutputPort branchOutPort : ((Filter)branch).getOutputPorts()) { in connectPorts()
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
D | FilterGraph.java | 293 Filter branch = getFilter(branchName); in connectAndBranch() local 294 if (branch == null) { in connectAndBranch() 295 branch = new BranchFilter(mContext, branchName, false); in connectAndBranch() 296 addFilter(branch); in connectAndBranch() 297 sourceFilter.connect(sourcePort, branch, "input"); in connectAndBranch() 300 branch.connect(portName, targetFilter, targetPort); in connectAndBranch()
|
/frameworks/base/tools/aosp/ |
D | aosp_sha.sh | 4 if git branch -vv | grep -q -P "^\*[^\[]+\[aosp/"; then
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagRelocations.inc | 63 "applying relocation `%0', conditional branch to PLT in THUMB-2 not " 65 "applying relocation `%0', conditional branch to PLT in THUMB-2 not "
|
/frameworks/native/libs/ftl/ |
D | README.md | 7 libc++ branch. The design takes some liberties with standard compliance, notably
|