/dalvik/dx/tests/094-scala-locals/ |
expected.txt | 6 live in:{} 9 live out:{} 12 live in:{} 15 live out:{} 18 live in:{} 22 live out:{} 25 live in:{} 28 live out:{} 31 live in:{} 35 live out:{ [all...] |
/dalvik/dx/tests/086-ssa-edge-split/ |
expected.txt | 6 live in:{} 10 live out:{} 13 live in:{} 17 live out:{} 20 live in:{} 23 live out:{} 26 live in:{} 29 live out:{} 31 live in:{} 34 live out:{ [all...] |
/dalvik/dx/tests/087-ssa-local-vars/ |
expected.txt | 6 live in:{} 10 live out:{2} 13 live in:{2} 17 live out:{} 20 live in:{} 23 live out:{} 26 live in:{} 29 live out:{} 31 live in:{} 34 live out:{ [all...] |
/dalvik/dx/tests/083-ssa-phi-placement/ |
expected.txt | 6 live in:{} 10 live out:{} 13 live in:{} 18 live out:{} 21 live in:{} 24 live out:{} 27 live in:{} 30 live out:{} 32 live in:{} 35 live out:{ [all...] |
/packages/wallpapers/LivePicker/res/values/ |
strings.xml | 24 <string name="application_name">Live Wallpaper Picker</string> 25 <!-- Title for the screen that lets the user choose a live wallpaper to use 27 <string name="live_wallpaper_picker_title">Live wallpapers</string> 28 <!-- Title for the screen that lets the user preview a live wallpaper. --> 29 <string name="live_wallpaper_preview_title">Live wallpaper preview</string> 34 <!-- Warning message, no live wallpapers available. --> 35 <string name="live_wallpaper_empty">No live wallpapers.</string> 38 <!-- Label, title and author of the live wallpaper --> 40 <!-- Message, tells the user the selected live wallpaper is loading. --> 41 <string name="live_wallpaper_loading">Loading live wallpaper?</string [all...] |
/frameworks/base/core/java/android/provider/ |
LiveFolders.java | 23 * {@link android.content.ContentProvider}. To create a live folder, two components 27 * activity is responsible for creating the live folder.</li> 28 * <li>A {@link android.content.ContentProvider} to provide the live folder items.</li> 32 * <p>When a user wants to create a live folder, the system looks for all activities with the 35 * {@link #ACTION_CREATE_LIVE_FOLDER} action. The activity then creates the live folder and 38 * live folder is described by a content provider URI, a name, an icon and a display mode. 39 * Finally, when the user opens the live folder, the system queries the content provider 42 * <h3>Setting up the live folder activity</h3> 43 * <p>The following code sample shows how to write an activity that creates a live folder:</p> 46 * public static final Uri CONTENT_URI = Uri.parse("content://my.app/live"); [all...] |
/dalvik/dx/tests/032-bb-live-code/ |
info.txt | 2 includes as live code all code which could possibly be flowed
|
/packages/wallpapers/LivePicker/res/values-de/ |
strings.xml | 22 <string name="application_name" msgid="4119979710394894209">"Live-Hintergrund-Auswahl"</string> 23 <string name="live_wallpaper_picker_title" msgid="6161053357728149149">"Live-Hintergründe"</string> 24 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Vorschau für Live-Hintergrund"</string> 27 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Keine Live-Hintergründe"</string> 30 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Live-Hintergrund wird geladen?"</string>
|
/frameworks/base/docs/html/resources/articles/ |
live-wallpapers.jd | 1 page.title=Live Wallpapers 10 <li><a href="{@docRoot}resources/samples/CubeLiveWallpaper/index.html">Live Wallpaper 17 <p>Starting with Android 2.1 (API Level 7), users can now enjoy <em>live 19 their home screens. A live wallpaper is very similar to a normal Android 22 live wallpapers included on Nexus One demonstrate the use of some of these APIs 29 <p>Creating your own live wallpaper is easy, especially if you have had 33 To learn how to create a live wallpaper, you should check out the <a 36 <p>In terms of implementation, a live wallpaper is very similar to a regular 56 Finally, applications can send arbitrary commands to the live wallpaper. 59 method of the live wallpaper:</p [all...] |
live-folders.jd | 1 page.title=Live Folders 4 <p>Live folders, introduced in Android 1.5 (API Level 3), let you display any source of data 5 on the Home screen without forcing the user to launch an application. A live 7 As such, a live folder can be used to display all of the user's contacts or 12 instance, the screenshot below shows the content of the live folders that 17 <p>If a contacts sync happens in the background while the user is browsing this live 18 folder, the user will see the change happen in real-time. Live folders are not 21 This articles shows how to add a live folder to an example application called 22 Shelves. To better understand how live folders work, you can <a 26 <p>To give the user the option to create a new live folder for an application [all...] |
/external/iptables/extensions/ |
libipt_ttl.man | 1 This module matches the time to live field in the IP header.
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LiveFolderInfo.java | 33 * The live folder's content uri. 38 * The live folder's display type. 43 * The live folder icon. 48 * Reference to the live folder icon as an application's resource.
|
/external/webkit/WebCore/manual-tests/ |
contenteditable-link.html | 18 <div>The behaviour of editable links is controlled by the user default WebKitEditableLinkBehavior. This can be set via a private WebPreference. If the preference is OnlyLiveWithShiftKey, then the link will only be active when the shift key is pressed (WinIE/Firefox behaviour). If the preference is WebKitEditableLinkAlwaysLive or WebKitEditableLinkDefaultBehavior, then the link is always active (Safari 2.0 behaviour). Finally, if the preference is WebKitEditableLinkLiveWhenNotFocused, the link will only be live if the selection before clicking on the link is not in the same editable block as the link.</div> 20 <div>Also, when a link is 'live' it can be dragged as a link, and when the link isn't 'live', dragging a link just performs a normal text selection.
|
/external/v8/src/ |
mark-compact.h | 36 // to the first live object in the page (only used for old and map objects). 39 // Callback function for non-live blocks in the old generation. 66 // object from the forwarding address of the previous live object in the 68 // next live object in the same page. For spaces using a different 75 // Type of functions to process non-live objects. 159 // Phase 1: Marking live objects. 165 // After: Live objects are marked and non-live objects are unmarked. 245 // Map transitions from a live map to a dead map must be killed. 250 // Phase 2: Sweeping to clear mark bits and free non-live objects fo [all...] |
/external/qemu/audio/ |
audio.c | 959 int live = hw->total_samples_captured - audio_pcm_hw_find_min_in (hw); local 960 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 961 dolog ("live=%d hw->samples=%d\n", live, hw->samples); 964 return live; 973 int live = hw->total_samples_captured - sw->total_hw_samples_acquired; local 976 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) { 977 dolog ("live=%d hw->samples=%d\n", live, hw->samples) 993 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local 1073 int live = smin; local 1086 int live; local 1101 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local 1326 int live; local 1349 int live, dead; local 1417 int live, free, nb_live, cleanup_required, prev_rpos; local 1558 int live, rpos, captured; local [all...] |
sdlaudio.c | 80 int live; member in struct:SDLVoiceOut 329 if (audio_bug (AUDIO_FUNC, sdl->live < 0 || sdl->live > hw->samples)) { 330 dolog ("sdl->live=%d hw->samples=%d\n", 331 sdl->live, hw->samples); 335 if (!sdl->live) { 339 /* dolog ("in callback live=%d\n", live); */ 340 to_mix = audio_MIN (samples, sdl->live); 353 sdl->live -= decr 375 int live, avail, end, total; local 428 int decr, live; local [all...] |
noaudio.c | 44 int live, decr, samples; local 49 live = audio_pcm_hw_get_live_out (&no->hw); 50 if (!live) { 61 decr = audio_MIN (live, samples); 105 int live = audio_pcm_hw_get_live_in (hw); local 106 int dead = hw->samples - live;
|
winaudio.c | 259 int live = audio_pcm_hw_get_live_out (hw);
local 261 if (!live) {
270 while (live > 0) {
273 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
274 int hw_samples = audio_MIN(hw->samples - hw->rpos, live);
284 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
285 // s->write_pos, s->write_size, wav_samples, wav_bytes, live, hw->rpos, hw->samples);
291 live -= wav_samples;
311 live = 0;
512 int live = hw->samples - hw->total_samples_captured; local [all...] |
/external/opencore/engines/player/test/src/ |
test_pv_player_engine.h | [all...] |
/development/samples/CubeLiveWallpaper/ |
_index.html | 1 <p>This sample demonstrates how to create a live wallpaper and bundle it in an 4 <p>In terms of implementation, a live wallpaper is very similar to a regular 24 visible is an important implementation guideline for live wallpapers because it 55 <p>If you are developing a live wallpaper, remember that the feature is 58 live wallpapers, remember to add the following to the application's manifest 69 which tells Android Market that your application includes a live wallpaper. 72 displays your application only to users whose devices support live wallpapers, 79 <p>For more information about live wallpapers, see the 80 <a href="../../articles/live-wallpapers.html">Live Wallpapers</a> article. </p [all...] |
/development/samples/NotePad/src/com/example/android/notepad/ |
NotesLiveFolder.java | 27 * The URI for the Notes Live Folder content provider. 43 // Build the live folder intent. 57 // The result of this activity should be a live folder intent.
|
/external/clearsilver/python/examples/trans/ |
TODO | 20 - clearsilver/trans 'z-tag live language QA system' like
|
/frameworks/base/core/java/android/app/ |
IWallpaperManager.aidl | 34 * Set the live wallpaper. 45 * Get information about a live wallpaper.
|
/dalvik/vm/hprof/ |
HprofStack.c | 35 u1 live; member in struct:__anon696 51 /* Clear the 'live' bit at the start of the GC pass. */ 53 stackTraceEntry->live = 0; 71 * If the 'live' bit is 0, the trace is not in use by any current 75 if (!stackTraceEntry->live) { 146 /* Mark the trace as live (in use by an object in the current heap). */ 147 val->live = 1;
|
/dalvik/dx/src/com/android/dx/ssa/back/ |
LivenessAnalyzer.java | 31 * Calculate the live ranges for register {@code reg}.<p> 46 * {@code non-null;} set of blocks remaing to visit as "live out as block" 81 * live in/out information in {@code SsaBasicBlock} instances and 194 * "v is live-out at n." 206 // Live out at last statement in blockN 213 * "v is live-in at s." 218 // v is live-in at n 232 * "v is live-out at s." 253 * generate moves that over-write the live result.
|