/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | KernelInputTest.java | 70 Allocation tmp = Allocation.createSized(mRS, Element.I8(mRS), 1); in testInputNotModified_char() local 87 Allocation tmp = Allocation.createSized(mRS, Element.I8_2(mRS), 1); in testInputNotModified_char2() local 104 Allocation tmp = Allocation.createSized(mRS, Element.I8_3(mRS), 1); in testInputNotModified_char3() local 121 Allocation tmp = Allocation.createSized(mRS, Element.I8_4(mRS), 1); in testInputNotModified_char4() local 138 Allocation tmp = Allocation.createSized(mRS, Element.F64(mRS), 1); in testInputNotModified_double() local 155 Allocation tmp = Allocation.createSized(mRS, Element.F64_2(mRS), 1); in testInputNotModified_double2() local 172 Allocation tmp = Allocation.createSized(mRS, Element.F64_3(mRS), 1); in testInputNotModified_double3() local 189 Allocation tmp = Allocation.createSized(mRS, Element.F64_4(mRS), 1); in testInputNotModified_double4() local 206 Allocation tmp = Allocation.createSized(mRS, Element.F32(mRS), 1); in testInputNotModified_float() local 223 Allocation tmp = Allocation.createSized(mRS, Element.F32_2(mRS), 1); in testInputNotModified_float2() local [all …]
|
D | GetSetTest.java | 86 int tmp[] = new int[tw]; in createWalk() local 460 short tmp[] = randomShortArray(gCount); in testGetSet_short() local 480 short tmp[] = randomShortArray(gCount); in testGetSet_short2() local 500 short tmp[] = randomShortArray(gCount); in testGetSet_short3() local 520 short tmp[] = randomShortArray(gCount); in testGetSet_short4() local 540 short tmp[] = randomShortArray(gCount); in testGetSet_ushort() local 560 short tmp[] = randomShortArray(gCount); in testGetSet_ushort2() local 580 short tmp[] = randomShortArray(gCount); in testGetSet_ushort3() local 600 short tmp[] = randomShortArray(gCount); in testGetSet_ushort4() local 623 int tmp[] = randomIntArray(gCount); in testGetSet_int() local [all …]
|
D | VLoadTest.java | 58 int tmp[] = new int[w]; in createWalk() local 244 short tmp[] = randomShortArray(w); in testVload_short() local 252 short tmp[] = randomShortArray(w); in testVload_ushort() local 260 short tmp[] = randomShortArray(w); in testVload_short_relaxed() local 268 short tmp[] = randomShortArray(w); in testVload_ushort_relaxed() local 276 int tmp[] = randomIntArray(w); in testVload_int() local 284 int tmp[] = randomIntArray(w); in testVload_uint() local 292 int tmp[] = randomIntArray(w); in testVload_int_relaxed() local 300 int tmp[] = randomIntArray(w); in testVload_uint_relaxed() local 308 long tmp[] = randomLongArray(w); in testVload_long() local [all …]
|
D | SampleTest.java | 39 int[] tmp = new int[t.getCount()]; in createAlloc() local
|
D | Float16Utils.java | 217 double tmp = result[0]; in roundToFloat16() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native_media_utils.cpp | 67 int32_t tmp; in dynamicParamsOfKind() local 74 int32_t tmp; in dynamicParamsOfKind() local 146 std::vector<DParamRef> tmp; in checkOverallBitrate() local 256 char tmp[128]; in checkDynamicKeyFrames() local 313 char tmp[128]; in checkDynamicBitrate() local
|
D | native-media-jni.cpp | 355 const char *tmp = env->GetStringUTFChars(jpath, NULL); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath() local 448 const char *tmp = env->GetStringUTFChars(jpath, NULL); in Java_android_media_cts_NativeDecoderTest_getExtractorCachedDurationNative() local 1018 const char *tmp = env->GetStringUTFChars(name, NULL); in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreateCodecByName() local 1071 const char *tmp = env->GetStringUTFChars(mime, NULL); in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() local
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSYuvTest.java | 106 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, 0); in testV17() local 144 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, in test_YV12() local 181 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, in test_NV21() local
|
/cts/hostsidetests/jvmti/attaching/app/jni/ |
D | cts_agent.cpp | 46 std::string tmp(name); in GetClassName() local 107 std::string tmp = str.c_str(); in Java_android_jvmti_JvmtiActivity_didSeeLoadOf() local
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | ANativeWindowTest.java | 139 float[] tmp = new float[16]; in testSetBuffersTransform() local 224 private void matrixMultiply(float[] result, float[] a, float[] b, float[] tmp) { in matrixMultiply()
|
/cts/tests/tests/os/jni/ |
D | android_os_cts_TaggedPointer.cpp | 39 uintptr_t tmp; in android_os_cts_TaggedPointer_hasTaggedPointer() local
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/ |
D | poc.c | 65 char tmp[1024]; in send_receive_packet() local
|
/cts/tests/openglperf2/jni/reference/scene/flocking/ |
D | Boid.cpp | 37 Vector2D tmp = mPosition.copy(); in flock() local
|
/cts/tests/tests/selinux/common/jni/ |
D | android_security_SELinuxTargetSdkTest.cpp | 78 security_context_t tmp = NULL; in getFileContext() local
|
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/ |
D | PingReflector.java | 81 Inet4Address tmp = packet.sourceAddress; in processPacket() local
|
/cts/tests/tests/net/src/android/net/http/cts/ |
D | HttpResponseCacheTest.java | 48 String tmp = System.getProperty("java.io.tmpdir"); in setUp() local
|
/cts/hostsidetests/incident/src/com/android/server/cts/ |
D | SettingsIncidentTest.java | 101 List<Object> tmp; in getSettingProtos() local
|
/cts/tests/tests/content/src/android/content/cts/ |
D | CursorWindowContentProvider.java | 78 Parcel tmp = Parcel.obtain(); in writeToParcel() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 333 BluetoothServerSocket tmp = null; in AcceptThread() local 450 BluetoothSocket tmp = null; in connectThreadCommon() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | RenderNodeTests.java | 177 ColorMatrix tmp = new ColorMatrix(); in testUseCompositingLayer() local
|
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/ |
D | JvmtiTaggingTest.java | 160 List<Pair> tmp = new ArrayList<>(l); in check() local
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ThemeHostTest.java | 114 final File tmp = File.createTempFile("ref_" + name, ".png"); in extractReferenceImages() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VisualizerTest.java | 440 int tmp = ((int)data[i] & 0xFF) - 128; in computeEnergy() local
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 865 float[] tmp = new float[3]; in normalizeCM() local 880 float[] tmp = new float[] {1, 1, 1}; in normalizeFM() local
|
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/ |
D | MediaBitstreamsTest.java | 361 File tmp = null; in pushBitstreams() local
|