/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/ |
D | TryWithResourcesJavacFilterTest.java | 142 range0.fromInclusive = m.instructions.getLast(); in javac9() 146 range0.toInclusive = m.instructions.getLast(); in javac9() 150 range2.fromInclusive = m.instructions.getLast(); in javac9() 158 range2.toInclusive = m.instructions.getLast(); in javac9() 168 range1.fromInclusive = m.instructions.getLast(); in javac9() 186 range1.toInclusive = m.instructions.getLast(); in javac9() 190 range3.fromInclusive = m.instructions.getLast(); in javac9() 214 range3.toInclusive = m.instructions.getLast(); in javac9() 393 range0.fromInclusive = m.instructions.getLast(); in javac_7_8() 418 range0.toInclusive = m.instructions.getLast(); in javac_7_8() [all …]
|
D | TryWithResourcesEcjFilterTest.java | 185 range0.fromInclusive = m.instructions.getLast(); in ecj() 192 range0.toInclusive = m.instructions.getLast(); in ecj() 195 range1.fromInclusive = m.instructions.getLast(); in ecj() 308 range1.toInclusive = m.instructions.getLast(); in ecj() 468 range0.fromInclusive = m.instructions.getLast(); in ecj_noFlowOut() 491 range0.toInclusive = m.instructions.getLast(); in ecj_noFlowOut() 501 range1.fromInclusive = m.instructions.getLast(); in ecj_noFlowOut() 596 range1.toInclusive = m.instructions.getLast(); in ecj_noFlowOut()
|
D | EnumFilterTest.java | 40 assertEquals(m.instructions.getLast(), toInclusive); in testValues() 64 assertEquals(m.instructions.getLast(), toInclusive); in testValueOf()
|
D | StringSwitchJavacFilterTest.java | 51 final AbstractInsnNode fromInclusive = m.instructions.getLast(); in should_filter_code_generated_by_javac() 90 final AbstractInsnNode toInclusive = m.instructions.getLast(); in should_filter_code_generated_by_javac()
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/ |
D | CroppedTrack.java | 67 …if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getDelta() != nuDecodingTim… in getDecodingTimeEntries() 71 TimeToSampleBox.Entry e = returnDecodingEntries.getLast(); in getDecodingTimeEntries() 90 …if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getOffset() != nuDecodingTi… in getCompositionTimeEntries() 94 CompositionTimeToSample.Entry e = returnDecodingEntries.getLast(); in getCompositionTimeEntries()
|
D | AppendTrack.java | 259 …if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getDelta() != nuDecodingTim… in getDecodingTimeEntries() 263 TimeToSampleBox.Entry e = returnDecodingEntries.getLast(); in getDecodingTimeEntries() 283 …if (compositionTimeEntries.isEmpty() || compositionTimeEntries.getLast().getOffset() != compositio… in getCompositionTimeEntries() 287 CompositionTimeToSample.Entry e = compositionTimeEntries.getLast(); in getCompositionTimeEntries()
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | AcceptLanguageList.java | 64 public AcceptLanguage getLast() { in getLast() method in AcceptLanguageList 65 AcceptLanguage retval = (AcceptLanguage) super.getLast(); in getLast()
|
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/ |
D | ListOrganizerTest.java | 65 assertEquals(obj3, list.getLast()); in testMoveToBottom() 71 assertEquals(obj2, list.getLast()); in testMoveToBottom()
|
/external/guava/guava/src/com/google/common/collect/ |
D | BinaryTreeTraverser.java | 122 return stack.getLast(); 152 T node = stack.getLast(); 192 T node = stack.getLast();
|
D | ForwardingDeque.java | 66 public E getLast() { in getLast() method in ForwardingDeque 67 return delegate().getLast(); in getLast()
|
D | TreeTraverser.java | 99 Iterator<T> itr = stack.getLast(); // throws NSEE if empty 155 PostOrderNode<T> top = stack.getLast();
|
/external/turbine/java/com/google/turbine/binder/lookup/ |
D | ImportIndex.java | 19 import static com.google.common.collect.Iterables.getLast; 68 getLast(i.type()), in create() 83 String last = getLast(i.type()); in create()
|
D | MemberImportIndex.java | 19 import static com.google.common.collect.Iterables.getLast; 61 getLast(i.type()), in MemberImportIndex()
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
D | DTMAxisIteratorBase.java | 122 public int getLast() in getLast() method in DTMAxisIteratorBase 269 final int pos = isReverse() ? getLast() - position + 1 in getNodeByPosition()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | IterablesTest.java | 427 assertEquals(asList(5, null), Iterables.getLast(partitions)); 746 assertEquals("c", Iterables.getLast(list)); 752 Iterables.getLast(list); 759 assertEquals("c", Iterables.getLast(sortedSet)); 764 assertEquals("foo", Iterables.getLast(iterable, "bar")); 769 assertEquals("bar", Iterables.getLast(iterable, "bar")); 774 assertNull(Iterables.getLast(iterable, null)); 779 assertEquals("bar", Iterables.getLast(iterable, "qux")); 802 assertEquals("bar", Iterables.getLast(diesOnIteratorList, "qux")); 823 Iterables.getLast(sortedSet); [all …]
|
/external/owasp/sanitizer/src/main/org/owasp/html/ |
D | HtmlSanitizer.java | 164 attrs.add(attrs.getLast()); in sanitize() 183 attrs.add(attrs.getLast()); in sanitize()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | IterablesTest.java | 486 assertEquals(asList(5, null), Iterables.getLast(partitions)); 831 assertEquals("c", Iterables.getLast(list)); 837 Iterables.getLast(list); 844 assertEquals("c", Iterables.getLast(sortedSet)); 849 assertEquals("foo", Iterables.getLast(iterable, "bar")); 854 assertEquals("bar", Iterables.getLast(iterable, "bar")); 859 assertNull(Iterables.getLast(iterable, null)); 864 assertEquals("bar", Iterables.getLast(iterable, "qux")); 887 assertEquals("bar", Iterables.getLast(diesOnIteratorList, "qux")); 908 Iterables.getLast(sortedSet); [all …]
|
D | SynchronizedDequeTest.java | 207 public E getLast() { in getLast() method in SynchronizedDequeTest.TestDeque 209 return delegate.getLast(); in getLast() 287 create().getLast(); in testHoldsLockOnAllOperations()
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | TreeTraverser.java | 91 Iterator<T> itr = stack.getLast(); // throws NSEE if empty 147 PostOrderNode<T> top = stack.getLast();
|
D | Iterables.java | 743 public static <T> T getLast(Iterable<T> iterable) { 753 return Iterators.getLast(iterable.iterator()); 765 public static <T> T getLast(Iterable<? extends T> iterable, @Nullable T defaultValue) { 775 return Iterators.getLast(iterable.iterator(), defaultValue);
|
/external/apache-xml/src/main/java/org/apache/xml/dtm/ |
D | DTMAxisIterator.java | 52 public int getLast(); in getLast() method
|
/external/apache-xml/src/main/java/org/apache/xpath/axes/ |
D | ContextNodeList.java | 127 public int getLast(); in getLast() method
|
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/ |
D | SyntheticFilter.java | 27 methodNode.instructions.getLast()); in filter()
|
D | EnumFilter.java | 27 methodNode.instructions.getLast()); in filter()
|
D | AbstractAnnotatedMethodFilter.java | 39 methodNode.instructions.getLast()); in filter()
|