Home
last modified time | relevance | path

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

/external/angle/build/android/
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)
Dtest_runner.py1064 result_sink_client.UpdateInvocationExtendedProperties(
/external/cronet/tot/build/android/
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)
Dtest_runner.py1047 result_sink_client.UpdateInvocationExtendedProperties(
/external/cronet/stable/build/android/
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)
Dtest_runner.py1047 result_sink_client.UpdateInvocationExtendedProperties(
/external/cronet/tot/build/util/lib/results/
Dresult_sink.py222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient
/external/angle/build/util/lib/results/
Dresult_sink.py222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient
/external/cronet/stable/build/util/lib/results/
Dresult_sink.py222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient