Searched refs:ctype (Results 1 – 5 of 5) sorted by relevance
/tools/security/gdb/gdb_json_printer/ |
D | README.md | 27 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/ |
D | gdb_json_printer_test.py | 27 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/ |
D | cmw500.py | 556 def connection_type(self, ctype): argument 562 cmd = 'CONFigure:LTE:SIGN:CONNection:CTYPe {}'.format(ctype.value)
|
/tools/test/openhst/ |
D | stress_test.py | 148 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/ |
D | descriptor.proto | 423 // The ctype option instructs the C++ code generator to use a different 427 optional CType ctype = 1 [default = STRING]; field
|