Searched defs:terminal (Results 1 - 13 of 13) sorted by relevance

/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/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/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 Dxmlschemas.c26017 int terminal, nbval = 10, nbneg; local
26042 &nbval, &nbneg, &values[0], &terminal);
26532 int terminal, nbval = 10, nbneg; local
26600 &values[0], &terminal);
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...]
H A Dxmlschemas.c26046 int terminal, nbval = 10, nbneg; local
26085 &nbval, &nbneg, &values[0], &terminal);
26578 int terminal, nbval = 10, nbneg; local
26646 &values[0], &terminal);
/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 ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 619 milliseconds