HomeSort by relevance Sort by last modified time
    Searched full:terminal (Results 126 - 150 of 1853) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/selinux/policycoreutils/sepolicy/sepolicy/templates/
test_module.py 24 #['domain', 'role', 'role_prefix', 'object_class', 'name', 'private_type', 'prefix', 'entrypoint', 'target_domain', 'terminal', 'range', 'domains', 'entry_point', 'entry_file', 'domain_prefix', 'private type', 'user_prefix', 'user_role', 'user_domain', 'object', 'type', 'source_domain', 'file_type', 'file', 'class', 'peer_domain', 'objectclass(es)', 'exception_types', 'home_type', 'object_type', 'directory_type', 'boolean', 'pty_type', 'userdomain', 'tty_type', 'tmpfs_type', 'script_file', 'filetype', 'filename', 'init_script_file', 'source_role', 'userdomain_prefix']
72 dict_values['terminal'] = 'sepolicy_tty_t'
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ttyent.h 45 char *ty_name; /* terminal device name */
47 char *ty_type; /* terminal type for termcap */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ttyent.h 45 char *ty_name; /* terminal device name */
47 char *ty_type; /* terminal type for termcap */
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
TerminalBridge.java 43 import de.mud.terminal.VDUBuffer;
44 import de.mud.terminal.VDUDisplay;
45 import de.mud.terminal.vt320;
59 * Provides a bridge between a MUD terminal buffer and a possible TerminalView. This separation
123 * Create a new terminal bridge suitable for unit testing.
171 * Create new terminal bridge with following parameters.
213 // create terminal buffer and handle outgoing data
320 * Inject a specific string into this terminal. Used for post-login strings and pasting clipboard.
351 * Force disconnection of this terminal bridge.
453 * updated font size. We should recalculate terminal size information and request a PTY resize
    [all...]
  /cts/tools/dasm/src/java_cup/
lalr_state.java 10 * states under terminal and non-terminal symbols. Each state represents
26 * above), and the terminal f followed by e.<p>
31 * This corresponds to "moving the dot past" a terminal in one or more items
39 * transition based on the non-terminal on the LHS of the production. This
294 itm.lookahead().add(terminal.EOF);
432 * are indexed by terminal symbols and correspond to either transitions
437 * out of a state on that non-terminal.<p>
476 for (int t = 0; t < terminal.number(); t++)
513 /* if its on an terminal add a shift entry *
    [all...]
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/values/
base-strings.xml 29 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
  /development/samples/browseable/AutoBackupForApps/res/values/
base-strings.xml 29 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
  /external/autotest/client/site_tests/firmware_TouchMTB/
mini_color.py 7 ''' A mini class for terminal color '''
  /external/autotest/client/virt/tests/
linux_s3.py 25 logging.info("Current virtual terminal is %s", src_tty)
  /external/avahi/avahi-ui-sharp/
bssh.cs 32 string args = String.Format ("gnome-terminal -t {0} -x ssh -p {1} -l {2} {3}",
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/term/
__init__.py 22 Terminal tools, not distributed.
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/term/
__init__.py 22 Terminal tools, not distributed.
  /external/clang/test/FixIt/
fixit-unicode-with-utf8-output.c 5 // REQUIRES: utf8-capable-terminal
  /external/libmtp/
libmtp.sh 21 # This also works with non-gdm logins (e.g. on a virtual terminal)
libmtp.sh.in 21 # This also works with non-gdm logins (e.g. on a virtual terminal)
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
VDUDisplay.java 26 package de.mud.terminal;
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/
ConsoleActivity.java 74 import de.mud.terminal.VDUBuffer;
75 import de.mud.terminal.vt320;
314 // preload animations for terminal switching
404 TerminalView terminal = (TerminalView) flip;
409 final int moved = (int) (totalY / terminal.bridge.charHeight);
411 VDUBuffer buffer = terminal.bridge.getVDUBuffer();
425 terminal.bridge.tryKeyVibrate();
430 terminal.bridge.tryKeyVibrate();
591 getMenuInflater().inflate(R.menu.terminal, menu);
926 // inflate each terminal vie
934 TerminalView terminal = new TerminalView(ConsoleActivity.this, bridge); local
    [all...]
  /external/valgrind/drd/
Testing.txt 55 ./vg-in-place --tool=drd --trace-fork-join=yes --show-confl-seg=no --gen-suppressions=all /Applications/Utilities/Terminal.app/Contents/MacOS/Terminal
60 having closed the GNOME terminal window:
61 ./vg-in-place --tool=drd --read-var-info=yes --trace-children=yes gnome-terminal
  /frameworks/wilhelm/tests/sandbox/
getch.c 28 /* register cleanup handler, and set the new terminal mode */
  /libcore/ojluni/src/main/java/java/util/stream/
BaseStream.java 67 * <p>This is a <a href="package-summary.html#StreamOps">terminal
77 * <p>This is a <a href="package-summary.html#StreamOps">terminal
85 * Returns whether this stream, if a terminal operation were to be executed,
87 * terminal stream operation method may yield unpredictable results.
  /packages/apps/Terminal/
AndroidManifest.xml 17 package="com.android.terminal">
  /packages/apps/Terminal/src/com/android/terminal/
TerminalCallbacks.java 17 package com.android.terminal;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
fcntl.h 48 #define AT_NO_AUTOMOUNT 0x800 /* Suppress terminal automount traversal */
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msptrmac.h 9 #define WAVEIN_NAME L"WaveIn Terminal"
  /prebuilts/gdb/darwin-x86/include/python2.7/
grammar.h 51 int d_type; /* Non-terminal this represents */

Completed in 1403 milliseconds

1 2 3 4 56 7 8 91011>>