Searched refs:_paths (Results 1 – 8 of 8) sorted by relevance
/external/pigweed/pw_build/py/ |
D | python_runner_test.py | 194 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/ |
D | fake_filesystem_vs_real_test.py | 49 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/ |
D | control_file_getter.py | 176 self._paths = paths 202 directories = self._paths 234 msg = 'No control files under ' + ','.join(self._paths)
|
/external/pigweed/pw_tokenizer/ |
D | database.gni | 137 _paths = rebase_path(invoker.optional_paths) 139 assert(filter_include(_paths, [ "$_out_dir/*" ]) == _paths, 142 args += _paths
|
/external/pigweed/pw_presubmit/py/pw_presubmit/ |
D | presubmit.py | 220 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.py | 225 self._paths = vc_env.get('path', '') 226 paths = self._paths.split(os.pathsep) 506 os.environ['path'] = self._paths
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 250 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/ |
D | mailbox.py | 275 self._paths = { 283 for path in self._paths.values(): 532 mtime = os.path.getmtime(self._paths[subdir]) 541 path = self._paths[subdir]
|