Home
last modified time | relevance | path

Searched defs:tmp (Results 1 – 25 of 29) 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/tools/dex-tools/src/dex/reader/
DDexBuffer.java95 int tmp = 0; in readInt() local
108 int tmp = 0; in readShort() local
121 int tmp = 0; in readChar() local
134 int tmp = 0; in readLong() local
/cts/tests/tests/media/libmediandkjni/
Dnative_media_utils.cpp67 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
Dnative-media-jni.cpp170 const char *tmp = env->GetStringUTFChars(jpath, NULL); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath() local
672 const char *tmp = env->GetStringUTFChars(name, NULL); in Java_android_media_cts_NdkMediaCodec_AMediaCodecCreateCodecByName() local
725 const char *tmp = env->GetStringUTFChars(mime, NULL); in Java_android_media_cts_NdkMediaCodec_AMediaCodecConfigure() 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/tests/tests/graphics/src/android/graphics/cts/
DANativeWindowTest.java138 float[] tmp = new float[16]; in testSetBuffersTransform() local
197 private void matrixMultiply(float[] result, float[] a, float[] b, float[] tmp) { in matrixMultiply()
DColorSpaceTest.java492 float[] tmp = source; in testConnector() local
/cts/tests/tests/net/src/android/net/cts/
DDhcpInfoTest.java59 int tmp = Integer.parseInt(ipSegs[3]) << 24 | Integer.parseInt(ipSegs[2]) << 16 | in ipToInteger() local
/cts/tests/tests/security/jni/
Dandroid_security_cts_SELinuxTest.cpp48 security_context_t tmp = NULL; in getFileContext() local
/cts/tests/tests/os/jni/
Dandroid_os_cts_TaggedPointer.cpp40 uintptr_t tmp; in android_os_cts_TaggedPointer_hasTaggedPointer() local
/cts/tools/dasm/src/dasm/
DScanner.java46 char tmp[] = new char[buffer_size * 2]; in expand() local
182 int tmp = Character.digit((char) nextChar, 16); in readUnicodeChar() local
/cts/tests/openglperf2/jni/reference/scene/flocking/
DBoid.cpp37 Vector2D tmp = mPosition.copy(); in flock() local
/cts/hostsidetests/devicepolicy/app/VpnApp/src/com/android/cts/vpnfirewall/
DPingReflector.java81 Inet4Address tmp = packet.sourceAddress; in processPacket() local
/cts/tests/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java47 String tmp = System.getProperty("java.io.tmpdir"); in setUp() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/
DBluetoothChatService.java279 BluetoothServerSocket tmp = null; in AcceptThread() local
365 BluetoothSocket tmp = null; in ConnectThread() local
/cts/tests/tests/content/src/android/content/cts/
DCursorWindowContentProvider.java68 Parcel tmp = Parcel.obtain(); in writeToParcel() local
/cts/hostsidetests/jvmti/tagging/app/src/android/jvmti/cts/
DJvmtiTaggingTest.java160 List<Pair> tmp = new ArrayList<>(l); in check() local
/cts/tests/tests/media/src/android/media/cts/
DVisualizerTest.java438 int tmp = ((int)data[i] & 0xFF) - 128; in computeEnergy() local
/cts/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java145 final File tmp = File.createTempFile("ref_" + name, ".png"); in extractReferenceImages() local
/cts/hostsidetests/media/bitstreams/src/android/media/cts/bitstreams/
DMediaBitstreamsTest.java233 File tmp = null; in pushBitstreams() local
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DRawConverter.java794 float[] tmp = new float[3]; in normalizeCM() local
809 float[] tmp = new float[] {1, 1, 1}; in normalizeFM() local

12