Home
last modified time | relevance | path

Searched refs:Keep (Results 1 – 25 of 63) sorted by relevance

123

/frameworks/compile/mclinker/lib/Target/
DELFEmulation.cpp33 {".init", ".init", InputSectDesc::Keep},
34 {".fini", ".fini", InputSectDesc::Keep},
35 {".preinit_array*", ".preinit_array", InputSectDesc::Keep},
36 {".init_array*", ".init_array", InputSectDesc::Keep},
37 {".fini_array*", ".fini_array", InputSectDesc::Keep},
39 {".ctors*", ".ctors", InputSectDesc::Keep},
40 {".dtors*", ".dtors", InputSectDesc::Keep},
41 {".jcr", ".jcr", InputSectDesc::Keep},
51 {".gcc_except_table*", ".gcc_except_table", InputSectDesc::Keep},
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DTemplateLayout.java30 import com.android.setupwizardlib.annotations.Keep;
159 @Keep
191 @Keep
/frameworks/compile/mclinker/lib/Script/
DInputSectDesc.cpp36 if (m_KeepPolicy == Keep) in dump()
96 if (m_KeepPolicy == Keep) in dump()
DOutputSectDesc.cpp187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate()
/frameworks/opt/setupwizard/library/
Dproguard.flags2 ## Keep rules
/frameworks/support/annotations/src/android/support/annotation/
DKeep.java45 public @interface Keep { annotation
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/annotations/
DKeep.java48 public @interface Keep { annotation
/frameworks/webview/nullwebview/
Dproguard.flags6 # Keep the factory and its public members; it's the main entry point used by the
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd13 <li><a href="#screen">Keep the Screen On</a></li>
14 <li><a href="#cpu">Keep the CPU On</a></li>
38 <h2 id="screen">Keep the Screen On</h2>
55 Keep the CPU On</a>), it doesn't require special permission, and the platform correctly
85 <h2 id="cpu">Keep the CPU On</h2>
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h28 enum KeepPolicy { Keep, NoKeep }; enumerator
/frameworks/base/docs/html/distribute/engage/
Dgcm.jd2 page.metaDescription=Keep your users in sync with your latest content by delivering lightweight mes…
Dnotifications.jd1 page.title=Use Rich Notifications to Keep Users Informed
Deasy-signin.jd30 <strong>Seamless experience across screens</strong>: Keep your users engaged, no matter
Dads.jd2 page.metaDescription=Keep users coming back. AdWords offers re-engagement tools to help your app st…
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
Dtouch_analytics.proto32 // Keep in sync with MotionEvent.
/frameworks/base/docs/html/training/animation/
Dindex.jd46 Keep in mind though, that overusing animations or using them at the wrong time can be
/frameworks/base/docs/html/tv/
Dindex.jd76 Smooth, fast interactions are key to a successful TV app. Keep navigation simple
167 <div class="landing-h3">Keep Users Engaged with Channels</div>
/frameworks/base/docs/html/design/wear/
Dstyle.jd68 <h2 id="KeepMinimum" style="clear:both">Keep Notifications to a Minimum</h2>
103 …xpress your app’s character and insert a moment of delight for your user. Keep animations short (l…
/frameworks/base/docs/html/design/patterns/
Dapp-structure.jd175 Navigation drawer from the Keep app.
203 items are in view simultaneously). Keep the number of scrolling tabs at a manageable level to
311 <p>Keep your hierarchies shallow by using horizontal navigation and shortcuts.</p>
/frameworks/compile/mclinker/lib/LD/
DGarbageCollection.cpp196 if (((sm_input != NULL) && (InputSectDesc::Keep == sm_input->policy())) || in getEntrySections()
/frameworks/base/docs/html/training/displaying-bitmaps/
Dmanage-memory.jd99 // Keep a count to determine when the drawable is no longer displayed.
114 // Keep a count to determine when the drawable is no longer being cached.
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dicon_design_list.jd117 Photoshop. Keep 1 pixel of padding around the bounding box inside the template.
Dicon_design_dialog.jd115 in Adobe Photoshop. Keep 1 pixel of padding around the bounding box inside the
/frameworks/base/docs/html/training/notify-user/
Dexpanded.jd78 when the user clicks the notification. Keep this in mind as you design your notifications&mdash;fir…
/frameworks/base/docs/html/distribute/googleplay/work/
Dabout.jd50 <p>Keep these best practices in mind as you build a great enterprise-ready app.</p>

123