Home
last modified time | relevance | path

Searched defs:first (Results 1 – 24 of 24) sorted by relevance

/cts/tests/tests/slice/src/android/slice/cts/
DSliceSpecTest.java34 SliceSpec first = new SliceSpec("first", 1); in testDifferentTypes() local
46 SliceSpec first = new SliceSpec("namespace", 2); in testRenderDifference() local
/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java69 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testSecondEquivalentInstallDoesNothing() local
75 HttpResponseCache first = HttpResponseCache.install(cacheDir, 10 * 1024 * 1024); in testInstallClosesPreviouslyInstalled() local
/cts/tests/tests/text/src/android/text/cts/
DSpannableStringTest.java157 SpannableString first = new SpannableString("t\nest data"); in testSubsequence_copiesSpans() local
187 SpannableString first = new SpannableString("t\nest data"); in testCopyConstructor_copiesAllSpans() local
210 SpannableString first = new SpannableString("t\nest data"); in testCopyGrowable() local
DSpannableStringBuilderTest.java709 Object first = new SubscriptSpan(); in testGetSpans_returnsSpansInInsertionOrderWhenTheLaterCoversTheFirst() local
727 Object first = new SubscriptSpan(); in testGetSpans_returnsSpansSortedFirstByPriorityThenByInsertionOrder() local
754 Object first = new SubscriptSpan(); in testGetSpans_returnsSpansInInsertionOrderAfterRemoveSpanCalls() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DSumPathEffectTest.java56 PathEffect first = new CornerPathEffect(40); in testSumPathEffect() local
DImageDecoderTest.java2345 Drawable first = null; in testReuse() local
/cts/tests/tests/text/src/android/text/style/cts/
DLeadingMarginSpan_StandardTest.java54 int first = 4; in testGetLeadingMargin() local
/cts/tests/tests/view/src/android/view/cts/
DView_InitialFocusTest.java68 View first = root.findFocus(); in getInitialAndFirstFocus() local
DContextThemeWrapperTest.java53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
DSystemGestureExclusionRectsTest.java127 final Rect first = list.get(0); in animatingView() local
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostResultTest.java159 private static void assertFilesAreEqual(File first, File second) throws Exception { in assertFilesAreEqual()
/cts/tests/signature/tests/src/android/signature/cts/tests/
DLineSpliteratorTestBase.java107 Spliterator<Integer> first = queue.remove(0); in testSplit() local
/cts/tests/app/app/src/android/app/stubs/
DAppStubActivity.java137 boolean first){ in onApplyThemeResource()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityEndToEndTest.java1078 private boolean equalsAccessiblityEvent(AccessibilityEvent first, AccessibilityEvent second) { in equalsAccessiblityEvent()
1104 private boolean equalsNotificationAsParcelableData(AccessibilityEvent first, in equalsNotificationAsParcelableData()
1119 private boolean equalsText(AccessibilityEvent first, AccessibilityEvent second) { in equalsText()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DGestureUtils.java93 public static Path path(PointF first, PointF... rest) { in path()
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java295 Uri first = uri; in testPathOperations() local
DDnsResolverTest.java156 static private void assertGreaterThan(String msg, int first, int second) { in assertGreaterThan()
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DInsetDrawableTest.java423 InsetDrawable first = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); in testMutate() local
DAdaptiveIconDrawableTest.java301 …AdaptiveIconDrawable first = (AdaptiveIconDrawable) res.getDrawable(R.drawable.adaptive_icon_drawa… in testMutate() local
/cts/hostsidetests/gputools/layers/jni/
DglesLayer.cpp76 EGLAPI void EGLAPI glesLayer_glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei… in glesLayer_glDrawArraysInstanced()
/cts/tools/dasm/src/java_cup/runtime/
Dlr_parser.java390 int first, last, probe; in get_action() local
/cts/tests/tests/media/src/android/media/cts/
DAudioTrackSurroundTest.java293 AudioTimestamp first = mTimestamps.get(0); in estimateSampleRate() local
DMediaCodecTest.java2371 Runnable first = null; in testAsyncRelease() local
/cts/tests/tests/appwidget/src/android/appwidget/cts/
DAppWidgetTest.java1431 private static boolean equalOptions(Bundle first, Bundle second) { in equalOptions()