HomeSort by relevance Sort by last modified time
    Searched full:scount (Results 1 - 17 of 17) 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);
  /external/harfbuzz_ng/src/hb-ucdn/
ucdn.c 48 #define SCOUNT 11172
116 if (si < 0 || si >= SCOUNT)
138 && (a < SBASE || a >= (SBASE + SCOUNT)))
  /external/clang/test/Analysis/
CFContainers.mm 162 CFIndex sCount = CFArrayGetCount(A);
163 if (sCount > sIndex)
165 const void *s2 = CFArrayGetValueAtIndex(A, sCount);// expected-warning {{Index is out of bounds}}
  /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...]
  /external/opencv/cxcore/src/
cxdrawing.cpp 300 int ecount, scount = 0; local
424 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 +
444 scount++;
456 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 +
476 scount++;
499 int ep_corr = ep_table[(((scount >= 2) + 1) & (scount | 2)) * 3 +
519 scount++
    [all...]
  /frameworks/base/core/java/com/android/internal/util/
AsyncChannel.java 743 private static int sCount = 0;
786 sm.mHandlerThread = new HandlerThread("SyncHandler-" + sCount++);
  /art/runtime/
thread.cc 730 << " sCount=" << thread->suspend_count_
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java     [all...]
  /external/mdnsresponder/mDNSCore/
mDNS.c 7131 int scount = CountLabels(m->rec.r.resrec.name); local
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/
libarm-linux-android-sim.a     [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/
libarm-linux-android-sim.a     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
  /external/icu4c/i18n/
ucol.cpp     [all...]
  /dalvik/vm/
Thread.cpp     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/
libarm-linux-android-sim.a     [all...]
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/
libarm-linux-android-sim.a     [all...]
  /external/qemu/
mips-dis.c     [all...]

Completed in 787 milliseconds