HomeSort by relevance Sort by last modified time
    Searched refs:fmode (Results 1 - 6 of 6) 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)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_if.c 2377 FILE *fmode = fopen("modecontext.c", "w"); local
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c 2327 FILE *fmode = fopen("modecontext.c", "w"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_if.c 2328 FILE *fmode = fopen("modecontext.c", "w"); local
    [all...]
  /bootable/recovery/updater/
install.c 665 mode_t fmode; member in struct:perm_parsed_args
727 if (strcmp("fmode", args[i]) == 0) {
730 parsed.fmode = mode;
733 uiPrintf(state, "ParsePermArgs: invalid fmode \"%s\"\n", args[i + 1]);
824 if (chmod(filename, parsed.fmode) < 0) {
826 filename, parsed.fmode, strerror(errno));
    [all...]

Completed in 78 milliseconds