Home
last modified time | relevance | path

Searched defs:offset (Results 1 – 25 of 51) sorted by relevance

123

/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSUtils.java29 public static void genRandom(long seed, int factor, int offset, float array[]) { in genRandom()
36 public static void genRandom(long seed, int factor, int offset, float array[], in genRandom()
49 public static void genRandom(long seed, int max, int factor, int offset, int array[]) { in genRandom()
56 public static void genRandom(long seed, int factor, int offset, int array[], in genRandom()
69 public static void genRandom(long seed, int max, int factor, int offset, int array[], in genRandom()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapcomparers/
DBitmapComparer.java34 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
43 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
51 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DBaseRenderScriptComparer.java16 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
24 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
28 Allocation given, int offset, int stride, int width, int height, in verifySameRS()
DExactComparer.java36 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
58 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
DMeanSquaredComparer.java44 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
53 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
78 public static float getMSE(int[] ideal, int[] given, int offset, int stride, int width, in getMSE()
DPassComparer.java23 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
DThresholdDifferenceComparer.java46 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
69 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
DNearPixelComparer.java31 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
DPSNRComparer.java40 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
DWeightedPixelDifference.java71 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
DMSSIMComparer.java51 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
88 Allocation given, int offset, int stride, int width, int height, in verifySameRowsRS()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DBitmapVerifier.java33 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
38 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DInvertVerifier.java29 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
DGoldenImageVerifier.java34 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
DPerPixelBitmapVerifier.java40 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
DSamplePointVerifier.java41 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
/cts/tools/dex-tools/src/dex/reader/
DDexAnnotationImpl.java28 private int offset; field in DexAnnotationImpl
38 public DexAnnotationImpl(DexBuffer buffer, int offset, int[] typeIds, in DexAnnotationImpl()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRsPackColorTo8888Test.java82 int offset = i; in float3input() local
109 int offset = i; in float4input() local
DAllocationTest.java288 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
312 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy()
336 void helperShortCopy(int nElems, int offset, int count, int copyMode) { in helperShortCopy()
360 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy()
384 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy()
423 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy()
447 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp125 static bool helperFloatCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
156 static bool helperCharCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperCharCopy()
187 static bool helperShortCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperShortCopy()
218 static bool helperIntCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperIntCopy()
249 static bool helperDoubleCopy(sp<RS> mRS, int nElems, int offset, int count, int copyMode) { in helperDoubleCopy()
280 static bool helperFloatAllocationCopy(sp<RS> mRS, int nElems, int offset, int count) { in helperFloatAllocationCopy()
/cts/tests/tests/content/src/android/content/res/cts/
DAssetManager_AssetInputStreamTest.java96 int offset = 0; in testReadMethods() local
/cts/tests/tests/media/src/android/media/cts/
DNativeDecoderTest.java131 private static int[] getSampleSizes(FileDescriptor fd, long offset, long size) in getSampleSizes()
181 private static native int[] getSampleSizesNative(int fd, long offset, long size); in getSampleSizesNative()
216 private static int[] getDecodedData(FileDescriptor fd, long offset, long size) in getDecodedData()
373 private static native int[] getDecodedDataNative(int fd, long offset, long size) in getDecodedDataNative()
483 private static native boolean testPsshNative(int fd, long offset, long size); in testPsshNative()
/cts/tests/tests/widget/src/android/widget/cts/
DLinearLayoutTest.java261 int offset = (parent.getHeight() - centerView.getHeight()) / 2; in testLayoutHorizontal() local
318 int offset = (parent.getWidth() - centerView.getWidth()) / 2; in testLayoutVertical() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DDashPathEffectTest.java90 PatternIterator(final float[] pattern, int offset) { in PatternIterator()
/cts/suite/cts/hostTests/jank/src/com/android/cts/jank/
DCtsHostJankTest.java93 public void addOutput(byte[] data, int offset, int length) { in runUiAutomatorTest()

123