• Home
  • Raw
  • Download

Lines Matching refs:check_parse

1855 check_parse (dbus_bool_t should_succeed,  in check_parse()  function
1922 …rule = check_parse (TRUE, "type='signal',sender='org.freedesktop.DBusSender',interface='org.freede… in test_parsing()
1930 …rule = check_parse (TRUE, " type='signal', \tsender='org.freedes''ktop.DBusSender', interfac… in test_parsing()
1939 rule = check_parse (TRUE, "type='signal',path='/foo',interface='org.Bar'"); in test_parsing()
1957 rule = check_parse (TRUE, "arg0='foo'"); in test_parsing()
1970 rule = check_parse (TRUE, "arg1='foo'"); in test_parsing()
1984 rule = check_parse (TRUE, "arg2='foo'"); in test_parsing()
1999 rule = check_parse (TRUE, "arg40='foo'"); in test_parsing()
2014 rule = check_parse (TRUE, "arg63='foo'"); in test_parsing()
2030 rule = check_parse (FALSE, "arg300='foo'"); in test_parsing()
2032 rule = check_parse (FALSE, "arg64='foo'"); in test_parsing()
2036 rule = check_parse (FALSE, "arg='foo'"); in test_parsing()
2038 rule = check_parse (FALSE, "argv='foo'"); in test_parsing()
2040 rule = check_parse (FALSE, "arg3junk='foo'"); in test_parsing()
2042 rule = check_parse (FALSE, "argument='foo'"); in test_parsing()
2046 rule = check_parse (FALSE, "type='signal',type='method_call'"); in test_parsing()
2050 rule = check_parse (FALSE, "arg0='foo',arg0='bar'"); in test_parsing()
2052 rule = check_parse (FALSE, "arg3='foo',arg3='bar'"); in test_parsing()
2054 rule = check_parse (FALSE, "arg30='foo',arg30='bar'"); in test_parsing()
2058 rule = check_parse (FALSE, "blah='signal'"); in test_parsing()
2062 rule = check_parse (FALSE, "type='chouin'"); in test_parsing()
2064 rule = check_parse (FALSE, "interface='abc@def++'"); in test_parsing()
2066 rule = check_parse (FALSE, "service='youpi'"); in test_parsing()
2070 rule = check_parse (TRUE, ""); in test_parsing()
2079 rule = check_parse (TRUE, " \t"); in test_parsing()
2088 rule = check_parse (FALSE, "type"); in test_parsing()
2124 first = check_parse (TRUE, equality_tests[i].first); in test_equality()
2126 second = check_parse (TRUE, equality_tests[i].second); in test_equality()
2147 second = check_parse (TRUE, equality_tests[j].second); in test_equality()
2208 rule = check_parse (TRUE, rule_text); in check_matches()