/cts/tests/tests/slice/src/android/slice/cts/ |
D | SliceSpecTest.java | 34 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/ |
D | HttpResponseCacheTest.java | 69 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/ |
D | SpannableStringTest.java | 157 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
|
D | SpannableStringBuilderTest.java | 709 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/ |
D | SumPathEffectTest.java | 56 PathEffect first = new CornerPathEffect(40); in testSumPathEffect() local
|
D | ImageDecoderTest.java | 2345 Drawable first = null; in testReuse() local
|
/cts/tests/tests/text/src/android/text/style/cts/ |
D | LeadingMarginSpan_StandardTest.java | 54 int first = 4; in testGetLeadingMargin() local
|
/cts/tests/tests/view/src/android/view/cts/ |
D | View_InitialFocusTest.java | 68 View first = root.findFocus(); in getInitialAndFirstFocus() local
|
D | ContextThemeWrapperTest.java | 53 protected void onApplyThemeResource(Theme theme, int resid, boolean first) { in onApplyThemeResource()
|
D | SystemGestureExclusionRectsTest.java | 127 final Rect first = list.get(0); in animatingView() local
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostResultTest.java | 159 private static void assertFilesAreEqual(File first, File second) throws Exception { in assertFilesAreEqual()
|
/cts/tests/signature/tests/src/android/signature/cts/tests/ |
D | LineSpliteratorTestBase.java | 107 Spliterator<Integer> first = queue.remove(0); in testSplit() local
|
/cts/tests/app/app/src/android/app/stubs/ |
D | AppStubActivity.java | 137 boolean first){ in onApplyThemeResource()
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityEndToEndTest.java | 1078 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/ |
D | GestureUtils.java | 93 public static Path path(PointF first, PointF... rest) { in path()
|
/cts/tests/tests/net/src/android/net/cts/ |
D | UriTest.java | 295 Uri first = uri; in testPathOperations() local
|
D | DnsResolverTest.java | 156 static private void assertGreaterThan(String msg, int first, int second) { in assertGreaterThan()
|
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/ |
D | InsetDrawableTest.java | 423 InsetDrawable first = (InsetDrawable) res.getDrawable(R.drawable.inset_mutate, null); in testMutate() local
|
D | AdaptiveIconDrawableTest.java | 301 …AdaptiveIconDrawable first = (AdaptiveIconDrawable) res.getDrawable(R.drawable.adaptive_icon_drawa… in testMutate() local
|
/cts/hostsidetests/gputools/layers/jni/ |
D | glesLayer.cpp | 76 EGLAPI void EGLAPI glesLayer_glDrawArraysInstanced(GLenum mode, GLint first, GLsizei count, GLsizei… in glesLayer_glDrawArraysInstanced()
|
/cts/tools/dasm/src/java_cup/runtime/ |
D | lr_parser.java | 390 int first, last, probe; in get_action() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | AudioTrackSurroundTest.java | 293 AudioTimestamp first = mTimestamps.get(0); in estimateSampleRate() local
|
D | MediaCodecTest.java | 2371 Runnable first = null; in testAsyncRelease() local
|
/cts/tests/tests/appwidget/src/android/appwidget/cts/ |
D | AppWidgetTest.java | 1431 private static boolean equalOptions(Bundle first, Bundle second) { in equalOptions()
|