/cts/tests/tests/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 120 IpSecManager ism, int direction, IpSecTransform transform) throws Exception; in applyTransportModeTransform() 181 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform() 262 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform() 310 IpSecManager ism, int direction, IpSecTransform transform) throws Exception { in applyTransportModeTransform() 331 IpSecManager ism, IpSecTransform transform, GenericSocket socket) throws Exception { in applyTransformBidirectionally() 338 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getNativeUdpSocketPair() 361 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getNativeTcpSocketPair() 385 InetAddress localAddr, IpSecManager ism, IpSecTransform transform, boolean connected) in getJavaUdpSocketPair() 402 InetAddress localAddr, IpSecManager ism, IpSecTransform transform) throws Exception { in getJavaTcpSocketPair() 485 try (IpSecTransform transform = buildDefaultTransform(local)) { in testJavaTcpSocketPair() [all …]
|
D | IpSecManagerTest.java | 141 private void checkUnconnectedUdp(IpSecTransform transform, InetAddress local, int sendCount, in checkUnconnectedUdp() 171 private void checkTcp(IpSecTransform transform, InetAddress local, int sendCount, in checkTcp() 241 IpSecTransform transform = in testCreateTransform() local 481 try (IpSecTransform transform = in checkTransform()
|
/cts/tests/tests/graphics/jni/ |
D | android_graphics_cts_ANativeWindowTest.cpp | 28 void pushBufferWithTransform(JNIEnv* env, jclass, jobject jSurface, jint transform) { in pushBufferWithTransform()
|
/cts/tests/pdf/src/android/graphics/pdf/cts/ |
D | PdfRendererTest.java | 282 Matrix transform = new Matrix(); in renderPerspective() local 293 Matrix transform = new Matrix(); in render45degreeRotationTranslationAndScaleAndClip() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | DepthImage.java | 81 DepthTransform transform = new RangeInverseDepthTransform((float)near, (float)far); in createFromDepthmap() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ANativeWindowTest.java | 248 private static native void nPushBufferWithTransform(Surface surface, int transform); in nPushBufferWithTransform()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | TextureViewTest.java | 170 Matrix transform = new Matrix(); in testTransformScale() local 322 Matrix transform = new Matrix(); in testSamplingWithTransform() local
|
D | ASurfaceControlTest.java | 208 int dstBottom, int transform) { in setGeometry() 216 int transform) { in setGeometry() 1571 int srcBottom, int dstRight, int dstTop, int dstLeft, int dstBottom, int transform); in nSurfaceTransaction_setGeometry()
|
D | TextureViewCtsActivity.java | 249 public void drawFrame(Matrix transform, DrawFrame callback) throws Throwable { in drawFrame()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/video/ |
D | CameraVideoActivity.java | 892 Matrix transform = new Matrix(); in startPreview() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/formats/ |
D | CameraFormatsActivity.java | 513 Matrix transform = new Matrix(); in startPreview() local
|
/cts/tests/tests/view/jni/ |
D | android_view_cts_ASurfaceControlTest.cpp | 290 jint transform) { in SurfaceTransaction_setGeometry()
|
/cts/tests/camera/src/android/hardware/camera2/cts/ |
D | CaptureRequestTest.java | 1386 ColorSpaceTransform transform = result.get(CaptureResult.COLOR_CORRECTION_TRANSFORM); in colorCorrectionTestByCamera() local
|