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

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /art/compiler/optimizing/
liveness_test.cc 62 DumpBitVector(live_in, buffer, ssa_values, " live in: ");
64 DumpBitVector(live_out, buffer, ssa_values, " live out: ");
74 " live in: (0)\n"
75 " live out: (0)\n"
78 " live in: (0)\n"
79 " live out: (0)\n"
82 " live in: (0)\n"
83 " live out: (0)\n"
97 " live in: (0)\n"
98 " live out: (1)\n
    [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",
13 "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...]
  /external/chromium_org/chrome/common/extensions/docs/templates/private/permissions/
webview.html 1 Required if the app uses the <a href="webview_tag">Webview Tag</a> to embed live content from the web in the packaged app.
  /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...]
  /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/chromium_org/components/pref_registry/
README 3 A place for PrefRegistrySyncable to live, where it can be used by
  /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/chromium_org/v8/src/
hydrogen-environment-liveness.cc 48 HBasicBlock* block, BitVector* live) {
49 // When a value is live in successor A but dead in B, we must
55 if (live_in_successor->Equals(*live)) continue;
56 for (int i = 0; i < live->length(); ++i) {
57 if (!live->Contains(i)) continue;
85 BitVector* live) {
87 live->Clear();
89 live->Union(*live_at_block_start_[it.Current()->block_id()]);
96 BitVector* live) {
101 if (!live->Contains(index))
    [all...]
hydrogen-environment-liveness.h 15 // Trims live ranges of environment slots by doing explicit liveness analysis.
19 // live ranges of environment slots by zapping them with a constant after
31 void ZapEnvironmentSlotsInSuccessors(HBasicBlock* block, BitVector* live);
33 void UpdateLivenessAtBlockEnd(HBasicBlock* block, BitVector* live);
34 void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live);
57 // for which a new live range has started since (so they must not be zapped
58 // in that simulate when the end of another live range of theirs is found).
  /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/llvm/lib/Target/R600/
SIMachineFunctionInfo.cpp 35 // We need to add this register as live out for the function, in order to
36 // have the live range calculated directly.
38 // When register spilling begins, we have already calculated the live
39 // live intervals for all the registers. Since we are spilling SGPRs to
40 // VGPRs, we need to update the Lane VGPR's live interval every time we
43 // Unfortunately, there is no good way to update the live interval as
45 // us access to the live interval information.
51 // the live interval for the newly created register. However, once this
52 // live intervals is created, it doesn't change and since we usually reuse
54 // added to the live interval
    [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>

Completed in 954 milliseconds

1 2 3 4 5 6 7 8 91011>>