Home
last modified time | relevance | path

Searched defs:create_filter (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pigweed/pw_console/py/pw_console/
H A Dsearch_toolbar.py250 def create_filter(self) -> None: member in SearchToolbar
/aosp_15_r20/external/python/cpython2/Python/
D_warnings.c801 create_filter(PyObject *category, const char *action) in create_filter() function
/aosp_15_r20/external/python/cpython3/Python/
D_warnings.c69 create_filter(PyObject *category, PyObject *action_str, const char *modname) in create_filter() function
/aosp_15_r20/external/libtracefs/src/
H A Dtracefs-sqlhist.c359 #define create_filter(var, expr) \ macro