Home
last modified time | relevance | path

Searched refs:dump_dirs (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/python/debug/wrappers/
Ddumping_wrapper_test.py105 dump_dirs = glob.glob(os.path.join(self.session_root, "run_*"))
106 self.assertEqual(1, len(dump_dirs))
108 self._assert_correct_run_subdir_naming(os.path.basename(dump_dirs[0]))
109 dump = debug_data.DebugDumpDir(dump_dirs[0])
119 dump_dirs = glob.glob(os.path.join(self.session_root, "run_*"))
124 os.path.relpath(dump_dirs[0], self.session_root))
135 dump_dirs = glob.glob(os.path.join(self.session_root, "run_*"))
136 self.assertEqual(1, len(dump_dirs))
138 self._assert_correct_run_subdir_naming(os.path.basename(dump_dirs[0]))
139 dump = debug_data.DebugDumpDir(dump_dirs[0])
[all …]
/external/python/cpython3/Lib/distutils/command/
Dinstall.py269 self.dump_dirs("pre-finalize_{unix,other}")
276 self.dump_dirs("post-finalize_{unix,other}()")
309 self.dump_dirs("post-expand_basedirs()")
325 self.dump_dirs("post-expand_dirs()")
363 self.dump_dirs("after prepending root")
373 def dump_dirs(self, msg): member in install
/external/python/cpython2/Lib/distutils/command/
Dinstall.py285 self.dump_dirs("pre-finalize_{unix,other}")
292 self.dump_dirs("post-finalize_{unix,other}()")
316 self.dump_dirs("post-expand_basedirs()")
332 self.dump_dirs("post-expand_dirs()")
369 self.dump_dirs("after prepending root")
382 def dump_dirs (self, msg): member in install
/external/python/cpython2/Misc/
DHISTORY1873 - Bug #1103844: fix distutils.install.dump_dirs() with negated options.
/external/python/cpython3/Misc/
DHISTORY19257 - Bug #1103844: fix distutils.install.dump_dirs() with negated options.