Searched defs:foos (Results 1 – 11 of 11) sorted by relevance
155 Collection<Integer> foos = map.get("foo"); in testLinkedGetAdd() local167 List<Integer> foos = map.get("foo"); in testLinkedGetInsert() local222 List<Integer> foos = map.get("foo"); in testLinkedClear() local227 assertEquals(Collections.emptyList(), foos); in testLinkedClear() local
156 Collection<Integer> foos = map.get("foo"); in testLinkedGetAdd() local168 List<Integer> foos = map.get("foo"); in testLinkedGetInsert() local223 List<Integer> foos = map.get("foo"); in testLinkedClear() local228 assertEquals(Collections.emptyList(), foos); in testLinkedClear() local
27 public List<Foo> foos; field in GenericTypeHolder
14 Foo foos[0]; member in Bar
9 "foos": "bar", string
48 Collection<Foo> foos = Arrays.asList(new Foo(1), new Foo(2)); in testCollectionOfObjects() local
5 @property (readonly, copy) id foos; property
241 int foos[2]; in TEST() local251 int foos[2]; in TEST() local
292 private Foo[] foos; field in ArrayAccessReplaceTest.Simple
2216 public Builder<FooT> addFoos(Iterable<FooT> foos) { in addFoos()