Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
Dagents_unittest.py47 self.package_info.package, at_most_one=True)
/external/rust/crates/serde_derive/src/internals/
Dattr.rs118 fn at_most_one(mut self) -> Result<Option<T>, ()> { in at_most_one() method
1548 Ok((ser.at_most_one()?, de.at_most_one()?)) in get_renames()
1556 Ok((ser.at_most_one()?, de.get())) in get_multiple_renames()
1564 Ok((ser.at_most_one()?, de.at_most_one()?)) in get_where_predicates()
/external/chromium-trace/catapult/devil/docs/
Ddevice_utils.md223 at_most_one: A boolean indicating that at most one PID is expected to
229 A list of the PIDs for the named process. If at_most_one=True returns
233 CommandFailedError if at_most_one=True and more than one PID is found
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py3151 at_most_one=False, argument
3179 if at_most_one:
Ddevice_utils_test.py3021 None, self.device.GetApplicationPids('match', at_most_one=True))
3031 1001, self.device.GetApplicationPids('one.match', at_most_one=True))
3041 self.device.GetApplicationPids('foo', at_most_one=True)