Home
last modified time | relevance | path

Searched refs:even (Results 1 – 25 of 295) sorted by relevance

12345678910>>...12

/frameworks/base/tools/aapt/
DZipEntry.cpp362 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/
Dlicense.txt17 but WITHOUT ANY WARRANTY; without even the implied warranty of
/frameworks/base/docs/html/distribute/googleplay/about/
Ddistribution.jd43 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/
Dbuilding-blocks.jd57 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/
Dscrolling.jd25 indicator appears even when the user isn't scrolling. Touching or dragging it causes the current
Dtabs.jd57 permits fast view switching even on narrower screens.</p>
/frameworks/base/docs/html/guide/practices/
Dperformance.jd30 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
Dseamlessness.jd61 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,
Dscreens-support-1.5.jd59 <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/
Dperformance.jd30 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
Dseamlessness.jd61 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/
DREADME20 failure information, even with -v.
/frameworks/base/docs/html/guide/topics/graphics/
Dindex.jd26 utility class that makes animating these properties even easier.</p>
/frameworks/base/docs/html/
Dlicense.jd55 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/
DRuntimeDoc.rst48 __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/
Dbattery-monitoring.jd41 even stopping&mdash;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/
DGoogleLogTags.logtags20 # the platform even when the Google applications are not.
/frameworks/base/docs/html/about/versions/
Dandroid-4.0-highlights.jd90 <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 &mdash; 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/
Dservices.jd8 <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/
Dapplication-element.jd87 <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/
Dzipalign.jd12 allows all portions to be accessed directly with {@code mmap()} even if they
/frameworks/base/docs/html/training/basics/intents/
Dindex.jd41 android.content.Intent} to identify and start the appropriate app component. Using intents even
/frameworks/testing/uiautomator/cmds/uiautomator/
Duiautomator24 # * '--nohup' allows process continue to run even if parent process that
/frameworks/base/docs/html/tools/
Dindex.jd37 …<li>Vsualize your UI on tablets, phones, and other devices. Switch themes, locales, even plaform v…
/frameworks/base/docs/html/about/
Dmarketplace.jd54 pricing of your apps and in-app products&mdash;you can set and change prices at any time, even

12345678910>>...12