Searched refs:terminal (Results 1 - 25 of 31) sorted by relevance

12

/external/owasp/sanitizer/src/main/org/owasp/html/
H A DTrie.java47 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/qemu/qobject/
H A Djson-lexer.c67 /* Return whether TERMINAL is a terminal state and the transition to it
70 #define TERMINAL_NEEDED_LOOKAHEAD(old_state, terminal) \
71 (json_lexer[(old_state)][0] == (terminal))
/external/valgrind/main/gdbserver_tests/
H A Dnlvgdbsigqueue.stdoutB.exp16 Kill the program being debugged? (y or n) [answered Y; input not from terminal]
H A Dmcbreak.stdoutB.exp44 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
H A Dmcwatchpoints.stdoutB.exp33 Delete all breakpoints? (y or n) [answered Y; input not from terminal]
/external/chromium_org/chrome/common/
H A Dauto_start_linux.cc42 std::string terminal = is_terminal_app ? "true" : "false"; local
46 "Terminal=" + terminal + "\n"
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/lua/
H A Dnaclterm.js21 * The hterm-powered terminal command.
43 var terminal = new hterm.Terminal(profileName);
44 terminal.decorate(document.querySelector('#terminal'));
47 window.term_ = terminal;
49 terminal.runCommandClass(NaClTerm, document.location.hash.substr(1));
193 * We delay this until the first terminal resize event so that we start
270 document.getElementById("terminal").style.minWidth = width + 'px';
301 * This is invoked by the terminal as a result of terminal
[all...]
/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/external/libxml2/include/libxml/
H A Dxmlregexp.h101 int *terminal);
108 int *terminal);
/external/antlr/antlr-3.4/gunit/src/main/antlr3/org/antlr/gunit/swingui/parsers/
H A DANTLRv3.g264 | terminal
312 terminal
322 ( '^' -> ^('^' $terminal)
323 | '!' -> ^('!' $terminal)
/external/antlr/antlr-3.4/tool/src/main/antlr3/org/antlr/grammar/v3/
H A DANTLRv3.g255 atom: terminal
301 terminal
308 ( '^' -> ^('^' $terminal)
309 | '!' -> ^('!' $terminal)
H A DANTLR.g746 LT(2).getCharPositionInLine()+1==LT(3).getCharPositionInLine()}? id WILDCARD (terminal|ruleref)) =>
747 id w=WILDCARD^ (terminal|ruleref) {$w.setType(DOT);}
748 | terminal
807 terminal
/external/bison/doc/
H A Drefcard.tex337 \key{Declare a terminal symbol.}{\%token <{\it t\/}>
340 \key{Declare a terminal symbol, and define its association.}
360 definition, {\it n} is a {\it terminal} symbol name, {\it m} is a
361 {\it non-terminal} symbol name, and {\it association} can be one of
404 non-terminal : {\it statement} 1
413 symbols that make up the non-terminal. For example:
/external/openssl/crypto/des/
H A Dread_pwd.c110 /* There are 5 types of terminal interface supported,
264 $DESCRIPTOR(terminal,"TT");
326 status = sys$assign(&terminal,&channel,0,0);
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHuffman.java106 // terminal node
111 // non-terminal node
138 Node terminal = new Node(sym, len);
157 current.children[i] = terminal;
164 // Null if terminal.
170 // Number of bits represented in the terminal node.
181 * Construct a terminal node.
/external/openssl/crypto/ui/
H A Dui_openssl.c183 /* There are 5 types of terminal interface supported,
294 static $DESCRIPTOR(terminal,"TT");
521 status = sys$assign(&terminal,&channel,0,0);
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
H A Dstyle.css320 .demo #terminal {
327 .demo #terminal iframe {
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for
/external/mesa3d/docs/OLD/
H A DMESA_program_debug.spec78 clear how terminal and GUI-based interfaces would work, for
/external/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp866 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
/external/lldb/source/Plugins/Process/Linux/
H A DProcessMonitor.cpp1095 lldb_utility::PseudoTerminal terminal; local
1107 // Pseudo terminal setup.
1108 if (!terminal.OpenFirstAvailableMaster(O_RDWR | O_NOCTTY, err_str, err_len))
1115 if ((pid = terminal.Fork(err_str, err_len)) == -1)
1220 // Release the master terminal descriptor and pass it off to the
1222 monitor->m_terminal_fd = terminal.ReleaseMasterFileDescriptor();
1225 // Set the terminal fd to be in non blocking mode (it simplifies the
/external/chromium_org/third_party/libxml/src/
H A Dxmlregexp.c3210 * If end of input on non-terminal state, rollback, however we may
3807 * End of input on non-terminal state, rollback, however we may
4188 * @terminal: return value if this was a terminal state
4198 xmlChar **values, int *terminal) {
4221 if (terminal != NULL) {
4224 *terminal = 1;
4226 *terminal = 0;
4252 if (terminal != NULL) {
4254 *terminal
4196 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4359 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4384 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4403 int terminal; local
[all...]
H A Dtestapi.c33242 int * terminal; /* return value if this was a terminal state */ local
33257 terminal = gen_int_ptr(n_terminal, 5);
33259 ret_val = xmlRegExecErrInfo(exec, (const xmlChar **)string, nbval, nbneg, values, terminal);
33267 des_int_ptr(n_terminal, terminal, 5);
33309 int * terminal; /* return value if this was a terminal state */ local
33322 terminal = gen_int_ptr(n_terminal, 4);
33324 ret_val = xmlRegExecNextValues(exec, nbval, nbneg, values, terminal);
33331 des_int_ptr(n_terminal, terminal,
[all...]
/external/libxml2/
H A Dxmlregexp.c3218 * If end of input on non-terminal state, rollback, however we may
3817 * End of input on non-terminal state, rollback, however we may
4198 * @terminal: return value if this was a terminal state
4208 xmlChar **values, int *terminal) {
4231 if (terminal != NULL) {
4234 *terminal = 1;
4236 *terminal = 0;
4262 if (terminal != NULL) {
4264 *terminal
4206 xmlRegExecGetValues(xmlRegExecCtxtPtr exec, int err, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4369 xmlRegExecNextValues(xmlRegExecCtxtPtr exec, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4394 xmlRegExecErrInfo(xmlRegExecCtxtPtr exec, const xmlChar **string, int *nbval, int *nbneg, xmlChar **values, int *terminal) argument
4413 int terminal; local
[all...]
/external/owasp/sanitizer/distrib/lib/
H A Dowasp-java-html-sanitizer.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/owasp/html/ org/owasp/html/AbstractTokenStream ...

Completed in 4928 milliseconds

12