Home
last modified time | relevance | path

Searched refs:otherMatches (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/test/com/google/inject/internal/
DSpiUtils.java219 List<Binding> otherMatches = Lists.newArrayList(); in mapInjectorTest() local
282 otherMatches.add(b); in mapInjectorTest()
286 int sizeOfOther = otherMatches.size(); in mapInjectorTest()
293 "Incorrect other matches:\n\t" + Joiner.on("\n\t").join(otherMatches), in mapInjectorTest()
396 List<Element> otherMatches = Lists.newArrayList(); in mapModuleTest() local
493 otherMatches.add(element); in mapModuleTest()
497 int otherMatchesSize = otherMatches.size(); in mapModuleTest()
504 "incorrect number of contains, leftover matches:\n" + Joiner.on("\n\t").join(otherMatches), in mapModuleTest()
921 List<Binding> otherMatches = Lists.newArrayList(); in optionalInjectorTest() local
969 otherMatches.add(b); in optionalInjectorTest()
[all …]
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DResTable_config.java2169 final boolean otherMatches = Arrays.equals(o.localeVariant, requested.localeVariant); in isLocaleBetterThan()
2170 if (localeMatches != otherMatches) { in isLocaleBetterThan()