OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_rules
(Results
1 - 2
of
2
) sorted by null
/external/dbus/bus/
signals.c
983
DBusList *
all_rules
;
member in struct:BusMatchmaker
1018
while (matchmaker->
all_rules
!= NULL)
1022
rule = matchmaker->
all_rules
->data;
1024
_dbus_list_remove_link (&matchmaker->
all_rules
,
1025
matchmaker->
all_rules
);
1039
if (!_dbus_list_append (&matchmaker->
all_rules
, rule))
1044
_dbus_list_remove_last (&matchmaker->
all_rules
, rule);
1131
_dbus_list_remove_link (&matchmaker->
all_rules
, link);
1151
_dbus_list_remove (&matchmaker->
all_rules
, rule);
1179
link = _dbus_list_get_last_link (&matchmaker->
all_rules
);
[
all
...]
/external/v8/tools/
test.py
976
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) ]
[
all
...]
Completed in 146 milliseconds