Home
last modified time | relevance | path

Searched defs:sc (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java114 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 …]
DSingleSourceForEachTest.java102 Script.LaunchOptions sc = new Script.LaunchOptions(); in testKernelLaunchWithOptions() local
116 Script.LaunchOptions sc = new Script.LaunchOptions(); in testAllocationlessKernelLaunch() local
DIntrinsicConvolve5x5.java25 Script.LaunchOptions sc) { in test5()
76 …ivate void testConvolve5(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc) { in testConvolve5()
DIntrinsicConvolve3x3.java23 …ivate void testConvolve3(int w, int h, Element.DataType dt, int vecSize, Script.LaunchOptions sc) { in testConvolve3()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceControlTest.java92 final SurfaceControl sc = b.setName("CTS").build(); in testLifecycle() local
109 void fillWithColor(SurfaceControl sc, int color) { in fillWithColor()
118 final SurfaceControl sc = buildDefaultSurface(parent); in buildDefaultSurface() local
170 final SurfaceControl sc = buildDefaultRedSurface(null); in testReparentOff() local
DSurfaceViewSurfaceValidatorTest.java126 SurfaceFiller sc = new SurfaceFiller(mActivity); in start() local
/cts/hostsidetests/monkey/src/com/android/cts/monkey/
DSeedTest.java54 private String getNextLine(Scanner sc) { in getNextLine()
/cts/hostsidetests/incident/src/com/android/server/cts/
DJobSchedulerIncidentTest.java257 …private static void testStateControllerProto(StateControllerProto sc, int filterLevel) throws Exce… in testStateControllerProto()
/cts/hostsidetests/media/bitstreams/app/src/android/media/cts/bitstreams/app/
DMediaBitstreamsDeviceSideTest.java241 Scanner sc = new Scanner( in run()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DBlendModeTest.java65 int sc = canvas.saveLayer(0, 0, TEST_WIDTH, TEST_HEIGHT, null); in draw() local