Searched refs:UpdateInvocationExtendedProperties (Results 1 – 9 of 9) sorted by relevance
/external/angle/build/android/ |
D | test_runner_test.py | 24 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)
|
D | test_runner.py | 1064 result_sink_client.UpdateInvocationExtendedProperties(
|
/external/cronet/tot/build/android/ |
D | test_runner_test.py | 24 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)
|
D | test_runner.py | 1047 result_sink_client.UpdateInvocationExtendedProperties(
|
/external/cronet/stable/build/android/ |
D | test_runner_test.py | 24 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)
|
D | test_runner.py | 1047 result_sink_client.UpdateInvocationExtendedProperties(
|
/external/cronet/tot/build/util/lib/results/ |
D | result_sink.py | 222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient
|
/external/angle/build/util/lib/results/ |
D | result_sink.py | 222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient
|
/external/cronet/stable/build/util/lib/results/ |
D | result_sink.py | 222 def UpdateInvocationExtendedProperties(self, extended_properties, keys=None): member in ResultSinkClient
|