Home
last modified time | relevance | path

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

/tools/security/gdb/gdb_json_printer/
DREADME.md27 ctype: ctype for pointer,
34 ctype: ctype for struct,
47 ctype: ctype for int,
54 ctype: 'float' or 'double',
61 ctype: ctype for enum,
68 ctype: ctype for struct,
/tools/security/gdb/gdb_json_printer/test/
Dgdb_json_printer_test.py27 def check_type_and_ctype(input_json, input_type, ctype): argument
29 assert(input_json["ctype"] == ctype)
32 def check_basic_value(input_json, input_type, ctype, value): argument
33 check_type_and_ctype(input_json, input_type, ctype)
/tools/test/connectivity/acts/framework/acts/controllers/rohdeschwarz_lib/
Dcmw500.py556 def connection_type(self, ctype): argument
562 cmd = 'CONFigure:LTE:SIGN:CONNection:CTYPe {}'.format(ctype.value)
/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