HomeSort by relevance Sort by last modified time
    Searched refs:otherMatches (Results 1 - 2 of 2) sorted by null

  /external/guice/extensions/multibindings/test/com/google/inject/multibindings/
SpiUtils.java 185 List<Binding> otherMatches = Lists.newArrayList();
236 otherMatches.add(b);
240 int sizeOfOther = otherMatches.size();
246 assertEquals("Incorrect other matches: " + otherMatches, expectedSize, sizeOfOther);
298 List<Element> otherMatches = Lists.newArrayList();
379 otherMatches.add(element);
383 int otherMatchesSize = otherMatches.size();
389 assertEquals("incorrect number of contains, leftover matches: " + otherMatches,
743 List<Binding> otherMatches = Lists.newArrayList();
    [all...]
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp     [all...]

Completed in 400 milliseconds