Searched refs:technology (Results 1 – 25 of 108) sorted by relevance
12345
/external/autotest/client/cros/cellular/ |
D | emulator_config.py | 22 def _BaseStationFactory(c, technology): argument 33 if technology == 'Technology:LTE': 50 def StartDefault(config, technology): argument 54 if 'LTE' in technology: 69 (technology, config.cell['basestations'])) 74 bs = _BaseStationFactory(bs_config, technology) 90 bs.SetTechnology(technology)
|
D | base_station_8960.py | 132 def SetTechnology(self, technology): argument 138 self.format = ConfigDictionaries.TECHNOLOGY_TO_FORMAT[technology] 141 (technology, 143 self.technology = technology 150 ConfigDictionaries.TECHNOLOGY_TO_CONFIG_STANZA.get(technology, []))
|
D | base_station_pxt.py | 116 def SetTechnology(self, technology): argument 122 self.format = ConfigDictionaries.TECHNOLOGY_TO_FORMAT[technology] 125 technology, 127 self.technology = technology
|
D | modem.py | 209 def ModemIsRegisteredUsing(self, technology): argument 228 return BASESTATION_TO_REPORTED_TECHNOLOGY[technology] == reported_tech
|
/external/dng_sdk/ |
D | PATENTS | 38 implementation of (a) enabling technology that may be necessary to 41 Specification (for example, compiler technology and basic operating 42 system technology), (b) technology developed elsewhere and merely 57 technology under license by Adobe Systems Incorporated.”
|
D | LICENSE.technology | 1 This product includes DNG technology under license by Adobe Systems
|
/external/autotest/client/cros/cellular/wardmodem/state_machines/ |
D | network_operator_machine.py | 97 technology = self._extract_technology(self._default_operator_index) 99 'access_technology': technology})
|
/external/autotest/client/cros/networking/ |
D | shill_context.py | 92 for technology in self._originally_enabled: 93 shill.manager.EnableTechnology(technology)
|
/external/libxml2/result/HTML/ |
D | doc2.htm.sax | 29 SAX.startElement(meta, content='Copernic.com Inc. develops innovative agent technology solutions to… 33 SAX.startElement(meta, content='agent,technology,intranet,extranet,management,filtering,ranking,sol…
|
/external/autotest/client/site_tests/network_DhcpFailureWithStaticIP/ |
D | control | 14 Note that shill's DHCP timeout handling depends on the device technology.
|
/external/autotest/client/site_tests/cellular_StressEnable/ |
D | control | 18 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.gobi3k | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.altair-alt3100 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.huawei-mu736 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.icera-y3300 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.huawei-me936 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.novatel-e362 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.huawei-e303 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.altair-messi_v | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.fibocom-l850gl | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.zte-mf190 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.icera-y3400 | 19 Stress-tests enabling and disabling a technology at short intervals.
|
D | control.pseudomodem | 18 Stress-tests enabling and disabling a technology at short intervals.
|
/external/autotest/client/site_tests/network_DhcpNegotiationTimeout/ |
D | control | 15 Note that shill's DHCP timeout handling depends on the device technology.
|
/external/python/cpython2/Doc/library/ |
D | internet.rst | 16 for related technology. They are all implemented in Python. Most of these
|
12345