/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 | 247 def SetPermissionsRecursive(self, fn, uid, gid, dmode, fmode, selabel, capabilities): 251 % (uid, gid, dmode, fmode, fn)) 255 '"dmode", 0%o, "fmode", 0%o, "capabilities", %s' \ 256 % (fn, uid, gid, dmode, fmode, capabilities)
|
/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);
|
/bootable/recovery/updater/ |
install.c | 653 mode_t fmode; member in struct:perm_parsed_args 715 if (strcmp("fmode", args[i]) == 0) { 718 parsed.fmode = mode; 721 printf("ParsePermArgs: invalid fmode \"%s\"\n", args[i + 1]); 803 if (chmod(filename, parsed.fmode) < 0) { 805 filename, parsed.fmode, strerror(errno)); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_onyx_if.c | 2001 FILE *fmode = fopen("vp9_modecontext.c", "w"); local [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
onyx_if.c | 2318 FILE *fmode = fopen("modecontext.c", "w"); local [all...] |