/frameworks/base/media/mca/filterfw/java/android/filterfw/core/ |
FilterGraph.java | 323 if (mLogVerbose) Log.v(TAG, "Creating branch for " + outputPort + "!"); 324 FrameBranch branch = null; local 326 branch = new FrameBranch("branch" + branchId++); 331 branch.initWithAssignmentList("outputs", inputPorts.size()); 332 addFilter(branch); 333 outputPort.connectTo(branch.getInputPort("in")); 335 for (OutputPort branchOutPort : ((Filter)branch).getOutputPorts()) {
|
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
FilterGraph.java | 254 // Connect variable (and possibly branch) variable to filter 292 String branchName = "__" + sourceFilter.getName() + "_" + sourcePort + "Branch"; 293 Filter branch = getFilter(branchName); local 294 if (branch == null) { 295 branch = new BranchFilter(mContext, branchName, false); 296 addFilter(branch); 297 sourceFilter.connect(sourcePort, branch, "input"); 300 branch.connect(portName, targetFilter, targetPort);
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
loc-swap.d | 3 #name: MIPS DWARF-2 location information with branch swapping 8 # into a branch delay slot is updated to point to the branch instead.
|
micromips@alnv_ps-swap.d | 2 #name: MIPS ALNV.PS instruction branch swapping 7 # branch prevents from branch swapping (microMIPS).
|
mips16@loc-swap.d | 3 #name: MIPS DWARF-2 location information with branch swapping 8 # into a branch delay slot is updated to point to the branch instead.
|
branch-misc-2.d | 2 #name: MIPS branch-misc-2
|
micromips@relax-swap3.d | 2 #name: MIPS relaxed macro with branch swapping
|
mipsr6@relax-swap3.d | 2 #name: MIPS relaxed macro with branch swapping
|
/art/runtime/interpreter/mterp/mips64/ |
op_goto_32.S | 2 * Unconditional branch, 32-bit offset. 4 * The branch distance is a signed code-unit offset, which we need to 7 * Unlike most opcodes, this one is allowed to branch to itself, so 8 * our "backward branch" test must be "<=0" instead of "<0". 27 blez a0, MterpCheckSuspendAndContinue # suspend check if backwards branch
|
/external/skia/bin/ |
ac | 5 BRANCH=$(git branch | grep \* | cut -d" " -f 2) 9 if [ "$BRANCH" = "$CLEAN" ]; then 10 echo "Comparing $BRANCH to itself." 21 git checkout $BRANCH 24 platform_tools/android/bin/android_run_skia -t Release nanobench $@ --skps /data/local/tmp/skps -i /data/local/tmp/resources --samples $SAMPLES -v > $BRANCH.log 26 ./bin/compare $CLEAN.log $BRANCH.log
|
/external/skia/tools/ |
git-skia-verify | 65 PREVIOUS_BRANCH=`git branch --no-color | grep "^*" | awk '{ print $2}'` 78 # we run the test in a detached branch
|
/prebuilts/tools/linux-x86_64/kythe/studio/ |
build_studio_kythe.sh | 16 echo $0 must be launched from the root of the studio branch.
|
/sdk/build/ |
windows_sdk_tools.mk | 9 # They are now built in an unbundled branch.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/dlx/ |
branch.d | 3 #name: branch
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/iq2000/ |
yield0.s | 2 # (e.g. SLEEP) appearing in the branch delay slot. We expect 6 # yield insn in the branch delay slot.
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/ |
branch.s | 3 ;;; branch instructions
|
/art/runtime/interpreter/mterp/mips/ |
op_packed_switch.S | 20 JAL($func) # a0 <- code-unit branch offset 41 JAL($func) # a0 <- code-unit branch offset
|
/device/common/ |
generate-blob-lists.sh | 32 # Syntax: device/common/generate-blob-lists.sh -f|--force [<server> <branch>] 34 # If the server and branch paramters are both present, the script will upload 36 # in the specified branch. 118 echo uploading to server $1 branch $2 128 echo uploading to server $1 branch $2
|
/external/autotest/client/common_lib/cros/ |
dev_server.py | 792 'branch': branch} [all...] |
/external/autotest/client/site_tests/hardware_PerfCounterVerification/ |
perf_lbr_verification.py | 115 # TODO: Consider detecting if 16 is the correct branch buffer length base on the 153 at a specific branch. 156 @param dso_name: dso that the branch specified by branch_addresses 159 branch within dso_name to count. 161 the specified branch. 197 Expects to record the branch specified by branch_addresses. 201 @param branch_addresses: pair of branch (source, target) addresses. 203 the branch buffer is sampled. ':u' will be appended to each event in 239 raise TestFail('No matching branch records found.') 247 branch = tuple(int(x, 16) for x in f.read().split() [all...] |
/external/llvm/utils/git/ |
find-rev | 8 parser.add_option("", "--branch", dest="branch", 9 help="Ref for the branch to search [%default]", 24 p = subprocess.Popen(['git', 'rev-list', opts.branch, '--pretty'],
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
Via.java | 63 /** The branch parameter is included by every forking proxy. 65 public static final String BRANCH = ParameterNames.BRANCH; 507 * Gets the branch paramater of the ViaHeader. Returns null if branch 510 * @return the string branch value of ViaHeader 513 return getParameter(ParameterNames.BRANCH); 517 * Sets the branch parameter of the ViaHeader to the newly supplied 518 * branch value. 520 * @param branch - the new string branch parmameter of the ViaHeader [all...] |
/external/v8/test/unittests/compiler/ |
node-properties-unittest.cc | 89 Node* branch = NewMockNode(common.Branch()); local 90 Node* if_false = NewMockNode(common.IfFalse(), branch); 91 Node* if_true = NewMockNode(common.IfTrue(), branch); 92 NodeProperties::CollectControlProjections(branch, result, arraysize(result));
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/ |
branch-reloc.d | 1 #name: Inter-section branch relocations 6 #stderr: branch-reloc.l
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ilp32/ |
x86-64-branch.d | 1 #source: ../x86-64-branch.s 4 #name: x86-64 (ILP32) indirect branch
|