HomeSort by relevance Sort by last modified time
    Searched refs:oldflags (Results 1 - 13 of 13) sorted by null

  /external/qemu/include/android/
iolooper.h 23 void iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags);
  /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;
  /external/qemu/android/
iolooper-select.c 61 iolooper_modify( IoLooper* iol, int fd, int oldflags, int newflags )
66 int changed = oldflags ^ newflags;
  /external/libxml2/
relaxng.c 4734 int newNs = 0, oldflags; local
7283 int oldflags = ctxt->flags; local
8141 int ret = 0, oldflags; local
8708 int ret = 0, oldflags; local
9266 int oldflags; local
9594 int ret = 0, oldflags = 0; local
9814 int ret = 0, i, tmp, oldflags, errNr; local
10582 int i, j, k, ret, oldflags; local
    [all...]
  /external/chromium_org/third_party/libxml/src/
relaxng.c 4733 int newNs = 0, oldflags; local
7282 int oldflags = ctxt->flags; local
8140 int ret = 0, oldflags; local
8707 int ret = 0, oldflags; local
9236 int oldflags; local
9564 int ret = 0, oldflags = 0; local
9784 int ret = 0, i, tmp, oldflags, errNr; local
10552 int i, j, k, ret, oldflags; local
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 273 oldflags = sys.getdlopenflags()
275 sys.setdlopenflags(oldflags+1)
276 self.assertEqual(sys.getdlopenflags(), oldflags+1)
277 sys.setdlopenflags(oldflags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 273 oldflags = sys.getdlopenflags()
275 sys.setdlopenflags(oldflags+1)
276 self.assertEqual(sys.getdlopenflags(), oldflags+1)
277 sys.setdlopenflags(oldflags)
  /external/libpcap/
pcap-linux.c 1080 int oldflags; local
4845 int oldflags; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_surface.c 227 Uint32 oldflags = surface->flags; local
278 || oldflags != surface->flags
  /external/aac/libSBRdec/src/
env_calc.cpp 238 int oldflags = *harmFlagsPrev; local
274 sineMapped[(ui+li-lowSubband2) >> 1] = ( oldflags & mask ) ? 0 : tranEnv;
280 oldflags = *harmFlagsPrev; /* Fetch 16 of the old flags */
    [all...]
  /external/valgrind/main/VEX/priv/
guest_x86_toIR.c 6593 IRTemp oldflags = newTemp(Ity_I32); local
    [all...]
guest_amd64_toIR.c 8276 IRTemp oldflags = newTemp(Ity_I64); local
    [all...]

Completed in 576 milliseconds