Home
last modified time | relevance | path

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

1234

/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.cpp52 LinearTransform::reduce(&numer, &denom); in init()
139 LinearTransform::reduce(&n1, &d2); in setSlew()
140 LinearTransform::reduce(&n2, &d1); in setSlew()
141 LinearTransform::reduce(&n2, &d2); in setSlew()
Dclock_recovery.cpp64 LinearTransform::reduce(&N, &D); in ClockRecoveryLoop()
68 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/base/docs/html/tools/performance/debug-gpu-overdraw/
Dindex.jd4 …lor-coding to show how many times each pixel is redrawn on the screen to reduce rendering overhead.
46 <li>Helping you see where you might be able to reduce rendering overhead.</li>
/frameworks/native/services/surfaceflinger/
DLayer.cpp323 static Rect reduce(const Rect& win, const Region& exclude) { in reduce() function
328 return win.reduce(exclude.getBounds()); in reduce()
345 return reduce(win, activeTransparentRegion); in computeBounds()
382 activeCrop = reduce(activeCrop, s.activeTransparentRegion); in computeCrop()
597 Rect bounds = reduce(win, s.activeTransparentRegion); in getPosition()
829 win = reduce(win, s.activeTransparentRegion); in computeGeometry()
/frameworks/native/include/ui/
DRect.h184 Rect reduce(const Rect& exclude) const;
/frameworks/native/libs/ui/
DRect.cpp112 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/base/docs/html/tools/testing/
Dtesting-tools.jd16 reduce overall development time spent on fixing defects.
Dwhat_to_test.jd65 impacts. When you code your application to reduce battery usage, you also write the
/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/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/training/wearables/watch-faces/
Dperformance.jd145 practices in this section to reduce the power consumption of your watch face.</p>
158 Letting the CPU sleep often, even briefly, can significantly reduce power consumption.</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-memory.jd262 in your app you should try to reduce allocations and release resources.
286 allocation and where you should try to reduce allocations and release
300 from. This is extremely valuable for tightening up these paths to reduce the work they need and
324 in your app you should try to reduce allocations and release resources.
547 to reduce this overhead.
562 special non-movable objects such as fields and methods. You can reduce this section by using fewer
568 small, but if it is too high, it may be possible to reduce it by reducing the number of local and
/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

1234