Home
last modified time | relevance | path

Searched refs:input_type (Results 1 – 2 of 2) sorted by relevance

/tools/security/gdb/gdb_json_printer/test/
Dgdb_json_printer_test.py27 def check_type_and_ctype(input_json, input_type, ctype): argument
28 assert(input_json["type"] == input_type)
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/buds_lib/dev_utils/proto/google/protobuf/
Ddescriptor.proto219 optional string input_type = 2; field