Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 25 of 108) sorted by relevance

12345

/external/autotest/client/cros/cellular/
Demulator_config.py22 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)
Dbase_station_8960.py132 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, []))
Dbase_station_pxt.py116 def SetTechnology(self, technology): argument
122 self.format = ConfigDictionaries.TECHNOLOGY_TO_FORMAT[technology]
125 technology,
127 self.technology = technology
Dmodem.py209 def ModemIsRegisteredUsing(self, technology): argument
228 return BASESTATION_TO_REPORTED_TECHNOLOGY[technology] == reported_tech
/external/dng_sdk/
DPATENTS38 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.”
DLICENSE.technology1 This product includes DNG technology under license by Adobe Systems
/external/autotest/client/cros/cellular/wardmodem/state_machines/
Dnetwork_operator_machine.py97 technology = self._extract_technology(self._default_operator_index)
99 'access_technology': technology})
/external/autotest/client/cros/networking/
Dshill_context.py92 for technology in self._originally_enabled:
93 shill.manager.EnableTechnology(technology)
/external/libxml2/result/HTML/
Ddoc2.htm.sax29 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/
Dcontrol14 Note that shill's DHCP timeout handling depends on the device technology.
/external/autotest/client/site_tests/cellular_StressEnable/
Dcontrol18 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.gobi3k19 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.altair-alt310019 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.huawei-mu73619 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.icera-y330019 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.huawei-me93619 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.novatel-e36219 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.huawei-e30319 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.altair-messi_v19 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.fibocom-l850gl19 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.zte-mf19019 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.icera-y340019 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.pseudomodem18 Stress-tests enabling and disabling a technology at short intervals.
/external/autotest/client/site_tests/network_DhcpNegotiationTimeout/
Dcontrol15 Note that shill's DHCP timeout handling depends on the device technology.
/external/python/cpython2/Doc/library/
Dinternet.rst16 for related technology. They are all implemented in Python. Most of these

12345