HomeSort by relevance Sort by last modified time
    Searched refs:best (Results 101 - 125 of 255) sorted by null

1 2 3 45 6 7 8 91011

  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextField.java 499 private TextField findNextTextField (Array<Actor> actors, TextField best, Vector2 bestCoords, Vector2 currentCoords,
509 if (best == null
511 best = (TextField)actor;
516 best = findNextTextField(((Group)actor).getChildren(), best, bestCoords, currentCoords, up);
518 return best;
    [all...]
  /external/llvm/test/Bindings/OCaml/
executionengine.ml 14 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/opencv3/modules/videoio/src/
cap_ffmpeg_impl.hpp 1211 const AVRational *best=NULL; local
1218 best= p;
1221 c->time_base.den= best->num;
1222 c->time_base.num= best->den;
2024 const AVRational* best = NULL; local
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnClauseConverterJAJP.java 179 /* 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); local
351 if (best.frequency < clause.frequency) {
  /external/v8/src/js/
i18n.js 286 if (matcher !== 'lookup' && matcher !== 'best fit') {
290 matcher = 'best fit';
300 // Use either best fit or lookup algorithm to match locales.
301 if (matcher === 'best fit') {
348 // TODO(cira): implement better best fit algorithm.
394 * in availableLocales and determines the best available language to meet the
397 * best-fit algorithm. Independent of the locale matching algorithm, options
410 ['lookup', 'best fit'], 'best fit');
423 * Returns best matched supported locale and extension info using basi
    [all...]
  /external/ImageMagick/www/api/
compare.php 209 <p>SimilarityImage() compares the reference image of the image and returns the best match offset. In addition, it returns a similarity image such that an exact match location is completely white and if none of the pixels match, black, otherwise some gray level in-between.</p>
243 <dd>the best match offset of the reference image within the image. </dd>
  /external/libvorbis/lib/
res0.c 357 int best=-1; local
368 if(best==-1 || this<best){
370 best=this;
  /external/selinux/sepolgen/src/sepolgen/
matching.py 60 def best(self): member in class:MatchList
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
matching.py 60 def best(self): member in class:MatchList
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
NewProjectPage.java 566 IAndroidTarget best = null; local
576 best = target;
582 if (best != null) {
584 mValues.target = best;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Intersector.java 606 static Vector3 best = new Vector3(); field in class:Intersector
634 best.set(tmp);
643 if (intersection != null) intersection.set(best);
676 best.set(tmp);
685 if (intersection != null) intersection.set(best);
709 best.set(tmp);
718 if (intersection != null) intersection.set(best);
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 160 int best_count; /* the best file's extents count */
1058 * get_best_count() - Get the file best extents count.
1067 /* Calcuate best extents count */
1234 "<File>", "now", "best", "size/ext");
1457 int best; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 1143 int best = 0; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
linker.c 3018 asection *next, *prev, *best; local
    [all...]
  /external/freetype/src/autofit/
afcjk.c 1029 FT_Pos best = 0xFFFFU; local
1047 if ( dist < edge_distance_threshold && dist < best )
1078 best = dist;
1441 FT_Pos best = 64 + 32 + 2; local
    [all...]
  /external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/autofit/
afcjk.c 971 FT_Pos best = 0xFFFFU; local
989 if ( dist < edge_distance_threshold && dist < best )
1020 best = dist;
1383 FT_Pos best = 64 + 32 + 2; local
    [all...]
  /external/opencv3/modules/cudastereo/src/cuda/
stereobp.cu 493 int best = 0;
506 best = d;
510 disp.ptr(y)[x] = saturate_cast<short>(best);
  /frameworks/base/core/java/android/text/
Layout.java 1178 int best = lineStartOffset; local
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 1193 ogg_int64_t best=begin; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/yacc/
yacc.go     [all...]
  /prebuilts/go/linux-x86/src/cmd/yacc/
yacc.go     [all...]
  /external/speex/libspeex/
jitter.c 185 int best = 0; local
231 best = latest;
257 deltaT = best-worst;
260 /*fprintf(stderr, "auto_tradeoff = %d (%d %d %d)\n", jitter->auto_tradeoff, best, worst, i);*/
521 /* Searching for the packet that fits best */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/configuration/
ConfigurationMatcher.java 137 * Checks whether the current edited file is the best match for a given config.
143 * @return true if the current edited file is the best match in the project for the
245 * @param favorCurrentConfig if true, and no best match is found, don't
258 // list of actual best match (ie the file is a best match for the
320 // where the edited file is a best config.
343 "'%1$s' is not a best match for any device/locale combination.",
349 // select the best device anyway.
369 "'%1$s' is not a best match for any device/locale combination.",
520 // the list has been sorted so that the first item is the best confi
562 IAndroidTarget best = null; local
    [all...]
  /external/valgrind/coregrind/m_debuginfo/
storage.c 1904 Word best = 0; local
    [all...]
  /hardware/ti/omap4xxx/hwc/
hwc.c 855 __u32 i, best = ~0, best_score = 0;
915 best = i;
919 if (~best) {
921 sdis.mode = d.dis.modedb[best];
922 ALOGD("picking #%d", best);
924 if (ext->last_mode != ~best)
926 ext->last_mode = ~best;
    [all...]

Completed in 2447 milliseconds

1 2 3 45 6 7 8 91011