Searched refs:getLast (Results 1 - 25 of 94) sorted by relevance

1234

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DAcceptLanguageList.java64 public AcceptLanguage getLast() { method in class:AcceptLanguageList
65 AcceptLanguage retval = (AcceptLanguage) super.getLast();
/external/apache-xml/src/main/java/org/apache/xml/dtm/
H A DDTMAxisIterator.java52 public int getLast(); method in interface:DTMAxisIterator
/external/apache-xml/src/main/java/org/apache/xpath/axes/
H A DContextNodeList.java127 public int getLast(); method in interface:ContextNodeList
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
H A DSyntheticFilter.java27 methodNode.instructions.getLast());
H A DAbstractAnnotatedMethodFilter.java39 methodNode.instructions.getLast());
H A DEnumFilter.java27 methodNode.instructions.getLast());
H A DPrivateEmptyNoArgConstructorFilter.java31 methodNode.instructions.getLast());
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
H A DListOrganizerTest.java65 assertEquals(obj3, list.getLast());
71 assertEquals(obj2, list.getLast());
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java122 public int getLast() method in class:DTMAxisIteratorBase
269 final int pos = isReverse() ? getLast() - position + 1
/external/guava/guava/src/com/google/common/collect/
H A DForwardingDeque.java66 public E getLast() { method in class:ForwardingDeque
67 return delegate().getLast();
H A DBinaryTreeTraverser.java122 return stack.getLast();
152 T node = stack.getLast();
192 T node = stack.getLast();
H A DTreeTraverser.java99 Iterator<T> itr = stack.getLast(); // throws NSEE if empty
155 PostOrderNode<T> top = stack.getLast();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
H A DTryWithResourcesJavacFilterTest.java142 range0.fromInclusive = m.instructions.getLast();
146 range0.toInclusive = m.instructions.getLast();
150 range2.fromInclusive = m.instructions.getLast();
158 range2.toInclusive = m.instructions.getLast();
168 range1.fromInclusive = m.instructions.getLast();
186 range1.toInclusive = m.instructions.getLast();
190 range3.fromInclusive = m.instructions.getLast();
214 range3.toInclusive = m.instructions.getLast();
393 range0.fromInclusive = m.instructions.getLast();
418 range0.toInclusive = m.instructions.getLast();
[all...]
H A DEnumFilterTest.java40 assertEquals(m.instructions.getLast(), toInclusive);
64 assertEquals(m.instructions.getLast(), toInclusive);
H A DPrivateEmptyNoArgConstructorFilterTest.java43 assertEquals(m.instructions.getLast(), toInclusive);
H A DTryWithResourcesEcjFilterTest.java185 range0.fromInclusive = m.instructions.getLast();
192 range0.toInclusive = m.instructions.getLast();
195 range1.fromInclusive = m.instructions.getLast();
308 range1.toInclusive = m.instructions.getLast();
468 range0.fromInclusive = m.instructions.getLast();
491 range0.toInclusive = m.instructions.getLast();
501 range1.fromInclusive = m.instructions.getLast();
596 range1.toInclusive = m.instructions.getLast();
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
H A DCroppedTrack.java67 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getDelta() != nuDecodingTime) {
71 TimeToSampleBox.Entry e = returnDecodingEntries.getLast();
90 if (returnDecodingEntries.isEmpty() || returnDecodingEntries.getLast().getOffset() != nuDecodingTime) {
94 CompositionTimeToSample.Entry e = returnDecodingEntries.getLast();
/external/smali/util/src/main/java/org/jf/util/jcommander/
H A DCommand.java61 JCommander parentJc = Iterables.getLast(commandAncestors);
/external/turbine/java/com/google/turbine/binder/lookup/
H A DImportIndex.java19 import static com.google.common.collect.Iterables.getLast;
68 getLast(i.type()),
83 String last = getLast(i.type());
H A DMemberImportIndex.java19 import static com.google.common.collect.Iterables.getLast;
61 getLast(i.type()),
/external/owasp/sanitizer/src/main/org/owasp/html/
H A DHtmlSanitizer.java164 attrs.add(attrs.getLast());
183 attrs.add(attrs.getLast());
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DCounter.java150 int getLast() method in class:Counter
/external/easymock/src/org/easymock/internal/
H A DResults.java35 Range lastRange = ranges.getLast();
/external/smali/baksmali/src/main/java/org/jf/baksmali/
H A DListHelpCommand.java65 JCommander parentJc = Iterables.getLast(commandAncestors);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DTreeTraverser.java91 Iterator<T> itr = stack.getLast(); // throws NSEE if empty
147 PostOrderNode<T> top = stack.getLast();

Completed in 626 milliseconds

1234