Home
last modified time | relevance | path

Searched refs:uc_string (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/python/mobly/mobly/controllers/attenuator_lib/
Dtelnet_scpi_client.py25 def _ascii_string(uc_string): argument
26 return str(uc_string).encode("ASCII")
/aosp_15_r20/external/autotest/server/cros/network/
H A Dtelnet_helper.py14 def _ascii_string(uc_string): argument
20 return str(uc_string).encode('ASCII')
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/attenuator_lib/
D_tnhelper.py28 def _ascii_string(uc_string): argument
29 return str(uc_string).encode('ASCII')
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/
Dutils.py1401 def ascii_string(uc_string): argument
1403 return str(uc_string).encode('ASCII')