/external/autotest/client/site_tests/network_SwitchCarrier/ |
D | network_SwitchCarrier.py | 21 carrier = self.get_carrier() 22 if not carrier: 25 if carrier != self.to_carrier: 26 self.fail('Wrong carrier: %s != %s' % (carrier, self.to_carrier)) 90 carrier = self.get_carrier() 91 if not carrier: 93 self.to_carrier = carrier 97 if self.modem and self.to_carrier != carrier: 98 self.set_carrier(carrier)
|
/external/autotest/client/site_tests/cellular_ServiceName/ |
D | cellular_ServiceName.py | 58 carrier = sim.SIM.Carrier() 59 carrier.mcc = TEST_3GPP_HOME_CARRIER_MCC 60 carrier.mnc = TEST_3GPP_HOME_CARRIER_MNC 61 carrier.operator_name = TEST_3GPP_HOME_CARRIER 62 carrier.operator_id = carrier.mcc + carrier.mnc 63 sim.SIM.__init__(self, carrier,
|
/external/autotest/client/cros/cellular/pseudomodem/ |
D | sim.py | 95 def __init__(self, carrier='test'): argument 96 carrier = self.CARRIER_LIST.get(carrier, self.CARRIER_LIST['test']) 98 self.mcc = self.MCC_LIST[carrier[0]] 99 self.mnc = carrier[1] 100 self.operator_name = carrier[2] 107 carrier, argument 118 if not carrier: 122 self._carrier = carrier 123 self.imsi = carrier.operator_id + imsi 245 def carrier(self): member in SIM
|
/external/tcpdump/tests/ |
D | sflow_multiple_counter_30_pdus.out | 14 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 26 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 38 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 50 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 62 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 74 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 86 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 100 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 112 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 124 carrier error 0, frames too long 0, mac receive errors 0, symbol errors 0 [all …]
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | p2p-nfc.py | 233 for carrier in message.carriers: 234 print "Remote carrier type: " + carrier.type 235 if carrier.type == "application/vnd.wfa.p2p": 237 if "OK" in wpas_report_handover(data, carrier.record, "INIT"): 296 for carrier in request.carriers: 297 print "Remote carrier type: " + carrier.type 298 if carrier.type == "application/vnd.wfa.p2p": 301 self.received_carrier = carrier.record 304 print carrier.record.pretty() 324 for carrier in request.carriers: [all …]
|
D | wps-nfc.py | 172 for carrier in request.carriers: 173 print "Remote carrier type: " + carrier.type 174 if carrier.type == "application/vnd.wfa.wsc": 183 if "OK" in wpas_report_handover(carrier.record, self.sent_carrier, "RESP"): 269 for carrier in message.carriers: 270 print "Remote carrier type: " + carrier.type 271 if carrier.type == "application/vnd.wfa.wsc": 273 if "OK" in wpas_report_handover(data, carrier.record, "INIT"):
|
/external/libphonenumber/ |
D | Android.mk | 32 $(call all-java-files-under, carrier/src) 36 carrier/src 39 $(call all-java-files-under, carrier/test) \ 45 carrier/test \
|
D | release_notes.txt | 20 - New carrier data for country calling code(s): 886 (en), 1284 (en) 21 - Updated carrier data for country calling code(s): 63 (en), 92 (en) 57 - Updated carrier data for country calling code(s): 74 - Updated carrier data for country calling code(s): 90 - Updated carrier data for country calling code(s): 119 - New carrier data for country calling code(s): 593 (en) 120 - Updated carrier data for country calling code(s): 146 - Updated carrier data for country calling code(s): 161 - New carrier data for country calling code(s): 163 - Updated carrier data for country calling code(s): [all …]
|
/external/dhcpcd-6.8.2/ |
D | dhcpcd.c | 590 int carrier; in dhcpcd_pollup() local 592 carrier = if_carrier(ifp); /* will set ifp->flags */ in dhcpcd_pollup() 593 if (carrier == LINK_UP && !(ifp->flags & IFF_UP)) { in dhcpcd_pollup() 602 dhcpcd_handlecarrier(ifp->ctx, carrier, ifp->flags, ifp->name); in dhcpcd_pollup() 606 dhcpcd_handlecarrier(struct dhcpcd_ctx *ctx, int carrier, unsigned int flags, in dhcpcd_handlecarrier() argument 615 switch(carrier) { in dhcpcd_handlecarrier() 617 carrier = if_carrier(ifp); /* will set ifp->flags */ in dhcpcd_handlecarrier() 638 if (carrier == LINK_UNKNOWN) { in dhcpcd_handlecarrier() 641 } else if (carrier == LINK_DOWN || (ifp->flags & IFF_UP) == 0) { in dhcpcd_handlecarrier() 642 if (ifp->carrier != LINK_DOWN) { in dhcpcd_handlecarrier() [all …]
|
D | if.c | 399 ifp->carrier = if_carrier(ifp); in if_discover() 662 if (si->carrier > ti->carrier) in if_cmp() 664 if (si->carrier < ti->carrier) in if_cmp()
|
/external/wpa_supplicant_8/hostapd/ |
D | wps-ap-nfc.py | 143 for carrier in request.carriers: 144 print "Remote carrier type: " + carrier.type 145 if carrier.type == "application/vnd.wfa.wsc": 153 if "OK" in wpas_report_handover(carrier.record, data):
|
/external/autotest/client/site_tests/network_CDMAActivate/files/ |
D | modems.py | 56 def Activate(self, carrier, return_cb, raise_cb): argument 64 carrier, return_cb, raise_cb)
|
/external/autotest/client/cros/cellular/ |
D | pseudo_modem.py | 155 def FromCarrier(carrier, manager): argument 157 args = SIM.CARRIERS.get(carrier, []) 283 carrier='CrCarrier', argument 305 self.carrier = carrier 306 self.operator_name = carrier 444 'bands': self.carrier,
|
/external/autotest/test_suites/ |
D | control.network3g_att | 13 Run automated cellular tests on devices using AT&T as the carrier. 43 args_dict['suite_dependencies'] = 'carrier:att,modem_repair'
|
/external/dhcpcd-6.8.2/dhcpcd-hooks/ |
D | 01-test | 5 set | grep "^if\(carrier\|flags\|mtu\|wireless\|ssid\)=" | sort
|
/external/autotest/server/site_tests/android_ACTS/ |
D | control.Telephony_England_Three_Basic | 10 DEPENDENCIES = 'carrier:england_three'
|
D | control.Telephony_England_O2_Basic | 10 DEPENDENCIES = 'carrier:england_o2'
|
D | control.Telephony_England_EE_Basic | 10 DEPENDENCIES = 'carrier:england_ee'
|
D | control.Telephony_Verizon_London_Basic | 10 DEPENDENCIES = 'carrier:verizon_london'
|
D | control.Telephony_VZW_Nexus | 10 DEPENDENCIES = 'carrier:verizon'
|
D | control.Telephony_VZW_Conf_CEP | 10 DEPENDENCIES = 'carrier:verizon,telephony:conf'
|
D | control.Telephony_TMO_Nexus | 10 DEPENDENCIES = 'carrier:tmobile'
|
D | control.Telephony_TMO_Longevity | 10 DEPENDENCIES = 'carrier:tmobile'
|
D | control.Telephony_SPT_Basic | 11 DEPENDENCIES = 'carrier:sprint'
|
D | control.Telephony_SPT_Long_Call | 10 DEPENDENCIES = 'carrier:sprint'
|