Searched refs:monitors (Results 1 – 9 of 9) sorted by relevance
/external/ipsec-tools/ |
D | main.c | 130 static int monitors; variable 148 if (fd < 0 || monitors == 10) { in monitor_fd() 152 callbacks[monitors] = callback; in monitor_fd() 153 pollfds[monitors].fd = fd; in monitor_fd() 154 pollfds[monitors].events = callback ? POLLIN : 0; in monitor_fd() 155 ++monitors; in monitor_fd() 200 if (poll(pollfds, monitors, timeout) > 0) { in main() 202 for (i = 0; i < monitors; ++i) { in main()
|
/external/lldb/test/pexpect-2.4/examples/ |
D | README | 58 This starts an SSH tunnel to a remote machine. It monitors the connection
|
/external/mesa3d/include/GLES2/ |
D | gl2ext.h | 907 GL_APICALL void GL_APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors); 908 GL_APICALL void GL_APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors); 919 typedef void (GL_APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors); 920 typedef void (GL_APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
|
/external/iproute2/doc/ |
D | arpd.sgml | 69 If no interfaces given, <tt/arpd/ monitors all the interfaces.
|
/external/libmtp/ |
D | README | 184 There are other USB monitors as well, some more expensive
|
/external/mesa3d/include/GL/ |
D | glext.h | 12013 GLAPI void APIENTRY glGenPerfMonitorsAMD (GLsizei n, GLuint *monitors); 12014 GLAPI void APIENTRY glDeletePerfMonitorsAMD (GLsizei n, GLuint *monitors); 12025 typedef void (APIENTRYP PFNGLGENPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors); 12026 typedef void (APIENTRYP PFNGLDELETEPERFMONITORSAMDPROC) (GLsizei n, GLuint *monitors);
|
/external/libvncserver/x11vnc/ |
D | README | 2021 Q-101: Does x11vnc work with Xinerama? (i.e. multiple monitors joined 6748 The option -modtweak should help here. It is a mode that monitors the 6827 settings. The former (-modtweak) is a mode that monitors the state of 7293 Q-101: Does x11vnc work with Xinerama? (i.e. multiple monitors joined 7313 screen is not rectangular (e.g. 1280x1024 and 1024x768 monitors joined 12761 This mode enables a hack where x11vnc monitors windows 15394 -xinerama If your screen is composed of multiple monitors 16561 for monitors). This interferes with x11vnc's polling
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 364 // As far as LLVM is concerned this writes to the system's exclusive monitors.
|
D | AArch64InstrFormats.td | 3257 // monitors, which as far as a compiler is concerned can be modelled as a
|