HomeSort by relevance Sort by last modified time
    Searched full:furthest (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/support/v7/cardview/res/values/
colors.xml 24 <!-- Shadow color for the furthest pixels around CardView. -->
  /prebuilts/sdk/current/support/v7/cardview/res/values/
colors.xml 24 <!-- Shadow color for the furthest pixels around CardView. -->
  /frameworks/support/design/res/values/
colors.xml 33 <!-- Shadow color for the furthest pixels of a shadow -->
  /prebuilts/sdk/current/support/design/res/values/
colors.xml 33 <!-- Shadow color for the furthest pixels of a shadow -->
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_pass2.c 197 GLuint furthest = 0; local
203 for (i = 1; i < c->grf_limit && furthest < BRW_WM_MAX_INSN; i++) {
211 if (group_nextuse > furthest) {
212 furthest = group_nextuse;
217 assert(furthest != thisinsn);
  /external/opencv3/modules/flann/include/opencv2/flann/
result_set.h 364 /** The distance of the furthest neighbor
485 /** The distance of the furthest neighbor
498 /** The furthest distance a neighbor can be */
hierarchical_clustering_index.h 311 DistanceType furthest = 0; local
315 if( closestDistSq[index] > kSpeedUpFactor * (float)furthest ) {
328 furthest = closestDistSq[index];
  /external/icu/icu4c/source/i18n/
choicfmt.cpp 509 int32_t furthest = start; local
520 if (newIndex > furthest) {
521 furthest = newIndex;
523 if (furthest == source.length()) {
530 if (furthest == start) {
533 pos.setIndex(furthest);
  /libcore/ojluni/src/main/java/java/text/
ChoiceFormat.java 412 int furthest = start; local
420 if (status.index > furthest) {
421 furthest = status.index;
423 if (furthest == text.length()) break;
427 status.index = furthest;
429 status.errorIndex = furthest;
  /frameworks/base/docs/html/distribute/analyze/
measure.jd 145 furthest level that a player has achieved. Using this, you could do an
  /frameworks/base/packages/SystemUI/res/values/
colors.xml 126 <!-- Shadow color for the furthest pixels around the fake shadow for recents. -->
  /external/owasp/sanitizer/lib/htmlparser-1.3/doc/
tree-construction.txt     [all...]
  /external/valgrind/VEX/pub/
libvex_guest_arm.h 165 hence introducing a zero byte for the furthest ahead
  /system/core/libcutils/
open_memstream.c 70 size_t eof; /* furthest point we've written to */
  /external/ceres-solver/include/ceres/
types.h 301 // consisting of two line segments and finds the furthest
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 388 // Find the register whose use is furthest away.
  /external/opencv/cv/src/
_cvkdtree.hpp 364 // queue len exceeds k, drops the point furthest from query point d.
  /frameworks/support/v4/java/android/support/v4/widget/
FocusStrategy.java 357 * @return the distance from the edge furthest in the given direction
  /libcore/luni/src/main/java/java/util/concurrent/
DelayQueue.java 27 * {@code Delayed} element whose delay expired furthest in the
  /external/jdiff/src/jdiff/
DiffMyers.java 74 the X coordinate of the point furthest
78 the X coordinate of the point furthest
  /external/icu/android_icu4j/src/main/java/android/icu/text/
MessageFormat.java 1868 int furthest = start; local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
MessageFormat.java 1912 int furthest = start; local
    [all...]
  /external/messageformat/java/com/ibm/icu/simple/
MessageFormat.java 1826 int furthest = start; local
    [all...]
  /external/valgrind/VEX/priv/
host_generic_reg_alloc2.c 174 Int furthest = -1; local
184 if (m > furthest) {
185 furthest = m;
    [all...]
  /external/valgrind/coregrind/m_ume/
elf.c 278 the furthest-along mapping it creates. The executable is mapped

Completed in 1104 milliseconds

1 2