Searched +defs:A +defs:s (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/util/assets/ |
D | hyts_patch.jar | ... .A extends java.lang.Object {
String s
public void <init> ()
public void < ... |
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | KernelTest.java | 523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local 531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local 547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local 555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
|
D | ForEachTest.java | 523 ScriptC_foreach s = new ScriptC_foreach(mRS); in testMultipleForEach() local 531 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testMultipleForEach() local 547 ScriptC_noroot s = new ScriptC_noroot(mRS); in testNoRoot() local 555 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in testNoRoot() local
|
D | AllocationTest.java | 107 Allocation A = Allocation.createSized(mRS, e, i); in createSizedHelper() local 298 Allocation A = Allocation.createSized(mRS, Element.F32(mRS), nElems); in helperFloatCopy() local 324 Allocation A = Allocation.createSized(mRS, Element.I8(mRS), nElems); in helperByteCopy() local 351 Allocation A = Allocation.createSized(mRS, element, nElems); in helperShortCopy() local 377 Allocation A = Allocation.createSized(mRS, Element.I32(mRS), nElems); in helperIntCopy() local 403 Allocation A = in helperBaseObjCopy() local 431 Allocation A = Allocation.createTyped(mRS, typeBuilder.create()); in helperBitmapCopy() local 503 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperFloatCopy2D() local 532 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperByteCopy2D() local 562 Allocation A = Allocation.createTyped(mRS, b.setX(nElemsX).setY(nElemsY).create()); in helperShortCopy2D() local [all …]
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 36 public static void log(String s) { in log() 40 public static class A { class in ClassLoaderStaticNonce
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_foreach.cpp | 291 sp<ScriptC_foreach> s = new ScriptC_foreach(mRS); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 298 sp<Allocation> A = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSForEachTest_testMultipleForEach() local 325 sp<ScriptC_noroot> s = new ScriptC_noroot(mRS); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local 332 sp<Allocation> A = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSForEachTest_testNoRoot() local
|
/cts/tests/openglperf2/jni/graphics/ |
D | Matrix.cpp | 198 const float A = (right + left) * r_width; in newFrustum() local 256 float s = (float) sinf(radians); in newRotate() local
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |