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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /external/python/cpython2/Lib/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /external/skia/infra/bots/recipe_modules/core/resources/
run_binary_size_analysis.py 595 for dirname, _dirs, files in os.walk(gen_dir):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 136 self._dirs = dirs or []
138 self._dirs = map(os.path.normpath, self._dirs)
170 for d in self._dirs:
  /build/make/tools/fs_config/
fs_config_generator.py 536 self._dirs = []
731 self._dirs.append(entry)
751 return self._dirs
    [all...]
  /external/autotest/site_utils/
gs_offloader.py 342 return sum(len(files) for _path, _dirs, files in os.walk(dirpath))
    [all...]
  /external/autotest/server/hosts/
adb_host.py     [all...]

Completed in 1178 milliseconds