HomeSort by relevance Sort by last modified time
    Searched defs:sCount (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 211 int sCount = sampleCount[count];
212 if (sCount < sampleMax) {
213 memcpy(samples[count][sCount], cubic, sizeof(Cubic));
  /external/skia/experimental/Intersection/
CubicToQuadratics_Test.cpp 211 int sCount = sampleCount[count];
212 if (sCount < sampleMax) {
213 memcpy(samples[count][sCount], cubic, sizeof(Cubic));
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.cpp 169 int sCount = 1;
181 sCount++;
186 s_glDispatch.glDrawElements(GL_POINTS, sCount, type, (char*)indices_in+sStart*tSize);
193 int sCount = 1;
199 sCount++;
204 s_glDispatch.glDrawArrays(GL_POINTS, first+sStart, sCount);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/doze/
DozeLog.java 48 private static int sCount;
170 final int start = (sPosition - sCount + SIZE) % SIZE;
171 for (int i = 0; i < sCount; i++) {
201 sCount = Math.min(sCount + 1, SIZE);
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 746 private static int sCount = 0;
789 sm.mHandlerThread = new HandlerThread("SyncHandler-" + sCount++);
  /external/icu/icu4c/source/i18n/
collationbuilder.cpp     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandlerTest.java 105 private static int sCount = 0;
228 sCount = 0;
247 System.out.println("Successfully checked " + sCount + " template permutations in "
252 sCount = 0;
263 System.out.println("Successfully checked " + sCount + " project permutations in "
758 sCount++;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 833 milliseconds