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

  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
path_set.py 16 self._paths = set()
21 return os.path.realpath(path) in self._paths
24 return iter(self._paths)
27 return len(self._paths)
32 self._paths.add(path)
37 self._paths.add(file_path)
41 self._paths.discard(path)
44 self._paths.discard(os.path.join(root, basename))
  /external/autotest/client/cros/tendo/n_faced_peerd/
object_manager.py 42 self._paths = dict()
56 if path in self._paths:
57 self._paths[path][interface_name] = property_getter
59 self._paths[path] = {interface_name: property_getter}
76 if path not in self._paths or interface_name not in self._paths[path]:
78 self._paths[path].pop(interface_name)
79 if not self._paths[path]:
80 self._paths.pop(path)
95 for path, interfaces in self._paths.iteritems()
    [all...]
  /development/testrunner/coverage/
coverage_target.py 23 self._paths = []
32 return self._paths
35 self._paths.append(path)
coverage_targets.py 111 self._paths = []
  /external/autotest/server/cros/dynamic_suite/
control_file_getter.py 126 self._paths = paths
135 Gather a list of paths to control files under |self._paths|.
137 Searches under |self._paths| for files that match
152 directories = self._paths
173 msg = 'No control files under ' + ','.join(self._paths)
  /external/chromium-trace/catapult/telemetry/telemetry/core/
memory_cache_http_server.py 246 self._paths = paths
258 'paths': self._paths,
  /prebuilts/gdb/darwin-x86/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
mailbox.py 252 self._paths = {
260 for path in self._paths.values():
513 mtime = os.path.getmtime(self._paths[subdir])
522 path = self._paths[subdir]
    [all...]

Completed in 417 milliseconds