Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 40) sorted by relevance

12

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DKernelInputTest.java70 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 …]
DGetSetTest.java86 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 …]
DVLoadTest.java58 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 …]
DSampleTest.java39 int[] tmp = new int[t.getCount()]; in createAlloc() local
DFloat16Utils.java217 double tmp = result[0]; in roundToFloat16() local
/cts/tests/tests/rscpp/src/android/cts/rscpp/
DRSYuvTest.java106 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/
Dcts_agent.cpp46 std::string tmp(name); in GetClassName() local
107 std::string tmp = str.c_str(); in Java_android_jvmti_JvmtiActivity_didSeeLoadOf() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2019-2228/
Dpoc.c46 void *tmp = real_malloc(size); in malloc() local
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2014-3145/
Dpoc.c65 char tmp[1024]; in send_receive_packet() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_TaggedPointer.cpp49 uintptr_t tmp; in android_os_cts_TaggedPointer_hasTaggedPointer() local
/cts/tests/openglperf2/jni/reference/scene/flocking/
DBoid.cpp37 Vector2D tmp = mPosition.copy(); in flock() local
/cts/apps/VpnApp/src/com/android/cts/vpnfirewall/
DPingReflector.java81 Inet4Address tmp = packet.sourceAddress; in processPacket() local
/cts/tests/tests/apache-http/src/android/net/http/cts/
DHttpResponseCacheTest.java48 String tmp = System.getProperty("java.io.tmpdir"); in setUp() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DANativeWindowTest.java155 float[] tmp = new float[16]; in testSetBuffersTransform() local
304 private void matrixMultiply(float[] result, float[] a, float[] b, float[] tmp) { in matrixMultiply()
/cts/tests/media/common/src/android/mediav2/common/cts/
DDecodeStreamToYuv.java86 File tmp = null; in getDecodedYuv() local
112 File tmp = new File(file); in getFormatInStream() local
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockCentralizedNetworkAgent.java157 String tmp = DataNetworkControllerPattern + " " + sInternetInfo; in setInternetToPreferredDataPhone() local
/cts/tests/tests/content/src/android/content/cts/
DCursorWindowContentProvider.java78 Parcel tmp = Parcel.obtain(); in writeToParcel() local
/cts/tests/tests/selinux/common/jni/
Dandroid_security_SELinuxTargetSdkTest.cpp154 char* tmp = NULL; in getFileContext() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java344 BluetoothServerSocket tmp = null; in AcceptThread() local
461 BluetoothSocket tmp = null; in connectThreadCommon() local
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java160 List<Pair> tmp = new ArrayList<>(l); in check() local
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderQualityRegressionTestBase.java99 File tmp = new File(tmpFile); in tearDown() local
/cts/tests/tests/media/common/jni/
DNdkMediaCodec-jni.cpp44 const char *tmp = env->GetStringUTFChars(name, NULL); in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreateCodecByName() local
103 const char *tmp = env->GetStringUTFChars(mime, NULL); in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() local
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java111 final File tmp = File.createTempFile("ref_" + name, ".png"); in extractReferenceImages() local
/cts/tests/media/src/android/mediav2/cts/
DCodecEncoderSurfaceTest.java123 File tmp = new File(tmpFile); in tearDown() local
/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DVirtualDeviceMirrorDisplayTest.java93 int tmp = mDisplayWidth; in onSetUp() local

12