Home
last modified time | relevance | path

Searched refs:sCount (Results 1 – 3 of 3) sorted by relevance

/cts/tests/location/location_gnss/src/android/location/cts/gnss/
DGnssStatusTest.java84 int sCount = status.getSatelliteCount(); in validateGnssStatus() local
85 Log.i(TAG, "Total satellite:" + sCount); in validateGnssStatus()
87 softAssert.assertTrue("Satellite count test sCount : " + sCount , sCount < 200); in validateGnssStatus()
88 for (int i = 0; i < sCount; ++i) { in validateGnssStatus()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/model/
DMovie.java27 private static int sCount = 0; field in Movie
49 return Integer.toString(sCount); in getCount()
53 sCount++; in incrementCount()
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2182/
Dpoc.cpp38 static int sCount = 0; variable
105 if (sCount >= sMallocSkipCount[loopIndex]) { in malloc()
108 ++sCount; in malloc()