Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/build/android/
H A Dtest_runner_test.py24 self.sink_client.UpdateInvocationExtendedProperties.assert_not_called()
29 self.sink_client.UpdateInvocationExtendedProperties.assert_called_once()
33 self.sink_client.UpdateInvocationExtendedProperties.side_effect = [
39 self.sink_client.UpdateInvocationExtendedProperties.call_count, 2)
44 self.sink_client.UpdateInvocationExtendedProperties.side_effect = [
50 self.sink_client.UpdateInvocationExtendedProperties.call_count, 3)
56 self.sink_client.UpdateInvocationExtendedProperties.side_effect = (
61 self.sink_client.UpdateInvocationExtendedProperties.call_count, 3)
H A Dtest_runner.py1047 result_sink_client.UpdateInvocationExtendedProperties(
/aosp_15_r20/external/angle/build/util/lib/results/
H A Dresult_sink.py222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient