Home
last modified time | relevance | path

Searched refs:at_most_one (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dagents_unittest.py47 self.package_info.package, at_most_one=True)
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md831 at_most_one: A boolean indicating that at most one PID is expected to
837 A list of the PIDs for the named process. If at_most_one=True returns
841 CommandFailedError if at_most_one=True and more than one PID is found
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2550 def GetApplicationPids(self, process_name, at_most_one=False, argument
2575 if at_most_one:
Ddevice_utils_test.py2643 self.device.GetApplicationPids('match', at_most_one=True))
2653 self.device.GetApplicationPids('one.match', at_most_one=True))
2662 self.device.GetApplicationPids('foo', at_most_one=True)