Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 25 of 119) 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
Dmodem1.py189 def ModemIsRegisteredUsing(self, technology): argument
208 return BASESTATION_TO_REPORTED_TECHNOLOGY[technology] == reported_tech
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/u-boot/include/linux/mtd/
Donenand.h79 unsigned int technology; member
139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC)
/external/autotest/client/cros/networking/
Dshill_context.py96 for technology in to_be_reenabled:
97 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/python/pyasn1/docs/source/
Dcontents.rst10 technology for exchanging structured data in a universally understood,
22 the history of computer science and technology.
27 and widely used in industry and technology.
/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/network_DhcpNegotiationTimeout/
Dcontrol15 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.altair-messi_v19 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.huawei-mu73619 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.huawei-e30319 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.huawei-me93619 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.gobi3k19 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.zte-mf19019 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.altair-alt310019 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.novatel-e36219 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.fibocom-l850gl19 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.pseudomodem18 Stress-tests enabling and disabling a technology at short intervals.
/external/python/cpython2/Doc/library/
Dinternet.rst16 for related technology. They are all implemented in Python. Most of these

12345