Searched defs:function (Results 1 – 7 of 7) sorted by relevance
31 val function: String, in <lambda>() constant in trebuchet.importers.ftrace.events.FtraceEvent50 val function = string(6) in <lambda>() constant
21 class WorkqueueExecuteStartEvent(val struct: String, val function: String) : FtraceEventDetails { in <lambda>() constant in trebuchet.importers.ftrace.events.WorkqueueExecuteStartEvent
53 val function get() = _function constant
134 int test(void (*function)()) { in test()
575 String function = match.group("function"); in parseAtraceInfoFile() local
250 private void notAllowedInMultiMode(String function) { in notAllowedInMultiMode()
2236 private void notify(@Nonnull IOExceptionFunction<ZFileExtension, IOExceptionRunnable> function) in notify()