Home
last modified time | relevance | path

Searched refs:addPackagePath (Results 1 – 6 of 6) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_modulegraph.py326 modulegraph.addPackagePath('foo', 'a')
329 modulegraph.addPackagePath('foo', 'b')
332 modulegraph.addPackagePath('bar', 'b')
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
Dchangelog.rst244 - Renamed ``modulegraph.modulegraph.AddPackagePath`` to ``addPackagePath``,
Dmodulegraph.rst521 .. function:: addPackagePath(packagename, path)
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/
DPKG-INFO261 - Renamed ``modulegraph.modulegraph.AddPackagePath`` to ``addPackagePath``,
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DPKG-INFO261 - Renamed ``modulegraph.modulegraph.AddPackagePath`` to ``addPackagePath``,
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/
Dmodulegraph.py310 addPackagePath(packagename, path)
312 def addPackagePath(packagename, path): function