HomeSort by relevance Sort by last modified time
    Searched full:live (Results 51 - 75 of 2712) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/chromium_org/v8/src/
hydrogen-environment-liveness.h 38 // Trims live ranges of environment slots by doing explicit liveness analysis.
42 // live ranges of environment slots by zapping them with a constant after
54 void ZapEnvironmentSlotsInSuccessors(HBasicBlock* block, BitVector* live);
56 void UpdateLivenessAtBlockEnd(HBasicBlock* block, BitVector* live);
57 void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live);
77 // for which a new live range has started since (so they must not be zapped
78 // in that simulate when the end of another live range of theirs is found).
lithium-allocator.cc 224 // We cannot spill a live range that has a use requiring a register
311 // Partition original use intervals to the two live ranges.
339 // Partition original use positions to the two live ranges.
348 // to the use that no longer belongs to this live range.
352 // Link the new live range in the chain before any of the other
365 // This implements an ordering on live ranges so that they are ordered by their
367 // allocation algorithm. If two live ranges start at the same offset then there
385 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
396 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
421 LAllocator::TraceAlloc("Add to live range %d interval [%d %d[\n"
1265 BitVector* live = live_in_sets_[block->block_id()]; local
1287 BitVector* live = ComputeLiveOut(block); local
    [all...]
  /external/qemu/audio/
audio.c 955 int live = hw->total_samples_captured - audio_pcm_hw_find_min_in (hw); local
956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
957 dolog ("live=%d hw->samples=%d\n", live, hw->samples);
960 return live;
964 int live, int pending)
967 int len = audio_MIN (left, live);
991 int live = hw->total_samples_captured - sw->total_hw_samples_acquired; local
994 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples))
1011 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1092 int live = smin; local
1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local
1394 int live; local
1417 int live, dead; local
1485 int live, free, nb_live, cleanup_required, prev_rpos; local
1620 int live, rpos, captured; local
    [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 Google Play 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...]
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 1 //===---- LiveRangeCalc.cpp - Calculate live ranges -----------------------===//
85 // Extend the live range to be live-out from PredMBB.
107 // Transfer information from the LiveIn vector to the live ranges.
115 assert(I->Value && "No live-in value found");
123 // The value is live-through, update LiveOut as well.
138 assert(LI && "Missing live range");
163 // live-out and live-in blocks. The unique value optimization is not
179 // Block numbers where LI should be live-in
    [all...]
LiveIntervalAnalysis.cpp 1 //===-- LiveIntervalAnalysis.cpp - Live Interval Analysis -----------------===//
13 // LiveVariables pass to conservatively compute live intervals for
47 "Live Interval Analysis", false, false)
53 "Live Interval Analysis", false, false)
58 cl::desc("Eagerly compute live intervals for all physreg units."));
68 // here to make sure it is live during TwoAddressInstructionPass and
90 // Free the live intervals themselves.
128 // For stress testing, precompute live ranges of all physical register
178 /// computeVirtRegInterval - Compute the live interval of a virtual register,
232 /// computeRegUnitInterval - Compute the live interval of a register unit, base
    [all...]
LiveDebugVariables.h 13 // live user variables in a data structure that can be updated during register
47 /// splitRegister - Move any user variables in OldReg to the live ranges in
48 /// NewRegs where they are live. Mark the values as unavailable where no new
49 /// register is live.
  /external/clang/include/clang/Analysis/Analyses/
LiveVariables.h 1 //===- LiveVariables.h - Live Variable Analysis for Source CFGs -*- C++ --*-//
10 // This file implements Live Variables analysis for source-level CFGs.
66 /// Called when the live variables analysis registers
78 /// Return true if a variable is live at the end of a
82 /// Returns true if a variable is live at the beginning of the
88 /// Returns true the block-level expression "value" is live
  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 1 //===-- LiveIntervalAnalysis.h - Live Interval Analysis ---------*- C++ -*-===//
12 // interval [i, j) is said to be a live interval for register v if there is no
13 // instruction with number j' > j such that v is live at j' and there is no
14 // instruction with number i' < i such that v is live at i'. In this
64 /// Live interval pointers for all the virtual registers.
93 /// RegUnitIntervals - Keep a live interval for each register unit as a way
135 /// adds a live range from that instruction to the end of its MBB.
139 /// shrinkToUses - After removing some uses of a register, shrink its live
149 /// extendToIndices - Extend the live range of LI to reach all points in
154 /// extended to be live out of the basic block
    [all...]
LiveVariables.h 1 //===-- llvm/CodeGen/LiveVariables.h - Live Variable Analysis ---*- C++ -*-===//
17 // This class computes live variables using a sparse implementation based on
18 // the machine code SSA form. This class computes live variable information for
20 // uses the dominance properties of SSA form to efficiently compute live
22 // live within a single basic block (allowing it to do a single local analysis
53 /// VarInfo - This represents the regions where a virtual register is live in
55 /// information: the set of blocks in which the instruction is live
62 /// Otherwise, the value is live out of the block. If the value is live
65 /// being captured by the Kills set. In these blocks, the value is live int
    [all...]
CalcSpillWeights.h 24 /// normalizeSpillWeight - The spill weight of a live interval is computed as:
30 /// @param Size Size of live interval as returnexd by getSize()
61 /// live intervals.
75 /// Returns true if the given live interval is zero length.
  /external/chromium_org/chrome/browser/ui/views/panels/
taskbar_window_thumbnailer_win.h 22 // Provides the custom thumbnail and live preview for the window that appears
30 // Starts using the custom snapshot for live preview. The snapshot is only
35 // Stops providing the custom snapshot for live preview.
  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.h 24 // Adds/Removes a node from our list of live nodes. Removing will
25 // also remove live dependency links.
55 // Keeps track of all live nodes (see AddNode, RemoveNode).
  /packages/wallpapers/LivePicker/res/values-am/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live ??? ???"</string>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"Live ??? ??? ???"</string>
31 <string name="live_wallpaper_loading" msgid="2488371303130330734">"Live ??? ????? ??..."</string>
  /packages/wallpapers/LivePicker/res/values-fa/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"?????? live wallpaper"</string>
25 <string name="live_wallpaper_preview_title" msgid="1130080613611954763">"????????? Live wallpaper"</string>
  /external/chromium_org/base/debug/
alias.h 14 // optimizing out variables that that would not otherwise be live at the point
  /external/chromium_org/chrome/android/java/res/values/
strings.xml 10 Android chrome strings now live in
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 52 * .camera: camera (live or photo) is selected;
53 * .live: camera is in live mode (no photo taken yet/last photo removed).
75 .camera.live #user-image-preview-img {
92 .camera.live .user-image-stream-area {
134 .camera.live:not(.online) .user-image-stream-area .spinner {
158 .camera:not(.live):not(.animation) #flip-photo {
171 .camera:not(.live) #discard-photo {
177 .camera.live.online #take-photo {
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
color_settings.html 4 aria-live="polite">
  /external/chromium_org/content/public/android/java/res/values/
strings.xml 10 Android content strings now live in
  /external/chromium_org/third_party/leveldatabase/src/db/
db_iter.h 15 // "*internal_iter") that were live at the specified "sequence" number
  /external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.h 15 // *base_env must remain live while the result is in use.
  /external/chromium_org/ui/android/java/res/values/
strings.xml 10 Android ui strings now live in
  /external/chromium_org/win8/util/
win8_util.h 13 // aware of the Ash environment in which multiple Chrome windows can live.
  /external/chromium/base/test/
test_switches.cc 7 // Time (in milliseconds) for which we wait for live operations to complete.
8 const char switches::kLiveOperationTimeout[] = "live-operation-timeout";

Completed in 489 milliseconds

1 23 4 5 6 7 8 91011>>