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

1 23 4 5 6 7 8 91011>>

  /external/libexif/doc/
Makefile.am 34 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_DIR) | GZIP=--best gzip -c) > $@
46 (cd $(DOXYGEN_OUTPUT_DIR) && $(AMTAR) chof - $(HTML_APIDOC_INTERNALS_DIR) | GZIP=--best gzip -c) > $@
  /external/okhttp/benchmarks/src/main/java/com/squareup/okhttp/benchmarks/
Benchmark.java 110 double best = 0.0; local
122 best = Math.max(best, requestsPerSecond);
138 return best;
  /hardware/intel/common/libwsbm/src/
wsbm_mm.c 221 struct _WsbmMMNode *best; local
225 best = NULL;
247 best = entry;
253 return best;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/cris/
bwtest-err-1.s 65 ; best I could get without major changes in BW-handling. Not
  /art/test/968-default-partial-compile-gen/util-src/
generate_smali.py 477 best = self
482 elif best.is_default():
485 elif best.is_abstract():
487 best = super_best
489 assert best.is_empty()
490 best = super_best
491 return best
  /external/linux-kselftest/tools/testing/selftests/bpf/
test_lpm_map.c 70 struct tlpm_node *best = NULL; local
74 * entries and match each prefix against @key. Remember the "best"
87 if (!best || i > best->n_bits)
88 best = list;
92 return best;
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathProfileInfo.cpp 124 BallLarusEdge* best = 0; local
131 (!best || (best->getWeight() < (*next)->getWeight())) ) // best one?
132 best = *next;
135 return best;
  /prebuilts/go/darwin-x86/src/image/png/
writer.go 203 best := sum
215 if sum >= best {
219 if sum < best {
220 best = sum
228 if sum >= best {
232 if sum < best {
233 best = sum
246 if sum >= best {
250 if sum < best {
251 best = su
    [all...]
  /prebuilts/go/linux-x86/src/image/png/
writer.go 203 best := sum
215 if sum >= best {
219 if sum < best {
220 best = sum
228 if sum >= best {
232 if sum < best {
233 best = sum
246 if sum >= best {
250 if sum < best {
251 best = su
    [all...]
  /frameworks/base/core/java/com/android/internal/colorextraction/types/
Tonal.java 122 // Decide what's the best color to use.
148 // palette and finds a best fit amongst a collection of pre-defined
149 // palettes. The best fit is tweaked to be closer to the source color
169 Log.w(TAG, "Could not find best fit!");
212 // best fit + a 2 colors offset
365 TonalPalette best = null; local
373 best = candidate;
378 best = candidate;
383 best = candidate;
388 best = candidate
    [all...]
  /external/curl/
maketgz 167 gzip -dc $targz | bzip2 --best > $bzip2
176 gzip -dc $targz | lzma --best - > $lzma
  /external/eigen/bench/
product_threshold.cpp 60 } while(t.best()<0.1);
66 std::cout << int(1e-6*n*rep/t.best()) << "\t";
  /external/jdiff/src/jdiff/
DiffMyers.java 207 int best = 0; local
215 if (fd[fdiagoff + d] * 2 - dd > best
222 /* We have a good enough best diagonal;
230 best = fd[fdiagoff + d] * 2 - dd;
236 if (best > 0)
242 best = 0;
248 if ((xlim - bd[bdiagoff + d]) * 2 + dd > best
252 /* We have a good enough best diagonal;
262 best = (xlim - bd[bdiagoff + d]) * 2 + dd;
268 if (best > 0
    [all...]
  /external/llvm/test/Bindings/OCaml/
bitwriter.ml 10 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
analysis.ml 9 (* Note that this takes a moment to link, so it's best to keep the number of
bitwriter.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/eigen/bench/perf_monitoring/gemm/
gemm.cpp 49 return 1e-9 * rep * flops / t.best();
  /external/libvpx/libvpx/build/make/
rtcd.pl 88 my $best = eval "\$${fn}_default";
89 if ($best) {
90 my $best_ofn = eval "\$${best}";
92 eval "\$${best}_link = 'false'";
  /external/mesa3d/src/compiler/nir/
nir_opt_gcm.c 328 nir_block *best = lca;
331 state->blocks[best->index].loop_depth)
332 best = block;
337 def->parent_instr->block = best;
  /packages/services/BuiltInPrintService/jni/plugins/genPCLm/inc/
common_defines.h 96 best, enumerator in enum:__anon47913
  /developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 188 * depending on the situation and requirements, the "best" node might be picked based on other
192 Node best = null;
198 best = node;
201 return best;
  /developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java 188 * depending on the situation and requirements, the "best" node might be picked based on other
192 Node best = null;
198 best = node;
201 return best;
  /development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java 188 * depending on the situation and requirements, the "best" node might be picked based on other
192 Node best = null;
198 best = node;
201 return best;
  /frameworks/base/core/java/android/text/util/
Rfc822Tokenizer.java 216 int best = 0; local
230 best = i;
235 return best;
  /external/glide/third_party/gif_encoder/src/main/java/com/bumptech/glide/gifencoder/
NeuQuant.java 315 int best; local
318 best = -1;
343 best = p[3];
368 best = p[3];
374 return (best);
463 /* finds best neuron (min dist-bias) and returns position */

Completed in 3667 milliseconds

1 23 4 5 6 7 8 91011>>