Home
last modified time | relevance | path

Searched defs:TestExpectationMap (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/cronet/testing/unexpected_passes_common/
H A Dresult_output.py254 def OutputResults(stale_dict: data_types.TestExpectationMap,
255 semi_stale_dict: data_types.TestExpectationMap,
256 active_dict: data_types.TestExpectationMap,
421 test_expectation_map: data_types.TestExpectationMap
H A Dqueries.py102 self, expectation_map: data_types.TestExpectationMap,
214 inputs: Tuple[data_types.BuilderEntry, data_types.TestExpectationMap]
H A Dexpectations.py180 def AddContentToMap(content: str, ex_map: data_types.TestExpectationMap,
609 self, stale_expectation_map: data_types.TestExpectationMap) -> Set[str]:
H A Ddata_types.py29 TestExpectationMap = None variable
772 TestExpectationMap = BaseTestExpectationMap variable