HomeSort by relevance Sort by last modified time
    Searched full:winp (Results 1 - 6 of 6) sorted by null

  /packages/apps/Phone/src/com/android/phone/
IccPanel.java 43 Window winP = getWindow();
44 winP.setType(WindowManager.LayoutParams.TYPE_PRIORITY_PHONE);
45 winP.setLayout(WindowManager.LayoutParams.MATCH_PARENT,
47 winP.setGravity(Gravity.CENTER);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pty.h 32 attributes according to TERMP and WINP and return handles for both
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
pty.h 32 attributes according to TERMP and WINP and return handles for both
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
pty.h 32 attributes according to TERMP and WINP and return handles for both
  /external/openssh/openbsd-compat/
bsd-openpty.c 74 struct winsize *winp)
  /external/qemu/
qemu-char.c 861 struct termios *termp, struct winsize *winp)
889 if (winp)
890 ioctl(sfd, TIOCSWINSZ, winp);
    [all...]

Completed in 1490 milliseconds