HomeSort by relevance Sort by last modified time
    Searched refs:bestIndex (Results 1 - 8 of 8) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
LocationClustering.java 251 int bestIndex = 0;
263 bestIndex = j;
266 grouping[i] = bestIndex;
267 groupCount[bestIndex]++;
268 groupSum[bestIndex].latRad += p.latRad;
269 groupSum[bestIndex].lngRad += p.lngRad;
  /external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
Stripifier.java 342 int bestIndex = -1;
358 bestIndex = i;
367 return bestIndex;
752 int bestIndex = -9999;
765 bestIndex = i;
771 bVisitedList[bestIndex] = true;
772 updateCacheFace(vcache, tempFaceList.at(bestIndex));
773 faceList.add(tempFaceList.at(bestIndex));
1042 int bestIndex = 0;
1057 bestIndex = i;
    [all...]
  /external/clang/lib/Driver/
WindowsToolChain.cpp 159 int bestIndex = -1;
177 bestIndex = (int)index;
184 if (bestIndex != -1) {
  /frameworks/native/opengl/libs/ETC1/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
etc1.cpp 302 int bestIndex = 0;
325 bestIndex = i;
328 etc1_uint32 lowMask = (((bestIndex >> 1) << 16) | (bestIndex & 1))
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
LinearLayoutRule.java 480 int bestIndex = Integer.MIN_VALUE;
491 bestIndex = i;
498 if (bestIndex != Integer.MIN_VALUE) {
504 data.setCurrY(bestIndex);
508 data.setCurrX(bestIndex);
    [all...]
  /external/webkit/Source/WebCore/platform/chromium/
PopupMenuChromium.cpp     [all...]
  /packages/apps/Gallery/src/com/android/camera/
GridViewSpecial.java 855 int bestIndex = -1;
873 bestIndex = index;
876 return mCache.remove(bestIndex);
    [all...]

Completed in 1088 milliseconds