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

  /external/ppp/pppd/
tty.c 980 fd_set ready, writey; local
1096 FD_ZERO(&writey);
1101 FD_SET(pty_master, &writey);
1108 FD_SET(ofd, &writey);
1111 if (select(nfds, &ready, &writey, NULL, top) < 0) {
1148 FD_SET(pty_master, &writey);
1175 FD_SET(ofd, &writey);
1182 if (FD_ISSET(ofd, &writey)) {
1201 if (FD_ISSET(pty_master, &writey)) {
    [all...]
  /external/skia/tests/
WritePixelsTest.cpp 228 int writeX, int writeY,
245 SkIRect writeRect = SkIRect::MakeXYWH(writeX, writeY, bitmap.width(), bitmap.height());
252 int by = cy - writeY;

Completed in 175 milliseconds