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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 34 open_args = ArgList([filename.clone()], rparen=execfile_paren)
35 open_call = Node(syms.power, [Name(u"open"), open_args])
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/fixes/
fix_execfile.py 34 open_args = ArgList([filename.clone()], rparen=execfile_paren)
35 open_call = Node(syms.power, [Name(u"open"), open_args])
  /external/libdrm/tegra/
tegra.c 178 struct drm_gem_open open_args; local
182 memset(&open_args, 0, sizeof(open_args));
184 open_args.name = name;
186 ret = drmIoctl(drm->fd, DRM_IOCTL_GEM_OPEN, &open_args);
190 ret = drm_tegra_bo_wrap(bop, drm, open_args.handle, 0, size);
200 close_args.handle = open_args.handle;

Completed in 206 milliseconds