Searched refs:upper (Results 1 – 22 of 22) sorted by relevance
/tools/test/connectivity/acts/framework/acts/test_utils/power/tel_simulations/ |
D | LteCaSimulation.py | 180 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/ |
D | test_hello_world.py | 26 self.assertEqual('hello'.upper(), 'HELLO') 29 self.assertEqual('world'.upper(), 'WORLD2')
|
/tools/carrier_settings/python/ |
D | update_apn.py | 50 ret += 'SPN=' + cid.spn.upper() 52 ret += 'IMSI=' + cid.imsi.upper() 54 ret += 'GID1=' + cid.gid1.upper()
|
D | update_carrier_data.py | 115 ret += 'SPN=' + cid.spn.upper() 117 ret += 'IMSI=' + cid.imsi.upper() 119 ret += 'GID1=' + cid.gid1.upper()
|
/tools/test/connectivity/acts/tests/google/wifi/ |
D | WifiMacRandomizationTest.py | 285 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/ |
D | gnss_test_utils.py | 645 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/ |
D | SimpleStats.java | 168 Double upper = avg + std; in meanOverOneStandardDeviationRange() local 173 if (meas > lower && meas < upper) { in meanOverOneStandardDeviationRange()
|
/tools/repohooks/rh/ |
D | terminal.py | 172 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/ |
D | rfc2460.txt | 127 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/ |
D | packet_capture.py | 221 band = band.upper() 262 band = band.upper()
|
/tools/test/connectivity/acts/tests/google/wifi/aware/functional/ |
D | MacRandomNoLeakageTest.py | 65 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/ |
D | TelLiveStressTest.py | 294 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/ |
D | BtCmdLineTest.py | 44 "target_mac_address"].upper()
|
/tools/test/connectivity/acts/tests/google/wifi/p2p/functional/ |
D | WifiP2pSnifferTest.py | 77 BAND_2G.upper())
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 270 return ad.droid.wifiGetConnectionInfo()['mac_address'].upper().replace( 417 return res.group(1).upper().replace(':', '')
|
/tools/test/connectivity/acts/framework/acts/test_utils/bt/ |
D | GattConnectedBaseTest.py | 76 self.discovered_services_index, i).upper())
|
D | bt_test_utils.py | 1369 elif split_out[1].strip().upper() != codec_type:
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/ |
D | wifi_performance_test_utils.py | 1025 if traffic_type.upper() == 'UDP': 1027 elif traffic_type.upper() == 'TCP':
|
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/ |
D | apollo_lib.py | 356 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/ |
D | tel_test_utils.py | 5528 type = type.upper() 5550 type = type.upper() 6951 if actual_bid.upper() != build_id.upper():
|
/tools/test/connectivity/acts/tests/google/ble/filtering/ |
D | FilteringTest.py | 12020 filters['service_uuid'].upper(), filters['service_mask']) 12022 [filters['service_uuid'].upper()])
|
/tools/repohooks/tools/ |
D | cpplint.py | 1883 return re.sub(r'[^a-zA-Z0-9]', '_', file_path_from_root).upper() + '_'
|