/external/chromium/net/base/ |
mime_sniffer.h | 30 // assigns |result| with its best guess of a mime type.
|
/external/chromium/sdch/open-vcdiff/src/ |
codetablewriter_interface.h | 5 // encoding engine (which finds the best string matches between the source and
|
/external/chromium/third_party/libjingle/source/talk/xmpp/ |
saslhandler.h | 47 // Should pick the best method according to this handler
|
/external/dhcpcd/dhcpcd-hooks/ |
50-ypbind | 51 # We need to stop ypbind if there is no best domain
|
/external/e2fsprogs/ |
SUBMITTING-PATCHES | 18 (b) The contribution is based upon previous work that, to the best
|
/external/icu4c/i18n/ |
ucurrimp.h | 44 * @return the ISO 4217 code, as a string, of the best match, or
|
/external/libvpx/vp8/common/ |
findnearmv.h | 59 MV *nearest, MV *nearby, MV *best,
|
/external/llvm/test/Bindings/Ocaml/ |
bitreader.ml | 7 (* Note that this takes a moment to link, so it's best to keep the number of
|
/external/mesa3d/docs/ |
README.THREADS | 35 threads packages. The best solution is the linuxthreads package
|
/external/qemu/distrib/sdl-1.2.12/ |
README | 31 The best way to learn how to use SDL is to check out the header files in
|
/external/valgrind/main/memcheck/tests/ |
varinfo3.c | 19 its best guess as to what "a" actually is. a must be
|
/external/webkit/Source/WebCore/platform/graphics/android/ |
BitmapAllocatorAndroid.h | 37 pools to best manage the pixel memory for a decoded image. This should
|
/frameworks/base/core/java/android/util/ |
TimeUtils.java | 50 TimeZone best = null; local 93 if (best == null) { 98 best = tz; 112 return best;
|
/frameworks/base/docs/html/resources/faq/ |
licensingandoss.jd | 19 <p>One of the best explanations for the reasoning behind releasing code under Apache2 can be found in a <a href="http://arstechnica.com/news.ars/post/20071106-why-google-chose-the-apache-software-license-over-gplv2.html">ArsTechnica article</a> by Ryan Paul.</p>
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_feature_matching.h | 44 /*Best match score*/ 46 /*Best match candidate*/ 71 /*Best match score*/ 73 /*Best match candidate*/
|
/packages/apps/Contacts/res/drawable/ |
seek_bar_thumb.xml | 35 Looks like using left, right, top and bottom on the item is best to fix inner sphere. -->
|
/external/chromium/base/ |
utf_string_conversions.cc | 55 // Ignore the success flag of this call, it will do the best it can for 138 // Ignore the success flag of this call, it will do the best it can for 151 // Ignore the success flag of this call, it will do the best it can for
|
/external/dropbear/ |
INSTALL | 66 same for each type. Running configure should detect the best type to use 78 problematic for devfs. In general, openpty() is the best way to allocate 79 PTYs, so it's best to try and get it working.
|
/frameworks/base/docs/html/guide/webapps/ |
best-practices.jd | 1 page.title=Best Practices for Web Apps 39 ensures specific markup for your web site that works best on mobile devices. For instance, it does 89 href="http://www.w3.org/TR/mobile-bp/">Mobile Web Best Practices</a>. For other guidance on
|
/frameworks/base/graphics/java/android/graphics/ |
Typeface.java | 80 * @return The best matching typeface. 87 * Create a typeface object that best matches the specified existing 95 * @return The best matching typeface.
|
/frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p10/src/ |
omxVCM4P10_BlockMatch_Integer.c | 29 * Performs integer block match. Returns best MV and associated cost. 61 * pDstBestMV - Best MV resulting from integer search, expressed in terms 63 * pBestCost - Motion cost associated with the best MV; computed as
|
/frameworks/base/docs/html/guide/topics/location/ |
obtaining-user-location.jd | 23 <li><a href="#BestPerformance">Defining a Model for the Best Performance</a> 29 <li><a href="#BestEstimate">Maintaining a current best estimate</a></li> 160 <h2 id="BestPerformance">Defining a Model for the Best Performance</h2> 177 <li>Maintain a "current best estimate" of location by filtering out new, but less accurate 180 <li>Take advantage of the last best location estimate.</li> 241 <h3 id="BestEstimate">Maintaining a current best estimate</h3> 244 However, because the accuracy of a location fix varies, the most recent fix is not always the best. 327 from which to choose a best estimate.</p> 364 best location accuracy, you might choose to start listening for location updates when users begin 380 <li>Rearrange recommendations when a new best estimate is obtained</li [all...] |
/sdk/ide_common/src/com/android/ide/common/resources/configuration/ |
FolderConfiguration.java | 684 * Returns the best matching {@link Configurable} for this configuration. 690 * @see http://d.android.com/guide/topics/resources/resources-i18n.html#best-match 724 // At the same time also record the best match value for the qualifier (if applicable). 726 // The reference value, to find the best match. 728 // possible match, will all be considered best match. 732 ResourceQualifier bestMatch = null; // this is to store the best match. 739 // Now check for a best match. If the reference qualifier is null , 740 // any qualifier is a "best" match (we don't need to record all of them. 751 // do not have one, or whose qualifier value does not equal the best match found above 753 // "best" match [all...] |
/external/icu4c/i18n/unicode/ |
ucsdet.h | 37 * Character set detection is at best an imprecise operation. The detection 38 * process will attempt to identify the charset that best matches the characteristics 42 * For best accuracy in charset detection, the input data should be primarily 148 * Return the charset that best matches the supplied input data. 167 * @return a UCharsetMatch representing the best matching charset, 179 * best quality match first.
|
/external/libvpx/vp8/encoder/ |
picklpf.c | 219 // Update the best case record or exit loop. 254 // Update the best case record or exit loop. 415 // If value is close to the best so far then bias towards a lower loop filter value. 418 // Was it actually better than the previous best? 455 // Was it better than the previous best? 463 // Half the step distance if the best filter value was the same as last time
|