Home
last modified time | relevance | path

Searched refs:upper (Results 1 – 25 of 38) sorted by relevance

12

/tools/carrier_settings/python/
Dupdate_apn.py55 ret += 'SPN=' + cid.spn.upper()
57 ret += 'IMSI=' + cid.imsi.upper()
59 ret += 'GID1=' + cid.gid1.upper()
310 cname_gid1 = cname + ("GID1=" + gid1.upper() if gid1 else "")
314 cname_spn = cname_gid1 + ("SPN=" + spn.upper() if spn else "")
319 cname_imsi = cname_spn + ("IMSI=" + imsi.upper() if imsi else "")
Dupdate_carrier_data.py115 ret += 'SPN=' + cid.spn.upper()
117 ret += 'IMSI=' + cid.imsi.upper()
119 ret += 'GID1=' + cid.gid1.upper()
/tools/netsim/scripts/
Denvironment.py72 self[key.upper()] = os.environ[key]
83 self[key.upper()] = val
/tools/tradefederation/core/src/com/android/tradefed/util/
DSimpleStats.java168 double upper = avg + std; in meanOverOneStandardDeviationRange() local
173 if (meas > lower && meas < upper) { in meanOverOneStandardDeviationRange()
/tools/netsim/rust/daemon/src/uwb/
Dranging_data.rs90 let upper = self.data.range(&distance_u16..).next(); in sample() localVariable
91 match (lower, upper) { in sample()
/tools/repohooks/rh/
Dterminal.py180 true_text = true_text[0].upper() + true_text[1:]
182 false_text = false_text[0].upper() + false_text[1:]
/tools/test/connectivity/acts/framework/acts/controllers/gnss_lib/
DGnssSimulator.py68 self.simulator_name.upper()))
74 self.simulator_name.upper()))
/tools/test/connectivity/acts_tests/tests/google/fuchsia/wlan_policy/
DSavedNetworksTest.py186 if security_type == None or security_type.upper() == SECURITY_NONE:
218 return net_id["ssid"] == ssid and net_id["type_"].upper(
219 ) == security_type.upper()
/tools/test/connectivity/acts_tests/tests/google/wifi/
DWifiMacRandomizationTest.py345 hostapd_constants.BAND_2G.upper())
542 hostapd_constants.BAND_2G.upper())
608 hostapd_constants.BAND_5G.upper())
620 hostapd_constants.BAND_5G.upper())
646 hostapd_constants.BAND_2G.upper())
DWifiStaConcurrencyNetworkRequestTest.py421 connected_bssid = wifi_info[WifiEnums.BSSID_KEY].upper()
/tools/test/connectivity/acts_tests/tests/google/bt/pts/
DBtCmdLineTest.py42 "target_mac_address"].upper()
/tools/test/connectivity/acts/framework/acts/controllers/
Dpacket_capture.py225 band = band.upper()
267 band = band.upper()
Dfuchsia_device.py218 'country_code', FUCHSIA_DEFAULT_COUNTRY_CODE_US).upper()
877 desired_country_code = desired_country_code.upper()
889 if ascii_cc and (''.join(chr(c) for c in ascii_cc).upper()
/tools/test/connectivity/acts_tests/tests/google/wifi/aware/functional/
DMacRandomNoLeakageTest.py65 pcap_fname = '%s_%s.pcap' % (pcap_procs[BAND_5G][1], BAND_5G.upper())
68 pcap_fname = '%s_%s.pcap' % (pcap_procs[BAND_2G][1], BAND_2G.upper())
/tools/apkzlib/src/test/resources/testData/packaging/text-files/
Drfc2460.txt127 the effects of IPv6 on upper-layer protocols. The format and
141 upper layer - a protocol layer immediately above IPv6. Examples are
290 headers that may be placed between the IPv6 header and the upper-
326 the upper-layer header if no extension header is present. The
402 upper-layer header
418 before a Routing header and once before the upper-layer header).
420 If the upper-layer header is another IPv6 header (in the case of IPv6
1047 destination node(s), plus the upper-layer header and data.
1354 An upper-layer protocol or application that depends on IPv6
1417 provide a means for an upper-layer protocol to supply the value
[all …]
/tools/test/connectivity/acts_tests/tests/google/gnss/
DLabGnssPowerSweepTest.py290 sat_sys = gnss_pwr_swp[0][ii].get('sat').upper()
291 band = gnss_pwr_swp[0][ii].get('band').upper()
/tools/treble/cuttlefish/
Dbuild_chd_utils.py200 policy_file = os.path.join(policy_dir, partition.upper(), path)
/tools/test/connectivity/acts_tests/tests/google/wifi/p2p/functional/
DWifiP2pSnifferTest.py77 BAND_2G.upper())
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/gnss/
DGnssBlankingBase.py440 sat_sys = sweep_ls[0][i].get('sat').upper()
441 band = sweep_ls[0][i].get('band').upper()
Dgnss_test_utils.py928 ad.log.info("Start %s on GTW_GPSTool - attempt %d" % (api_type.upper(),
938 (api_type.upper(), first_fixed/1000))
944 % (api_type.upper(), criteria))
949 "attempts." % (api_type.upper(), retries))
980 hot_warm_sleep, ttff_mode.upper()))
1045 ad.log.info("Start %s tracking test for %d minutes" % (api_type.upper(),
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/wifi_performance_test_utils/
D__init__.py345 if traffic_type.upper() == 'UDP':
348 elif traffic_type.upper() == 'TCP':
/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss7000.py170 capability_ls.extend(value.upper().split(' '))
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/bt/
DGattConnectedBaseTest.py76 self.discovered_services_index, i).upper())
/tools/test/connectivity/acts_tests/acts_contrib/test_utils/wifi/aware/
Daware_test_utils.py274 return ad.droid.wifiGetConnectionInfo()['mac_address'].upper().replace(
419 return res.group(1).upper().replace(':', '')
/tools/test/connectivity/acts/framework/acts/controllers/cellular_lib/
DLteSimulation.py511 ca_class = band[-1].upper()

12