HomeSort by relevance Sort by last modified time
    Searched refs:technology (Results 1 - 18 of 18) sorted by null

  /external/autotest/client/cros/cellular/
emulator_config.py 22 def _BaseStationFactory(c, technology):
33 if technology == 'Technology:LTE':
50 def StartDefault(config, technology):
54 if 'LTE' in technology:
69 (technology, config.cell['basestations']))
74 bs = _BaseStationFactory(bs_config, technology)
90 bs.SetTechnology(technology)
base_station_8960.py 53 # GSM technology.
79 """Get the radio-access-technology-specific status of the UE.
132 def SetTechnology(self, technology):
138 self.format = ConfigDictionaries.TECHNOLOGY_TO_FORMAT[technology]
141 (technology,
143 self.technology = technology
150 ConfigDictionaries.TECHNOLOGY_TO_CONFIG_STANZA.get(technology, []))
182 cellular.Technology.GPRS,
183 cellular.Technology.EGPRS
    [all...]
base_station_pxt.py 67 """Get the radio-access-technology-specific status of the UE.
116 def SetTechnology(self, technology):
117 # TODO(byronk): The set technology step likely belongs in the
122 self.format = ConfigDictionaries.TECHNOLOGY_TO_FORMAT[technology]
125 technology,
127 self.technology = technology
167 return [cellular.Technology.LTE]
281 cellular.Technology.GPRS: 'GSM/GPRS',
282 cellular.Technology.EGPRS: 'GSM/GPRS'
    [all...]
labconfig.py 63 '--technology', dest='technology', default='all',
135 technologies_list = self.options.technology.split(',')
141 enums = [getattr(cellular.Technology, t, None)
146 'Could not understand a technology in %s' % technologies_list)
modem.py 61 _MM_MODEM_GSM_ACCESS_TECH_GSM: cellular.Technology.WCDMA,
62 _MM_MODEM_GSM_ACCESS_TECH_GSM_COMPACT: cellular.Technology.WCDMA,
63 _MM_MODEM_GSM_ACCESS_TECH_GPRS: cellular.Technology.GPRS,
64 _MM_MODEM_GSM_ACCESS_TECH_EDGE: cellular.Technology.EGPRS,
65 _MM_MODEM_GSM_ACCESS_TECH_UMTS: cellular.Technology.WCDMA,
66 _MM_MODEM_GSM_ACCESS_TECH_HSDPA: cellular.Technology.HSDPA,
67 _MM_MODEM_GSM_ACCESS_TECH_HSUPA: cellular.Technology.HSUPA,
68 _MM_MODEM_GSM_ACCESS_TECH_HSPA: cellular.Technology.HSDUPA,
170 """Returns the modem access technology."""
176 """Returns the modem technology family.""
    [all...]
modem1.py 35 _MM_MODEM_GSM_ACCESS_TECH_GSM: cellular.Technology.WCDMA,
36 _MM_MODEM_GSM_ACCESS_TECH_GSM_COMPACT: cellular.Technology.WCDMA,
37 _MM_MODEM_GSM_ACCESS_TECH_GPRS: cellular.Technology.GPRS,
38 _MM_MODEM_GSM_ACCESS_TECH_EDGE: cellular.Technology.EGPRS,
39 _MM_MODEM_GSM_ACCESS_TECH_UMTS: cellular.Technology.WCDMA,
40 _MM_MODEM_GSM_ACCESS_TECH_HSDPA: cellular.Technology.HSDPA,
41 _MM_MODEM_GSM_ACCESS_TECH_HSUPA: cellular.Technology.HSUPA,
42 _MM_MODEM_GSM_ACCESS_TECH_HSPA: cellular.Technology.HSDUPA,
128 """Returns the modem access technology."""
134 """Returns the modem technology family.""
    [all...]
  /external/u-boot/include/linux/mtd/
onenand.h 49 * @technology [INTERN] describes the internal NAND array technology such as SLC or MLC.
79 unsigned int technology; member in struct:onenand_chip
139 #define ONENAND_IS_MLC(this) (this->technology & ONENAND_TECHNOLOGY_IS_MLC)
  /external/autotest/client/site_tests/cellular_GobiRecoverFromDesync/
cellular_GobiRecoverFromDesync.py 264 """Test that the Enable and Disable technology functions work."""
284 """Test that the Enable and Disable technology functions work.
286 The expectation is that by using enable technology shill
291 technology, we wait until the shill device state changes,
302 # Enable technology, ensure that device and modem are enabled.
310 # Disable technology, ensure that device and modem are disabled.
342 logging.info('Testing that Enable and Disable technology still work')
  /external/autotest/client/cros/networking/
shill_context.py 28 # Suppose both 'wifi' and 'cellular' technology are originally enabled.
31 # Within this context, only the 'cellular' technology is allowed to
32 # be enabled. The 'wifi' technology is temporarily prohibited and
44 # The EnabledTechologies property is an array of strings of technology
52 # technology identifiers.
96 for technology in to_be_reenabled:
97 shill.manager.EnableTechnology(technology)
shill_proxy.py 463 def set_logging_for_test(self, technology):
464 """Set the logging in shill for a test of the specified |technology|.
467 ones defined in |LOG_SCOPES_FOR_TEST| for |technology|. If |technology|
471 @param technology string representing the technology type of a test
475 scopes = self.LOG_SCOPES_FOR_TEST.get(technology,
  /device/google/cuttlefish_common/guest/hals/ril/
cuttlefish_ril.cpp 38 /* Modem Technology bits */
405 ALOGV("Requesting data call setup to APN %s, technology %s, prof %s",
994 RIL_RadioTechnology technology = RADIO_TECH_GPRS; local
1019 RIL_RadioTechnology technology = RADIO_TECH_GSM; local
1043 RIL_RadioTechnology technology = getBestVoiceTechnology(network_type); local
    [all...]
  /external/pdfium/third_party/lcms/src/
cmsio1.c     [all...]
cmsnamed.c 822 NewSeq ->seq[i].technology = pseq ->seq[i].technology;
cmsvirt.c 81 Seq->seq[0].technology = (cmsTechnologySignature) 0;
    [all...]
cmstypes.c     [all...]
  /external/u-boot/drivers/mtd/onenand/
onenand_base.c     [all...]
  /external/pdfium/third_party/lcms/include/
lcms2.h 391 // ICC Technology tag
1377 cmsTechnologySignature technology; member in struct:__anon35225
    [all...]
  /external/brotli/js/
decode.min.js     [all...]

Completed in 440 milliseconds