/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | LaunchClip.java | 114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell() 155 void verifyRange(Script.LaunchOptions sc, int[] a) { in verifyRange() 196 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite1D() local 207 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite1DAdapter1D() local 220 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2D() local 232 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2DAdapter1D() local 245 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite2DAdapter2D() local 259 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3D() local 272 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3DAdapter1D() local 287 Script.LaunchOptions sc = new Script.LaunchOptions(); in testWrite3DAdapter2D() local [all …]
|
D | SingleSourceForEachTest.java | 102 Script.LaunchOptions sc = new Script.LaunchOptions(); in testKernelLaunchWithOptions() local 116 Script.LaunchOptions sc = new Script.LaunchOptions(); in testAllocationlessKernelLaunch() local
|
D | IntrinsicConvolve5x5.java | 25 Script.LaunchOptions sc) { in test5() 76 …ivate void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc) { in testConvolve5()
|
D | IntrinsicConvolve3x3.java | 23 …ivate void testConvolve3(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc) { in testConvolve3()
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | TrustedPresentationCallbackTest.java | 95 private void registerTrustedPresentationCallback(SurfaceControl sc) { in registerTrustedPresentationCallback() 133 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener() local 153 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_parentVisibilityChanges() local 176 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_alphaBelow() local 194 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_minFractionDueToCrop() local 241 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_enteredExitEntered() local 300 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_clearCallback() local 325 SurfaceControl sc = createChildSc(rootSc); in testTrustedPresentationListener_multipleSetCallbacks() local 355 SurfaceControl sc = createChildSc(rootSc); in testSetTrustedPresentationListenerAfterThreshold() local 380 SurfaceControl sc = createChildSc(rootSc); in testSetTrustedPresentationListenerAfterClearing() local
|
D | SurfaceControlInputReceiverTests.java | 110 SurfaceControl sc = new SurfaceControl.Builder() in testLocalSurfaceControlReceivesInput() local 136 mActivity.getWindow().getRootSurfaceControl().getInputTransferToken(), sc, in testLocalSurfaceControlReceivesInput() local 170 SurfaceControl sc = new SurfaceControl.Builder() in testRemoteSurfaceControlReceivesInput() local 241 SurfaceControl sc = new SurfaceControl.Builder() in testNonBatchedSurfaceControlReceivesInput() local 265 mActivity.getWindow().getRootSurfaceControl().getInputTransferToken(), sc, in testNonBatchedSurfaceControlReceivesInput() local
|
D | SurfaceViewSurfaceValidatorTest.java | 136 SurfaceFiller sc = new SurfaceFiller(mActivity, readyLatch); in testBackgroundIsBehindAllSurfaceView() local
|
D | SurfaceControlTest.java | 2264 final SurfaceControl sc = b.setName("CTS").build(); in testLifecycle() local 2275 final SurfaceControl sc = b.setName("CTS").build(); in testSameSurface() local 2291 void fillWithColor(SurfaceControl sc, int color) { in fillWithColor() 2300 final SurfaceControl sc = buildDefaultSurface(parent); in buildDefaultSurface() local 2361 final SurfaceControl sc = buildDefaultRedSurface(null); in testReparentOff() local
|
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/ |
D | AccessibilityOverlayTest.java | 196 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testA11yServiceShowsDisplayEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear() local 207 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testEmbeddedDisplayOverlayWithServiceExit_shouldAppearAndDisappear() local 218 final SurfaceControl sc = createDisplayOverlay(overlayTitle); in testA11yServiceShowsDisplayEmbeddedOverlayWithCallback_shouldAppearAndDisappear() local 231 SurfaceControl sc = doOverlayWindowTest(overlayTitle, null, null); in testA11yServiceShowsWindowEmbeddedOverlayWithoutCallback_shouldAppearAndDisappear() local 248 SurfaceControl sc = doOverlayWindowTest(overlayTitle, mExecutor, mCallback); in testA11yServiceShowsWindowEmbeddedOverlayWithCallback_shouldAppearAndDisappear() local 287 final SurfaceControl sc = viewHost.getSurfacePackage().getSurfaceControl(); in doOverlayWindowTest() local 335 activityRootNode.getWindowId(), sc, executor, callback); in doOverlayWindowTest() local 338 activityRootNode.getWindowId(), sc); in doOverlayWindowTest() local 535 final SurfaceControl sc = in createDisplayOverlay() local 551 SurfaceControl sc, String overlayTitle, Executor executor, IntConsumer callback) in attachOverlayToDisplayAndCheck() [all …]
|
/cts/tests/tests/telephony/current/src/android/telephony/cts/ |
D | NetworkSlicingConfigTest.java | 28 NetworkSlicingConfig sc = new NetworkSlicingConfig(); in testConstructorAndGetters() local
|
/cts/hostsidetests/monkey/src/com/android/cts/monkey/ |
D | SeedTest.java | 54 private String getNextLine(Scanner sc) { in getNextLine()
|
/cts/tests/app/app/src/android/app/stubs/ |
D | Receiver_getBindingUidImportance.java | 79 final var sc = new ServiceConnection() { in doTestServiceBinding() local
|
/cts/tests/surfacecontrol/src/android/view/cts/util/aidl/ |
D | IAttachEmbeddedWindow.aidl | 30 String attachEmbeddedSurfaceControl(in SurfaceControl sc, in InputTransferToken hostToken, in attachEmbeddedSurfaceControl()
|
/cts/tests/app/FgsStartTest/test/src/android/app/cts/fgsstarttest/ |
D | ActivityManagerNewFgsLogicTest.java | 170 final var sc = new ServiceConnection() { in cleanUpHelperAppState() local
|
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/ |
D | MediaBitstreamsDeviceSideTest.java | 242 Scanner sc = new Scanner( in run()
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2020-11173/ |
D | local_poc.h | 48 uint32_t sc; member
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | BlendModeTest.java | 65 int sc = canvas.saveLayer(0, 0, TEST_WIDTH, TEST_HEIGHT, null); in draw() local
|