HomeSort by relevance Sort by last modified time
    Searched defs:lowest (Results 1 - 9 of 9) 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/qemu/
cpu-all.h 150 uint32_t lowest; member in struct:__anon26619::__anon26620
158 uint32_t lowest; member in struct:__anon26619::__anon26622
  /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 849 milliseconds