HomeSort by relevance Sort by last modified time
    Searched refs:terminals (Results 1 - 25 of 33) sorted by null

1 2

  /external/opencv3/modules/cudalegacy/src/
graphcuts.cpp 145 void cv::cuda::graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& bottom, GpuMat& labels, GpuMat& buf, Stream& s)
148 CV_Assert(terminals.type() == CV_32S);
150 CV_Assert(terminals.type() == CV_32S || terminals.type() == CV_32F);
153 Size src_size = terminals.size();
156 CV_Assert(leftTransp.type() == terminals.type());
159 CV_Assert(rightTransp.type() == terminals.type());
162 CV_Assert(top.type() == terminals.type());
165 CV_Assert(bottom.type() == terminals.type());
185 nppSafeCall( nppiGraphcut_32s8u(terminals.ptr<Npp32s>(), leftTransp.ptr<Npp32s>(), rightTransp.ptr<Npp32s>(), top.ptr<Npp32s>(), bottom.ptr< (…)
    [all...]
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/policy/
scoring.h 38 DicTraverseSession *const traverseSession, DicNode *const terminals,
  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/result/
suggestions_output_utils.cpp 44 std::vector<DicNode> terminals(terminalSize);
46 traverseSession->getDicTraverseCache()->popTerminal(&terminals[index]);
53 terminals.data(), terminalSize)
62 && !terminals.empty() && terminals.front().hasMultipleWords());
70 for (auto &terminalDicNode : terminals) {
  /packages/inputmethods/LatinIME/native/jni/src/suggest/policyimpl/typing/
typing_scoring.h 40 DicTraverseSession *const traverseSession, DicNode *const terminals,
  /external/opencv3/modules/cudalegacy/include/opencv2/
cudalegacy.hpp 239 CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& bottom, GpuMat& labels,
243 CV_EXPORTS void graphcut(GpuMat& terminals, GpuMat& leftTransp, GpuMat& rightTransp, GpuMat& top, GpuMat& topLeft, GpuMat& topRight,
  /frameworks/ex/camera2/utils/tests/src/com/android/ex/camera2/utils/
Camera2UtilsTest.java 37 CaptureCallback... terminals) {
39 for (CaptureCallback each : terminals) {
43 for (CaptureCallback each : terminals) {
47 for (CaptureCallback each : terminals) {
51 for (CaptureCallback each : terminals) {
55 for (CaptureCallback each : terminals) {
59 for (CaptureCallback each : terminals) {
  /external/opencv3/modules/stitching/include/opencv2/stitching/detail/
seam_finders.hpp 269 cv::Mat &terminals, cv::Mat &leftT, cv::Mat &rightT, cv::Mat &top, cv::Mat &bottom);
272 cv::Mat &terminals, cv::Mat &leftT, cv::Mat &rightT, cv::Mat &top, cv::Mat &bottom);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_parser.py 277 terminals = list(walk(st2))
295 terminals)
  /libcore/ojluni/src/test/java/util/stream/bootlib/java/util/stream/
OpTestCase.java 148 Map<String, Function<S_OUT, R>> terminals) {
151 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) {
173 Map<String, Function<Stream<Integer>, Collection<Integer>>> terminals) {
181 exerciseTerminalOpsMulti(data, expected, m, terminals);
  /libcore/ojluni/src/test/java/util/stream/testlib/org/openjdk/testlib/java/util/stream/
OpTestCase.java 149 Map<String, Function<S_OUT, R>> terminals) {
152 for (Map.Entry<String, Function<S_OUT, R>> te : terminals.entrySet()) {
174 Map<String, Function<Stream<Integer>, Collection<Integer>>> terminals) {
182 exerciseTerminalOpsMulti(data, expected, m, terminals);
  /external/opencv3/modules/stitching/src/
seam_finders.cpp     [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 457 * where x in T* and alpha, beta in V*; T is set of terminals and
458 * V is the set of terminals and nonterminals. In other words,
  /external/selinux/sepolgen/src/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
497 Terminals = { } # A dictionary mapping the names of terminal symbols to a
624 if prodname in Terminals:
643 if c not in Terminals:
644 Terminals[c] = []
675 # Add all terminals to Terminals
696 if t in Terminals:
697 Terminals[t].append(p.number)
799 (Unused terminals have already had their warning.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
yacc.py 483 global Productions, Prodnames, Prodmap, Terminals
497 Terminals = { } # A dictionary mapping the names of terminal symbols to a
624 if prodname in Terminals:
643 if c not in Terminals:
644 Terminals[c] = []
675 # Add all terminals to Terminals
696 if t in Terminals:
697 Terminals[t].append(p.number)
799 (Unused terminals have already had their warning.
    [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4/4.5/
antlr4-4.5.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.osgi_3.10.100.v20150529-1857.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.osgi/3.9.1.v20130814-1242/
org.eclipse.osgi-3.9.1.v20130814-1242.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.osgi_3.9.1.v20140110-1610.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.pas     [all...]

Completed in 417 milliseconds

1 2