Searched refs:GetProperties (Results 1 – 25 of 42) sorted by relevance
12
/external/v8/tools/ |
D | detect-builtins.js | 7 var GetProperties = function(this_name, object) { class 42 property.prototype = GetProperties("prototype", value.prototype); 47 property.properties = GetProperties(name, value); 54 result.__PROTO__ = GetProperties("__PROTO__", object.__proto__); 59 var g = GetProperties("", global, "");
|
/external/autotest/client/cros/networking/ |
D | shill_proxy.py | 275 properties = interface.GetProperties(utf8_strings=True) 291 properties = interface.GetProperties(utf8_strings=True) 444 dbus_object.GetProperties(utf8_strings=True)) 489 properties = self.manager.GetProperties(utf8_strings=True) 510 properties = self.manager.GetProperties(utf8_strings=True) 517 properties = self.manager.GetProperties(utf8_strings=True) 544 properties = self.manager.GetProperties(utf8_strings=True) 553 properties = service.GetProperties(utf8_strings=True) 580 manager_properties = self.manager.GetProperties(utf8_strings=True) 584 object_properties = test_object.GetProperties(utf8_strings=True)
|
D | cellular_proxy.py | 124 properties = modem.GetProperties(utf8_strings=True) 250 properties = device.GetProperties() 275 properties = device.GetProperties(utf8_strings=True)
|
D | wifi_proxy.py | 32 profile_properties = profile.GetProperties(utf8_strings=True) 167 service_properties = service_object.GetProperties( 312 properties = self.manager.GetProperties(utf8_strings=True) 318 service_properties = self.dbus2primitive(service.GetProperties(
|
D | shill_context.py | 59 service_properties = service.GetProperties() 74 manager_properties = shill.manager.GetProperties(utf8_strings=True)
|
D | shill_xmlrpc_server.py | 116 active_profile.GetProperties(utf8_strings=True)['Name']) 218 profile.GetProperties(utf8_strings=True)) 256 device.GetProperties(utf8_strings=True)) 334 service_properties = service_object.GetProperties( 409 object_properties = dbus_object.GetProperties(utf8_strings=True)
|
/external/autotest/client/cros/ |
D | network.py | 89 lambda: not cm_device.GetProperties()['Powered'], 103 lambda: cm_device.GetProperties()['Powered'], 168 service_properties = service.GetProperties(utf8_strings=True) 175 properties = device.GetProperties(utf8_strings=True) 180 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
|
D | dhcpv6_test_base.py | 79 device_properties = device.GetProperties(utf8_strings=True) 103 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
|
/external/autotest/client/cros/scripts/ |
D | profile | 44 properties = active_profile.GetProperties(utf8_strings=True) 69 shill.manager.GetProperties(utf8_strings=True)) 91 profile.GetProperties(utf8_strings=True)) 109 profile.GetProperties(utf8_strings=True))
|
/external/autotest/client/cros/cellular/ |
D | cell_tools.py | 48 properties = service.GetProperties(utf8_strings=True) 93 props = service.GetProperties() 354 logger.info('powered = %s' % device.GetProperties()['Powered']) 355 if device.GetProperties()['Powered']: 382 props = service.GetProperties() 389 props = service.GetProperties() 396 manager_props = self.flim.manager.GetProperties()
|
/external/autotest/client/site_tests/network_DhcpVendorEncapsulatedOptions/ |
D | network_DhcpVendorEncapsulatedOptions.py | 33 device_properties = device.GetProperties(utf8_strings=True) 37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True) 48 tethering = service.GetProperties()['Tethering']
|
/external/autotest/client/site_tests/security_DbusMap/ |
D | baseline.chronos | 420 "GetProperties", 436 "GetProperties", 456 "GetProperties", 484 "GetProperties" 496 "GetProperties", 511 "GetProperties",
|
D | baseline | 521 "GetProperties", 537 "GetProperties", 557 "GetProperties", 585 "GetProperties" 597 "GetProperties", 612 "GetProperties",
|
/external/autotest/client/site_tests/network_WiMaxSmoke/ |
D | network_WiMaxSmoke.py | 48 service_properties = self._service.GetProperties() 112 'Device', self._service.GetProperties()['Device']) 113 interface = device.GetProperties()['Interface']
|
/external/autotest/client/site_tests/network_DhcpWpadNegotiation/ |
D | network_DhcpWpadNegotiation.py | 33 device_properties = device.GetProperties(utf8_strings=True) 37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
|
/external/autotest/client/site_tests/network_DhcpMTU/ |
D | network_DhcpMTU.py | 35 device_properties = device.GetProperties(utf8_strings=True) 39 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
|
/external/autotest/client/site_tests/network_MobileSuspendResume/ |
D | network_MobileSuspendResume.py | 76 properties = device.GetProperties(utf8_strings=True) 83 properties = device.GetProperties(utf8_strings=True) 135 properties = device.GetProperties(utf8_strings=True) 234 props = service.GetProperties(utf8_strings=True)
|
/external/autotest/client/site_tests/network_DhcpBrokenDefaultGateway/ |
D | network_DhcpBrokenDefaultGateway.py | 33 device_properties = device.GetProperties(utf8_strings=True) 37 ipconfig_properties = ipconfig.GetProperties(utf8_strings=True)
|
/external/autotest/client/site_tests/network_3GIdentifiers/ |
D | network_3GIdentifiers.py | 94 device_props = device.GetProperties(utf8_strings=True) 95 service_props = service.GetProperties(utf8_strings=True)
|
/external/autotest/client/site_tests/network_3GSmokeTest/ |
D | network_3GSmokeTest.py | 102 'Device', service.GetProperties()['Device']) 103 interface = device.GetProperties()['Interface']
|
/external/autotest/client/cros/nfc/ |
D | console.py | 162 return adapter_proxy.GetProperties() 165 props = self._manager.GetProperties() 330 props = tag_proxy.GetProperties() 356 records = device_proxy.GetProperties()['Records'] 377 props = record_proxy.GetProperties()
|
/external/autotest/client/site_tests/network_3GModemControl/ |
D | network_3GModemControl.py | 173 device_properties = device.GetProperties(utf8_strings=True); 184 service_properties = service.GetProperties(utf8_strings=True); 338 props = service.GetProperties()
|
/external/libchrome/dbus/ |
D | mock_object_manager.h | 32 MOCK_METHOD2(GetProperties, PropertySet*(const ObjectPath&,
|
/external/autotest/client/site_tests/network_3GDisconnectFailure/ |
D | network_3GDisconnectFailure.py | 158 properties = service.GetProperties(utf8_strings=True) 169 properties = service.GetProperties(utf8_strings=True)
|
/external/autotest/client/site_tests/network_3GDormancyDance/ |
D | network_3GDormancyDance.py | 145 device_props = self.device.GetProperties(utf8_strings = True) 149 service_props = self.service.GetProperties(utf8_strings = True)
|
12