Home
last modified time | relevance | path

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

/external/dbus/bus/
Dsignals.c983 DBusList *all_rules; member
1018 while (matchmaker->all_rules != NULL) in bus_matchmaker_unref()
1022 rule = matchmaker->all_rules->data; in bus_matchmaker_unref()
1024 _dbus_list_remove_link (&matchmaker->all_rules, in bus_matchmaker_unref()
1025 matchmaker->all_rules); in bus_matchmaker_unref()
1039 if (!_dbus_list_append (&matchmaker->all_rules, rule)) in bus_matchmaker_add_rule()
1044 _dbus_list_remove_last (&matchmaker->all_rules, rule); in bus_matchmaker_add_rule()
1131 _dbus_list_remove_link (&matchmaker->all_rules, link); in bus_matchmaker_remove_rule_link()
1151 _dbus_list_remove (&matchmaker->all_rules, rule); in bus_matchmaker_remove_rule()
1179 link = _dbus_list_get_last_link (&matchmaker->all_rules); in bus_matchmaker_remove_rule_by_value()
[all …]
/external/v8/tools/
Dtest.py976 all_rules = reduce(list.__add__, [s.rules for s in sections], [])
977 unused_rules = set(all_rules)
981 matches = [ r for r in all_rules if r.Contains(case.path) ]