Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/
DLteCaSimulation.py180 if ca_class.upper() == 'B':
189 if ca_class.upper() == 'A':
203 elif ca_class.upper() == 'C':
282 if ca_class.upper() == 'C':
390 if values[1].upper() == scheduling_mode.value:
/tools/tradefederation/core/python-lib/helloWorld/
Dtest_hello_world.py26 self.assertEqual('hello'.upper(), 'HELLO')
29 self.assertEqual('world'.upper(), 'WORLD2')
/tools/carrier_settings/python/
Dupdate_apn.py50 ret += 'SPN=' + cid.spn.upper()
52 ret += 'IMSI=' + cid.imsi.upper()
54 ret += 'GID1=' + cid.gid1.upper()
Dupdate_carrier_data.py115 ret += 'SPN=' + cid.spn.upper()
117 ret += 'IMSI=' + cid.imsi.upper()
119 ret += 'GID1=' + cid.gid1.upper()
/tools/test/connectivity/acts/tests/google/wifi/
DWifiMacRandomizationTest.py285 hostapd_constants.BAND_2G.upper())
475 hostapd_constants.BAND_2G.upper())
534 hostapd_constants.BAND_5G.upper())
560 hostapd_constants.BAND_2G.upper())
/tools/test/connectivity/acts/framework/acts/test_utils/gnss/
Dgnss_test_utils.py645 ad.log.info("Start %s on GTW_GPSTool - attempt %d" % (type.upper(),
654 (type.upper(), first_fixed/1000))
660 % (type.upper(), criteria))
667 "attempts." % (type.upper(), retries))
680 ad.log.info("Wait 5 minutes to start TTFF %s..." % ttff_mode.upper())
708 ad.log.info("Start %s tracking test for %d minutes" % (type.upper(),
779 prop_basename = "TestResult %s_tracking_" % type.upper()
/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/repohooks/rh/
Dterminal.py172 true_text = true_text[0].upper() + true_text[1:]
174 false_text = false_text[0].upper() + false_text[1:]
/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/framework/acts/controllers/
Dpacket_capture.py221 band = band.upper()
262 band = band.upper()
/tools/test/connectivity/acts/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/test/connectivity/acts/tests/google/tel/live/
DTelLiveStressTest.py294 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
349 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
791 if self.dut_incall and not is_rat_svd_capable(rat.upper()):
931 voice_rat.upper()) and is_rat_svd_capable(
932 data_rat.upper()):
/tools/test/connectivity/acts/tests/google/bt/pts/
DBtCmdLineTest.py44 "target_mac_address"].upper()
/tools/test/connectivity/acts/tests/google/wifi/p2p/functional/
DWifiP2pSnifferTest.py77 BAND_2G.upper())
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py270 return ad.droid.wifiGetConnectionInfo()['mac_address'].upper().replace(
417 return res.group(1).upper().replace(':', '')
/tools/test/connectivity/acts/framework/acts/test_utils/bt/
DGattConnectedBaseTest.py76 self.discovered_services_index, i).upper())
Dbt_test_utils.py1369 elif split_out[1].strip().upper() != codec_type:
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/
Dwifi_performance_test_utils.py1025 if traffic_type.upper() == 'UDP':
1027 elif traffic_type.upper() == 'TCP':
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/
Dapollo_lib.py356 mac_address = match.group('Mac').replace(' ', '').upper()
1270 return ':'.join(map(''.join, zip(*[iter(results)] * 2))).upper()
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py5528 type = type.upper()
5550 type = type.upper()
6951 if actual_bid.upper() != build_id.upper():
/tools/test/connectivity/acts/tests/google/ble/filtering/
DFilteringTest.py12020 filters['service_uuid'].upper(), filters['service_mask'])
12022 [filters['service_uuid'].upper()])
/tools/repohooks/tools/
Dcpplint.py1883 return re.sub(r'[^a-zA-Z0-9]', '_', file_path_from_root).upper() + '_'