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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyDetector.java 139 final int[] distances = mDistances; local
141 for (int insertPos = 0; insertPos < distances.length; insertPos++) {
142 final int comparingDistance = distances[insertPos];
145 if (nextPos < distances.length) {
146 System.arraycopy(distances, insertPos, distances, nextPos,
147 distances.length - nextPos);
151 distances[insertPos] = distance;
156 return distances.length;
  /external/tcpdump/
print-egp.c 144 int gateways, distances, networks; local
182 distances = *cp++;
189 while (--distances >= 0) {
  /cts/tests/tests/hardware/src/android/hardware/cts/
CameraTest.java     [all...]
  /external/blktrace/btt/doc/
btt.tex 234 Another useful measure is the variability in the sector distances
243 The first of the two sections displays values for Q2Q seek distances --
245 are to each other. The second section shows D2D seek distances --
    [all...]
  /external/iproute2/doc/
ip-cref.tex     [all...]

Completed in 2379 milliseconds