Home
last modified time | relevance | path

Searched refs:_paths (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_build/py/
Dpython_runner_test.py194 self._tempdir, self._outdir, self._paths = _create_ninja_files(
201 target = TargetInfo(self._paths, '//fake_module:fake_source_set')
206 target = TargetInfo(self._paths, '//fake_module:fake_source_set')
215 target = TargetInfo(self._paths, '//fake_module:fake_test')
223 target = TargetInfo(self._paths, '//fake_module:fake_test')
228 target = TargetInfo(self._paths,
235 self._paths, '//fake_module:fake_source_set(//not_a:toolchain)')
243 self._tempdir, self._outdir, self._paths = _create_ninja_files(
250 self._tempdir, self._outdir, self._paths = _create_ninja_files(
266 self.assertEqual(list(expand_expressions(self._paths, '')), [''])
[all …]
/external/python/pyfakefs/pyfakefs/tests/
Dfake_filesystem_vs_real_test.py49 def _paths(self, path): member in FakeFilesystemVsRealTest
60 real_path, fake_path = self._paths(path)
85 real_target, fake_target = self._paths(contents[1:])
128 real_path, fake_path = self._paths(info[1])
404 real_path, unused_fake_path = self._paths(path)
411 unused_real_path, fake_path = self._paths(path)
418 real_path, unused_fake_path = self._paths(path)
429 unused_real_path, fake_path = self._paths(path)
523 real_dir, fake_dir = self._paths('a/b')
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py176 self._paths = paths
202 directories = self._paths
234 msg = 'No control files under ' + ','.join(self._paths)
/external/pigweed/pw_tokenizer/
Ddatabase.gni137 _paths = rebase_path(invoker.optional_paths)
139 assert(filter_include(_paths, [ "$_out_dir/*" ]) == _paths,
142 args += _paths
/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py220 self._paths = tuple(paths)
222 tools.relative_paths(self._paths, self._root))
234 len(program), plural(self._paths, 'file'), self._root)
241 if not self._paths:
275 path for path, filter_path in zip(self._paths, posix_paths)
301 plural(self._paths, 'file'), time_s)
/external/python/cpython3/Lib/distutils/
D_msvccompiler.py225 self._paths = vc_env.get('path', '')
226 paths = self._paths.split(os.pathsep)
506 os.environ['path'] = self._paths
/external/python/cpython2/Lib/
Dmailbox.py250 self._paths = {
258 for path in self._paths.values():
519 mtime = os.path.getmtime(self._paths[subdir])
528 path = self._paths[subdir]
/external/python/cpython3/Lib/
Dmailbox.py275 self._paths = {
283 for path in self._paths.values():
532 mtime = os.path.getmtime(self._paths[subdir])
541 path = self._paths[subdir]