HomeSort by relevance Sort by last modified time
    Searched refs:add_matcher (Results 1 - 2 of 2) sorted by null

  /external/clang/docs/tools/
dump_ast_matchers.py 103 def add_matcher(result_type, name, args, comment, is_dyncast=False): function
149 add_matcher(result, name, 'Matcher<%s>...' % inner,
160 add_matcher('Type', name, 'Matcher<%s>...' % inner,
164 # add_matcher('TypeLoc', '%sLoc' % name, 'Matcher<%sLoc>...' % inner,
182 add_matcher(result_type, name, 'Matcher<Type>', comment)
184 add_matcher('%sLoc' % result_type, '%sLoc' % name, 'Matcher<TypeLoc>',
209 add_matcher(result_type, name, args, comment)
228 add_matcher(result, name, args, comment)
254 add_matcher(result_type, name, args, comment)
264 add_matcher('*', name, 'Matcher<*>', comment
    [all...]
  /frameworks/base/cmds/statsd/tests/
MetricsManager_test.cpp 77 combination->add_matcher(StringToId("SCREEN_IS_ON"));
78 combination->add_matcher(StringToId("SCREEN_IS_OFF"));
117 combination->add_matcher(StringToId("SCREEN_IS_ON"));
119 combination->add_matcher(StringToId("SCREEN_ON_OR_OFF"));
166 combination->add_matcher(StringToId("SCREEN_IS_ON"));
168 combination->add_matcher(StringToId("ABC"));
211 combination->add_matcher(StringToId("BATTERY_VERY_LOW"));
212 combination->add_matcher(StringToId("BATTERY_VERY_VERY_LOW"));

Completed in 81 milliseconds