Home
last modified time | relevance | path

Searched refs:highest (Results 1 – 25 of 51) sorted by relevance

123

/frameworks/av/media/libmedia/
DCharacterEncodingDetector.cpp120 int highest = 0; in detectAndConvert() local
122 ucma, matches, &goodmatch, &highest); in detectAndConvert()
124 ALOGV("goodmatch: %s, highest: %d", goodmatch ? "true" : "false", highest); in detectAndConvert()
125 if (!goodmatch && (highest < 15 || strlen(buf) < 20)) { in detectAndConvert()
150 ucma, matches, &goodmatch, &highest); in detectAndConvert()
151 if (!goodmatch && highest <= 15) { in detectAndConvert()
410 int highest = newconfidence[0]; in getPreferred() local
416 if (newconfidence[i] > highest) { in getPreferred()
417 runnerup = highest; in getPreferred()
419 highest = newconfidence[i]; in getPreferred()
[all …]
/frameworks/compile/mclinker/lib/Support/
DTargetRegistry.cpp36 unsigned int highest = 0; in lookupTarget() local
41 if (best == NULL || highest < quality) { in lookupTarget()
42 highest = quality; in lookupTarget()
45 } else if (highest == quality) { in lookupTarget()
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd22 tend to have the highest conversion rates. Build custom reports to identify
23 which events or screens have the highest conversion rate or revenue. Once you
53 to investigate which levels have the highest percentage of users leaving your
60 at which stages of the purchase flow the highest percentage of users abandon
Dimprove-roi.jd22 the highest value, measuring cost per download is only a partial view.
/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java954 int highest = mItemTops[nextCol]; in fillUp() local
957 if (top < highest) { in fillUp()
958 highest = top; in fillUp()
961 startFrom = highest; in fillUp()
/frameworks/base/docs/html/tools/projects/
Dprojects-eclipse.jd80 <li>Select a <strong>Target SDK</strong>. This setting indicates the highest version of
235 starting from lowest priority (bottom of the list) to highest (top of the list). If more than one
237 priority. The application itself has highest priority and its resources are always used in
Dprojects-cmdline.jd244 <p>You can reorder the references to give highest priority to <code>library_projectC</code> in
256 lowest priority to the highest. Note that a library cannot itself reference another library and
Dindex.jd438 the highest.</p>
452 the resource from the application, or the library with highest priority, and discard the other
455 highest-priority library taking precedence.</p>
/frameworks/base/docs/html/guide/topics/renderscript/
Dcompute.jd221 recommend you set this value to the highest available API level and set
232 should be set to {@code 18.1.0} or higher. If this option is not specified, the highest
254 recommend you set this value to the highest available API level and set
263 should be set to {@code 18.1.0} or higher. If this option is not specified, the highest
/frameworks/base/docs/html/guide/topics/manifest/
Duses-permission-element.jd68 <dd>The highest API level at which this permission should be granted to your app.
/frameworks/base/docs/html/sdk/installing/
Dcreate-project.jd176 <li>Select a <strong>Target SDK</strong>. This setting indicates the highest version of
299 … starting from lowest priority (bottom of the list) to highest (top of the list). If more than one
301 priority. The application itself has highest priority and its resources are always used in
Dadding-packages.jd98 <li><strong>Android SDK Build-tools</strong> (highest version)</li>
/frameworks/base/docs/html/guide/appendix/
Dapp-intents.jd71 …n <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
Dg-app-intents.jd81 …n <em>lat</em>,<em>lng</em>. A zoom level of 2 shows a quarter of the Earth, and so on. The highest
/frameworks/base/docs/html/about/
Dandroid.jd99 free, with in-app products or subscriptions&mdash;for highest engagement and
Dindex.jd108 free, with in-app products or subscriptions&mdash;for highest engagement and
/frameworks/base/docs/html/tools/debugging/
Ddebugging-log.jd144 <li>The priority is one of the following character values, ordered from lowest to highest
161 <li><code>S</code> &mdash; Silent (highest priority, on which nothing is ever printed)</li>
/frameworks/base/docs/html/training/basics/firstapp/
Dcreating-project.jd148 <li><code>targetSdkVersion</code> indicates the highest version of Android with which you have
191 recommend that you select the highest version possible. You can still build your app to
/frameworks/base/docs/html/training/basics/supporting-devices/
Dplatforms.jd56 identify the lowest API level with which your app is compatible and the highest API level against
/frameworks/base/docs/html/training/tv/playback/
Dnow-playing.jd65 is called, if the session is the highest priority session in the system. Also, note that your app
/frameworks/base/docs/html/training/multiple-apks/
Dtexture.jd166 <li>Of the eligible APKs, highest version number wins</li>
207 according to the "highest version number wins" rule, if we set the versionCode attribute in each APK
Dscreensize.jd185 <li>Of the eligible APKs, highest version number wins</li>
216 However, by using the "highest version number wins" rule, if we set the versionCode attribute in
/frameworks/base/docs/html/google/play/publishing/
Dmultiple-apks.jd422 highest version code.
489 receives the APK with the highest version code when there is an overlap in coverage between two
491 preferred compression format has the highest version code. For example, you might want to perform
493 formats in this exact order, then the APK that uses PVRTC should have the highest version code, the
495 device supports both PVRTC and ETC1, it receives the APK with PVRTC, because it has the highest
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd2 page.metaDescription=A look at how to get the most visibility and the highest ratings possible for …
31 important to look for ways to get the most visibility and the highest ratings
/frameworks/base/docs/html/tools/building/
Dplugin-for-gradle.jd352 <p>The priority of the merge order from lowest to highest is libraries/dependencies -> main src ->
434 from lowest to highest is libraries/dependencies -> main src -> productFlavor -> buildType. </p>

123