Searched +defs:s +defs:u (Results 1 – 7 of 7) sorted by relevance
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | AllocationCreateAllocationsTest.java | 88 int u = allocArray[i].getUsage(); in testGetProperties() local 91 Surface s = allocArray[i].getSurface(); in testGetProperties() local
|
D | AllocationTest.java | 204 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
|
D | Target.java | 534 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/ |
D | UriTest.java | 40 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/ |
D | BatteryStatsIncidentTest.java | 109 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/ |
D | SensorManagerStaticTest.java | 217 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/ |
D | AHardwareBufferGLTest.cpp | 117 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
|