Home
last modified time | relevance | path

Searched refs:keep_predicate (Results 1 – 7 of 7) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/util/
H A Dprotoresources.py215 def __init__(self, partial_path, keep_predicate): argument
217 self.keep_predicate = keep_predicate
236 if not self.keep_predicate(full_name):
250 if not self.keep_predicate(type_and_name):
291 def StripUnwantedResources(partial_path, keep_predicate): argument
299 stripper = _ResourceStripper(partial_path, keep_predicate)
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/util/
H A Dprotoresources.py215 def __init__(self, partial_path, keep_predicate): argument
217 self.keep_predicate = keep_predicate
236 if not self.keep_predicate(full_name):
250 if not self.keep_predicate(type_and_name):
291 def StripUnwantedResources(partial_path, keep_predicate): argument
299 stripper = _ResourceStripper(partial_path, keep_predicate)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/util/
H A Dprotoresources.py215 def __init__(self, partial_path, keep_predicate): argument
217 self.keep_predicate = keep_predicate
236 if not self.keep_predicate(full_name):
250 if not self.keep_predicate(type_and_name):
291 def StripUnwantedResources(partial_path, keep_predicate): argument
299 stripper = _ResourceStripper(partial_path, keep_predicate)
/dports/lang/v8/v8-9.6.180.12/build/android/gyp/
H A Dcompile_resources.py564 def _CompileSingleDep(index, dep_subdir, keep_predicate, aapt2_path, argument
590 if keep_predicate:
592 protoresources.StripUnwantedResources(partial_path, keep_predicate)
701 def _FilterResourceFiles(dep_subdirs, keep_predicate): argument
708 if not keep_predicate(f):
740 keep_predicate = _CreateKeepPredicate(options.resource_exclusion_regex,
742 png_paths = _FilterResourceFiles(dep_subdirs, keep_predicate)
/dports/www/chromium-legacy/chromium-88.0.4324.182/build/android/gyp/
H A Dcompile_resources.py588 def _CompileSingleDep(index, dep_subdir, keep_predicate, aapt2_path, argument
614 if keep_predicate:
616 protoresources.StripUnwantedResources(partial_path, keep_predicate)
726 def _FilterResourceFiles(dep_subdirs, keep_predicate): argument
733 if not keep_predicate(f):
767 keep_predicate = _CreateKeepPredicate(options.resource_exclusion_regex,
769 png_paths = _FilterResourceFiles(dep_subdirs, keep_predicate)
/dports/www/firefox/firefox-99.0/third_party/libwebrtc/build/android/gyp/
H A Dcompile_resources.py579 def _CompileSingleDep(index, dep_subdir, keep_predicate, aapt2_path, argument
605 if keep_predicate:
607 protoresources.StripUnwantedResources(partial_path, keep_predicate)
717 def _FilterResourceFiles(dep_subdirs, keep_predicate): argument
724 if not keep_predicate(f):
758 keep_predicate = _CreateKeepPredicate(options.resource_exclusion_regex,
760 png_paths = _FilterResourceFiles(dep_subdirs, keep_predicate)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/build/android/gyp/
H A Dcompile_resources.py843 keep_predicate = _CreateKeepPredicate(options.resource_exclusion_regex,
848 if not keep_predicate(f):