Searched refs:AddConfig (Results 1 – 6 of 6) sorted by relevance
/external/webrtc/rtc_tools/network_tester/ |
D | create_network_tester_config.py | 13 def AddConfig(all_configs, function 24 AddConfig(all_configs, 10, 50, 200) 25 AddConfig(all_configs, 10, 100, 200)
|
D | README | 6 you can add or change the AddConfig call in the main function to create a
|
/external/toolchain-utils/crosperf/ |
D | config_unittest.py | 30 config.AddConfig('key1', 16) 31 config.AddConfig('key2', 32) 32 config.AddConfig('key3', 'third value')
|
D | config.py | 14 def AddConfig(key, value): function
|
D | experiment_runner_unittest.py | 288 config.AddConfig('no_email', True) 306 config.AddConfig('no_email', False) 336 config.AddConfig('no_email', False)
|
D | experiment_factory.py | 145 config.AddConfig('no_email', global_settings.GetField('no_email'))
|