/external/chromium_org/tools/gyp/test/library_dirs/subdir/ |
README.txt | 1 Make things live in a subdirectory, to make sure that DEPTH works correctly.
|
/external/chromium_org/tools/gyp/test/mac/libraries/subdir/ |
README.txt | 1 Make things live in a subdirectory, to make sure that DEPTH works correctly.
|
/dalvik/dx/tests/094-scala-locals/ |
expected.txt | 6 live in:{} 10 live out:{} 13 live in:{} 17 live out:{} 20 live in:{} 24 live out:{} 27 live in:{} 31 live out:{} 34 live in:{14} 38 live out:{ [all...] |
/external/chromium_org/chrome/common/extensions/docs/examples/api/debugger/live-headers/ |
manifest.json | 2 "name": "Live HTTP headers", 3 "description": "Displays the live log with the http requests headers", 14 "default_title": "Live HTTP headers"
|
/dalvik/dx/tests/086-ssa-edge-split/ |
expected.txt | 6 live in:{} 10 live out:{} 13 live in:{} 16 live out:{} 19 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:{2} 10 live out:{} 13 live in:{} 16 live out:{} 19 live in:{} 23 live out:{2} 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:{} 11 live out:{} 14 live in:{} 17 live out:{} 20 live in:{} 24 live out:{} 27 live in:{} 30 live out:{} 32 live in:{} 35 live out:{ [all...] |
/external/clang/test/SemaCXX/ |
warn-unreachable.cpp | 4 int &live(); 11 live(); 13 live(); 20 live(); 22 live(); 27 live(); 32 live(); 47 live(), 75 live(),
|
/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">Select live wallpaper</string> 28 <!-- Label for the live wallpaper picker [CHAR_LIMIT=40]--> 29 <string name="live_wallpaper_picker_label">Live Wallpapers</string> 30 <!-- Title for the screen that lets the user preview a live wallpaper. --> 31 <string name="live_wallpaper_preview_title">Live wallpaper preview</string> 36 <!-- Warning message, no live wallpapers available. --> 37 <string name="live_wallpaper_empty">No live wallpapers.</string> 40 <!-- Label, title and author of the live wallpaper -- [all...] |
/external/llvm/test/Transforms/DeadArgElim/ |
2008-06-23-DeadAfterLive.ll | 7 ; This function has a live return value, it is used by @alive. 19 ; This function ensures the retval of @test5 is live. 21 %LIVE = call i32 @test5() 22 ret i32 %LIVE
|
deadretval2.ll | 3 ; RUN: cat %t | grep LIVE | count 4 38 ; other function's return value as live. We do this twice, with the functions in 48 %LIVE = call i32 @test5() 49 ret i32 %LIVE 53 %LIVE = call i32 @test8() 54 ret i32 %LIVE
|
/external/llvm/lib/CodeGen/ |
LiveRangeCalc.h | 1 //===---- LiveRangeCalc.h - Calculate live ranges ---------------*- C++ -*-===// 10 // The LiveRangeCalc class can be used to compute live ranges from scratch. It 12 // on the same live range. The cache can be shared by non-overlapping live 13 // ranges. SplitKit uses that when computing the live range of split products. 16 // live, but don't know which value it has as every point. LiveRangeCalc will 46 /// quickly when switching live ranges. 56 /// LiveOut - Map each basic block where a live range is live out to the 57 /// live-out value and its defining block [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...] |
/external/chromium_org/chrome/browser/resources/print_preview/settings/ |
other_options_settings.html | 6 <label aria-live="polite"> 12 <label aria-live="polite"> 18 <label aria-live="polite"> 24 <label aria-live="polite"> 30 <label aria-live="polite">
|
/external/chromium_org/third_party/WebKit/ManualTests/blackberry/ |
video-hls-controls.html | 4 <title>Dynamic Live Streaming controls</title> 7 <h3>Dynamic Live Streaming controls</h3> 9 dynamic live streams. Once metadata loads, the control bar below should
|
/external/clang/test/Preprocessor/ |
expr_liveness.c | 6 /* None of these divisions by zero are in live parts of the expression, do not 40 /* The 1/0 is live, it should error out. */ 49 // -Wundef should not warn about use of undefined identifier if not live.
|
/external/chromium_org/v8/src/ |
hydrogen-environment-liveness.cc | 71 HBasicBlock* block, BitVector* live) { 72 // When a value is live in successor A but dead in B, we must 78 if (live_in_successor->Equals(*live)) continue; 79 for (int i = 0; i < live->length(); ++i) { 80 if (!live->Contains(i)) continue; 108 BitVector* live) { 110 live->Clear(); 112 live->Union(*live_at_block_start_[it.Current()->block_id()]); 119 BitVector* live) { 124 if (!live->Contains(index)) [all...] |
/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="4811278937634144675">"Live-Hintergrund auswählen"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live-Hintergründe"</string> 25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Vorschau für Live-Hintergrund"</string> 28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Keine Live-Hintergründe"</string> 31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Live-Hintergrund wird geladen?"</string>
|
/packages/wallpapers/LivePicker/res/values-en-rGB/ |
strings.xml | 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string> 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Select live wallpaper"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live Wallpaper"</string> 25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string> 28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"No live wallpaper."</string> 31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Loading live wallpaper?"</string>
|
/packages/wallpapers/LivePicker/res/values-en-rIN/ |
strings.xml | 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string> 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Select live wallpaper"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live Wallpaper"</string> 25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live wallpaper preview"</string> 28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"No live wallpaper."</string> 31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Loading live wallpaper?"</string>
|
/packages/wallpapers/LivePicker/res/values-fi/ |
strings.xml | 22 <string name="application_name" msgid="4119979710394894209">"Live-taustakuvan valitsin"</string> 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Valitse live-taustakuva"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live-taustakuvat"</string> 25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live-taustakuvan esikatselu"</string> 28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Ei live-taustakuvia."</string> 31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Ladataan live-taustakuvaa?"</string>
|
/packages/wallpapers/LivePicker/res/values-ro/ |
strings.xml | 22 <string name="application_name" msgid="4119979710394894209">"Selector de imagine de fundal live"</string> 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Selecta?i o imagine de fundal live"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Imagini de fundal live"</string> 25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Previzualizare a imaginii de fundal live"</string> 28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Nicio imagine de fundal live."</string> 31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Se încarc? imaginea de fundal live..."</string>
|
/packages/wallpapers/LivePicker/res/values-tl/ |
strings.xml | 22 <string name="application_name" msgid="4119979710394894209">"Live na Tagapili ng Wallpaper"</string> 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Pumili ng live na wallpaper"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Mga Live na Wallpaper"</string> 25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Preview ng live na wallpaper"</string> 28 <string name="live_wallpaper_empty" msgid="4278728108785853407">"Walang mga live na wallpaper."</string> 31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Naglo-load ng live wallpaper..."</string>
|
/ndk/sources/host-tools/sed-4.2.1/testsuite/ |
readin.good | 13 I cannot live on tomorrow's bread. 18 I live here, too.
|
readin.inp | 9 I cannot live on tomorrow's bread. 12 I live here, too.
|