/external/bison/lib/ |
cloexec.c | 47 int newflags = (value ? flags | FD_CLOEXEC : flags & ~FD_CLOEXEC); local 49 if (flags == newflags 50 || fcntl (desc, F_SETFD, newflags) != -1)
|
/external/qemu/ |
iolooper-select.c | 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) 66 int changed = oldflags ^ newflags; 69 if ((newflags & IOLOOPER_READ) != 0) 75 if ((newflags & IOLOOPER_WRITE) != 0)
|
iolooper.h | 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
|
console.h | 233 int linesize, PixelFormat pf, int newflags);
|
console.c | [all...] |
/sdk/emulator/opengl/tests/event_injector/ |
iolooper.h | 42 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
|
iolooper-select.c | 79 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags ) 84 int changed = oldflags ^ newflags; 87 if ((newflags & IOLOOPER_READ) != 0) 93 if ((newflags & IOLOOPER_WRITE) != 0)
|
/external/aac/libSBRdec/src/ |
env_calc.cpp | 239 int newflags = 0; local 268 newflags |= mask; /* Set flag */ 279 *harmFlagsPrev++ = newflags; 281 newflags = 0; [all...] |
/external/strace/ |
strace.c | 226 int flags, newflags; local 235 newflags = flags | FD_CLOEXEC; 236 if (flags == newflags) 239 if (fcntl(fd, F_SETFD, newflags) < 0) [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | |