/external/autotest/client/cros/cellular/ |
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...] |
cellular.py | 26 Technology = Enum('Technology', [ 46 Technology.GPRS: TechnologyFamily.UMTS, 47 Technology.EGPRS: TechnologyFamily.UMTS, 48 Technology.WCDMA: TechnologyFamily.UMTS, 49 Technology.HSDPA: TechnologyFamily.UMTS, 50 Technology.HSUPA: TechnologyFamily.UMTS, 51 Technology.HSDUPA: TechnologyFamily.UMTS, 52 Technology.HSPA_PLUS: TechnologyFamily.UMTS, 53 Technology.CDMA_2000: TechnologyFamily.CDMA [all...] |
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...] |
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_test.py | 56 c = labconfig.Configuration(['--cell', 'test', '--technology=all']) 58 self.assertEqual([cellular.Technology.GPRS, cellular.Technology.EGPRS], 62 '--technology=WCDMA,CDMA_2000']) 65 [cellular.Technology.WCDMA, cellular.Technology.CDMA_2000], 72 c = labconfig.Configuration(['--cell', 'test', '--technology=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)
|
cell_tools.py | 186 logger.info('Changing firmware to technology family %s' % family) 260 """Prepare modem for the technology: Sets things like firmware, PRL.""" 286 # because the call box can only emulate one technology at a time (EVDO). 288 if target_technology == cellular.Technology.EVDO_1X:
|
/prebuilts/go/darwin-x86/src/crypto/cipher/ |
cbc_aes_test.go | 7 // See U.S. National Institute of Standards and Technology (NIST)
|
ctr_aes_test.go | 7 // See U.S. National Institute of Standards and Technology (NIST)
|
ofb_test.go | 7 // See U.S. National Institute of Standards and Technology (NIST)
|
/prebuilts/go/linux-x86/src/crypto/cipher/ |
cbc_aes_test.go | 7 // See U.S. National Institute of Standards and Technology (NIST)
|
ctr_aes_test.go | 7 // See U.S. National Institute of Standards and Technology (NIST)
|
ofb_test.go | 7 // See U.S. National Institute of Standards and Technology (NIST)
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
batclass.h | 104 UCHAR Technology;
|
poclass.h | 137 UCHAR Technology;
|
ksmedia.h | [all...] |
/external/dtc/Documentation/ |
dtc-paper.tex | 18 \emph{OzLabs, IBM Linux Technology Center}} 559 David Gibson has been a member of the IBM Linux Technology Center, 573 Technology Center in Canberra, Australia, where he ported the 64 bit
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
portcls.h | 1042 IN const GUID* Technology) PURE; 1047 IN const GUID* Technology); [all...] |
/prebuilts/go/darwin-x86/src/crypto/x509/ |
verify_test.go | 201 "Technology-enhanced Learning and Online Strategies", [all...] |
/prebuilts/go/linux-x86/src/crypto/x509/ |
verify_test.go | 201 "Technology-enhanced Learning and Online Strategies", [all...] |