Home
last modified time | relevance | path

Searched refs:all_dirs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/lib/io/
Dfile_io_test.py281 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/autotest/client/bin/result_tools/
Dresult_info.py242 all_dirs=None): argument
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/e2fsprogs/e2fsck/
Drehash.c918 int cur, max, all_dirs, first = 1; in e2fsck_rehash_directories() local
921 all_dirs = ctx->options & E2F_OPT_COMPRESS_DIRS; in e2fsck_rehash_directories()
923 if (!ctx->dirs_to_hash && !all_dirs) in e2fsck_rehash_directories()
931 if (all_dirs) { in e2fsck_rehash_directories()
945 if (all_dirs) { in e2fsck_rehash_directories()
973 if (all_dirs) in e2fsck_rehash_directories()