Home
last modified time | relevance | path

Searched +defs:a +defs:s (Results 1 – 23 of 23) sorted by relevance

/cts/tests/tests/jni/src/android/jni/cts/
DClassLoaderStaticNonce.java34 private final static A a = new A(); field in ClassLoaderStaticNonce
36 public static void log(String s) { in log()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DComputeTest.java205 private boolean initializeGlobals(ScriptC_primitives s) { in initializeGlobals()
324 private void checkInit(ScriptC_array_init s) { in checkInit()
396 private boolean initializeVector(ScriptC_vector s) { in initializeVector()
671 ScriptC_vector s = new ScriptC_vector(mRS); in testVector() local
684 ScriptC_MatrixTest s = new ScriptC_MatrixTest(mRS); in testMatrix() local
692 private boolean initializeStructObject(ScriptC_struct_object s) { in initializeStructObject()
701 ScriptC_struct_object s = in testStructObject() local
725 void setUpAllocation(Allocation a, int val) { in setUpAllocation()
736 void checkAllocation(Allocation a, int val) { in checkAllocation()
751 ScriptC_negate s = new ScriptC_negate(mRS); in testForEach() local
DLaunchClip.java114 private void verifyCell(int x, int y, int z, int[] a, Script.LaunchOptions sc) { in verifyCell()
148 String s = new String("verify error @ " + x + ", " + y + ", " + z + in verifyCell() local
155 void verifyRange(Script.LaunchOptions sc, int[] a) { in verifyRange()
179 AllocationAdapter a = AllocationAdapter.createTyped(mRS, base, t); in makeAdapter() local
210 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 0, 0); in testWrite1DAdapter1D() local
236 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 17, 0); in testWrite2DAdapter1D() local
249 AllocationAdapter a = makeAdapter(mAout, 68, 160, 0, 9, 17, 0); in testWrite2DAdapter2D() local
277 AllocationAdapter a = makeAdapter(mAout, 28, 0, 0, 9, 17, 7); in testWrite3DAdapter1D() local
292 AllocationAdapter a = makeAdapter(mAout, 28, 10, 0, 9, 17, 7); in testWrite3DAdapter2D() local
307 AllocationAdapter a = makeAdapter(mAout, 28, 10, 14, 9, 17, 7); in testWrite3DAdapter3D() local
DScriptGroupTest.java394 int[] a = new int[ARRAY_SIZE * 4]; in testBuilder2PointWiseKernelToKernelDependency() local
417 ScriptC_reduction s = new ScriptC_reduction(mRS); in testBuilder2GatherScatterAcrossKernelsViaGlobals() local
452 int[] a = new int[4]; in testBuilder2GatherScatterAcrossKernelsViaGlobals() local
476 ScriptC_reduction s = new ScriptC_reduction(mRS); in testBuilder2KernelOutputToGlobal() local
513 int[] a = new int[4 * ARRAY_SIZE]; in testBuilder2KernelOutputToGlobal() local
538 ScriptC_matrix s = new ScriptC_matrix(mRS); in testBuilder2InvokeToKernelDependency() local
588 float[] a = new float[ARRAY_SIZE * 4]; in testBuilder2InvokeToKernelDependency() local
Dfloat16_gen.c110 float half2float(unsigned short s) { in half2float()
152 unsigned short a = (value & EXPONENT_MASK); in getErrorBar() local
187 unsigned short add(unsigned short a, unsigned short b) { in add()
193 unsigned short subtract(unsigned short a, unsigned short b) { in subtract()
199 unsigned short multiply(unsigned short a, unsigned short b) { in multiply()
205 unsigned short divide(unsigned short a, unsigned short b) { in divide()
DTarget.java113 Floaty newFloaty(double a) { in newFloaty()
117 Floaty newFloaty(double a, double b) { in newFloaty()
121 Floaty newFloaty(double a, double b, double c) { in newFloaty()
125 Floaty newFloaty(double a, double b, double c, double d) { in newFloaty()
129 Floaty newFloaty(double a, double b, double c, double d, double e) { in newFloaty()
138 Floaty new32(float a) { in new32()
142 Floaty new32(float a, float b) { in new32()
146 Floaty new32(float a, float b, float c) { in new32()
150 Floaty new32(float a, float b, float c, float d) { in new32()
154 Floaty new32(float a, float b, float c, float d, float e) { in new32()
[all …]
DIntrinsicBase.java80 Allocation a = Allocation.createTyped(mRS, t); in makeAllocation() local
83 final int s = a.getBytesSize(); in makeAllocation() local
DAllocationTest.java681 helperShortCopy(Element.I16(mRS), s, 0, s, mode); in test1DCopyOperations() local
682 helperShortCopy(Element.F16(mRS), s, 0, s, mode); in test1DCopyOperations() local
693 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local
694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local
843 Allocation a; in testDimReturnsZero() local
/cts/tests/tests/os/src/android/os/cts/
DParcelTest.java215 String s = "IBinder interface token"; in testEnforceInterface() local
319 Signature s = new Signature(signatureString); in testReadValue() local
831 char[] a = {'a'}; in testReadCharArray() local
899 char[] a = {'a'}; in testCreateCharArray() local
1005 int[] a = {21}; in testReadIntArray() local
1071 int[] a = {21}; in testCreateIntArray() local
1163 long[] a = {21L}; in testReadLongArray() local
1229 long[] a = {21L}; in testCreateLongArray() local
1333 float[] a = {2.1f}; in testReadFloatArray() local
1399 float[] a = {2.1f}; in testCreateFloatArray() local
[all …]
/cts/tests/tests/opengl/src/android/opengl/cts/
DEgl10Utils.java85 int s = findConfigAttrib(egl, display, config, EGL10.EGL_STENCIL_SIZE); in chooseConfig() local
90 int a = findConfigAttrib(egl, display, config, EGL10.EGL_ALPHA_SIZE); in chooseConfig() local
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java63 Uri a = Uri.fromParts("foo", "bar", "tee"); in testBuildUpon() local
165 Uri a = Uri.parse("foo:a"); in testCompareTo() local
175 Uri a = Uri.parse("http://crazybob.org/test/?foo=bar#tee"); in testEqualsAndHashCode() local
219 private static void assertEncodeDecodeRoundtripExact(String s) { in assertEncodeDecodeRoundtripExact()
/cts/tests/tests/media/libmediandkjni/
Dmd5_utils.cpp150 #define MD5STEP(f,w,x,y,z,in,s) \ argument
160 /*register*/ UWORD32 a, b, c, d; in MD5Transform() local
Dnative-media-jni.cpp250 int a = 1; in adler32() local
270 const char *s = AMediaFormat_toString(format); in testExtractor() local
515 const char *s = AMediaFormat_toString(format); in Java_android_media_cts_NativeDecoderTest_getDecodedDataNative() local
701 const char *s = AMediaFormat_toString(format); in Java_android_media_cts_NativeDecoderTest_testPlaybackNative() local
783 const char *s = AMediaFormat_toString(format); in Java_android_media_cts_NativeDecoderTest_testMuxerNative() local
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java51 public static void L(String s, Object... parts) { in L()
360 boolean equalBitmaps(Bitmap a, Bitmap b) { in equalBitmaps()
364 boolean equalBitmaps(Bitmap a, Bitmap b, Region region) { in equalBitmaps()
394 void findBitmapDifferences(Bitmap a, Bitmap b) { in findBitmapDifferences()
426 static void printBits(int[] a, int w, int h) { in printBits()
DShapeDrawableTest.java289 public MockShapeDrawable(Shape s) { in MockShapeDrawable()
373 ShapeDrawable a = new ShapeDrawable(); in testMutateGetShape() local
/cts/hostsidetests/sustainedperf/shadertoy_android/src/
DGLtestView.java135 public ConfigChooser(int r, int g, int b, int a, int depth, int stencil) { in ConfigChooser()
189 int s = findConfigAttrib(egl, display, config, in chooseConfig() local
203 int a = findConfigAttrib(egl, display, config, in chooseConfig() local
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java217 float c, s; in testGetQuaternionFromVector() local
368 float c, s; in testGetRotationMatrixFromVector() local
409 float c, s; in testGetRotationMatrixFromVector() local
606 private static void assertRoughlyEqual(String message, float a, float b, float bound) { in assertRoughlyEqual()
742 String s; in vecToStr() local
/cts/tests/tests/identity/src/android/security/identity/cts/
DUtil.java400 BigInteger s = new BigInteger(Arrays.copyOfRange(signature, 32, 64)); in signatureCoseToDer() local
441 Signature s = Signature.getInstance("SHA256withECDSA"); in coseSign1Sign() local
855 Signature s = Signature.getInstance("SHA256withECDSA"); in signPublicKeyWithPrivateKey() local
987 static byte[] concatArrays(byte[] a, byte[] b) { in concatArrays()
/cts/tests/vr/src/android/vr/cts/
DOpenGLESActivity.java344 int s = findConfigAttrib(egl, display, config, in chooseConfig() local
358 int a = findConfigAttrib(egl, display, config, in chooseConfig() local
/cts/tests/tests/text/src/android/text/format/cts/
DTimeTest.java233 Time a = new Time(Time.TIMEZONE_UTC); in testAfterBefore() local
664 Time a = new Time(timezone); in testCompare() local
728 Time a = new Time(Time.TIMEZONE_UTC); in testCompareNullSecond() local
734 Time a = new Time(Time.TIMEZONE_UTC); in testCompareNullFirst() local
750 Time a = new Time(timezone); in testCompare_invalidDatesAreEqualIfTimezoneDiffers() local
1709 private static void verifyParseError(String s) { in verifyParseError()
1787 private void verifyParse3339Error(String s) { in verifyParse3339Error()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DRVCVXCheckAnalyzer.java130 ByteArrayOutputStream s = new ByteArrayOutputStream(); in toString() local
135 private void writeJSONToStream(OutputStream s) { in writeJSONToStream()
1351 private double getDistanceBetweenPoints(Point a, Point b) { in getDistanceBetweenPoints()
/cts/tests/tests/security/jni/
Dandroid_security_cts_cve_2019_2213_Test.c217 void *buf_alloc(buf_t *b, u32 s) { in buf_alloc()
242 void buf_str16(buf_t *b, const char *s) { in buf_str16()
537 int str16_eq(u16 *s16, char *s) { in str16_eq()
893 sym_t *s = &sym[ELF64_R_SYM(r->r_info)]; in find_elf_clone_got() local
913 int clone_unshare_files(u64 a, u64 b, int flags, u64 c, u64 d, u64 e, u64 f) { in clone_unshare_files()
1669 void sigfunc(int a) { in sigfunc()
/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java941 int s = findConfigAttrib(egl, display, config, in chooseConfig() local
950 int a = findConfigAttrib(egl, display, config, in chooseConfig() local