Home
last modified time | relevance | path

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

12345

/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.java30 public abstract boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
36 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DExactComparer.java29 public boolean verifySame(int[] ideal, int[] given, int offset, int stride, int width, in verifySame()
/cts/tests/tests/media/src/android/media/cts/
DMidiSoloTest.java58 public void onSend(byte[] msg, int offset, int count, long timestamp) in onSend()
139 int offset = 0; in testMidiReceiver() local
171 int offset = 0; in testMidiReceiverException() local
190 int offset, int count) throws IOException { in checkReceivedData()
DNativeEncoderTest.java83 private static native boolean testEncodeSurfaceNative(int fd, long offset, long size, in testEncodeSurfaceNative()
119 …private static native boolean testEncodeSurfaceDynamicSyncFrameNative(int fd, long offset, long si… in testEncodeSurfaceDynamicSyncFrameNative()
155 …private static native boolean testEncodeSurfaceDynamicBitrateNative(int fd, long offset, long size, in testEncodeSurfaceDynamicBitrateNative()
192 private static native boolean testEncodePersistentSurfaceNative(int fd, long offset, long size, in testEncodePersistentSurfaceNative()
DNativeDecoderTest.java135 private static int[] getSampleSizes(FileDescriptor fd, long offset, long size) in getSampleSizes()
185 private static native int[] getSampleSizesNative(int fd, long offset, long size); in getSampleSizesNative()
219 private static native long getExtractorFileDurationNative(int fd, long offset, long size); in getExtractorFileDurationNative()
289 private static int[] getDecodedData(FileDescriptor fd, long offset, long size) in getDecodedData()
450 private static native int[] getDecodedDataNative(int fd, long offset, long size, boolean wrapFd, in getDecodedDataNative()
682 private static native boolean testPsshNative(int fd, long offset, long size); in testPsshNative()
/cts/tests/tests/uirendering/src/android/uirendering/cts/bitmapverifiers/
DWideGamutBitmapVerifier.java37 public abstract boolean verify(ByteBuffer bitmap, int offset, int stride, in verify()
41 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
DBitmapVerifier.java41 public abstract boolean verify(int[] bitmap, int offset, int stride, int width, int height); in verify()
46 protected static int indexFromXAndY(int x, int y, int stride, int offset) { in indexFromXAndY()
DRegionVerifier.java42 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
62 private boolean verifySubRect(int[] bitmap, int offset, int stride, int width, int height, in verifySubRect()
DColorCountVerifier.java30 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
DGoldenImageVerifier.java41 public boolean verify(int[] bitmap, int offset, int stride, int width, int height) { in verify()
/cts/tests/tests/content/jni/
DNativeCursorWindow.c37 uint32_t offset; member
63 uint32_t offset; member
71 jint offset, jint size, jboolean isBlob) { in Java_android_content_cts_CursorWindowContentProvider_makeNativeCursorWindowFd()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DKernelDataForRenderScript.java121 int offset = 0; in KernelDataForRenderScript() local
143 int offset = 0; in KernelDataForRenderScript() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DRsPackColorTo8888Test.java88 int offset = i; in float3input() local
118 int offset = i; in float4input() local
DAllocationCopyToTest.java47 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Byte() local
84 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Short_Helper() local
132 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Int() local
169 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Float() local
206 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeTo_Long() local
663 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Byte() local
700 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Short_Helper() local
742 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Int() local
779 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Float() local
816 int offset = random.nextInt(arr_len); in test_Allocationcopy1DRangeToUnchecked_Long() local
DRsAllocationCopyTest.java31 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Byte() local
76 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Short() local
123 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Int() local
170 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Float() local
218 int offset = random.nextInt(arr_len); in test_RsAllocationCopy1D_Long() local
DAllocationCopyPaddedTest.java617 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeTo_Byte3() local
656 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeTo_Short3_Helper() local
700 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeTo_Int3() local
739 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeTo_Float3() local
778 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeTo_Long3() local
997 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeToUnchecked_Byte3() local
1036 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeToUnchecked_Short3_Helper() local
1080 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeToUnchecked_Int3() local
1119 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeToUnchecked_Float3() local
1158 int offset = random.nextInt(width); in test_AllocationPadded_copy1DRangeToUnchecked_Long3() local
DAllocationTest.java297 void helperFloatCopy(int nElems, int offset, int count, int copyMode) { in helperFloatCopy()
323 void helperByteCopy(int nElems, int offset, int count, int copyMode) { in helperByteCopy()
350 void helperShortCopy(Element element, int nElems, int offset, int count, int copyMode) { in helperShortCopy()
376 void helperIntCopy(int nElems, int offset, int count, int copyMode) { in helperIntCopy()
402 void helperBaseObjCopy(int nElems, int offset, int count, int copyMode) { in helperBaseObjCopy()
445 void helperFloatAllocationCopy(int nElems, int offset, int count) { in helperFloatAllocationCopy()
472 void helperByteAllocationCopy(int nElems, int offset, int count) { in helperByteAllocationCopy()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/wavelib/
DPipeShort.java44 public int write(short[] buffer, int offset, int count) in write()
86 public int read(short[] buffer, int offset, int count) in read()
/cts/tests/tests/media/libmediandkjni/
Dnative_media_encoder_jni.cpp290 JNIEnv *env, int fd, jlong offset, jlong fileSize, in runNativeEncoderTest()
366 JNIEnv *env, jclass /*clazz*/, int fd, jlong offset, jlong fileSize, in Java_android_media_cts_NativeEncoderTest_testEncodeSurfaceNative()
376 JNIEnv *env, jclass /*clazz*/, int fd, jlong offset, jlong fileSize, in Java_android_media_cts_NativeEncoderTest_testEncodePersistentSurfaceNative()
385 JNIEnv *env, jclass /*clazz*/, int fd, jlong offset, jlong fileSize, in Java_android_media_cts_NativeEncoderTest_testEncodeSurfaceDynamicSyncFrameNative()
398 JNIEnv *env, jclass /*clazz*/, int fd, jlong offset, jlong fileSize, in Java_android_media_cts_NativeEncoderTest_testEncodeSurfaceDynamicBitrateNative()
/cts/hostsidetests/api/src/com/android/cts/api/
DFilePuller.java63 public void addOutput(byte[] data, int offset, int len) { in pullFromDevice()
/cts/tests/tests/keystore/src/android/keystore/cts/
DHexEncoding.java43 public static String encode(byte[] data, int offset, int len) { in encode()
/cts/tests/tests/midi/src/android/midi/cts/
DMidiEchoTestService.java66 public void onSend(byte[] data, int offset, int count, long timestamp) in onSend()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
DNativeAudioThread.java94 public native int slesProcessNext(long sles_data, double[] samples, long offset); in slesProcessNext()
155 long offset = 0; in run() local
/cts/apps/CtsVerifier/jni/audio_loopback/
Djni_sles.c41 jlong offset) { in Java_com_android_cts_verifier_audio_NativeAudioThread_slesProcessNext()

12345