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

  /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/core/java/com/android/internal/util/
AsyncChannel.java 743 private static int sCount = 0;
786 sm.mHandlerThread = new HandlerThread("SyncHandler-" + sCount++);
  /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/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 438 milliseconds