HomeSort by relevance Sort by last modified time
    Searched refs:tty (Results 76 - 100 of 206) sorted by null

1 2 34 5 6 7 8 9

  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DemoStatusIcons.java 135 String tty = args.getString("tty"); local
136 if (tty != null) {
137 int iconId = tty.equals("show") ? R.drawable.stat_sys_tty_mode
139 updateSlot("tty", null, iconId);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sundry.py 80 import tty # not available on Windows
83 print "skipping tty"
  /external/python/cpython2/Lib/test/
test_sundry.py 77 import tty # not available on Windows
80 print "skipping tty"
  /frameworks/base/core/java/android/os/
INetworkManagementService.aidl 237 * Returns the list of currently known TTY devices on the system
242 * Attaches a PPP server daemon to the specified TTY with the specified
245 void attachPppd(String tty, String localAddr, String remoteAddr, String dns1Addr,
249 * Detaches a PPP server daemon from the specified TTY.
251 void detachPppd(String tty);
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_sundry.py 84 import tty # not available on Windows
87 print "skipping tty"
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_sundry.py 84 import tty # not available on Windows
87 print "skipping tty"
  /prebuilts/go/darwin-x86/src/runtime/
sigtab_linux_mipsx.go 37 /* 26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
38 /* 27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
  /prebuilts/go/linux-x86/src/runtime/
sigtab_linux_mipsx.go 37 /* 26 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTIN: background read from tty"},
38 /* 27 */ {_SigNotify + _SigDefault + _SigIgn, "SIGTTOU: background write to tty"},
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sundry.py 84 import tty # not available on Windows
87 print "skipping tty"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sundry.py 84 import tty # not available on Windows
87 print "skipping tty"
  /external/adhd/cras/src/tests/
cras_test_client.c 682 int rc, tty; local
760 tty = open("/dev/tty", O_RDONLY);
763 if (tty == -1)
764 perror("warning: failed to open /dev/tty");
771 if (tty >= 0)
772 FD_SET(tty, &poll_set);
774 pselect(MAX(tty, pipefd[0]) + 1,
787 if (tty < 0 || !FD_ISSET(tty, &poll_set)
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/internal/pty/
pty.go 41 // Open returns a master pty and the name of the linked slave tty.
  /prebuilts/go/darwin-x86/src/syscall/
mksysctl_openbsd.pl 23 sys/tty.h
76 kern.tty
  /prebuilts/go/linux-x86/src/os/signal/internal/pty/
pty.go 41 // Open returns a master pty and the name of the linked slave tty.
  /prebuilts/go/linux-x86/src/syscall/
mksysctl_openbsd.pl 23 sys/tty.h
76 kern.tty
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 161 auto tty = xmlNewChild(devices, nullptr, xc("serial"), nullptr); local
162 ConfigureDeviceSource(tty, type, path);
168 LOG(INFO) << "$ sudo socat file:$(tty),raw,echo=0 " << path;
170 auto tgt = xmlNewChild(tty, nullptr, xc("target"), nullptr);
  /external/chromium-trace/catapult/devil/devil/utils/
find_usb_devices.py 375 """Gets physical-port:tty-string mapping for a given hub.
381 Dict of {physical port: tty-string)}
474 for tty in GetTTYList():
475 result[GetBusDeviceFromTTY(tty)] = tty
505 # Display TTY information about devices plugged into hubs.
506 logger.info('==== TTY INFORMATION ====')
535 devices attached, TTY mapping, and serial number mapping,
find_usb_devices_test.py 340 def setup_battor_test(serial, tty, battor, bser=None):
342 tty_mapper = mock.Mock(return_value=tty)
  /external/libmojo/third_party/catapult/devil/devil/utils/
find_usb_devices.py 366 """Gets physical-port:tty-string mapping for a given hub.
372 Dict of {physical port: tty-string)}
465 for tty in GetTTYList():
466 result[GetBusDeviceFromTTY(tty)] = tty
490 # Display TTY information about devices plugged into hubs.
491 print '==== TTY INFORMATION ===='
523 devices attached, TTY mapping, and serial number mapping,
find_usb_devices_test.py 340 def setup_battor_test(serial, tty, battor, bser=None):
342 tty_mapper = mock.Mock(return_value=tty)
  /external/clang/test/Analysis/
taint-tester.c 59 int tty = xy.y; // expected-warning + {{tainted}} local
  /external/ppp/pppd/
Makefile.linux 16 demand.c utils.c tty.c eap.c chap-md5.c session.c
24 ecp.o auth.o options.o demand.o utils.o sys-linux.o ipxcp.o tty.o \
  /external/wpa_supplicant_8/wpa_supplicant/examples/
dpp-qrcode.py 106 qr.print_ascii(tty=True)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wanrouter.h 224 char tty; /* Create a fake tty device */ member in struct:wandev_conf
225 unsigned tty_major; /* Major number for wanpipe tty device */
226 unsigned tty_minor; /* Minor number for wanpipe tty device */
227 unsigned tty_mode; /* TTY operation mode SYNC or ASYNC */
  /external/toybox/toys/posix/
ps.c 11 * Posix says default output should have field named "TTY" but if you "-o tty"
60 usage: ps [-AadefLlnwZ] [-gG GROUP,] [-k FIELD,] [-o FIELD,] [-p PID,] [-t TTY,] [-uU USER,]
87 Which FIELDs to show. (Default = -o PID,TTY,TIME,CMD)
89 -f Full listing (-o USER:12=UID,PID,PPID,C,STIME,TTY,TIME,ARGS=CMD)
90 -l Long listing (-o F,S,UID,PID,PPID,C,PRI,NI,ADDR,SZ,WCHAN,TTY,TIME,CMD)
126 TIME CPU time consumed TTY Controlling terminal
144 -b Batch mode (no tty)
173 -b Batch mode (no tty)
281 dev_t tty;
    [all...]

Completed in 1141 milliseconds

1 2 34 5 6 7 8 9