/frameworks/base/tools/aapt/ |
D | ZipEntry.cpp | 362 time_t even; in setModWhen() local 368 even = (time_t)(((unsigned long)(when) + 1) & (~1)); in setModWhen() 372 ptm = localtime_r(&even, &tmResult); in setModWhen() 374 ptm = localtime(&even); in setModWhen()
|
/frameworks/native/opengl/tests/angeles/ |
D | license.txt | 17 but WITHOUT ANY WARRANTY; without even the implied warranty of
|
/frameworks/base/docs/html/distribute/googleplay/about/ |
D | distribution.jd | 43 distribute to, and even which carriers (for some countries). </p> 71 even exclude specific devices if needed.</p> 88 or other factors. You can even focus in on data inside a dimension by
|
/frameworks/base/docs/html/guide/basics/ |
D | building-blocks.jd | 57 media player; even when the user quits the media-selection UI, she 59 music going even when the UI has completed.</dd>
|
/frameworks/base/docs/html/design/building-blocks/ |
D | scrolling.jd | 25 indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
|
D | tabs.jd | 57 permits fast view switching even on narrower screens.</p>
|
/frameworks/base/docs/html/guide/practices/ |
D | performance.jd | 30 want to optimize your app even if it already seems to run "fast enough". 73 processors running at different speeds. It's not even generally the case 143 <code>HashMap map</code> than a <code>Map map</code>, even though in both 307 <code>Foo</code> and <code>Foo$Inner</code> are different classes, even though 346 <p>Also, even for integers, some chips have hardware multiply but lack 373 than rely on it having a JIT). You may even have to compile multiple versions 399 of its way to do the hard work for you, and even detect some cases where you're
|
D | seamlessness.jd | 61 system as just an even-larger federation of these components. This benefits you 111 running, and result in an annoyed user. Perhaps even worse, your Activity may 179 Some will even be able to change resolutions on the fly, such as by switching 221 others will have 40-key, 12-key, or even other key configurations. Similarly,
|
D | screens-support-1.5.jd | 59 <p class="note"><strong>Note:</strong> Before you begin, you should first decide whether it's even 92 platform's multiple screens support, even though it is technically using an earlier version of the
|
/frameworks/base/docs/html/guide/practices/app-design/ |
D | performance.jd | 30 want to optimize your app even if it already seems to run "fast enough". 73 processors running at different speeds. It's not even generally the case 143 <code>HashMap map</code> than a <code>Map map</code>, even though in both 307 <code>Foo</code> and <code>Foo$Inner</code> are different classes, even though 346 <p>Also, even for integers, some chips have hardware multiply but lack 373 than rely on it having a JIT). You may even have to compile multiple versions 399 of its way to do the hard work for you, and even detect some cases where you're
|
D | seamlessness.jd | 61 system as just an even-larger federation of these components. This benefits you 111 running, and result in an annoyed user. Perhaps even worse, your Activity may 179 Some will even be able to change resolutions on the fly, such as by switching 221 others will have 40-key, 12-key, or even other key configurations. Similarly,
|
/frameworks/compile/slang/lit-tests/ |
D | README | 20 failure information, even with -v.
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | index.jd | 26 utility class that makes animating these properties even easier.</p>
|
/frameworks/base/docs/html/ |
D | license.jd | 55 it as an audiobook for the visually impaired, or even translate it. </p> 135 refer there for more information. This is even more important when
|
/frameworks/compile/libbcc/runtime/ |
D | RuntimeDoc.rst | 48 __paritysi2 : int (int a) // parity (if number of 1-bits is even, then return 0) [[llvm]] 49 __paritydi2 : int (long a) // parity (if number of 1-bits is even, then return 0) [[llvm]]
|
/frameworks/base/docs/html/training/monitoring-device-state/ |
D | battery-monitoring.jd | 41 even stopping—your updates when the battery charge is nearly exhausted.</p> 83 disconnected from power. It's important to to receive these events even while your app isn't
|
/frameworks/ex/common/java/com/android/common/ |
D | GoogleLogTags.logtags | 20 # the platform even when the Google applications are not.
|
/frameworks/base/docs/html/about/versions/ |
D | android-4.0-highlights.jd | 90 <p><strong>Multitasking</strong> is a key strength of Android and it's made even 174 listening to music, users can even manage music tracks and see album art. </p> 190 <p>Android 4.0 makes managing notifications, recent apps, and browser tabs even 214 <p>The soft keyboard in Android 4.0 makes text input even faster and more 224 suggestions, delete a word, or add it to the dictionary. Users can even tap to 237 time, even pausing for intervals if needed, and dictate punctuation to create 501 capabilities to let users take even more with them and keep communication 511 faster, and even save it for reading later in case there's no network 605 each person's device even more personal — Face Unlock is a new screen-lock 770 developers can even use Android Beam to initiate a connection and transfer the [all …]
|
/frameworks/base/docs/html/guide/components/ |
D | services.jd | 8 <li>A service can run in the background to perform work even while the user is in a different 69 application component can start a service and it will continue to run in the background even if the 71 interact with it and even perform interprocess communication (IPC). For example, a service might 81 can run in the background indefinitely, even if the component that started it is destroyed. Usually, 88 interface that allows components to interact with the service, send requests, get results, and even 101 can use the service (even from a separate application), in the same way that any component can use 121 <p>A service is simply a component that can run in the background even when the user is not 251 attribute and set it to {@code "false"}. This is effective even if your service supplies intent 280 component that started it and the service can run in the background indefinitely, even if 723 <p>The lifecycle of a service is much simpler than that of an activity. However, it's even more imp… [all …]
|
/frameworks/base/docs/html/guide/topics/manifest/ |
D | application-element.jd | 87 <dd>Whether or not the application can be debugged, even when running 128 responsiveness overall, even for applications that do not explicitly make use 254 backed-up data set, even if the backup was stored by a newer version 257 attempt restore even when a version mismatch suggests that the data are
|
/frameworks/base/docs/html/tools/help/ |
D | zipalign.jd | 12 allows all portions to be accessed directly with {@code mmap()} even if they
|
/frameworks/base/docs/html/training/basics/intents/ |
D | index.jd | 41 android.content.Intent} to identify and start the appropriate app component. Using intents even
|
/frameworks/testing/uiautomator/cmds/uiautomator/ |
D | uiautomator | 24 # * '--nohup' allows process continue to run even if parent process that
|
/frameworks/base/docs/html/tools/ |
D | index.jd | 37 …<li>Vsualize your UI on tablets, phones, and other devices. Switch themes, locales, even plaform v…
|
/frameworks/base/docs/html/about/ |
D | marketplace.jd | 54 pricing of your apps and in-app products—you can set and change prices at any time, even
|