HomeSort by relevance Sort by last modified time
    Searched defs:terminal (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/chrome/common/
auto_start_linux.cc 42 std::string terminal = is_terminal_app ? "true" : "false"; local
46 "Terminal=" + terminal + "\n"
  /cts/tools/dasm/src/java_cup/
terminal.java 6 /** This class represents a terminal symbol in the grammar. Each terminal
15 public class terminal extends symbol { class in inherits:symbol
22 * @param nm the name of the terminal.
23 * @param tp the type of the terminal.
25 public terminal(String nm, String tp) method in class:terminal
36 // throw new internal_error("Duplicate terminal (" + nm + ") created");
37 (new internal_error("Duplicate terminal (" + nm + ") created")).crash();
49 * @param nm the name of the terminal.
51 public terminal(String nm) method in class:terminal
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
Trie.java 47 private final boolean terminal; field in class:Trie
72 this.terminal = depth == elements.get(start).getKey().length();
73 if (this.terminal) {
116 public boolean isTerminal() { return terminal; }
166 if (terminal) { strings.add(prefix); }
180 sb.append(terminal ? "terminal" : "nonterminal");
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
Huffman.java 106 // terminal node
111 // non-terminal node
138 Node terminal = new Node(sym, len); local
157 current.children[i] = terminal;
164 // Null if terminal.
167 // Terminal nodes have a symbol.
170 // Number of bits represented in the terminal node.
181 * Construct a terminal node.
  /external/lldb/source/Plugins/Process/FreeBSD/
ProcessMonitor.cpp 866 lldb_utility::PseudoTerminal terminal; local
878 // Pseudo terminal setup.
879 if (!terminal.OpenFirstAvailableMaster(O_RDWR | O_NOCTTY, err_str, err_len))
886 if ((pid = terminal.Fork(err_str, err_len)) == -1)
994 // Release the master terminal descriptor and pass it off to the
996 monitor->m_terminal_fd = terminal.ReleaseMasterFileDescriptor();
999 // Set the terminal fd to be in non blocking mode (it simplifies the
    [all...]
  /external/lldb/source/Plugins/Process/Linux/
ProcessMonitor.cpp 1095 lldb_utility::PseudoTerminal terminal; local
1107 // Pseudo terminal setup
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 4403 int terminal; local
    [all...]
xmlschemas.c 26017 int terminal, nbval = 10, nbneg; local
26532 int terminal, nbval = 10, nbneg; local
    [all...]
testapi.c 33242 int * terminal; \/* return value if this was a terminal state *\/ local
33309 int * terminal; \/* return value if this was a terminal state *\/ local
    [all...]
  /external/libxml2/
xmlregexp.c 4413 int terminal; local
    [all...]
xmlschemas.c 26046 int terminal, nbval = 10, nbneg; local
26578 int terminal, nbval = 10, nbneg; local
    [all...]
  /cts/tools/dasm/etc/
java_cup-new.jar 
java_cup.jar 
java_cup.jar.old 
  /external/owasp/sanitizer/distrib/lib/
owasp-java-html-sanitizer.jar 
  /cts/tools/signature-tools/lib/
antlr-2.7.7.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 371 milliseconds