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

  /external/autotest/client/bin/result_tools/
result_info.py 242 all_dirs=None):
252 @param all_dirs: A set of paths that have been collected. This is to
259 all_dirs = all_dirs or set()
286 real_path in all_dirs):
288 all_dirs.add(real_path)
295 all_dirs=all_dirs))
  /external/tensorflow/tensorflow/python/lib/io/
file_io_test.py 281 all_dirs = []
285 all_dirs.append(w_dir)
288 self.assertItemsEqual(all_dirs, [dir_path] + [
293 self.assertEqual(dir_path, all_dirs[0])
295 all_dirs.index(os.path.join(dir_path, "subdir1_2")),
296 all_dirs.index(os.path.join(dir_path, "subdir1_2/subdir2")))
308 all_dirs = []
312 all_dirs.append(w_dir)
315 self.assertItemsEqual(all_dirs, [
320 self.assertEqual(dir_path, all_dirs[4]
    [all...]
  /external/python/setuptools/setuptools/
__init__.py 70 all_dirs = dirs[:]
73 for dir in all_dirs:
  /external/e2fsprogs/e2fsck/
rehash.c 982 int cur, max, all_dirs, first = 1; local
985 all_dirs = ctx->options & E2F_OPT_COMPRESS_DIRS;
987 if (!ctx->dirs_to_hash && !all_dirs)
995 if (all_dirs) {
1009 if (all_dirs) {
1037 if (all_dirs)

Completed in 356 milliseconds