Home
last modified time | relevance | path

Searched refs:IS_NULL (Results 1 – 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
Dio_util.c85 if (IS_NULL(bytes)) { in readBytes()
161 if (IS_NULL(bytes)) { in writeBytes()
DSocketOutputStream.c64 if (IS_NULL(fdObj)) { in SocketOutputStream_socketWrite0()
DSocketInputStream.c62 if (IS_NULL(fdObj)) { in SocketInputStream_socketRead0()
Djni_util.h278 #define IS_NULL(obj) ((obj) == NULL) macro