HomeSort by relevance Sort by last modified time
    Searched refs:best (Results 126 - 150 of 385) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/v8/src/js/
i18n.js 299 if (matcher !== 'lookup' && matcher !== 'best fit') {
303 matcher = 'best fit';
310 // Use either best fit or lookup algorithm to match locales.
311 if (matcher === 'best fit') {
358 // TODO(cira): implement better best fit algorithm.
407 * in availableLocales and determines the best available language to meet the
410 * best-fit algorithm. Independent of the locale matching algorithm, options
423 ['lookup', 'best fit'], 'best fit');
436 * 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/boringssl/src/ssl/
tls13_server.cc 121 const SSL_CIPHER *best = NULL; local
146 if (best == NULL) {
147 best = candidate;
151 return best;
  /external/libvorbis/lib/
res0.c 357 int best=-1; local
368 if(best==-1 || this<best){
370 best=this;
  /external/selinux/python/sepolgen/src/sepolgen/
matching.py 60 def best(self): member in class:MatchList
  /prebuilts/go/darwin-x86/src/cmd/go/
bug.go 68 A link on play.golang.org is best.
148 // It ignores failures; 'go bug' is best effort.
  /prebuilts/go/darwin-x86/src/math/big/
ratconv_test.go 390 // 2. Check f is best approximation to r.
445 // 2. Check f is best approximation to r.
  /prebuilts/go/linux-x86/src/cmd/go/
bug.go 68 A link on play.golang.org is best.
148 // It ignores failures; 'go bug' is best effort.
  /prebuilts/go/linux-x86/src/math/big/
ratconv_test.go 390 // 2. Check f is best approximation to r.
445 // 2. Check f is best approximation to r.
  /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/webp/src/enc/
backward_references_enc.c 79 // current best length index.
322 // Find the best match interval at each pixel, defined by an offset to the
324 // (hence a best length of 0) and the left-most pixel nothing to the left
381 // We have the best match but in case the two intervals continue matching
382 // to the left, we have the best matches for the left-extended pixels.
522 // We know the best match for the current pixel but we try to find the
523 // best matches for the current pixel AND the next one combined.
525 // [i,i+len) + [i+len, length of best match at i+len)
527 // [i,j) (where j<=i+len) + [j, length of best match at j)
1713 VP8LBackwardRefs* best = NULL; local
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c 159 int best_count; /* the best file's extents count */
1008 * get_best_count() - Get the file best extents count.
1017 /* Calcuate best extents count */
1184 "<File>", "now", "best", "size/ext");
1407 int best; local
    [all...]
  /packages/apps/Settings/src/com/android/settings/
SecuritySettings.java 1123 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/libpng/contrib/tools/
pngcp.c 213 { "best", Z_BEST_COMPRESSION },
465 png_alloc_size_t best_size; /* Best so far for this option */
469 int best_val; /* Best value found so far */
476 char best[32*SL]; /* best options */ member in struct:display
941 /* This is the best size found for this option value: */
952 /* Finding the best for the low end of the range: */
    [all...]
  /frameworks/base/core/java/android/text/
Layout.java 1340 int best = lineStartOffset; local
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
flagalloc.go 12 // each block. This is basically a best-effort live variable
  /prebuilts/go/darwin-x86/src/net/
dnsconfig_unix.go 155 // best effort
  /prebuilts/go/darwin-x86/src/runtime/
signal_darwin_amd64.go 79 // infinite loop. It appears the best we can do is rewrite what the kernel
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
flagalloc.go 12 // each block. This is basically a best-effort live variable
  /prebuilts/go/linux-x86/src/net/
dnsconfig_unix.go 155 // best effort
  /prebuilts/go/linux-x86/src/runtime/
signal_darwin_amd64.go 79 // infinite loop. It appears the best we can do is rewrite what the kernel
  /system/extras/simpleperf/inferno/
script.js 33 // Don't even bother trying to find a best fit. The area is too small.

Completed in 4894 milliseconds

1 2 3 4 56 7 8 91011>>