Home
last modified time | relevance | path

Searched refs:find_property (Results 1 – 11 of 11) sorted by relevance

/external/libabigail/src/
Dabg-suppression.cc57 if (section.find_property(*name)) in check_sufficient_props()
1620 is_simple_property(section.find_property("drop_artifact")); in read_type_suppression()
1622 drop_artifact = is_simple_property(section.find_property("drop")); in read_type_suppression()
1629 is_simple_property(section.find_property("label")); in read_type_suppression()
1633 is_simple_property(section.find_property("file_name_regexp")); in read_type_suppression()
1638 is_simple_property(section.find_property("file_name_not_regexp")); in read_type_suppression()
1645 is_simple_property(section.find_property("soname_regexp")); in read_type_suppression()
1650 is_simple_property(section.find_property("soname_not_regexp")); in read_type_suppression()
1657 is_simple_property(section.find_property("name_regexp")); in read_type_suppression()
1663 is_simple_property(section.find_property("name_not_regexp")); in read_type_suppression()
[all …]
Dabg-ini.cc845 config::section::find_property(const string& prop_name) const in find_property() function in abigail::ini::config::section
/external/dtc/tests/
D.gitignore25 /find_property
Dmeson.build42 'find_property',
DMakefile.tests2 root_node find_property subnode_offset path_offset \
Drun_tests.sh340 run_test find_property $TREE
/external/vboot_reference/utility/include/
Dgbb_utility.h90 bool find_property(PROPINDEX i, uint32_t *poffset, uint32_t *psize,
/external/libabigail/include/
Dabg-ini.h384 find_property(const string& prop_name) const;
/external/chromium-trace/catapult/devil/devil/android/
Ddevice_utils.py2678 def find_property(lines, property_name): function
2697 index, value = find_property(properties, self.JAVA_ASSERT_PROPERTY)
/external/freetype/docs/oldlogs/
DChangeLog.2049 (find_property): Renamed to ...
/external/libabigail/
DChangeLog17241 find_property}): Adjust.
25878 (config::section::find_property): Adjust return type.
30207 * include/abg-ini.h (config::section::find_property): New method.
30209 * src/abg-ini.cc (config::section::find_property): Define new