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

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/libexec/gcc/x86_64-linux/4.8/install-tools/
fixinc.sh 203 # Put the list in $all_dirs.
206 # Note that $all_dirs may have duplicates in it;
210 all_dirs=""
224 all_dirs="$all_dirs `find $d/. -type d -print | \
240 all_dirs="$all_dirs $d1"
258 echo $all_dirs
261 for file in $all_dirs; do
354 for file2 in $all_dirs; d
    [all...]
  /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/e2fsprogs/e2fsck/
rehash.c 918 int cur, max, all_dirs, first = 1; local
921 all_dirs = ctx->options & E2F_OPT_COMPRESS_DIRS;
923 if (!ctx->dirs_to_hash && !all_dirs)
931 if (all_dirs) {
945 if (all_dirs) {
973 if (all_dirs)

Completed in 161 milliseconds