Home
last modified time | relevance | path

Searched defs:matching_string (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dhelpers.py161 def matching_string(matched: bytes, string: AnyStr) -> bytes: function
166 def matching_string(matched: str, string: AnyStr) -> str: function
171 def matching_string(matched: AnyStr, string: None) -> None: function
175 def matching_string( # type: ignore[misc] function
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/
Dandroid_device.py864 matching_string, argument