/external/guava/guava-tests/test/com/google/common/collect/ |
D | ForwardingTableTest.java | 47 assertEquals("[hashCode]", getCalls()); in testHashCode() 52 assertEquals("[cellSet]", getCalls()); in testCellSet() 57 assertEquals("[clear]", getCalls()); in testClear() 62 assertEquals("[column(Object)]", getCalls()); in testColumn() 67 assertEquals("[columnKeySet]", getCalls()); in testColumnKeySet() 72 assertEquals("[columnMap]", getCalls()); in testColumnMap() 77 assertEquals("[contains(Object,Object)]", getCalls()); in testContains() 82 assertEquals("[containsColumn(Object)]", getCalls()); in testContainsColumn() 87 assertEquals("[containsRow(Object)]", getCalls()); in testContainsRow() 92 assertEquals("[containsValue(Object)]", getCalls()); in testContainsValue() [all …]
|
D | ForwardingMultimapTest.java | 50 assertEquals("[size]", getCalls()); in testSize() 55 assertEquals("[isEmpty]", getCalls()); in testIsEmpty() 60 assertEquals("[containsKey(Object)]", getCalls()); in testContainsKey_Object() 65 assertEquals("[containsValue(Object)]", getCalls()); in testContainsValue_Object() 70 assertEquals("[containsEntry(Object,Object)]", getCalls()); in testContainsEntry_Object_Object() 75 assertEquals("[put(Object,Object)]", getCalls()); in testPut_Key_Value() 80 assertEquals("[remove(Object,Object)]", getCalls()); in testRemove_Key_Value() 85 assertEquals("[remove(Object,Object)]", getCalls()); in testPutAll_Key_Iterable() 90 assertEquals("[putAll(Multimap)]", getCalls()); in testPutAll_Multimap() 95 assertEquals("[replaceValues(Object,Iterable)]", getCalls()); in testReplaceValues_Key_Iterable() [all …]
|
D | ForwardingListTest.java | 184 assertEquals("[add(Object)]", getCalls()); in testAdd_T() 189 assertEquals("[add(int,Object)]", getCalls()); in testAdd_int_T() 194 assertEquals("[addAll(Collection)]", getCalls()); in testAddAll_Collection() 199 assertEquals("[addAll(int,Collection)]", getCalls()); in testAddAll_int_Collection() 204 assertEquals("[clear]", getCalls()); in testClear() 209 assertEquals("[contains(Object)]", getCalls()); in testContains_Object() 214 assertEquals("[containsAll(Collection)]", getCalls()); in testContainsAll_Collection() 219 assertEquals("[get(int)]", getCalls()); in testGet_int() 224 assertEquals("[indexOf(Object)]", getCalls()); in testIndexOf_Object() 229 assertEquals("[isEmpty]", getCalls()); in testIsEmpty() [all …]
|
D | ForwardingQueueTest.java | 147 assertEquals("[add(Object)]", getCalls()); in testAdd_T() 152 assertEquals("[addAll(Collection)]", getCalls()); in testAddAll_Collection() 157 assertEquals("[clear]", getCalls()); in testClear() 162 assertEquals("[contains(Object)]", getCalls()); in testContains_T() 167 assertEquals("[containsAll(Collection)]", getCalls()); in testContainsAll_Collection() 172 assertEquals("[element]", getCalls()); in testElement() 177 assertEquals("[iterator]", getCalls()); in testIterator() 182 assertEquals("[isEmpty]", getCalls()); in testIsEmpty() 187 assertEquals("[offer(Object)]", getCalls()); in testOffer_T() 192 assertEquals("[peek]", getCalls()); in testPeek() [all …]
|
D | ForwardingMultisetTest.java | 285 assertEquals("[add(Object)]", getCalls()); in testAdd_T() 290 assertEquals("[addAll(Collection)]", getCalls()); in testAddAll_Collection() 295 assertEquals("[clear]", getCalls()); in testClear() 300 assertEquals("[contains(Object)]", getCalls()); in testContains_Object() 305 assertEquals("[containsAll(Collection)]", getCalls()); in testContainsAll_Collection() 310 assertEquals("[isEmpty]", getCalls()); in testIsEmpty() 315 assertEquals("[iterator]", getCalls()); in testIterator() 320 assertEquals("[remove(Object)]", getCalls()); in testRemove_Object() 325 assertEquals("[removeAll(Collection)]", getCalls()); in testRemoveAll_Collection() 330 assertEquals("[retainAll(Collection)]", getCalls()); in testRetainAll_Collection() [all …]
|
D | ForwardingListIteratorTest.java | 48 assertEquals("[add(Object)]", getCalls()); in testAdd_T() 53 assertEquals("[hasNext]", getCalls()); in testHasNext() 58 assertEquals("[hasPrevious]", getCalls()); in testHasPrevious() 63 assertEquals("[next]", getCalls()); in testNext() 68 assertEquals("[nextIndex]", getCalls()); in testNextIndex() 73 assertEquals("[previous]", getCalls()); in testPrevious() 78 assertEquals("[previousIndex]", getCalls()); in testPreviousIndex() 83 assertEquals("[remove]", getCalls()); in testRemove() 88 assertEquals("[set(Object)]", getCalls()); in testSet_T()
|
D | ForwardingSetTest.java | 154 assertEquals("[add(Object)]", getCalls()); in testAdd_T() 159 assertEquals("[addAll(Collection)]", getCalls()); in testAddAll_Collection() 164 assertEquals("[clear]", getCalls()); in testClear() 169 assertEquals("[contains(Object)]", getCalls()); in testContains_Object() 174 assertEquals("[containsAll(Collection)]", getCalls()); in testContainsAll_Collection() 179 assertEquals("[isEmpty]", getCalls()); in testIsEmpty() 184 assertEquals("[iterator]", getCalls()); in testIterator() 189 assertEquals("[remove(Object)]", getCalls()); in testRemove_Object() 194 assertEquals("[removeAll(Collection)]", getCalls()); in testRemoveAll_Collection() 199 assertEquals("[retainAll(Collection)]", getCalls()); in testRetainAll_Collection() [all …]
|
D | ForwardingCollectionTest.java | 147 assertEquals("[add(Object)]", getCalls()); in testAdd_T() 152 assertEquals("[addAll(Collection)]", getCalls()); in testAddAll_Collection() 157 assertEquals("[clear]", getCalls()); in testClear() 162 assertEquals("[contains(Object)]", getCalls()); in testContains_Object() 167 assertEquals("[containsAll(Collection)]", getCalls()); in testContainsAll_Collection() 172 assertEquals("[isEmpty]", getCalls()); in testIsEmpty() 177 assertEquals("[iterator]", getCalls()); in testIterator() 182 assertEquals("[remove(Object)]", getCalls()); in testRemove_Object() 187 assertEquals("[removeAll(Collection)]", getCalls()); in testRemoveAll_Collection() 192 assertEquals("[retainAll(Collection)]", getCalls()); in testRetainAll_Collection() [all …]
|
D | ForwardingMapTest.java | 178 assertEquals("[size]", getCalls()); 183 assertEquals("[isEmpty]", getCalls()); 188 assertEquals("[remove(Object)]", getCalls()); 193 assertEquals("[clear]", getCalls()); 198 assertEquals("[containsKey(Object)]", getCalls()); 203 assertEquals("[containsValue(Object)]", getCalls()); 208 assertEquals("[get(Object)]", getCalls()); 213 assertEquals("[put(Object,Object)]", getCalls()); 218 assertEquals("[putAll(Map)]", getCalls()); 223 assertEquals("[keySet]", getCalls()); [all …]
|
D | ForwardingSortedMultisetTest.java | 225 assertEquals("[comparator]", getCalls()); 230 assertEquals("[firstEntry]", getCalls()); 235 assertEquals("[lastEntry]", getCalls()); 240 assertEquals("[pollFirstEntry]", getCalls()); 245 assertEquals("[pollLastEntry]", getCalls()); 250 assertEquals("[descendingMultiset]", getCalls()); 255 assertEquals("[headMultiset(Object,BoundType)]", getCalls()); 260 assertEquals("[subMultiset(Object,BoundType,Object,BoundType)]", getCalls()); 265 assertEquals("[tailMultiset(Object,BoundType)]", getCalls());
|
D | ForwardingSortedSetTest.java | 146 assertEquals("[comparator]", getCalls()); in testComparator() 151 assertEquals("[first]", getCalls()); in testFirst() 156 assertEquals("[headSet(Object)]", getCalls()); in testHeadSet_K() 161 assertEquals("[last]", getCalls()); in testLast() 166 assertEquals("[subSet(Object,Object)]", getCalls()); in testSubSet_K_K() 171 assertEquals("[tailSet(Object)]", getCalls()); in testTailSet_K()
|
D | ForwardingSortedMapTest.java | 192 assertEquals("[comparator]", getCalls()); 197 assertEquals("[firstKey]", getCalls()); 202 assertEquals("[headMap(Object)]", getCalls()); 207 assertEquals("[lastKey]", getCalls()); 212 assertEquals("[subMap(Object,Object)]", getCalls()); 217 assertEquals("[tailMap(Object)]", getCalls());
|
D | ForwardingTestCase.java | 51 protected String getCalls() { in getCalls() method in ForwardingTestCase
|
/external/antlr/antlr-3.4/runtime/ObjC/Framework/ |
D | ANTLRBufferedTreeNodeStream.h | 95 @property (retain, getter=getCalls, setter=setCalls:) ANTLRIntArray *calls;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/ |
D | ANTLRBufferedTreeNodeStream.h | 94 @property (retain, getter=getCalls, setter=setCalls:) ANTLRIntArray *calls;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/ |
D | ANTLRBufferedTreeNodeStream.h | 94 @property (retain, getter=getCalls, setter=setCalls:) ANTLRIntArray *calls;
|
/external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/ |
D | ANTLRBufferedTreeNodeStream.h | 94 @property (retain, getter=getCalls, setter=setCalls:) ANTLRIntArray *calls;
|