Searched refs:best (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Camera/jni/feature_stab/db_vlvm/
H A Ddb_utilities_indexing.h96 double best; local
99 best=s[0];pos=0;
100 if(s[1]>best){best=s[1];pos=1;}
101 if(s[2]>best){best=s[2];pos=2;}
107 double best; local
110 best=s[0];pos=0;
111 if(s[1]>best){best
119 double best; local
132 double best; local
146 double best; local
161 double best; local
176 double best; local
193 double t,best; local
204 double t,best; local
[all...]
/packages/apps/Settings/src/com/android/settings/
H A DDisplaySettings.java116 int best = 0;
120 best = i;
124 entries[best]);
H A DSecuritySettings.java277 int best = 0;
281 best = i;
284 mLockAfter.setSummary(getString(R.string.lock_after_timeout_summary, entries[best]));
/packages/apps/Gallery/src/com/android/camera/
H A DViewImage.java1241 // Find the best entry we should replace.
1245 Entry best = null;
1249 best = e;
1255 best = e;
1263 if (best.mBitmap != null) {
1264 best.mBitmap.recycle();
1267 best.mPos = pos;
1268 best.mBitmap = bitmap;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java179 /* there may be no way to be the best sequence from the 'start' */
184 /* there may be no way to be the best sequence from the 'start' */
215 /* update the best sub-sentence on the cache buffer */
349 /* reserve only the best clause */
350 WnnClause best = (WnnClause)clauseList.get(0);
351 if (best.frequency < clause.frequency) {

Completed in 1175 milliseconds