/frameworks/compile/mclinker/lib/Target/ |
D | ELFEmulation.cpp | 33 {".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/ |
D | TemplateLayout.java | 30 import com.android.setupwizardlib.annotations.Keep; 159 @Keep 191 @Keep
|
/frameworks/compile/mclinker/lib/Script/ |
D | InputSectDesc.cpp | 36 if (m_KeepPolicy == Keep) in dump() 96 if (m_KeepPolicy == Keep) in dump()
|
D | OutputSectDesc.cpp | 187 InputSectDesc inputDesc(InputSectDesc::Keep, spec, *this); in activate()
|
/frameworks/opt/setupwizard/library/ |
D | proguard.flags | 2 ## Keep rules
|
/frameworks/support/annotations/src/android/support/annotation/ |
D | Keep.java | 45 public @interface Keep { annotation
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/annotations/ |
D | Keep.java | 48 public @interface Keep { annotation
|
/frameworks/webview/nullwebview/ |
D | proguard.flags | 6 # Keep the factory and its public members; it's the main entry point used by the
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 13 <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/ |
D | InputSectDesc.h | 28 enum KeepPolicy { Keep, NoKeep }; enumerator
|
/frameworks/base/docs/html/distribute/engage/ |
D | gcm.jd | 2 page.metaDescription=Keep your users in sync with your latest content by delivering lightweight mes…
|
D | notifications.jd | 1 page.title=Use Rich Notifications to Keep Users Informed
|
D | easy-signin.jd | 30 <strong>Seamless experience across screens</strong>: Keep your users engaged, no matter
|
D | ads.jd | 2 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/ |
D | touch_analytics.proto | 32 // Keep in sync with MotionEvent.
|
/frameworks/base/docs/html/training/animation/ |
D | index.jd | 46 Keep in mind though, that overusing animations or using them at the wrong time can be
|
/frameworks/base/docs/html/tv/ |
D | index.jd | 76 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/ |
D | style.jd | 68 <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/ |
D | app-structure.jd | 175 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/ |
D | GarbageCollection.cpp | 196 if (((sm_input != NULL) && (InputSectDesc::Keep == sm_input->policy())) || in getEntrySections()
|
/frameworks/base/docs/html/training/displaying-bitmaps/ |
D | manage-memory.jd | 99 // 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/ |
D | icon_design_list.jd | 117 Photoshop. Keep 1 pixel of padding around the bounding box inside the template.
|
D | icon_design_dialog.jd | 115 in Adobe Photoshop. Keep 1 pixel of padding around the bounding box inside the
|
/frameworks/base/docs/html/training/notify-user/ |
D | expanded.jd | 78 when the user clicks the notification. Keep this in mind as you design your notifications—fir…
|
/frameworks/base/docs/html/distribute/googleplay/work/ |
D | about.jd | 50 <p>Keep these best practices in mind as you build a great enterprise-ready app.</p>
|