Home
last modified time | relevance | path

Searched +defs:s +defs:u (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationCreateAllocationsTest.java88 int u = allocArray[i].getUsage(); in testGetProperties() local
91 Surface s = allocArray[i].getSurface(); in testGetProperties() local
DAllocationTest.java204 int u = 0; in helperCreateFromBitmap() local
681 helperShortCopy(Element.I16(mRS), s, 0, s, mode); in test1DCopyOperations() local
682 helperShortCopy(Element.F16(mRS), s, 0, s, mode); in test1DCopyOperations() local
693 helperShortCopy(Element.I16(mRS), s, off, count, mode); in test1DCopyOperations() local
694 helperShortCopy(Element.F16(mRS), s, off, count, mode); in test1DCopyOperations() local
DTarget.java534 double u; in Ulp() local
550 double u; in NegativeUlp() local
632 String s = String.format("[f%d: ", mNumberOfBits); in toString() local
/cts/tests/tests/net/src/android/net/cts/
DUriTest.java40 private void parcelAndUnparcel(Uri u) { in parcelAndUnparcel()
54 Uri u = Uri.parse("bob:lee").buildUpon().scheme("robert").build(); in testBuildUpon() local
219 private static void assertEncodeDecodeRoundtripExact(String s) { in assertEncodeDecodeRoundtripExact()
/cts/hostsidetests/incident/src/com/android/server/cts/
DBatteryStatsIncidentTest.java109 private static void testSystemProto(SystemProto s) throws Exception { in testSystemProto()
324 private static void testUidProto(UidProto u, final int filterLevel) throws Exception { in testUidProto()
/cts/tests/sensor/src/android/hardware/cts/
DSensorManagerStaticTest.java217 float c, s; in testGetQuaternionFromVector() local
368 float c, s; in testGetRotationMatrixFromVector() local
409 float c, s; in testGetRotationMatrixFromVector() local
728 private static float vecInner(float u[], float v[]) { in vecInner()
740 private static String vecToStr(float u[]) { in vecToStr()
742 String s; in vecToStr() local
/cts/tests/tests/nativehardware/jni/
DAHardwareBufferGLTest.cpp117 uint32_t s = bits & 0x8000; in FloatFromHalf() local
149 int32_t s = (bits >> 31); in HalfFromFloat() local
416 const float u = kYuvToRgb[4] * r + kYuvToRgb[5] * g + kYuvToRgb[6] * b + kYuvToRgb[7]; in GetGoldenColor() local
1145 bool HasEGLExtension(const std::string& s) { in HasEGLExtension()
1148 bool HasGLExtension(const std::string& s) { in HasGLExtension()
1833 std::ostringstream s; in TEST_P() local