Home
last modified time | relevance | path

Searched defs:src (Results 1 – 25 of 30) sorted by relevance

12

/cts/tests/tests/text/src/android/text/cts/
DAndroidCharacterTest.java29 char[] src = new char[128]; in testGetDirectionalities() local
75 char[] src = { in testGetEastAsianWidths() local
117 char[] src = new char[64]; in testMirror() local
DAutoTextTest.java29 CharSequence src; in testGet() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DMatrixTest.java319 float[] src = new float[9]; in testSetPolyToPoly() local
349 float[] src = new float[9]; in testMapPoints2() local
363 float[] src = new float[9]; in testMapPoints3() local
388 float[] src = new float[9]; in testMapVectors2() local
403 float[] src = new float[9]; in testMapVectors3() local
442 RectF src = new RectF(); in testMapRect2() local
DPathTest.java290 Path src = new Path(); in testAddPath1() local
300 Path src = new Path(); in testAddPath2() local
310 Path src = new Path(); in testAddPath3() local
DYuvImageTest.java225 Bitmap src = BitmapFactory.decodeResource(res, R.drawable.testimage); in generateTestBitmaps() local
/cts/tools/dex-tools/test/dex/reader/util/
DJavaSource.java30 private String src; field in JavaSource
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/util/
DCollectorUtil.java53 public static void pullFromDevice(ITestDevice device, String src, String dest) { in pullFromDevice()
78 public static void pullFromHost(File src, File dest) { in pullFromHost()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCopy2DRangeTest.java60 private boolean compareTwoArrays(int[] src, int[] dest, int size) { in compareTwoArrays()
DAllocationTest.java299 float src[], dst[]; in helperFloatCopy() local
348 short src[], dst[]; in helperShortCopy() local
372 int src[], dst[]; in helperIntCopy() local
437 float src[], dst[]; in helperFloatAllocationCopy() local
486 float src[], dst[]; in helperFloatCopy2D() local
541 short src[], dst[]; in helperShortCopy2D() local
568 int src[], dst[]; in helperIntCopy2D() local
596 float src[], dst[]; in helperFloatAllocationCopy2D() local
DImageProcessingTest.java107 Allocation src = creatAllocation(w, h); in testBlend() local
265 public String javaBlend(int type, byte[] src, byte[] dst) { in javaBlend()
318 void unpackSrc(int src) { in unpackSrc()
/cts/tests/dram/jni/
DMemoryNativeJni.cpp32 char* src = new char[bufferSize]; in Java_android_dram_cts_MemoryNative_runMemcpy() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_Images_ThumbnailsTest.java118 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery,opts); in testQueryExternalMiniThumbnails() local
287 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testThumbnailOrderedQuery() local
DMediaStore_Images_MediaTest.java171 Bitmap src = BitmapFactory.decodeResource(mContext.getResources(), R.raw.scenery); in testInsertImageWithBitmap() local
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DResultFilePuller.java101 private void pull(ITestDevice device, String src, String dest) { in pull()
DDynamicConfigPusher.java117 File src = null; in setUp() local
/cts/suite/audio_quality/lib/src/
DRWBuffer.h76 char* src = (char*)&v; in write() local
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp163 T* src = new T[arrLen]; in helperCopy1D() local
197 float *src, *dst; in helperFloatAllocationCopy1D() local
254 T* src = new T[arrLen]; in helperCopy2D() local
285 float *src, *dst; in helperFloatAllocationCopy2D() local
357 T* src = new T[arrLen]; in helperCopy3D() local
395 float *src, *dst; in helperFloatAllocationCopy3D() local
/cts/tests/openglperf2/jni/graphics/
DMatrix.cpp27 Matrix::Matrix(const Matrix& src) { in Matrix()
39 bool Matrix::equals(const Matrix& src) { in equals()
50 void Matrix::loadWith(const Matrix& src) { in loadWith()
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteStatementTest.java308 private static byte[] parseBlob(String src) { in parseBlob()
/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtilsTest.java609 private static byte[] parseBlob(String src) { in parseBlob()
/cts/suite/audio_quality/lib/src/task/
DTaskCase.cpp240 const char* src = orig.string(); in translateVarName() local
/cts/tests/tests/media/src/android/media/cts/
DVp8CodecTestBase.java364 int stride, int sliceHeight, byte[] src) { in PackYUV420()
385 private static void imageUpscale1To2(byte[] src, int srcByteOffset, int srcStride, in imageUpscale1To2()
438 private static byte[] imageScale(byte[] src, int srcWidth, int srcHeight, in imageScale()
DNativeDecoderTest.java336 ArrayList<Integer> src = trackdata[i]; in getDecodedData() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DBurstCaptureRawTest.java617 private void copyBurstRequetBuilder(CaptureRequest.Builder dst, CaptureRequest.Builder src) in copyBurstRequetBuilder()
/cts/tests/tests/widget/src/android/widget/cts/
DExpandableListViewTest.java380 ExpandableListView src = new ExpandableListView(mContext); in testOnSaveInstanceState() local

12