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

  /external/ppp/pppd/
tty.c 983 fd_set ready, writey; local
1099 FD_ZERO(&writey);
1104 FD_SET(pty_master, &writey);
1111 FD_SET(ofd, &writey);
1114 if (select(nfds, &ready, &writey, NULL, top) < 0) {
1151 FD_SET(pty_master, &writey);
1178 FD_SET(ofd, &writey);
1185 if (FD_ISSET(ofd, &writey)) {
1204 if (FD_ISSET(pty_master, &writey)) {
    [all...]
  /external/skia/tests/
WritePixelsTest.cpp 186 int writeX, int writeY) {
213 SkIRect writeRect = SkIRect::MakeXYWH(writeX, writeY, bitmap.width(), bitmap.height());
219 int by = cy - writeY;

Completed in 206 milliseconds