Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DKernelInputTest.java70 Allocation tmp = Allocation.createSized(mRS, Element.I8(mRS), 1); in testInputNotModified_char() local
83 Allocation tmp = Allocation.createSized(mRS, Element.I8_2(mRS), 1); in testInputNotModified_char2() local
96 Allocation tmp = Allocation.createSized(mRS, Element.I8_3(mRS), 1); in testInputNotModified_char3() local
109 Allocation tmp = Allocation.createSized(mRS, Element.I8_4(mRS), 1); in testInputNotModified_char4() local
122 Allocation tmp = Allocation.createSized(mRS, Element.F64(mRS), 1); in testInputNotModified_double() local
135 Allocation tmp = Allocation.createSized(mRS, Element.F64_2(mRS), 1); in testInputNotModified_double2() local
148 Allocation tmp = Allocation.createSized(mRS, Element.F64_3(mRS), 1); in testInputNotModified_double3() local
161 Allocation tmp = Allocation.createSized(mRS, Element.F64_4(mRS), 1); in testInputNotModified_double4() local
174 Allocation tmp = Allocation.createSized(mRS, Element.F32(mRS), 1); in testInputNotModified_float() local
187 Allocation tmp = Allocation.createSized(mRS, Element.F32_2(mRS), 1); in testInputNotModified_float2() local
[all …]
DGetSetTest.java60 int tmp[] = new int[tw]; in createWalk() local
434 short tmp[] = randomShortArray(gCount); in testGetSet_short() local
454 short tmp[] = randomShortArray(gCount); in testGetSet_short2() local
474 short tmp[] = randomShortArray(gCount); in testGetSet_short3() local
494 short tmp[] = randomShortArray(gCount); in testGetSet_short4() local
514 short tmp[] = randomShortArray(gCount); in testGetSet_ushort() local
534 short tmp[] = randomShortArray(gCount); in testGetSet_ushort2() local
554 short tmp[] = randomShortArray(gCount); in testGetSet_ushort3() local
574 short tmp[] = randomShortArray(gCount); in testGetSet_ushort4() local
597 int tmp[] = randomIntArray(gCount); in testGetSet_int() local
[all …]
DVLoadTest.java44 int tmp[] = new int[w]; in createWalk() local
230 short tmp[] = randomShortArray(w); in testVload_short() local
238 short tmp[] = randomShortArray(w); in testVload_ushort() local
246 short tmp[] = randomShortArray(w); in testVload_short_relaxed() local
254 short tmp[] = randomShortArray(w); in testVload_ushort_relaxed() local
262 int tmp[] = randomIntArray(w); in testVload_int() local
270 int tmp[] = randomIntArray(w); in testVload_uint() local
278 int tmp[] = randomIntArray(w); in testVload_int_relaxed() local
286 int tmp[] = randomIntArray(w); in testVload_uint_relaxed() local
294 long tmp[] = randomLongArray(w); in testVload_long() local
[all …]
DSampleTest.java39 int[] tmp = new int[t.getCount()]; in createAlloc() 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/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, 1); in test_YV12() local
180 yuvTest(this.getContext().getCacheDir().toString(), width, height, tmp, nativeByteAlloc, 2); in test_NV21() 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.cpp70 char *tmp = const_cast<char *>(context.c_str()); in android_security_cts_SELinuxTest_checkSELinuxContext() local
91 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/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/
DBoid.cpp37 Vector2D tmp = mPosition.copy(); in flock() 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/tests/net/src/android/net/http/cts/
DHttpResponseCacheTest.java45 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/hostsidetests/theme/src/android/theme/cts/
DThemeHostTest.java121 final File tmp = File.createTempFile("ref_" + name, ".png"); in setUp() local
/cts/tests/tests/media/src/android/media/cts/
DVisualizerTest.java438 int tmp = ((int)data[i] & 0xFF) - 128; in computeEnergy() local
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DRawConverter.java770 float[] tmp = new float[3]; in normalizeCM() local
785 float[] tmp = new float[] {1, 1, 1}; in normalizeFM() local
/cts/tests/tests/media/libmediandkjni/
Dnative-media-jni.cpp168 const char *tmp = env->GetStringUTFChars(jpath, NULL); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath() local
/cts/tools/vm-tests-tf/lib/
Djunit.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/awtui/ junit/ ...