HomeSort by relevance Sort by last modified time
    Searched refs:ws_ypixel (Results 1 - 23 of 23) sorted by null

  /bionic/libc/kernel/uapi/asm-generic/
termios.h 27 unsigned short ws_ypixel; member in struct:winsize
  /external/kernel-headers/original/uapi/asm-generic/
termios.h 19 unsigned short ws_ypixel; member in struct:winsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
termios.h 18 unsigned short ws_ypixel; member in struct:winsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
ioctl-types.h 33 unsigned short int ws_ypixel; member in struct:winsize
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
ioctl-types.h 33 unsigned short int ws_ypixel; member in struct:winsize
  /bionic/libc/kernel/uapi/asm-mips/asm/
termios.h 51 unsigned short ws_ypixel; member in struct:winsize
  /external/kernel-headers/original/uapi/asm-mips/asm/
termios.h 50 unsigned short ws_ypixel; member in struct:winsize
  /external/ltp/testcases/kernel/pty/
ptem01.c 170 wsz.ws_ypixel != wsz1.ws_ypixel) {
180 wsz.ws_ypixel != wsz1.ws_ypixel) {
194 wsz.ws_ypixel != wsz2.ws_ypixel) {
  /bionic/tests/
pty_test.cpp 48 ASSERT_EQ(w_actual.ws_ypixel, w.ws_ypixel);
  /external/strace/
term.c 119 tprintf("{ws_row=%d, ws_col=%d, ws_xpixel=%d, ws_ypixel=%d}",
120 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
  /external/sl4a/ScriptingLayerForAndroid/jni/
com_googlecode_android_scripting_Exec.cpp 190 sz.ws_ypixel = ypixel;
  /build/soong/ui/build/
util.go 121 ws_xpixel, ws_ypixel uint16
  /external/valgrind/include/vki/
vki-amd64-linux.h 375 unsigned short ws_ypixel; member in struct:vki_winsize
vki-arm64-linux.h 349 unsigned short ws_ypixel; member in struct:vki_winsize
vki-arm-linux.h 410 unsigned short ws_ypixel; member in struct:vki_winsize
vki-ppc32-linux.h 487 unsigned short ws_ypixel; member in struct:vki_winsize
    [all...]
vki-ppc64-linux.h 522 unsigned short ws_ypixel; member in struct:vki_winsize
vki-s390x-linux.h 504 unsigned short ws_ypixel; member in struct:vki_winsize
vki-x86-linux.h 448 unsigned short ws_ypixel; member in struct:vki_winsize
vki-mips32-linux.h 494 unsigned short ws_ypixel; member in struct:vki_winsize
    [all...]
vki-mips64-linux.h 501 unsigned short ws_ypixel; member in struct:vki_winsize
    [all...]
  /system/core/adb/
shell_service.cpp 591 ws.ws_ypixel = y_pixels;
commandline.cpp 415 unsigned short ws_ypixel; member in struct:winsize
445 ws.ws_row, ws.ws_col, ws.ws_xpixel, ws.ws_ypixel);
    [all...]

Completed in 1293 milliseconds