Home
last modified time | relevance | path

Searched refs:unique_port (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/python/perfetto/trace_processor/
Dshell.py24 def load_shell(bin_path=None, unique_port=False): argument
26 port, url = get_loader().get_free_port(unique_port=unique_port)
33 if unique_port:
Dloader.py71 def get_free_port(unique_port=False): argument
72 if not unique_port:
Dapi.py169 unique_port=True): argument
176 bin_path=bin_path, unique_port=unique_port)