Searched refs:fds (Results 1 – 2 of 2) sorted by relevance
396 FontData[] fds = font.getFontData(); in getImageData() local397 fds[0].setStyle(SWT.BOLD); in getImageData()402 fds[0].setHeight((int) ((SY + 1) * 3./4. * 72./display.getDPI().y)); in getImageData()405 font = new Font(display, fds); in getImageData()
1426 int fds[2]; in socket_pair() local1427 int ret = socketpair(AF_UNIX, SOCK_STREAM, 0, fds); in socket_pair()1430 socket_set_nonblock(fds[0]); in socket_pair()1431 socket_set_nonblock(fds[1]); in socket_pair()1432 *fd1 = fds[0]; in socket_pair()1433 *fd2 = fds[1]; in socket_pair()