/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 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 …]
|
D | GetSetTest.java | 60 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 …]
|
D | VLoadTest.java | 44 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 …]
|
D | SampleTest.java | 39 int[] tmp = new int[t.getCount()]; in createAlloc() local
|
/cts/tools/dex-tools/src/dex/reader/ |
D | DexBuffer.java | 95 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/ |
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, 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/ |
D | DhcpInfoTest.java | 59 int tmp = Integer.parseInt(ipSegs[3]) << 24 | Integer.parseInt(ipSegs[2]) << 16 | in ipToInteger() local
|
/cts/tests/tests/security/jni/ |
D | android_security_cts_SELinuxTest.cpp | 70 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/ |
D | android_os_cts_TaggedPointer.cpp | 40 uintptr_t tmp; in android_os_cts_TaggedPointer_hasTaggedPointer() local
|
/cts/suite/cts/deviceTests/opengl/jni/reference/scene/flocking/ |
D | Boid.cpp | 37 Vector2D tmp = mPosition.copy(); in flock() local
|
/cts/tools/dasm/src/dasm/ |
D | Scanner.java | 46 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/ |
D | HttpResponseCacheTest.java | 45 String tmp = System.getProperty("java.io.tmpdir"); in setUp() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/bluetooth/ |
D | BluetoothChatService.java | 279 BluetoothServerSocket tmp = null; in AcceptThread() local 365 BluetoothSocket tmp = null; in ConnectThread() local
|
/cts/hostsidetests/theme/src/android/theme/cts/ |
D | ThemeHostTest.java | 121 final File tmp = File.createTempFile("ref_" + name, ".png"); in setUp() local
|
/cts/tests/tests/media/src/android/media/cts/ |
D | VisualizerTest.java | 438 int tmp = ((int)data[i] & 0xFF) - 128; in computeEnergy() local
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | RawConverter.java | 770 float[] tmp = new float[3]; in normalizeCM() local 785 float[] tmp = new float[] {1, 1, 1}; in normalizeFM() local
|
/cts/tests/tests/media/libmediandkjni/ |
D | native-media-jni.cpp | 168 const char *tmp = env->GetStringUTFChars(jpath, NULL); in Java_android_media_cts_NativeDecoderTest_getSampleSizesNativePath() local
|
/cts/tools/vm-tests-tf/lib/ |
D | junit.jar | META-INF/
META-INF/MANIFEST.MF
junit/
junit/awtui/
junit/ ... |