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

  /external/qemu/distrib/sdl-1.2.15/src/video/photon/
SDL_ph_modes_c.h 37 extern int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode);
SDL_ph_modes.c 242 int ph_EnterFullScreen(_THIS, SDL_Surface* screen, int fmode)
320 if (fmode==0)
  /build/tools/releasetools/
edify_generator.py 215 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode):
218 % (uid, gid, dmode, fmode, fn))
  /external/qemu/distrib/zlib-1.2.3/
gzio.c 103 char fmode[80]; /* copy of mode, without the compression level */ local
104 char *m = fmode;
148 } while (*p++ && m != fmode + sizeof(fmode));
181 s->file = fd < 0 ? F_OPEN(path, fmode) : (FILE*)fdopen(fd, fmode);
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2252 FILE *fmode = fopen("modecontext.c", "w"); local
    [all...]

Completed in 311 milliseconds