Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Tools/wasm/
Dwasm_assets.py151 def filterfunc(filename: str) -> bool: function
/aosp_15_r20/trusty/vendor/google/aosp/scripts/
Dbuild.py364 def zip_dir(zip_archive, src, dest, filterfunc=lambda _: True): argument
/aosp_15_r20/external/mesa3d/src/gfxstream/codegen/scripts/cereal/
H A Dcounting.py171 def genFilterFunc(self, filterfunc, env): argument
H A Dmarshaling.py243 def genFilterFunc(self, filterfunc, env): argument
H A Dreservedmarshaling.py331 def genFilterFunc(self, filterfunc, env): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/aosp_15_r20/external/python/cpython3/Lib/
Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dzipfile.py2008 def writepy(self, pathname, basename="", filterfunc=None): argument
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_logging.py371 def filterfunc(record): function