/aosp_15_r20/external/webrtc/ |
H A D | PRESUBMIT.py | 210 file_filter = lambda x: (input_api.FilterSourceFile(x) and source_file_filter( function 233 file_filter = lambda x: (input_api.FilterSourceFile(x) and source_file_filter( function 261 file_filter = lambda f: (f.LocalPath().endswith(('.cc', '.h')) and function 526 file_filter = lambda f: (source_file_filter(f) and f.LocalPath().endswith( function 565 file_filter = lambda x: (input_api.FilterSourceFile(x) and source_file_filter( function 634 file_filter = lambda x: (input_api.FilterSourceFile( function 856 file_filter = lambda x: (input_api.FilterSourceFile(x) and source_file_filter( function 1104 file_filter = lambda f: (f.LocalPath().endswith(('.cc', '.h')) and function 1127 file_filter = lambda f: (f.LocalPath().endswith(('.h')) and function 1131 file_filter = lambda x: (input_api.FilterSourceFile(x) and source_file_filter( function [all …]
|
H A D | presubmit_test_mocks.py | 32 def AffectedSourceFiles(self, file_filter=None): argument 35 def AffectedFiles(self, file_filter=None, include_deletes=False): argument
|
/aosp_15_r20/external/perfetto/ |
H A D | PRESUBMIT.py | 158 def file_filter(x): function 203 def file_filter(x): function 245 def file_filter(x): function 258 def file_filter(x): function 288 def file_filter(x): function 346 def file_filter(x): function 364 def file_filter(x): function 385 def file_filter(x): function 469 def file_filter(x): function
|
/aosp_15_r20/external/skia/ |
H A D | PRESUBMIT.py | 264 file_filter = lambda x: (x.LocalPath().startswith('include/')) function 287 file_filter = lambda x: (x.LocalPath().startswith('docs/examples/')) function 533 file_filter = lambda x: (x.LocalPath().endswith('.h') or function
|
H A D | PRESUBMIT_test_mocks.py | 94 def AffectedFiles(self, file_filter=None, include_deletes=True): argument 109 def AffectedSourceFiles(self, file_filter=None): argument 281 file_filter=None): argument
|
/aosp_15_r20/external/stg/ |
H A D | input.cc | 42 const std::unique_ptr<Filter>& file_filter) { in ReadInternal() 67 ReadOptions options, const std::unique_ptr<Filter>& file_filter) { in Read()
|
H A D | elf_reader.cc | 209 ReadOptions options, const std::unique_ptr<Filter>& file_filter) in Reader() 460 ReadOptions options, const std::unique_ptr<Filter>& file_filter) { in Read()
|
H A D | dwarf_processor.cc | 266 const std::unique_ptr<Filter>& file_filter, Types& result) in Processor() 1062 const std::unique_ptr<Filter>& file_filter, Graph& graph) { in Process()
|
/aosp_15_r20/external/perfetto/ui/ |
H A D | PRESUBMIT.py | 69 def file_filter(x): function 88 def file_filter(x): function
|
/aosp_15_r20/external/webrtc/infra/specs/ |
H A D | PRESUBMIT.py | 24 file_filter = lambda x: x.LocalPath().endswith('.pyl') function
|
/aosp_15_r20/external/perfetto/test/trace_processor/ |
H A D | PRESUBMIT.py | 52 def file_filter(x): function
|
/aosp_15_r20/external/pdfium/ |
H A D | PRESUBMIT_test_mocks.py | 19 def AffectedFiles(self, file_filter=None, include_deletes=False): argument
|
H A D | PRESUBMIT.py | 130 file_filter = lambda f: f.LocalPath().endswith(('.cc', '.cpp', '.h')) function
|
/aosp_15_r20/external/libwebm/ |
H A D | PRESUBMIT.py | 124 file_filter = lambda x: input_api.FilterSourceFile( function
|
/aosp_15_r20/external/llvm/utils/abtest/ |
H A D | abtest.py | 57 def find(dir, file_filter=None): argument
|
/aosp_15_r20/external/webp/ |
H A D | PRESUBMIT.py | 162 file_filter = lambda x: input_api.FilterSourceFile( function
|
/aosp_15_r20/external/cronet/third_party/icu/source/python/icutools/databuilder/ |
H A D | filtration.py | 358 def add_rules(self, file_filter, rules): argument
|
/aosp_15_r20/external/icu/icu4c/source/python/icutools/databuilder/ |
H A D | filtration.py | 358 def add_rules(self, file_filter, rules): argument
|
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/test/ |
H A D | ConsoleCheckCLDR.java | 138 file_filter( enumConstant
|