HomeSort by relevance Sort by last modified time
    Searched refs:nextdir (Results 1 - 9 of 9) 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 1516 uint64 nextdir; local
1546 uint64 nextdir; local
1615 uint64 nextdir; local
    [all...]
tif_dirwrite.c 247 uint32 nextdir; local
248 nextdir = tif->tif_header.classic.tiff_diroff;
253 if (!SeekOK(tif, nextdir) ||
262 nextdir+2+dircount*12, SEEK_SET);
275 nextdir+2+dircount*12, SEEK_SET);
284 nextdir=nextnextdir;
305 uint64 nextdir; local
306 nextdir = tif->tif_header.big.tiff_diroff;
312 if (!SeekOK(tif, nextdir) ||
328 nextdir+8+dircount*20, SEEK_SET)
2429 uint32 nextdir; local
2488 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
  /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...]

Completed in 371 milliseconds