/third_party/skia/third_party/externals/tint/src/resolver/ |
H A D | resolver_validation.cc | 671 auto* kind = var->Declaration()->is_const ? "let" : "var"; in ValidateVariable() local
|
/third_party/python/Python/ |
H A D | pystate.c | 2026 int kind; member
|
/third_party/python/Modules/cjkcodecs/ |
H A D | multibytecodec.c | 262 int kind; in multibytecodec_encerror() local 491 int kind; in multibytecodec_encode() local
|
/third_party/python/Objects/ |
H A D | codeobject.c | 159 _Py_set_localsplus_info(int offset, PyObject *name, _PyLocals_Kind kind, in _Py_set_localsplus_info() argument 178 _PyLocals_Kind kind = _PyLocals_GetKind(kinds, i); in get_localsplus_counts() local 208 get_localsplus_names(PyCodeObject *co, _PyLocals_Kind kind, int num) in get_localsplus_names() argument 554 _PyLocals_Kind kind in PyCode_NewWithPosOnlyArgs() local [all...] |
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_containers.cc | 143 } kind; member 161 } kind; member 308 const char* kind = ""; in ContainerRepr() local 930 NewContainerIterator(PyContainer* container, PyContainerIterator::IterKind kind) NewContainerIterator() argument [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | type.pb.h | 1679 inline PROTOBUF_NAMESPACE_ID::Field_Kind Field::kind() const { in kind() function in Field
|
/third_party/python/Modules/ |
H A D | _csv.c | 871 unsigned int kind; in Reader_iternext() local
|
H A D | pyexpat.c | 1090 unsigned int kind; in PyUnknownEncodingHandler() local
|
/third_party/python/Modules/_io/ |
H A D | textio.c | 316 int kind; in _PyIncrementalNewlineDecoder_decode() local 357 int kind; in _PyIncrementalNewlineDecoder_decode() local 432 int kind = PyUnicode_KIND(output); _PyIncrementalNewlineDecoder_decode() local 2004 find_control_char(int kind, const char *s, const char *end, Py_UCS4 ch) find_control_char() argument 2022 _PyIO_find_line_ending( int translated, int universal, PyObject *readnl, int kind, const char *start, const char *end, Py_ssize_t *consumed) _PyIO_find_line_ending() argument 2124 int kind; _textiowrapper_readline() local [all...] |
/third_party/rust/crates/bindgen/bindgen/ir/ |
H A D | item.rs | 521 pub fn kind(&self) -> &ItemKind { kind() functions [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_policy.c | 78 int kind = 0; in __cil_gather_statements_helper() local 187 cil_simple_rules_to_policy(FILE *out, struct cil_list *rules, const char *kind) cil_simple_rules_to_policy() argument 775 cil_defaults_to_policy(FILE *out, struct cil_list *defaults, const char *kind) cil_defaults_to_policy() argument 987 cil_validatetrans_to_policy(FILE *out, struct cil_db *db, struct cil_list *validatetrans, char *kind) cil_validatetrans_to_policy() argument 1111 const char *kind; cil_xperms_to_policy() local 1157 const char *kind; cil_av_rulex_to_policy() local 1188 const char *kind; cil_av_rule_to_policy() local 1226 const char *kind; cil_type_rule_to_policy() local [all...] |
/kernel/linux/linux-5.10/drivers/net/dsa/mv88e6xxx/ |
H A D | global2.h | 530 mv88e6xxx_g2_atu_stats_set(struct mv88e6xxx_chip *chip, u16 kind, u16 bin) mv88e6xxx_g2_atu_stats_set() argument
|
/kernel/linux/linux-5.10/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 273 ofdpa_port_is_slave(const struct ofdpa_port *ofdpa_port, const char *kind) ofdpa_port_is_slave() argument
|
/kernel/linux/linux-5.10/drivers/net/ppp/ |
H A D | ppp_generic.c | 82 } kind; member 3180 init_ppp_file(struct ppp_file *pf, int kind) init_ppp_file() argument [all...] |
/kernel/linux/linux-5.10/drivers/net/team/ |
H A D | team.c | 406 static struct team_mode_item *__find_mode(const char *kind) in __find_mode() argument 468 static const struct team_mode *team_mode_get(const char *kind) in team_mode_get() argument 591 team_change_mode(struct team *team, const char *kind) team_change_mode() argument [all...] |
/kernel/linux/linux-5.10/net/sched/ |
H A D | cls_api.c | 108 static const struct tcf_proto_ops *__tcf_proto_lookup_ops(const char *kind) in __tcf_proto_lookup_ops() argument 127 tcf_proto_lookup_ops(const char *kind, bool rtnl_held, in tcf_proto_lookup_ops() argument 221 tcf_proto_check_kind(struct nlattr *kind, char *name) tcf_proto_check_kind() argument 229 tcf_proto_is_unlocked(const char *kind) tcf_proto_is_unlocked() argument 249 tcf_proto_create(const char *kind, u32 protocol, u32 prio, struct tcf_chain *chain, bool rtnl_held, struct netlink_ext_ack *extack) tcf_proto_create() argument [all...] |
/kernel/linux/linux-5.10/include/net/ |
H A D | pkt_cls.h | 427 int kind; member
|
H A D | sch_generic.h | 328 char kind[IFNAMSIZ]; member
|
/kernel/linux/linux-5.10/net/core/ |
H A D | sock.c | 2615 int __sk_mem_raise_allocated(struct sock *sk, int size, int amt, int kind) in __sk_mem_raise_allocated() argument 2702 int __sk_mem_schedule(struct sock *sk, int size, int kind) in __sk_mem_schedule() argument [all...] |
/kernel/linux/linux-5.10/include/linux/ |
H A D | kvm_host.h | 1200 enum kvm_stat_kind kind; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/rocker/ |
H A D | rocker_ofdpa.c | 273 ofdpa_port_is_slave(const struct ofdpa_port *ofdpa_port, const char *kind) ofdpa_port_is_slave() argument
|
/kernel/linux/linux-6.6/include/net/ |
H A D | pkt_cls.h | 461 int kind; member
|
H A D | sch_generic.h | 343 char kind[IFNAMSIZ]; member
|
/kernel/linux/linux-6.6/drivers/net/ppp/ |
H A D | ppp_generic.c | 82 } kind; member 3354 init_ppp_file(struct ppp_file *pf, int kind) init_ppp_file() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/team/ |
H A D | team.c | 405 static struct team_mode_item *__find_mode(const char *kind) in __find_mode() argument 467 static const struct team_mode *team_mode_get(const char *kind) in team_mode_get() argument 590 team_change_mode(struct team *team, const char *kind) team_change_mode() argument [all...] |