Home
last modified time | relevance | path

Searched defs:filterfunc (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Tools/wasm/
Dwasm_assets.py151 def filterfunc(filename: str) -> bool: function
/external/mesa3d/src/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/cereal/
Dcounting.py183 def genFilterFunc(self, filterfunc, env): argument
Dmarshaling.py255 def genFilterFunc(self, filterfunc, env): argument
Dreservedmarshaling.py340 def genFilterFunc(self, filterfunc, env): argument
/external/python/cpython3/Lib/
Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/external/python/cpython3/Lib/test/
Dtest_logging.py371 def filterfunc(record): function