/frameworks/base/libs/rs/java/Film/res/raw/ |
filmimage.c | 12 int life; local 31 life = maxLife; 32 while (life > 255) { 33 life = life >> 1; 68 life = loadI32(con, 2, srcIdx + 2); 72 if (life) { 75 c = 0xffafcf | ((life >> lifeShift) << 24); 98 life --; 102 storeI32(con, 2, srcIdx + 2, life); [all...] |
/external/webkit/JavaScriptCore/ |
THANKS | 4 Richard Moore <rich@kde.org> - for filling the Math object with some life
|
/development/pdk/docs/source/ |
index.jd | 16 read <a href="{@docRoot}source/life-of-a-bug.html">Life of a Bug</a>.</p> 31 href="{@docRoot}source/life-of-a-patch.html">Life of a Patch</a>, and by
|
source_toc.cs | 13 <li><a href="<?cs var:toroot ?>source/life-of-a-bug.html">Life of a Bug</a></li> 26 <li><a href="<?cs var:toroot ?>source/life-of-a-patch.html">Life of a Patch</a></li>
|
life-of-a-patch.jd | 1 page.title=Life of a Patch
|
life-of-a-bug.jd | 1 page.title=Life of a Bug 9 you file it? This page describes the Life of a Bug.</p> 19 <p>Here's the Life of a Bug, in a nutshell:</p>
|
/external/netcat/ |
NOTICE | 7 with Microsoft Network, get a life. Always ski in control. Comments,
|
/external/clearsilver/man/man3/ |
cgiwrap_putenv.3 | 34 variable name and value, which makes life easier for the
|
/frameworks/base/docs/html/guide/tutorials/notepad/ |
notepad-ex3.jd | 7 <p><em>In this exercise, you will use life-cycle event callbacks to store and 10 <li><em>Life-cycle events and how your application can use them</em></li> 34 the note into the NoteEdit class, and introduce a full life cycle for editing 133 ourselves, using the life-cycle methods.</p> 184 is an Android convenience method provided to take care of the Cursor life-cycle. This will release 185 and re-create resources as dictated by the Activity life-cycle, so we don't need to worry about 194 <h2>Why handling life-cycle events is important</h2> 196 might not understand why all this life-cycle work is necessary. The reason 206 Android has a <a href="{@docRoot}guide/topics/fundamentals.html#lcycles">well-defined life 217 <code>onResume()</code>. These are our life-cycle method [all...] |
index.jd | 102 <td>Add handling of life-cycle events to 104 maintain application state across the life cycle. </td> 111 view life-cycle events as they are generated. This section is optional but
|
notepad-index.jd | 103 <td>Add handling of life-cycle events to 105 maintain application state across the life cycle. </td> 112 view life-cycle events as they are generated. This section is optional but
|
/frameworks/base/docs/html/resources/tutorials/notepad/ |
notepad-ex3.jd | 7 <p><em>In this exercise, you will use life-cycle event callbacks to store and 10 <li><em>Life-cycle events and how your application can use them</em></li> 34 the note into the NoteEdit class, and introduce a full life cycle for editing 133 ourselves, using the life-cycle methods.</p> 184 is an Android convenience method provided to take care of the Cursor life-cycle. This will release 185 and re-create resources as dictated by the Activity life-cycle, so we don't need to worry about 194 <h2>Why handling life-cycle events is important</h2> 196 might not understand why all this life-cycle work is necessary. The reason 206 Android has a <a href="{@docRoot}guide/topics/fundamentals.html#lcycles">well-defined life 217 <code>onResume()</code>. These are our life-cycle method [all...] |
index.jd | 102 <td>Add handling of life-cycle events to 104 maintain application state across the life cycle. </td> 111 view life-cycle events as they are generated. This section is optional but
|
notepad-index.jd | 103 <td>Add handling of life-cycle events to 105 maintain application state across the life cycle. </td> 112 view life-cycle events as they are generated. This section is optional but
|
/dalvik/libcore/annotation/src/main/java/java/lang/annotation/ |
RetentionPolicy.java | 23 * in the overall development life cycle.
|
/development/samples/Spinner/ |
_index.html | 6 This application illustrates basic state management across the Android application life cycle,
|
/external/e2fsprogs/debian/ |
uuid-dev.README.Debian | 13 tar file which is appropriately named to make life easier for
|
/external/e2fsprogs/lib/ext2fs/ |
valid_blk.c | 47 /* With an EA block, life gets more tricky */
|
/frameworks/base/docs/html/guide/topics/processes/ |
process-lifecycle.jd | 1 page.title=Processes and Application Life Cycle 23 <p>A common example of a process life-cycle bug is a 88 their Activity life-cycle correctly 110 each of these components contribute to the overall life-cycle of a process. 112 they impact the overall life-cycle of their application.</p>
|
/external/qemu/distrib/sdl-1.2.12/src/hermes/ |
HeadMMX.h | 16 going to end your life :) */
|
/external/webkit/WebKit/chromium/public/ |
WebAnimationController.h | 43 // owned by a WebFrame and its life span is bound to that WebFrame.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/tests/ |
AndroidTestPlugin.java | 22 * The activator class controls the plug-in life cycle
|
/frameworks/base/docs/html/resources/articles/ |
avoiding-memory-leaks.jd | 91 on the activities life cycle. If you plan on keeping long-lived objects 100 to an activity should have the same life cycle as the activity itself)</li> 103 their life cycle, use a static inner class and make a weak reference to
|
/hardware/ti/wlan/wl1271/Test/ |
MibDbg.c | 214 WLAN_OS_REPORT(("Set Maximum Rx Life Time failed: No Parameter received\n")); 225 WLAN_OS_REPORT(("Set Maximum Rx Life Time failed\n")); 244 WLAN_OS_REPORT(("2105 - Print Max RX Life Time\n"));
|
/system/wlan/ti/wilink_6_1/Test/ |
MibDbg.c | 214 WLAN_OS_REPORT(("Set Maximum Rx Life Time failed: No Parameter received\n")); 225 WLAN_OS_REPORT(("Set Maximum Rx Life Time failed\n")); 244 WLAN_OS_REPORT(("2105 - Print Max RX Life Time\n"));
|