HomeSort by relevance Sort by last modified time
    Searched full:life (Results 1 - 25 of 388) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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
  /libcore/luni/src/main/java/java/sql/
RowIdLifetime.java 21 * An enumeration to describe the life-time of RowID.
  /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...]
  /development/samples/Spinner/
_index.html 6 This application illustrates basic state management across the Android application life cycle,
  /external/chromium/base/
tracked.h 15 // thread, and duration of life (from construction to destruction). All this
35 // significantly brought to life.
116 // The time this object was constructed. If its life consisted of a long
118 // reset before the object begins it active life.
  /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/testing/
what_to_test.jd 50 <h4>Battery life</h4>
61 Coding for Life -- Battery Life, That Is</a>. This presentation describes the impact on battery
62 life of various operations, and the ways you can design your application to minimize these
  /libcore/luni/src/main/java/java/lang/annotation/
RetentionPolicy.java 23 * in the overall development life cycle.
  /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.
  /external/zlib/contrib/asm686/
README.686 42 learned that, despite what I believed, this code still has some life
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
yppasswd.x 53 string pw_gecos<>; /* in real life name */
  /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

Completed in 421 milliseconds

1 2 3 4 5 6 7 8 91011>>