Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py423 def connection_type(self, ctype): argument
429 cmd = 'CONFigure:LTE:SIGN:CONNection:CTYPe {}'.format(ctype.value)
Dcmx500.py195 def connection_type(self, ctype): argument
/tools/test/openhst/
Dstress_test.py148 ctype, _ = mimetypes.guess_type(bugreport)
149 maintype, subtype = ctype.split("/", 1)
/tools/test/connectivity/acts/framework/acts/controllers/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto423 // The ctype option instructs the C++ code generator to use a different
427 optional CType ctype = 1 [default = STRING]; field