/frameworks/base/include/cpustats/ |
D | CentralTendencyStatistics.h | 43 double maximum() const { return mMaximum; } in maximum() function
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 88 <dd>An integer designating the maximum API Level on which the application is 111 own API Level (6) is now higher than the maximum supported by the application
|
D | supports-screens-element.jd | 181 user-optional feature by specifying the maximum "smallest screen width" for which your application 198 the maximum "smallest screen width" for which your application is designed. If the smallest side of
|
/frameworks/base/docs/html/guide/developing/tools/ |
D | logcat.jd | 82 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
/frameworks/base/docs/html/guide/publishing/ |
D | versioning.jd | 148 <li><code>android:maxSdkVersion</code> — The maximum version 164 maximum API Level. </p>
|
D | licensing.jd | 966 application's license validity period, retry grace period, and maximum allowable 2223 period, retry grace period, maximum allowable retry count, and other settings. 2323 <h4>Retry period and maximum retry count</h4> 2344 error conditions by setting a retry "grace period" and a recommended maximum 2355 either the retry grace period is still active or the maximum retries count has
|
/frameworks/base/docs/html/guide/webapps/ |
D | targeting.jd | 117 <b>maximum-scale</b> = <em>float_value</em> , 242 <dt>{@code maximum-scale}</dt> 243 <dd>The maximum scale to allow for the page. The value is a float that indicates the 244 maximum multiplier for your web page size, 251 this to {@code no}, then the {@code minimum-scale} and {@code maximum-scale} are ignored,
|
/frameworks/base/services/java/com/android/server/ |
D | DropBoxManagerService.java | 703 int maximum = quotaKb * 1024 / mBlockSize; in trimToFit() local 704 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100)); in trimToFit()
|
/frameworks/base/docs/html/guide/appendix/ |
D | api-levels.jd | 165 <li>It lets the Android platform describe the maximum framework API revision 177 <code><uses-sdk></code> — to describe the minimum and maximum API 189 <li><code>android:maxSdkVersion</code> — Specifies the maximum API Level 215 has no maximum API Level. Please read the <a
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 92 <li><var>AT_MOST</var>: This is used by the parent to impose a maximum size on the
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 246 <li>Set the maximum amount of inactive time that can elapse before the device 601 <h5>Set maximum failed password attempts</h5> 602 <p>You can set the maximum number of allowed failed password attempts before the 690 <p>You can set the maximum period of user inactivity that can occur before the
|
/frameworks/base/services/input/ |
D | EventHub.cpp | 254 if (info.minimum != info.maximum) { in getAbsoluteAxisInfo() 257 outAxisInfo->maxValue = info.maximum; in getAbsoluteAxisInfo()
|
/frameworks/base/docs/html/sdk/ |
D | android-3.2.jd | 185 <li>New manifest attributes, for specifying the app's maximum 304 attribute lets you specify the maximum smallestWidth on which the application 311 attribute lets you specify the maximum smallestWidth on which the application
|
D | android-1.6.jd | 354 … <li><code>maxSdkVersion</code>: Indicates the maximum API Level on which an application is
|
D | terms.jd | 173 …12.1 To the maximum extent permitted by law, you agree to defend, indemnify and hold harmless Goog…
|
D | android-2.3-highlights.jd | 127 the system helps ensure best possible performance and maximum battery life.</p>
|
D | android-3.0-highlights.jd | 212 …3D scenes as well as a special, platform-independent shader language for maximum performance. Usin…
|
/frameworks/base/docs/html/guide/topics/resources/ |
D | drawable-resource.jd | 36 assigned a maximum numerical value. Creates a {@link 669 changes (the size is the maximum of all of the states); "false" if the size varies based on 677 state that is selected; "false" if the padding should stay the same (based on the maximum 771 <p>A Drawable that manages a number of alternate Drawables, each assigned a maximum numerical 831 <dd><em>Integer</em>. The maximum level allowed for this item.</dd>
|
/frameworks/base/docs/html/guide/market/publishing/ |
D | multiple-apks.jd | 278 maximum version, because if the <a 489 maximum screen size (1 - 4 indicating each of the four sizes) or to denote the texture formats 564 <p>For maximum performance and compatibility, your application should use ETC1 textures wherever it
|
/frameworks/base/docs/html/guide/developing/debugging/ |
D | debugging-log.jd | 110 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
D | debugging-tracing.jd | 261 reaches the maximum buffer size before stopMethodTracing() is called, the system stops tracing
|
/frameworks/base/docs/html/guide/practices/ |
D | screen-compat-mode.jd | 235 <p>This indicates that the maximum "smallest screen width" for which your application is designed
|
/frameworks/base/libs/rs/scriptc/ |
D | rs_cl.rsh | 715 * Return the maximum of two values.
|
/frameworks/base/docs/html/guide/topics/search/ |
D | searchable-config.jd | 286 <dd><em>Integer</em>. Forces the maximum number of results to return,
|
/frameworks/base/services/audioflinger/ |
D | AudioFlinger.cpp | 1871 double maximum = stats.maximum(); in threadLoop() local 1878 maximum * .001, in threadLoop() 1882 maximum / perLoop100); in threadLoop()
|