OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:readSet
(Results
1 - 3
of
3
) sorted by null
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Set.java
40
in.
readSet
(this);
BerInputStream.java
590
public void
readSet
(ASN1Set set) throws IOException {
/frameworks/base/opengl/libs/GLES2_dbg/src/
server.cpp
141
fd_set
readSet
;
142
FD_ZERO(&
readSet
);
143
FD_SET(clientSock, &
readSet
);
147
int rc = select(clientSock + 1, &
readSet
, NULL, NULL, &timeout);
152
if (FD_ISSET(clientSock, &
readSet
)) {
Completed in 253 milliseconds