/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/ |
D | wbalance.rs | 96 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 97 float avg = (minimum + maximum) / 2.f;
|
/frameworks/av/services/audioflinger/ |
D | FastMixer.cpp | 606 wall.mean()*1e-6, wall.minimum()*1e-6, wall.maximum()*1e-6, in dump() 610 loadNs.mean()*1e-3, loadNs.minimum()*1e-3, loadNs.maximum()*1e-3, in dump() 618 kHz.mean()*1e-3, kHz.minimum()*1e-3, kHz.maximum()*1e-3, kHz.stddev()*1e-3); in dump() 621 loadMHz.mean(), loadMHz.minimum(), loadMHz.maximum(), loadMHz.stddev()); in dump() 635 left.mean()*1e-6, left.minimum()*1e-6, left.maximum()*1e-6, left.stddev()*1e-6, in dump() 636 right.mean()*1e-6, right.minimum()*1e-6, right.maximum()*1e-6, in dump()
|
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/ |
D | wbalance.rs | 113 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 114 float avg = (minimum + maximum) / 2.f;
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
D | wbalance.rs | 115 int maximum = max(estimation.r, max(estimation.g, estimation.b)); 116 float avg = (minimum + maximum) / 2.f;
|
/frameworks/av/include/cpustats/ |
D | CentralTendencyStatistics.h | 43 double maximum() const { return mMaximum; } in maximum() function
|
/frameworks/base/docs/html/training/multiple-threads/ |
D | create-threadpool.jd | 156 Initial pool size and maximum pool size 159 The initial number of threads to allocate to the pool, and the maximum allowable number. 167 * (not always the same as the maximum number of cores) 220 the maximum pool size are the same, {@link java.util.concurrent.ThreadPoolExecutor} creates
|
/frameworks/base/docs/html/google/play/licensing/ |
D | licensing-reference.jd | 252 application's license validity period, retry grace period, maximum allowable retry count, and other 286 below about <a href="#GTGR">Retry period and maximum retry count</a>.</p></td> 294 below about <a href="#GTGR">Retry period and maximum retry count</a>.</p></td> 379 <h4 id="GTGR">Retry period and maximum retry count</h4> 400 error conditions by setting a retry "grace period" and a recommended maximum 411 either the retry grace period is still active or the maximum retries count has
|
/frameworks/rs/scriptc/ |
D | rs_core_math.rsh | 5958 * Return the maximum value from two arguments 5967 * Return the maximum value from two arguments 5976 * Return the maximum value from two arguments 5985 * Return the maximum value from two arguments 5994 * Return the maximum value from two arguments 6005 * Return the maximum value from two arguments 6016 * Return the maximum value from two arguments 6027 * Return the maximum value from two arguments 6038 * Return the maximum value from two arguments 6049 * Return the maximum value from two arguments [all …]
|
/frameworks/rs/api/ |
D | rs_core_math.spec | 1002 Return the maximum value from two arguments 1014 Return the maximum value from two arguments 1028 Return the maximum value from two arguments 1045 Return the maximum value from two arguments 1063 Return the maximum value from two arguments 1082 Return the maximum value from two arguments
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | ExpandHelper.java | 156 public int getNaturalHeight(int maximum) { in getNaturalHeight() argument 157 return Math.min(maximum, mView.getMaxHeight()); in getNaturalHeight()
|
/frameworks/base/docs/html/google/gcm/ |
D | adv.jd | 77 a particular device. GCM allows a maximum of 4 different collapse keys to be used 283 <p>GCM allows a maximum of 4 different collapse keys to be used by the GCM server 326 <strong>GCM only allows a maximum of 4 different collapse keys to be used by the GCM server 331 <p>The Time to Live (TTL) feature lets the sender specify the maximum lifespan 334 it corresponds to the maximum period of time for which GCM will store and try to 335 deliver the message. Requests that don't contain this field default to the maximum
|
/frameworks/base/docs/html/guide/components/ |
D | recents.jd | 199 <p>You can set the maximum number of tasks that your app can include in the overview screen by sett… 202 </a> to an integer value. The default is 16. When the maximum number of tasks is reached, the least 203 recently used task is removed from the overview screen. The {@code android:maxRecents} maximum value
|
/frameworks/base/docs/html/tools/help/ |
D | logcat.jd | 81 <td>Sets the maximum number of rotated logs to <code><count></code>. The default value
|
/frameworks/base/docs/html/training/gestures/ |
D | scroll.jd | 203 * Minimum and maximum scroll positions. The minimum scroll 204 * position is generally zero and the maximum scroll position 207 * pixels, the maximum scroll offset should be 800 pixels.
|
/frameworks/base/docs/html/tools/publishing/ |
D | versioning.jd | 148 <li><code>android:maxSdkVersion</code> — The maximum version 164 maximum API Level. </p>
|
/frameworks/base/docs/html/design/patterns/ |
D | gestures.jd | 69 maximum scale. For nested views, scales up the smallest targetable view, or returns it to
|
/frameworks/base/services/core/java/com/android/server/ |
D | DropBoxManagerService.java | 729 int maximum = quotaKb * 1024 / mBlockSize; in trimToFit() local 730 mCachedQuotaBlocks = Math.min(maximum, Math.max(0, nonreserved * quotaPercent / 100)); in trimToFit()
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | uses-sdk-element.jd | 119 <dd>An integer designating the maximum API Level on which the application is 142 own API Level (6) is now higher than the maximum supported by the application 352 <li>It lets the Android platform describe the maximum framework API revision 364 <code><uses-sdk></code> — to describe the minimum and maximum API 376 <li><code>android:maxSdkVersion</code> — Specifies the maximum API Level 402 has no maximum API Level. Please read the <a
|
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/tv/adt-1/ |
D | regulatory.jd | 49 of a type and maximum (or lesser) gain approved for the transmitter by Industry Canada. To reduce
|
/frameworks/base/docs/html/training/graphics/opengl/ |
D | shapes.jd | 48 this is to define a vertex array of floating point numbers for the coordinates. For maximum
|
/frameworks/base/docs/html/guide/topics/admin/ |
D | device-admin.jd | 251 <li>Set the maximum amount of inactive time that can elapse before the device 609 <h5>Set maximum failed password attempts</h5> 610 <p>You can set the maximum number of allowed failed password attempts before the 655 <p>You can set the maximum period of user inactivity that can occur before the
|
/frameworks/base/docs/html/guide/topics/ui/ |
D | how-android-draws.jd | 127 the parent to impose a maximum size on the
|
/frameworks/base/docs/html/guide/topics/sensors/ |
D | sensors_overview.jd | 89 <li>Determine an individual sensor's capabilities, such as its maximum range, manufacturer, power 393 capabilities of each sensor, such as its maximum range, its resolution, and its power 447 methods to obtain a sensor's resolution and maximum range of measurement. You can also use the 502 you determine the maximum rate 508 <p class="caution"><strong>Caution:</strong> A sensor's maximum data acquisition rate is not
|
/frameworks/base/docs/html/design/wear/ |
D | style.jd | 81 … should be displayed as large as possible. Your goal should be to convey maximum information with …
|