Searched refs:upper (Results 1 – 10 of 10) sorted by relevance
/tools/tradefederation/core/python-lib/helloWorld/ |
D | test_hello_world.py | 26 self.assertEqual('hello'.upper(), 'HELLO') 29 self.assertEqual('world'.upper(), 'WORLD2')
|
/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 | 174 true_text = true_text[0].upper() + true_text[1:] 176 false_text = false_text[0].upper() + false_text[1:]
|
/tools/test/connectivity/acts/tests/google/power/tel/lab/ |
D | genTests.py | 38 …eduling + ", bandwidth = " + str(bw) + ", transmission_mode = " + str(tm).upper() + ", ca_band2 = …
|
/tools/test/connectivity/acts/tests/google/bt/pts/ |
D | BtCmdLineTest.py | 44 "target_mac_address"].upper()
|
/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/test_utils/bt/ |
D | GattConnectedBaseTest.py | 76 self.discovered_services_index, i).upper())
|
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/ |
D | aware_test_utils.py | 258 return ad.droid.wifiGetConnectionInfo()['mac_address'].upper().replace( 400 return res.group(1).upper().replace(':', '')
|
/tools/test/connectivity/acts/framework/acts/test_utils/tel/ |
D | tel_test_utils.py | 3688 type = type.upper() 3710 type = type.upper() 5033 if actual_bid.upper() != build_id.upper():
|
/tools/repohooks/tools/ |
D | cpplint.py | 1877 return re.sub(r'[^a-zA-Z0-9]', '_', file_path_from_root).upper() + '_'
|