Home
last modified time | relevance | path

Searched defs:add_filter (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/implementation/tracing/src/
Dchannel_impl.cpp25 filter_id_t channel_impl::add_filter( in add_filter() function in vsomeip_v3::trace::channel_impl
92 filter_id_t channel_impl::add_filter( in add_filter() function in vsomeip_v3::trace::channel_impl
203 filter_id_t channel_impl::add_filter( in add_filter() function in vsomeip_v3::trace::channel_impl
/aosp_15_r20/external/libcups/ppdc/
H A Dppdc.h399 void add_filter(ppdcFilter *f) { filters->add(f); } in add_filter() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py117 def add_filter(self, filter_, **options): member in Lexer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py117 def add_filter(self, filter_, **options): member in Lexer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py117 def add_filter(self, filter_, **options): member in Lexer
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/pygments/
Dlexer.py117 def add_filter(self, filter_, **options): member in Lexer
/aosp_15_r20/external/perfetto/test/
H A Dcmdline_integrationtest.cc77 bool add_filter = false, in CreateTraceConfigForBugreportTest()
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c393 __hidden void *add_filter(struct sqlhist_bison *sb, in add_filter() function
/aosp_15_r20/external/trace-cmd/tracecmd/
H A Dtrace-read.c397 static void add_filter(const char *filter, int neg) in add_filter() function