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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /cts/tools/dasm/src/java_cup/
symbol.java 4 * both terminals and non-terminals). Each symbol has a name string, and
9 * unique within terminals or non terminals, but not across both).
79 * Note: indexes are unique among terminals and unique among non terminals,
85 * Note: indexes are unique among terminals and unique among non terminals,
parse_reduce_row.java 13 * of terminals in the grammar has been established.
28 /** Number of columns (non terminals) in every row. */
31 /** Number of columns (non terminals) in every row. */
terminal.java 30 /* add to set of all terminals and check for duplicates */
60 /** Table of all terminals. Elements are stored using name strings as
65 /** Access to all terminals. */
79 /** Table of all terminals indexed by their index number. */
92 /** Total number of terminals. */
sym.java 11 /* terminals */
Main.java 19 * <li> Check for unused terminals, non-terminals, and productions.
34 * <dd> put non terminals in symbol constant class
225 " -nonterms put non terminals in symbol constant class\n" +
420 * sets of terminal, non-terminals, and productions which can be accessed
455 /* check for unused terminals */
480 /* check for unused non terminals */
518 * <li> Computing nullability of non-terminals.
519 * <li> Computing first sets of non-terminals and productions.
527 /* compute nullability of all non terminals */
    [all...]
non_terminal.java 30 /* add to set of all non terminals and check for duplicates */
57 /** Table of all non-terminals -- elements are stored using name strings
62 /** Access to all non-terminals. */
76 /** Total number of non-terminals. */
118 /** Compute nullability of all non-terminals. */
159 /** Compute first sets for all non-terminals. This assumes nullability has
parse_action_row.java 14 * terminals in the grammar has been established.
33 /** Number of columns (terminals) in every row. */
36 /** Number of columns (terminals) in every row. */
lalr_transition.java 4 * machine. Transitions can be under terminals for non-terminals. They are
parse_reduce_table.java 20 /** Simple constructor. Note: all terminals, non-terminals, and productions
production.java 17 * set (i.e., the set of terminals that could appear at the beginning of some
34 * an array of RHS parts (including terminals, non terminals, and
45 * non terminals. For example if the production was originally: <pre>
241 /** First set of the production. This is the set of terminals that
246 /** First set of the production. This is the set of terminals that
571 * out into individual action production using new non terminals.
580 * where NT$1 and NT$2 are new system created non terminals.
607 * This results when the RHS is empty or contains only non terminals
662 * terminals and productions.
    [all...]
  /external/toybox/toys/other/
chvt.c 1 /* chvt.c - switch virtual terminals
15 Virtual terminals are the Linux VGA text mode displays, ordinarily
  /external/bison/data/xslt/
bison.xsl 35 match="/bison-xml-report/grammar/terminals/terminal"
61 name="terminals"
68 <xsl:for-each select="$terminals">
70 <xsl:if test="generate-id($terminals[. = $name][1]) = generate-id(.)">
  /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) {
  /external/llvm/unittests/Support/
UnicodeTest.cpp 30 // 00AD SOFT HYPHEN is displayed on most terminals as a space or a dash. Some
75 EXPECT_TRUE(isPrintable(0xAD)); // SOFT HYPHEN is displayed on most terminals
  /external/llvm/docs/CommandGuide/
llvm-dis.rst 37 Enable binary output on terminals. Normally, **llvm-dis** will refuse to
llvm-as.rst 36 Enable binary output on terminals. Normally, **llvm-as** will refuse to
llvm-link.rst 21 Enable binary output on terminals. Normally, :program:`llvm-link` will refuse
  /libcore/ojluni/src/main/java/sun/net/
TelnetInputStream.java 42 * terminals do not treat CR and LF independently, and will have to
44 * terminals do not have a CR independent of the LF, but on such
45 * terminals it may be possible to simulate a CR by backspacing.)
TelnetOutputStream.java 42 * terminals do not treat CR and LF independently, and will have to
44 * terminals do not have a CR independent of the LF, but on such
45 * terminals it may be possible to simulate a CR by backspacing.)
  /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) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/usb/
audio.h 77 /* Terminals - 2.1 USB Terminal Types */
124 /* Terminals - 2.2 Input Terminal Types */
147 /* Terminals - 2.3 Output Terminal Types */
  /external/bison/src/
reduce.c 22 /* Reduce the grammar: Find and eliminate unreachable terminals,
25 /* Don't eliminate unreachable terminals: They may be used by the
99 the empty string or strings consisting of all terminals. At each
155 Although this algorithm also computes the set of terminals which
157 terminals might not be in the grammar but might be generated by
160 terminals are printed (if running in verbose mode) so that the
364 fprintf (out, "%s\n\n", _("Terminals unused in grammar"));
437 fprintf (stderr, "reduced %s defines %d terminals, %d nonterminals\
  /packages/apps/Terminal/src/com/android/terminal/
TerminalActivity.java 56 Log.d(TAG, "Bound to service with " + size + " active terminals");
63 // Bind UI to known terminals

Completed in 689 milliseconds

1 2 3 4 5 6 7 8 91011>>