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

1 2

  /external/chromium_org/chrome/common/
auto_start_linux.cc 42 std::string terminal = is_terminal_app ? "true" : "false"; local
46 "Terminal=" + terminal + "\n"
  /ndk/sources/host-tools/make-3.81/
rule.h 29 char terminal; /* If terminal (double-colon). */ member in struct:rule
52 extern void install_pattern_rule PARAMS ((struct pspec *p, int terminal));
57 char **target_percents, int terminal,
rule.c 294 rule->terminal = 0;
360 TERMINAL specifies what the `terminal' field of the rule should be. */
363 install_pattern_rule (struct pspec *p, int terminal)
396 r->terminal = terminal;
468 It is a terminal rule if TERMINAL is nonzero. This rule overrides
477 int terminal, struct dep *deps,
516 r->terminal = terminal
545 register unsigned int rules, terminal; local
    [all...]
  /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/icu/source/common/
triedict.cpp 379 // for terminal nodes directly in offsets[]
714 // Special terminal node; return now
826 // Terminal node; go up immediately
1466 BuildCompactTrieNode *terminal = new BuildCompactTrieNode(TRUE, kHorizontalType, nodes, status); local
    [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 
  /prebuilts/tools/common/m2/repository/org/sonatype/gshell/gshell-io/2.4/
gshell-io-2.4.jar 
  /prebuilts/tools/common/m2/repository/jline/jline/0.9.94/
jline-0.9.94.jar 
  /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 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /prebuilts/devtools/tools/lib/
jython-standalone-2.5.3.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 314 milliseconds

1 2