Home
last modified time | relevance | path

Searched refs:technology (Results 1 – 25 of 115) 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
Denvironment.py46 def StartDefault(self, technology): argument
48 self.config, technology)
/external/autotest/client/site_tests/cellular_Signal/
Dcellular_Signal.py28 def __init__(self, technology): argument
29 self.technology = technology
70 technology = technologies[-1]
75 env.StartDefault(technology)
77 logging.info('Preparing for %s' % technology)
78 cell_tools.PrepareModemForTechnology('', technology)
135 (wt.technology, cell_modem.GetAccessTechnology()))
Dcontrol7 PURPOSE = "Verify cell modem properly deals with technology changes."
8 CRITERIA = """Modem reregisters after technology changes."""
17 Test that a modem can reregister after the network technology abruptly
30 # One can only roam with a given technology family
/external/autotest/client/site_tests/cellular_Throughput/
Dcontrol8 CRITERIA = """Bandwidth a reasonable fraction of max for the technology."""
28 for technology in config.get_technologies():
31 technology=technology,
32 tag=technology)
Dcellular_Throughput.py19 def run_once(self, config, technology): argument
23 env.StartDefault(technology)
25 cell_tools.PrepareModemForTechnology('', technology)
/external/autotest/client/site_tests/cellular_Smoke/
Dcontrol24 for technology in config.get_technologies():
27 technology=technology,
28 tag=technology)
Dcellular_Smoke.py24 def run_once(self, config, technology): argument
41 env.StartDefault(technology)
43 cell_tools.PrepareModemForTechnology('', technology)
/external/autotest/client/site_tests/cellular_ModemControl/
Dcontrol32 for technology in config.get_technologies():
36 technology=technology,
37 tag='%s-%s' % (technology, tag),
/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/site_tests/cellular_ZeroSignal/
Dcontrol18 to zero and that it reregisters on a new technology when the a
19 technology has a signal.
/external/dng_sdk/
DLICENSE.technology1 This product includes DNG technology under license by Adobe Systems
/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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/scripts_cvs/searchcvs/
Dsetup.sh31 for f in $techprojects; do checkoutProjects /cvsroot/technology $f ; done
/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_3GStressEnable/
Dcontrol17 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.y340020 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.mu73620 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.clumsy20 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.y330020 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.gobi2k20 Stress-tests enabling and disabling a technology at short intervals.
Dcontrol.gobi3k20 Stress-tests enabling and disabling a technology at short intervals.
/external/autotest/client/site_tests/network_DhcpNegotiationTimeout/
Dcontrol16 Note that shill's DHCP timeout handling depends on the device technology.

12345