Home
last modified time | relevance | path

Searched refs:Use (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/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/compile/libbcc/lib/Renderscript/
DRSInvariant.cpp112 for (llvm::Use &Use : Value->uses()) { in markInvariantUserLoads()
113 llvm::Instruction *Inst = llvm::cast<llvm::Instruction>(Use.getUser()); in markInvariantUserLoads()
125 if (Use.get() == GetElementPtr->getPointerOperand()) in markInvariantUserLoads()
128 if (Use.get() == Load->getPointerOperand()) { in markInvariantUserLoads()
/frameworks/base/docs/html/distribute/engage/
Dnotifications.jd1 page.title=Use Rich Notifications to Keep Users Informed
2 page.metaDescription=Use Android's notifications to keep users in touch with your content and servi…
33 <h3>But Use Them Sparingly</h3>
44 Use notifications sparingly &mdash; be sure any information presented is
Dwidgets.jd2 page.metaDescription=Use home screen widgets to remind users about important information in your ap…
20 Use widgets to <strong>remind users</strong> about important information in
Dapp-updates.jd9 Keeping your content fresh gives users a reason to come back. Use any
11 or game measurement tool</a> to keep an eye on what users respond to. Use
Dtranslate.jd2 page.metaDescription=Use the App Translation Service to maximize the amount of people who can insta…
56 <strong>Use the Google Play App Translation Service</strong>: For your convenience, Google Play
74 <strong>Use a third-party translation service</strong>: You can use a translation service
Dintents.jd2 page.metaDescription=Use Android Intents to make your app available to users as they perform tasks …
27 <li> Use the "view" intent to give users the option to open any links to your
/frameworks/base/docs/html/training/performance/battery/network/
Dindex.jd52 Optimizing User-Initiated Network Use</a></strong>
61 Optimizing App-Initiated Network Use</a></strong>
70 Optimizing Server-Initiated Network Use</a></strong>
79 Optimizing General Network Use</a></strong>
Daction-any-traffic.jd1 page.title=Optimizing General Network Use
47 <li>Use succinct data protocols. While JSON and XML offer human-readability, and
98 <a href="{@docRoot}training/efficient-downloads/connectivity_patterns.html#Bandwidth">Use
/frameworks/base/libs/hwui/
DTextureCache.h85 return get(bitmap, AtlasUsageType::Use); in get()
130 Use, enumerator
DTextureCache.cpp112 if (CC_LIKELY(mAssetAtlas != nullptr) && atlasUsageType == AtlasUsageType::Use) { in getCachedTexture()
163 Texture* texture = getCachedTexture(bitmap, AtlasUsageType::Use); in prefetchAndMarkInUse()
/frameworks/base/docs/html/training/multiscreen/
Dscreensizes.jd18 <li><a href="#TaskUseWrapMatchPar">Use "wrap_content" and "match_parent"</a></li>
19 <li><a href="#TaskUseRelativeLayout">Use RelativeLayout</a></li>
20 <li><a href="#TaskUseSizeQuali">Use Size Qualifiers</a></li>
21 <li><a href="#TaskUseSWQuali">Use the Smallest-width Qualifier</a></li>
22 <li><a href="#TaskUseAliasFilters">Use Layout Aliases</a></li>
23 <li><a href="#TaskUseOriQuali">Use Orientation Qualifiers</a></li>
24 <li><a href="#TaskUse9Patch">Use Nine-patch Bitmaps</a></li>
53 <h2 id="TaskUseWrapMatchPar">Use "wrap_content" and "match_parent"</h2>
81 <h2 id="TaskUseRelativeLayout">Use RelativeLayout</h2>
143 <h2 id="TaskUseSizeQuali">Use Size Qualifiers</h2>
[all …]
/frameworks/base/docs/html/training/efficient-downloads/
Dconnectivity_patterns.jd16 <li><a href="#WiFi">Use Wi-Fi</a></li>
17 <li><a href="#Bandwidth">Use greater bandwidth to download more data less often</a></li>
30 <h2 id="WiFi">Use Wi-Fi</h2>
36 <h2 id="Bandwidth">Use Greater Bandwidth to Download More Data Less Often</h2>
/frameworks/base/docs/html/training/managing-audio/
Dvolume-playback.jd17 <li><a href="#IdentifyStream">Identify Which Audio Stream to Use</a></li>
18 <li><a href="#HardwareVolumeKeys">Use Hardware Volume Keys to Control Your App’s Audio
20 <li><a href="#PlaybackControls">Use Hardware Playback Control Keys to Control Your App’s Audio
42 <h2 id="IdentifyStream">Identify Which Audio Stream to Use</h2>
56 <h2 id="HardwareVolumeKeys">Use Hardware Volume Keys to Control Your App’s Audio Volume</h2>
87 <h2 id="PlaybackControls">Use Hardware Playback Control Keys to Control Your App’s Audio
/frameworks/compile/mclinker/include/mcld/LD/
DDiagLayouts.inc38 "Use --stub-group-size option to increase the group size.",
40 "Use --stub-group-size option to increase the group size.")
/frameworks/base/docs/html/design/tv/
Dstyle.jd36 <li>Use <a href="{@docRoot}guide/components/fragments.html">fragments</a> to create UIs that are
96 <p>Use text in TV apps sparingly. The position of users relative to a TV screen
102 <li>Use light text on a dark background. This style is easier to read on a TV.</li>
104 strokes. Use simple sans-serif fonts and anti-aliasing to increase readability.</li>
105 <li>Use layout-relative sizing rather than absolute sizing, and density-independent
/frameworks/base/docs/html/distribute/tools/promote/
Dbrand.jd12 <p>Use of the Android or Google Play brands must be reviewed by the Android
13 Partner Marketing team. Use the <a
47 products or services with prior approval. Use "for Android" or "with Android" for all
113 <p>Use the <a
/frameworks/base/docs/html/training/tv/start/
Dlayouts.jd13 <li><a href="#themes">Use Layout Themes for TV</a></li>
40 <h2 id="themes">Use Layout Themes for TV</h2>
54 consistent visual style for TV apps. Use of this theme is recommended for most TV apps. This
105 <li>Use view groups such as {@link android.widget.RelativeLayout} or {@link
174 <li>Use light text on a dark background. This style is easier to read on a TV.</li>
176 Use simple sans-serif fonts and anti-aliasing to increase readability.</li>
177 <li>Use Android's standard font sizes:
215 grainy, which is not a good experience for the user. Use high-quality images instead.
264 <li>Use {@link java.lang.ref.WeakReference} for storing references to {@link
/frameworks/base/include/private/
DREADME4 various framework components. Use at your peril.
/frameworks/av/include/private/
DREADME4 various framework components. Use at your peril.
/frameworks/base/docs/html/training/improving-layouts/
Dreusing-layouts.jd21 <li><a href="#Include">Use the &lt;include&gt; Tag</a></li>
22 <li><a href="#Merge">Use the &lt;merge&gt; Tag</a></li>
73 <h2 id="Include">Use the &lt;include&gt; Tag</h2>
118 <h2 id="Merge">Use the &lt;merge&gt; Tag</h2>
/frameworks/base/docs/html/guide/webapps/
Dbest-practices.jd54 <li>Use a valid markup DOCTYPE that's appropriate for mobile devices
68 <p>Also be sure that your web page markup is valid against the declared DOCTYPE. Use a
74 <li>Use viewport meta data to properly resize your web page
99 <li>Use a vertical linear layout
/frameworks/base/docs/html/design/wear/
Dstyle.jd19 <p>Use the Android Wear emulator to test both square and round devices, and note that <a
75 <h2 id="Typography" >Use Clear, Bold Typography</h2>
82 <h2 id="Branding" style="clear:both" >Use Consistent Branding and Color</h2>
91 …ess text. Design for glanceability and not for reading. Use words and phrases, not sentences. Use
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd90 <li>Use the action bar to display your app's icon or title.</li>
111 …hem efficiently. Android supports a number of view controls for this task. Use the control that be…
117 <p><strong>Use tabs if</strong>:</p>
140 <p><strong>Use a spinner in the main action bar if</strong>:</p>
162 <p><strong>Use navigation drawers if</strong>:</p>
191 <h4>Use tabs to combine category selection and data display</h4>
283 between items from within the detail view. Use swipe views or other techniques, such as thumbnail v…
308 <p>Use action bars to provide consistent navigation.</p>
314 <p>Use multi-select to allow the user to act on collections of data.</p>
/frameworks/base/docs/html/training/id-auth/
Dindex.jd54 <dd>Use {@link android.accounts.AccountManager} to learn the user's account name(s).</dd>
57 <dd> Use OAuth2 to help users get permission to access web services without needing to type in a

12345678910>>...16