HomeSort by relevance Sort by last modified time
    Searched defs:lowest (Results 1 - 11 of 11) sorted by null

  /frameworks/ex/variablespeed/jni/
macros.h 32 ForwardIterator lowest = first; local
35 if (*first < *lowest)
36 lowest = first;
37 return lowest;
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/numeric/conversion/detail/
bounds.hpp 26 static N lowest () { return limits::min BOOST_PREVENT_MACRO_SUBSTITUTION (); } function in class:boost::numeric::boundsdetail::Integral
38 static N lowest () { return static_cast<N>(-limits::max BOOST_PREVENT_MACRO_SUBSTITUTION ()) ; } function in class:boost::numeric::boundsdetail::Float
  /external/chromium_org/third_party/skia/src/pathops/
SkDQuadIntersection.cpp 534 double lowest = DBL_MAX; local
540 if (roots1Copy[index] < lowest) {
542 lowest = roots1Copy[index];
  /external/skia/src/pathops/
SkDQuadIntersection.cpp 534 double lowest = DBL_MAX; local
540 if (roots1Copy[index] < lowest) {
542 lowest = roots1Copy[index];
  /external/qemu/
cpu-all.h 150 uint32_t lowest; member in struct:__anon27567::__anon27568
158 uint32_t lowest; member in struct:__anon27567::__anon27570
  /external/yaffs2/yaffs2/
yaffs_guts.c 1489 int lowest = 999999; local
3177 int lowest = -99; \/* Stop compiler whining. *\/ local
    [all...]
  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 793 int lowest = childTop; local
796 if (bottom > lowest) {
797 lowest = bottom;
800 childTop = lowest;
1068 int lowest = mItemBottoms[nextCol]; local
    [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 296 milliseconds