/external/bazelbuild-rules_android/rules/ |
D | acls.bzl | 70 …return not _matches(fqn, AAR_IMPORT_DEPS_CHECKER_FALLBACK_DICT) and _matches(fqn, AAR_IMPORT_DEPS_… 73 return _matches(fqn, AAR_IMPORT_EXPLICIT_EXPORTS_MANIFEST_DICT) 76 return _matches(fqn, AAR_IMPORT_EXPORTS_R_JAVA_DICT) 79 …return not _matches(fqn, AAR_IMPORT_PKG_CHECK_FALLBACK_DICT) and _matches(fqn, AAR_IMPORT_PKG_CHEC… 82 …return not _matches(fqn, AAR_PROPAGATE_RESOURCES_FALLBACK_DICT) and _matches(fqn, AAR_PROPAGATE_RE… 85 …return not _matches(fqn, AIT_VIRTUAL_DEVICE_FALLBACK_DICT) and _matches(fqn, AIT_VIRTUAL_DEVICE_RO… 88 return _matches(fqn, ANDROID_ARCHIVE_DOGFOOD_DICT) 91 …return not _matches(fqn, ANDROID_DEVICE_PLUGIN_FALLBACK_DICT) and _matches(fqn, ANDROID_DEVICE_PLU… 94 …return not _matches(fqn, ANDROID_INSTRUMENTATION_BINARY_STARLARK_RESOURCES_FALLBACK_DICT) and _mat… 97 return _matches(fqn, ANDROID_FEATURE_SPLITS_DOGFOOD_DICT) [all …]
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
D | TZDBTimeZoneNames.java | 238 private Collection<MatchInfo> _matches; field in TZDBTimeZoneNames.TZDBNameSearchHandler 320 if (_matches == null) { in handlePrefixMatch() 321 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 323 _matches.add(minfo); in handlePrefixMatch() 334 if (_matches == null) { in getMatches() 337 return _matches; in getMatches()
|
D | TimeZoneGenericNames.java | 645 private Collection<GenericMatchInfo> _matches; field in TimeZoneGenericNames.GenericNameSearchHandler 663 if (_matches == null) { in handlePrefixMatch() 664 _matches = new LinkedList<GenericMatchInfo>(); in handlePrefixMatch() 666 _matches.add(matchInfo); in handlePrefixMatch() 679 return _matches; in getMatches() 694 _matches = null; in resetResults()
|
D | TimeZoneNamesImpl.java | 523 private Collection<MatchInfo> _matches; field in TimeZoneNamesImpl.NameSearchHandler 547 if (_matches == null) { in handlePrefixMatch() 548 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 550 _matches.add(minfo); in handlePrefixMatch() 563 if (_matches == null) { in getMatches() 566 return _matches; in getMatches() 581 _matches = null; in resetResults()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | TZDBTimeZoneNames.java | 236 private Collection<MatchInfo> _matches; field in TZDBTimeZoneNames.TZDBNameSearchHandler 318 if (_matches == null) { in handlePrefixMatch() 319 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 321 _matches.add(minfo); in handlePrefixMatch() 332 if (_matches == null) { in getMatches() 335 return _matches; in getMatches()
|
D | TimeZoneGenericNames.java | 640 private Collection<GenericMatchInfo> _matches; field in TimeZoneGenericNames.GenericNameSearchHandler 658 if (_matches == null) { in handlePrefixMatch() 659 _matches = new LinkedList<GenericMatchInfo>(); in handlePrefixMatch() 661 _matches.add(matchInfo); in handlePrefixMatch() 674 return _matches; in getMatches() 689 _matches = null; in resetResults()
|
D | TimeZoneNamesImpl.java | 521 private Collection<MatchInfo> _matches; field in TimeZoneNamesImpl.NameSearchHandler 545 if (_matches == null) { in handlePrefixMatch() 546 _matches = new LinkedList<MatchInfo>(); in handlePrefixMatch() 548 _matches.add(minfo); in handlePrefixMatch() 561 if (_matches == null) { in getMatches() 564 return _matches; in getMatches() 579 _matches = null; in resetResults()
|
/external/guice/extensions/persist/lib/ |
D | oro-2.0.8.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/external/autotest/site_utils/rpm_control_system/ |
D | BeautifulSoup.py | 924 or (markup and self._matches(markup, self.name)) \ 925 or (not markup and self._matches(markupName, self.name)): 940 if not self._matches(attrValue, matchAgainst): 970 if self._matches(markup, self.text): 977 def _matches(self, markup, matchAgainst): member in SoupStrainer
|
/external/rust/crates/structopt-derive/src/ |
D | lib.rs | 876 fn from_clap(_matches: &::structopt::clap::ArgMatches) -> Self { in impl_structopt()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |