Home
last modified time | relevance | path

Searched refs:getLast (Results 1 – 25 of 120) sorted by relevance

12345

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DStringSwitchEcjFilterTest.java56 final AbstractInsnNode switchNode = m.instructions.getLast(); in should_filter()
88 final AbstractInsnNode expectedToInclusive = m.instructions.getLast(); in should_filter()
92 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
95 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
98 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
101 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
132 final AbstractInsnNode switchNode = m.instructions.getLast(); in should_filter_when_default_is_first()
143 final AbstractInsnNode expectedToInclusive = m.instructions.getLast(); in should_filter_when_default_is_first()
147 expectedNewTargets.add(m.instructions.getLast()); in should_filter_when_default_is_first()
150 expectedNewTargets.add(m.instructions.getLast()); in should_filter_when_default_is_first()
DKotlinCoroutineFilterTest.java37 range1.fromInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
57 range1.toInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
69 range2.fromInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
89 range2.toInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
98 range0.fromInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
106 range0.toInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas_generated_by_Kotlin_1_3_30()
133 range1.fromInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas()
160 range1.toInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas()
173 range2.fromInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas()
201 range2.toInclusive = m.instructions.getLast(); in should_filter_suspending_lambdas()
[all …]
DKotlinWhenFilterTest.java43 range1.fromInclusive = m.instructions.getLast(); in should_filter_implicit_else()
44 range1.toInclusive = m.instructions.getLast(); in should_filter_implicit_else()
50 range2.fromInclusive = m.instructions.getLast(); in should_filter_implicit_else()
56 range2.toInclusive = m.instructions.getLast(); in should_filter_implicit_else()
97 final AbstractInsnNode switchNode = m.instructions.getLast(); in should_filter_implicit_default()
102 newTargets.add(m.instructions.getLast()); in should_filter_implicit_default()
107 range1.fromInclusive = m.instructions.getLast(); in should_filter_implicit_default()
113 range1.toInclusive = m.instructions.getLast(); in should_filter_implicit_default()
DTryWithResourcesJavacFilterTest.java138 range0.fromInclusive = m.instructions.getLast(); in javac9()
142 range0.toInclusive = m.instructions.getLast(); in javac9()
146 range2.fromInclusive = m.instructions.getLast(); in javac9()
154 range2.toInclusive = m.instructions.getLast(); in javac9()
164 range1.fromInclusive = m.instructions.getLast(); in javac9()
182 range1.toInclusive = m.instructions.getLast(); in javac9()
186 range3.fromInclusive = m.instructions.getLast(); in javac9()
210 range3.toInclusive = m.instructions.getLast(); in javac9()
377 range0.fromInclusive = m.instructions.getLast(); in javac_7_8()
402 range0.toInclusive = m.instructions.getLast(); in javac_7_8()
[all …]
DTryWithResourcesJavac11FilterTest.java51 range1.fromInclusive = m.instructions.getLast(); in without_null_check()
55 range1.toInclusive = m.instructions.getLast(); in without_null_check()
58 range2.fromInclusive = m.instructions.getLast(); in without_null_check()
73 range2.toInclusive = m.instructions.getLast(); in without_null_check()
103 range1.fromInclusive = m.instructions.getLast(); in with_null_check()
109 range1.toInclusive = m.instructions.getLast(); in with_null_check()
112 range2.fromInclusive = m.instructions.getLast(); in with_null_check()
129 range2.toInclusive = m.instructions.getLast(); in with_null_check()
DAbstractMatcherTest.java46 assertSame(m.instructions.getLast(), matcher.cursor); in skipNonOpcodes()
50 assertSame(m.instructions.getLast(), matcher.cursor); in skipNonOpcodes()
70 assertSame(m.instructions.getLast(), matcher.cursor); in nextIs()
92 assertSame(m.instructions.getLast(), matcher.cursor); in nextIsSwitch()
100 assertSame(m.instructions.getLast(), matcher.cursor); in nextIsSwitch()
120 assertSame(m.instructions.getLast(), matcher.cursor); in nextIsVar()
132 assertSame(m.instructions.getLast(), matcher.cursor); in nextIsVar()
170 assertSame(m.instructions.getLast(), matcher.cursor); in nextIsInvoke()
195 assertSame(m.instructions.getLast(), matcher.cursor); in nextIsType()
219 assertSame(m.instructions.getLast(), matcher.cursor); in firstIsALoad0()
DKotlinWhenStringFilterTest.java60 final AbstractInsnNode expectedFromInclusive = m.instructions.getLast(); in should_filter()
86 final AbstractInsnNode expectedToInclusive = m.instructions.getLast(); in should_filter()
90 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
93 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
96 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
99 expectedNewTargets.add(m.instructions.getLast()); in should_filter()
DTryWithResourcesEcjFilterTest.java181 range0.fromInclusive = m.instructions.getLast(); in ecj()
188 range0.toInclusive = m.instructions.getLast(); in ecj()
191 range1.fromInclusive = m.instructions.getLast(); in ecj()
304 range1.toInclusive = m.instructions.getLast(); in ecj()
458 range0.fromInclusive = m.instructions.getLast(); in ecj_noFlowOut()
481 range0.toInclusive = m.instructions.getLast(); in ecj_noFlowOut()
491 range1.fromInclusive = m.instructions.getLast(); in ecj_noFlowOut()
586 range1.toInclusive = m.instructions.getLast(); in ecj_noFlowOut()
DKotlinNotNullOperatorFilterTest.java43 range.fromInclusive = m.instructions.getLast(); in should_filter()
47 range.toInclusive = m.instructions.getLast(); in should_filter()
DKotlinUnsafeCastOperatorFilterTest.java37 final AbstractInsnNode expectedFrom = m.instructions.getLast(); in should_filter()
44 final AbstractInsnNode expectedTo = m.instructions.getLast(); in should_filter()
DKotlinLateinitFilterTest.java44 final AbstractInsnNode expectedFrom = m.instructions.getLast(); in testLateinitBranchIsFiltered()
51 final AbstractInsnNode expectedTo = m.instructions.getLast(); in testLateinitBranchIsFiltered()
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/deser/builder/
DBuilderWithUnwrappedTest.java30 String getLast() { in getLast() method in BuilderWithUnwrappedTest.Name
225 assertEquals("Doe", person.getName().getLast()); in testWithUnwrappedAndCreatorSingleParameterAtBeginning()
238 assertEquals("Doe", person.getName().getLast()); in testWithUnwrappedAndCreatorSingleParameterInMiddle()
251 assertEquals("Doe", person.getName().getLast()); in testWithUnwrappedAndCreatorSingleParameterAtEnd()
264 assertEquals("Doe", animal.getName().getLast()); in testWithUnwrappedAndCreatorMultipleParametersAtBeginning()
277 assertEquals("Doe", animal.getName().getLast()); in testWithUnwrappedAndCreatorMultipleParametersInMiddle()
290 assertEquals("Doe", animal.getName().getLast()); in testWithUnwrappedAndCreatorMultipleParametersAtEnd()
303 assertEquals("Doe", animal.getName().getLast()); in testWithUnwrappedNoCreator()
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/authoring/tracks/
DCroppedTrack.java67 …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()
DAppendTrack.java259 …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/
DAcceptLanguageList.java64 public AcceptLanguage getLast() { in getLast() method in AcceptLanguageList
65 AcceptLanguage retval = (AcceptLanguage) super.getLast(); in getLast()
/external/turbine/javatests/com/google/turbine/binder/bytecode/
DBytecodeBoundClassTest.java19 import static com.google.common.collect.Iterables.getLast;
67 assertThat(getLast(((ClassTy) rawInterfaces.interfaceTypes().get(0)).classes()).targs()) in interfaceTypes()
73 assertThat(getLast(((ClassTy) genericInterfaces.interfaceTypes().get(0)).classes()).targs()) in interfaceTypes()
77 getLast(((ClassTy) genericInterfaces.interfaceTypes().get(0)).classes()) in interfaceTypes()
142 assertThat(Iterables.getLast(((ClassTy) f.type()).classes()).targs()).hasSize(1); in fieldTypes()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DAnnotationGeneratedFilter.java33 methodNode.instructions.getLast()); in filter()
41 methodNode.instructions.getLast()); in filter()
/external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/util/
DListOrganizerTest.java65 assertEquals(obj3, list.getLast()); in testMoveToBottom()
71 assertEquals(obj2, list.getLast()); in testMoveToBottom()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMAxisIteratorBase.java122 public int getLast() in getLast() method in DTMAxisIteratorBase
269 final int pos = isReverse() ? getLast() - position + 1 in getNodeByPosition()
/external/dagger2/java/dagger/model/
DComponentPath.java20 import static com.google.common.collect.Iterables.getLast;
53 return getLast(components()); in currentComponent()
/external/guava/android/guava/src/com/google/common/collect/
DForwardingDeque.java71 public E getLast() { in getLast() method in ForwardingDeque
72 return delegate().getLast(); in getLast()
/external/guava/guava/src/com/google/common/collect/
DForwardingDeque.java71 public E getLast() { in getLast() method in ForwardingDeque
72 return delegate().getLast(); in getLast()
/external/turbine/java/com/google/turbine/binder/lookup/
DImportIndex.java19 import static com.google.common.collect.Iterables.getLast;
68 getLast(i.type()).value(), in create()
83 String last = getLast(i.type()).value(); in create()
/external/owasp/sanitizer/src/main/org/owasp/html/
DHtmlSanitizer.java164 attrs.add(attrs.getLast()); in sanitize()
183 attrs.add(attrs.getLast()); in sanitize()
/external/guava/android/guava-tests/test/com/google/common/collect/
DSynchronizedDequeTest.java207 public E getLast() { in getLast() method in SynchronizedDequeTest.TestDeque
209 return delegate.getLast(); in getLast()
287 create().getLast(); in testHoldsLockOnAllOperations()

12345