HomeSort by relevance Sort by last modified time
    Searched full:nsections (Results 1 - 7 of 7) sorted by null

  /frameworks/base/core/java/android/widget/
FastScroller.java 529 final int nSections = sections.length;
530 int section = (int) (position * nSections);
531 if (section >= nSections) {
532 section = nSections - 1;
548 if (section < nSections - 1) {
576 while (nextNextSection < nSections &&
583 // (1 / nSections).
584 float fPrev = (float) prevSection / nSections;
585 float fNext = (float) nextSection / nSections;
  /external/elfutils/libebl/
mips_symbol.c 157 #define nsections (sizeof (mips_sections) / sizeof (mips_sections[0])) macro
160 for (cnt = 0; cnt < nsections; ++cnt)
  /external/libvpx/build/make/
obj_int_extract.c 828 unsigned int nsections, symtab_ptr, symtab_sz, strtab_ptr; local
837 nsections = get_le16(buf + 2);
842 if (nsections > 96)
848 sectionlist = malloc(nsections * sizeof(sectionlist));
856 //log_msg("COFF: Found %u symbols in %u sections.\n", symtab_sz, nsections);
865 for (i = 0; i < nsections; i++)
962 for (i = 0; i < nsections; i++)
972 for (i = 0; i < nsections; i++)
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
XKBgeom.h 543 int /* nSections */
XKBproto.h 809 CARD16 nSections B16;
823 CARD8 nSections;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 668 printf("usage: %S <input.jpg> <output.yuv> <nOutformat-1:420 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n",
671 printf("usage: %s <input.jpg> <output.yuv> <nOutformat-1:Original(default) 4:422 9:RGB16 10: RGB24 11:RGB32 12:BGR32> <nResizeMode> <nRepeat> <nSections> <nXOrigin> <nYOrigin> <nXLenght> <nYLenght>\n",
682 printf("<nSections> It's an optional parameter. Values: 0, 1, 2, ...\n");
    [all...]
  /external/libffi/
ltconfig     [all...]

Completed in 1346 milliseconds