Home
last modified time | relevance | path

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

/tools/tradefederation/core/python-lib/helloWorld/
Dtest_hello_world.py26 self.assertEqual('hello'.upper(), 'HELLO')
29 self.assertEqual('world'.upper(), 'WORLD2')
/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.py174 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/
DgenTests.py38 …eduling + ", bandwidth = " + str(bw) + ", transmission_mode = " + str(tm).upper() + ", ca_band2 = …
/tools/test/connectivity/acts/tests/google/bt/pts/
DBtCmdLineTest.py44 "target_mac_address"].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/framework/acts/test_utils/bt/
DGattConnectedBaseTest.py76 self.discovered_services_index, i).upper())
/tools/test/connectivity/acts/framework/acts/test_utils/wifi/aware/
Daware_test_utils.py258 return ad.droid.wifiGetConnectionInfo()['mac_address'].upper().replace(
400 return res.group(1).upper().replace(':', '')
/tools/test/connectivity/acts/framework/acts/test_utils/tel/
Dtel_test_utils.py3688 type = type.upper()
3710 type = type.upper()
5033 if actual_bid.upper() != build_id.upper():
/tools/repohooks/tools/
Dcpplint.py1877 return re.sub(r'[^a-zA-Z0-9]', '_', file_path_from_root).upper() + '_'