Home
last modified time | relevance | path

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

/frameworks/av/tools/
Dmainline_hook_project.sh29 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}.
Dmainline_hook_partial.sh56 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/
DFilterGraph.java324 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/
DFilterGraph.java293 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/
Daosp_sha.sh4 if git branch -vv | grep -q -P "^\*[^\[]+\[aosp/"; then
/frameworks/compile/mclinker/include/mcld/LD/
DDiagRelocations.inc63 "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/
DREADME.md7 libc++ branch. The design takes some liberties with standard compliance, notably