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

1 2 34 5 6 7 8 91011>>

  /art/test/971-iface-super/util-src/
generate_smali.py 560 best = self
565 elif best.is_default():
568 elif best.is_abstract():
570 best = super_best
572 assert best.is_empty()
573 best = super_best
574 return best
  /external/webrtc/talk/media/base/
videocapturer.cc 273 std::vector<VideoFormat>::const_iterator best = supported_formats->end(); local
282 best = i;
285 if (supported_formats->end() == best) {
291 best_format->width = best->width;
292 best_format->height = best->height;
293 best_format->fourcc = best->fourcc;
294 best_format->interval = best->interval;
295 LOG(LS_INFO) << " Best " << best_format->ToString() << " Interval "
588 // Any fourcc is OK for the desired. Use preference to find best fourcc.
  /frameworks/native/opengl/tests/hwc/
hwcCommit.cpp 536 testPrintI(" HScale Best Display Frame: %s",
538 testPrintI(" HScale Best Source Crop: %s",
551 testPrintI(" VScale Best Display Frame: %s",
553 testPrintI(" VScale Best Source Crop: %s",
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
redblack32.go 247 var best *node32 = nil
257 best = t
261 return best
265 var best *node32 = nil
275 best = t
279 return best
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
redblack32.go 247 var best *node32 = nil
257 best = t
261 return best
265 var best *node32 = nil
275 best = t
279 return best
  /external/eigen/bench/
BenchTimer.h 48 /** Elapsed time timer keeping the best try.
105 /** Return the best elapsed time in seconds
107 inline double best(int TIMER = CPU_TIMER) const function in class:Eigen::BenchTimer
  /external/eigen/bench/perf_monitoring/gemm/
lazy_gemm.cpp 50 return 1e-9 * rep * flops / t.best();
  /external/libvorbis/vq/
bookutil.c 52 int best=-1; local
63 if(best==-1 || this<best){
64 best=this;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 123 int best, band = (eob < default_eob) ? band_translate[eob] local
174 /* And pick the best. */
175 best = rd_cost1 < rd_cost0;
183 tokens[i][0].rate = base_bits + (best ? rate1 : rate0);
184 tokens[i][0].error = d2 + (best ? error1 : error0);
189 tokens[i][0].best_index = best;
236 /* And pick the best. */
237 best = rd_cost1 < rd_cost0;
250 tokens[i][1].rate = base_bits + (best ? rate1 : rate0);
251 tokens[i][1].error = d2 + (best ? error1 : error0)
    [all...]
  /external/selinux/python/sepolgen/tests/
test_matching.py 93 self.assertEqual(ml.best(), c)
  /packages/apps/Launcher3/src/com/android/launcher3/dynamicui/
ColorExtractionAlgorithm.java 75 // palette and finds a best fit amongst a collection of pre-defined
76 // palettes. The best fit is tweaked to be closer to the source color
117 Log.w(TAG, "Could not find best fit!");
246 TonalPalette best = null; local
253 best = candidate;
258 best = candidate;
263 best = candidate;
268 best = candidate;
271 best = candidate;
275 best = candidate
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
timeit.py 39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
311 best = min(r)
315 usec = best * 1e6 / number
317 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
321 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
324 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /external/llvm/test/Bindings/OCaml/
analysis.ml 12 (* Note that this takes a moment to link, so it's best to keep the number of
bitreader.ml 10 (* Note that this takes a moment to link, so it's best to keep the number of
  /external/python/cpython2/Lib/
timeit.py 39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
326 best = min(r)
330 usec = best * 1e6 / number
332 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
336 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
339 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /external/skia/src/pathops/
SkIntersections.cpp 142 SkDVector best = fPt[result] - origin; local
144 if (test.crossCheck(best) < 0) {
  /external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
bitreader.ml 7 (* Note that this takes a moment to link, so it's best to keep the number of
  /prebuilts/gdb/darwin-x86/lib/python2.7/
timeit.py 39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
313 best = min(r)
317 usec = best * 1e6 / number
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/gdb/linux-x86/lib/python2.7/
timeit.py 39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
313 best = min(r)
317 usec = best * 1e6 / number
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/go/darwin-x86/src/net/
tcpsockopt_solaris.go 29 // waiting the same time between probes. We can't hope for the best
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue11656.go 71 // Just leave it as 0 and hope for the best.
  /prebuilts/go/linux-x86/src/net/
tcpsockopt_solaris.go 29 // waiting the same time between probes. We can't hope for the best
  /prebuilts/go/linux-x86/test/fixedbugs/
issue11656.go 71 // Just leave it as 0 and hope for the best.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
timeit.py 39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
313 best = min(r)
317 usec = best * 1e6 / number
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
timeit.py 39 timing. The best thing to do when accurate timing is necessary is to
40 repeat the timing a few times and use the best time. The -r option is
71 # On Windows, the best timer is time.clock()
74 # On most other platforms the best timer is time.time()
313 best = min(r)
317 usec = best * 1e6 / number
319 print "best of %d: %.*g usec per loop" % (repeat, precision, usec)
323 print "best of %d: %.*g msec per loop" % (repeat, precision, msec)
326 print "best of %d: %.*g sec per loop" % (repeat, precision, sec)

Completed in 1596 milliseconds

1 2 34 5 6 7 8 91011>>