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

  /external/v8/
.ycm_extra_conf.py 70 nextdir = os.path.normpath(os.path.join(curdir, '..'))
71 if nextdir == curdir:
73 curdir = nextdir
  /external/pdfium/third_party/libtiff/
tif_dir.c 1568 uint64 nextdir; local
1598 uint64 nextdir; local
1667 uint64 nextdir; local
    [all...]
tif_dirwrite.c 248 uint32 nextdir; local
249 nextdir = tif->tif_header.classic.tiff_diroff;
254 if (!SeekOK(tif, nextdir) ||
263 nextdir+2+dircount*12, SEEK_SET);
276 nextdir+2+dircount*12, SEEK_SET);
285 nextdir=nextnextdir;
306 uint64 nextdir; local
307 nextdir = tif->tif_header.big.tiff_diroff;
313 if (!SeekOK(tif, nextdir) ||
329 nextdir+8+dircount*20, SEEK_SET)
2518 uint32 nextdir; local
2577 uint64 nextdir; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
CGIHTTPServer.py 111 nextdir = path[:i]
114 scriptdir = self.translate_path(nextdir)
116 dir, rest = nextdir, nextrest
  /external/python/cpython2/Lib/
CGIHTTPServer.py 112 nextdir = path[:i]
115 scriptdir = self.translate_path(nextdir)
117 dir, rest = nextdir, nextrest
  /prebuilts/gdb/darwin-x86/lib/python2.7/
CGIHTTPServer.py 113 nextdir = path[:i]
116 scriptdir = self.translate_path(nextdir)
118 dir, rest = nextdir, nextrest
  /prebuilts/gdb/linux-x86/lib/python2.7/
CGIHTTPServer.py 113 nextdir = path[:i]
116 scriptdir = self.translate_path(nextdir)
118 dir, rest = nextdir, nextrest
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 113 nextdir = path[:i]
116 scriptdir = self.translate_path(nextdir)
118 dir, rest = nextdir, nextrest
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
CGIHTTPServer.py 113 nextdir = path[:i]
116 scriptdir = self.translate_path(nextdir)
118 dir, rest = nextdir, nextrest
  /external/e2fsprogs/e2fsck/
pass2.c 356 struct ext2_dir_entry *nextdir; local
395 nextdir = (struct ext2_dir_entry *)
399 nextdir);
400 nextdir->inode = 0;
401 ext2fs_dirent_set_name_len(nextdir, 0);
402 ext2fs_dirent_set_file_type(nextdir,
    [all...]
  /external/python/cpython3/Lib/http/
server.py     [all...]

Completed in 551 milliseconds