Home
last modified time | relevance | path

Searched defs:attr_name (Results 1 - 25 of 25) sorted by relevance

/third_party/elfutils/libdw/
H A Ddwarf_hasattr.c58 unsigned int attr_name; in dwarf_hasattr() local
H A Ddwarf_child.c64 unsigned int attr_name; in __libdw_find_attr() local
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscat.h36 ntfschar *attr_name; /* Attribute name to display */ member
H A Dntfscat.c111 static const char *attr_name[] = { in parse_attribute() local
H A Dntfstruncate.c79 ntfschar *attr_name = NULL; variable
H A Dntfsfallocate.c84 ntfschar *attr_name = NULL; variable
H A Dntfscp.c68 char *attr_name; /* Write to attribute with this name. */ member
850 ntfschar *attr_name; in main() local
[all...]
H A Dntfsresize.c189 ntfschar *attr_name; member
1551 ntfschar *attr_name; in replace_later() local
[all...]
/third_party/alsa-utils/alsactl/
H A Dinit_sysfs.c72 static char *sysfs_attr_get_value(const char *devpath, const char *attr_name) in sysfs_attr_get_value() argument
/third_party/musl/libc-test/src/functional/
H A Dtest-malloc-info.c31 static const xmlChar *get_attribute(const char *attr_name, xmlNodePtr node) in get_attribute() argument
41 static xmlNodePtr find_child_node_with_attr(const char *name, const char *attr_name, const char *attr_value, xmlNodePtr parent) in find_child_node_with_attr() argument
/third_party/alsa-utils/topology/
H A Dpre-process-class.c244 const char *attr_name, *attr_value; in tplg_class_attribute_valid_tuple_value() local
211 tplg_class_get_attribute_token_ref(struct tplg_pre_processor *tplg_pp ATTRIBUTE_UNUSED, snd_config_t *class, const char *attr_name) tplg_class_get_attribute_token_ref() argument
H A Dpre-process-object.c351 const char *attr_name; in tplg_object_is_attribute_min_max_valid() local
435 const char *attr_name, *obj_value; in tplg_object_is_attribute_valid() local
[all...]
/third_party/mesa3d/src/amd/llvm/
H A Dac_llvm_util.c281 const char *attr_name = attr_to_str(attr); in ac_add_function_attr() local
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dspp_client.c34 get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *attr_name) get_spp_attr_value() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dspp_client.c34 get_spp_attr_value(struct xml_node_ctx *ctx, xml_node_t *node, char *attr_name) get_spp_attr_value() argument
/third_party/cups-filters/filter/
H A Drastertopdf.cpp1407 char *attr_name = (char *)"cupsPclmStripHeightPreferred"; in main() local
[all...]
/third_party/python/Modules/
H A D_operator.c1358 PyObject *attr_name; in dotted_getattr() local
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor.cc150 static int CheckCalledFromGeneratedFile(const char* attr_name) { in CheckCalledFromGeneratedFile() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dattrib.c455 ntfschar *attr_name; in ntfs_attr_open() local
/third_party/backends/sanei/
H A Dsanei_usb.c934 static void sanei_xml_set_hex_attr(xmlNode* node, const char* attr_name, in sanei_xml_set_hex_attr() argument
951 static void sanei_xml_set_uint_attr(xmlNode* node, const char* attr_name, in sanei_xml_set_uint_attr() argument
1002 static int sanei_usb_check_attr(xmlNode* node, const char* attr_name, in sanei_usb_check_attr() argument
1024 static int sanei_usb_attr_is(xmlNode* node, const char* attr_name, in sanei_usb_attr_is() argument
1041 sanei_usb_check_attr_uint(xmlNode* node, const char* attr_name, unsigned expected, const char* parent_fun) sanei_usb_check_attr_uint() argument
1064 sanei_usb_attr_is_uint(xmlNode* node, const char* attr_name, unsigned expected) sanei_usb_attr_is_uint() argument
[all...]
/third_party/skia/third_party/externals/expat/expat/tests/
H A Druntests.c1847 const XML_Char *attr_name; member
1854 verify_attlist_decl_handler(void *userData, const XML_Char *element_name, const XML_Char *attr_name, const XML_Char *attr_type, const XML_Char *default_value, int is_required) verify_attlist_decl_handler() argument
/third_party/selinux/libsepol/src/
H A Dmodule_to_cil.c183 char *attr_name; member
752 char *attr_name = NULL; in get_new_attr_name() local
781 static int cil_add_attr_to_list(struct list *attr_list, char *attr_name, in argument
809 cil_print_attr_strs(int indent, struct policydb *pdb, int is_type, void *set, char *attr_name) cil_print_attr_strs() argument
954 char *attr_name = NULL; set_to_names() local
[all...]
/third_party/libabigail/src/
H A Dabg-dwarf-reader.cc5859 die_string_attribute(const Dwarf_Die* die, unsigned attr_name) in die_string_attribute() argument
5883 die_char_str_attribute(const Dwarf_Die* die, unsigned attr_name) in die_char_str_attribute() argument
5912 die_unsigned_constant_attribute(const Dwarf_Die* die, unsigned attr_name, uint64_t& cst) die_unsigned_constant_attribute() argument
5942 die_signed_constant_attribute(const Dwarf_Die *die, unsigned attr_name, int64_t& cst) die_signed_constant_attribute() argument
5978 die_constant_attribute(const Dwarf_Die *die, unsigned attr_name, bool is_signed, array_type_def::subrange_type::bound_value &value) die_constant_attribute() argument
6070 die_flag_attribute(const Dwarf_Die* die, unsigned attr_name, bool& flag, bool recursively = true) die_flag_attribute() argument
6146 die_die_attribute(const Dwarf_Die* die, unsigned attr_name, Dwarf_Die& result, bool recursively) die_die_attribute() argument
6172 die_address_attribute(Dwarf_Die* die, unsigned attr_name, Dwarf_Addr& result) die_address_attribute() argument
7412 slowly_compare_strings(const Dwarf_Die *l, const Dwarf_Die *r, unsigned attr_name) slowly_compare_strings() argument
7446 compare_dies_string_attribute_value(const Dwarf_Die *l, const Dwarf_Die *r, unsigned attr_name, bool &result) compare_dies_string_attribute_value() argument
7567 die_location_expr(const Dwarf_Die* die, unsigned attr_name, Dwarf_Op** expr, size_t* expr_len) die_location_expr() argument
[all...]
/third_party/python/Objects/
H A Dtypeobject.c8647 update_subclasses(PyTypeObject *type, PyObject *attr_name, in update_subclasses() argument
8657 recurse_down_subclasses(PyTypeObject *type, PyObject *attr_name, in recurse_down_subclasses() argument
/third_party/astc-encoder/Source/
H A Dtinyexr.h10490 std::string attr_name; in ParseEXRHeader() local
[all...]

Completed in 89 milliseconds