Searched refs:sCount (Results 1 – 3 of 3) sorted by relevance
27 private static int sCount = 0; field in Movie49 return Integer.toString(sCount); in getCount()53 sCount++; in incrementCount()
38 static int sCount = 0; variable105 if (sCount >= sMallocSkipCount[loopIndex]) { in malloc()108 ++sCount; in malloc()
126 int sCount = status.getSatelliteCount(); in validateGnssStatus() local127 Log.i(TAG, "Total satellite:" + sCount); in validateGnssStatus()129 softAssert.assertTrue("Satellite count test sCount : " + sCount , sCount < 200); in validateGnssStatus()130 for (int i = 0; i < sCount; ++i) { in validateGnssStatus()