Home
last modified time | relevance | path

Searched refs:reduce (Results 1 – 25 of 65) sorted by relevance

123

/frameworks/compile/slang/tests/P_warnings_rsSetElementAt/
Dstderr.txt.expect1 setelementat.rs:21:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
2 setelementat.rs:22:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
3 setelementat.rs:23:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
4 setelementat.rs:24:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
5 setelementat.rs:25:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
6 setelementat.rs:26:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
7 setelementat.rs:27:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
8 setelementat.rs:28:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
9 setelementat.rs:29:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
10 setelementat.rs:30:5: warning: untyped rsSetElementAt() can reduce performance. Use rsSetElementAt_…
[all …]
/frameworks/base/libs/common_time/
Dcommon_clock.cpp51 LinearTransform::reduce(&numer, &denom); in init()
138 LinearTransform::reduce(&n1, &d2); in setSlew()
139 LinearTransform::reduce(&n2, &d1); in setSlew()
140 LinearTransform::reduce(&n2, &d2); in setSlew()
Dclock_recovery.cpp63 LinearTransform::reduce(&N, &D); in ClockRecoveryLoop()
67 LinearTransform::reduce(&N, &D); in ClockRecoveryLoop()
/frameworks/base/docs/html/shareables/
DREADME.txt7 but we've moved them all to Google Cloud Storage to reduce the size
/frameworks/base/docs/html/training/efficient-downloads/
Dregular_updates.jd67 <p>You can further reduce the impact of these scheduled alarms by opportunistically reducing their …
69 <p>One approach is to implement an exponential back-off pattern to reduce the frequency of your upd…
89 <p>You can use a similar exponential back-off pattern to reduce the effect of failed connections an…
91 …ompletion is important, an exponential back-off algorithm can be used to reduce the frequency of r…
Dredundant_redundant.jd30 <p>The most fundamental way to reduce your downloads is to download only what you need. In terms of…
32 <p>Similarly, when downloading images, it's good practice to reduce the size of the images server-s…
Dindex.jd45 …<dd>The most fundamental way to reduce your downloads is to download only what you need. This less…
Defficient-network-access.jd76 <p>Prefetching data is an effective way to reduce the number of independent data transfer sessions.…
78reduce the number of radio activations required to download the data. As a result you not only con…
102 <p>Many news apps attempt to reduce bandwidth by downloading headlines only after a category has be…
Dconnectivity_patterns.jd42 …keep the radio active for longer periods during each transfer session to reduce the frequency of u…
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dq_gain2.tab24 * pitch gain are ordered in table to reduce complexity *
/frameworks/base/docs/html/training/monitoring-device-state/
Dbattery-monitoring.jd30 <p>When you're altering the frequency of your background updates to reduce the effect of those
73 connected to an AC charger, reduce the rate if the charge is over USB, and lower it
116 <p>In some cases it's also useful to determine the current battery level. You may choose to reduce
/frameworks/native/services/surfaceflinger/
DLayer.cpp285 static Rect reduce(const Rect& win, const Region& exclude) { in reduce() function
290 return win.reduce(exclude.getBounds()); in reduce()
307 return reduce(win, activeTransparentRegion); in computeBounds()
344 activeCrop = reduce(activeCrop, s.activeTransparentRegion); in computeCrop()
558 Rect bounds = reduce(win, s.activeTransparentRegion); in getPosition()
792 win = reduce(win, s.activeTransparentRegion); in computeGeometry()
/frameworks/native/include/ui/
DRect.h165 Rect reduce(const Rect& exclude) const;
/frameworks/native/libs/ui/
DRect.cpp110 Rect Rect::reduce(const Rect& exclude) const { in reduce() function in android::Rect
/frameworks/base/docs/html/guide/topics/sensors/
Dindex.jd25 cheats I know to reduce the time between opening an app and seeing an up-to-date list of nearby
/frameworks/av/media/libnbaio/
DMonoPipe.cpp87 LinearTransform::reduce(&N, &D); in MonoPipe()
/frameworks/base/docs/html/google/play/billing/
Dbilling_best_practices.jd68 <p>Using these techniques can help reduce the attack surface of your application and help minimize
87 generator (like {@link java.security.SecureRandom}) when you generate nonces. This can help reduce
/frameworks/base/docs/html/training/wearables/watch-faces/
Dperformance.jd134 practices in this section to reduce the power consumption of your watch face.</p>
147 Letting the CPU sleep often, even briefly, can significantly reduce power consumption.</p>
/frameworks/base/docs/html/training/improving-layouts/
Dloading-ondemand.jd36 they are item details, progress indicators, or undo messages, you can reduce memory usage and speed
/frameworks/base/docs/html/training/articles/
Dsecurity-tips.jd31 into the operating system that significantly reduce the frequency and impact of
54 will reduce the likelihood of inadvertently introducing security issues that
321 have platform-level countermeasures that reduce the exposure of applications to
323 note that selection of type-safe languages tends to reduce the likelihood of
335 title="Data Execution Prevention">DEP</acronym> that reduce the
348 Limiting permissions to read-only or write-only can also reduce the potential
384 application will reduce the potential for problems in this area.</p>
420 (JavaScript injection). Android includes a number of mechanisms to reduce
/frameworks/base/docs/html/tools/testing/
Dwhat_to_test.jd65 impacts. When you code your application to reduce battery usage, you also write the
/frameworks/base/docs/html/tv/adt-1/
Dregulatory.jd49 of a type and maximum (or lesser) gain approved for the transmitter by Industry Canada. To reduce
/frameworks/base/docs/html/training/sync-adapters/
Dindex.jd81 transfers from other apps. These factors reduce the number of times the system has to
/frameworks/base/docs/html/distribute/analyze/
Dbuild-better-apps.jd62 may be able to reduce your drop-off rates.
/frameworks/compile/libbcc/
DREADME.rst48 * To reduce launch time, we support caching of

123