Searched refs:has_field (Results 1 – 5 of 5) sorted by relevance
/external/kernel-headers/original/uapi/linux/ |
D | cec-funcs.h | 1747 __u8 has_field, in cec_msg_cdc_hec_report_state() argument 1750 msg->len = has_field ? 10 : 8; in cec_msg_cdc_hec_report_state() 1761 if (has_field) { in cec_msg_cdc_hec_report_state() 1774 __u8 *has_field, in cec_ops_cdc_hec_report_state() argument 1783 *has_field = msg->len >= 10; in cec_ops_cdc_hec_report_state() 1784 *hec_field = *has_field ? ((msg->msg[8] << 8) | msg->msg[9]) : 0; in cec_ops_cdc_hec_report_state()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 1351 bool has_field = in CheckAndGetInteger() local 1353 return PyBool_FromLong(has_field ? 1 : 0); in CheckAndGetInteger()
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | i686-pc-linux-gnu | 16467 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (class1_obj.type, 'x')) 16468 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (class1_obj.type, 'nope')) 16470 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (subclass1_obj.type, 'x'))
|
D | x86_64-cros-linux-gnu | 16735 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (class1_obj.type, 'x')) 16736 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (class1_obj.type, 'nope')) 16738 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (subclass1_obj.type, 'x'))
|
D | armv7a-cros-linux-gnueabi | 16365 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (class1_obj.type, 'x')) 16366 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (class1_obj.type, 'nope')) 16368 PASS: gdb.python/lib-types.exp: python print (gdb.types.has_field (subclass1_obj.type, 'x'))
|