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

1 23 4 5 6 7 8 91011>>

  /external/llvm/include/llvm/CodeGen/
LiveIntervalUnion.h 1 //===-- LiveIntervalUnion.h - Live interval union data struct --*- C++ -*--===//
10 // LiveIntervalUnion is a union of live segments across multiple live virtual
33 /// Compare a live virtual register segment to a LiveIntervalUnion segment.
40 /// Union of live intervals that are strong candidates for coalescing into a
42 /// expect the constituent live intervals to be disjoint, although we may
45 // A set of live virtual register segments that supports fast insertion,
52 // which may belong to a different live virtual register. We also must be able
68 // Iterate over all segments in the union of live virtual registers ordered
86 // Add a live virtual register to this union and merge its segments
    [all...]
LiveInterval.h 12 // live range for register v if there is no instruction with number j' >= j
13 // such that v is live at j' and there is no instruction with number i' < i such
14 // that v is live at i'. In this implementation ranges can have holes,
83 /// of live ranges, and it should be used as the primary interface for
84 /// examining live ranges around instructions.
97 /// Return the value that is live-in to the instruction. This is the value
99 /// value is live-in.
104 /// Return true if the live-in value is killed by this instruction. This
105 /// means that either the live range ends at the instruction, or it changes
117 /// live-through value, or a live def. A dead def returns NULL
    [all...]
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
65 /// Live interval pointers for all the virtual registers.
94 /// Keeps a live range set for each register unit to track fixed physreg
143 /// Given a register and an instruction, adds a live segment from that
148 /// shrinkToUses - After removing some uses of a register, shrink its live
169 /// extendToIndices - Extend the live range of LI to reach all points in
174 /// 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...]
  /development/samples/NotePad/src/com/example/android/notepad/
NotesLiveFolder.java 28 * This Activity creates a live folder Intent and
29 * sends it back to HOME. From the data in the Intent, HOME creates a live folder and displays
35 * HOME sends in response to a long press and selection of Live Folder.
63 * data values. From this data, HOME sets up a live folder.
68 // Adds the display name of the live folder as an Extra string.
72 // Adds the display icon of the live folder as an Extra resource.
77 // Add the display mode of the live folder as an integer. The specified
78 // mode causes the live folder to display as a list.
84 * Adds a base action for items in the live folder list, as an Intent. When the
85 * user clicks an individual note in the list, the live folder fires this Intent
    [all...]
  /external/chromium_org/third_party/WebKit/ManualTests/
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/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
33 * Time in milliseconds after initial page load to ignore live region
43 * mutation. Needed to allow live regions to fade in and have an initial
57 * Maximum time interval in which to discard duplicate live region announcement.
64 * Maximum time interval in which to discard duplicate live region announcement
83 * @param {Date} pageLoadTime The time the page was loaded. Live region
85 * @param {number} queueMode Interrupt or flush. Polite live region
101 // Speak any live regions already on the page. The logic below will
146 * See if any mutations pertain to a live region, and speak them if so.
153 * A callback function that handles each live region description found
    [all...]
live_regions_deprecated.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
26 * An array of all of the elements on the page that are live regions.
33 * each live region, represented as an array of NavDescriptions.
44 * Time in milliseconds after initial page load to ignore live region
53 * @param {Date} pageLoadTime The time the page was loaded. Live region
55 * @param {number} queueMode Interrupt or flush. Polite live region
81 * Speak relevant changes to a live region.
83 * @param {Node} region The live region node that changed.
84 * @param {number} queueMode Interrupt or queue. Polite live region
140 // Create maps of values in the live region for fast hash lookup
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/templates/json/
intro_tables.json 17 "link": "https://developers.google.com/live/shows/10291095/",
33 "link": "https://developers.google.com/live/shows/9118010/",
131 "link": "https://developers.google.com/live/shows/7320022-1001/",
168 "link": "https://developers.google.com/live/shows/10479832/",
176 "link": "https://developers.google.com/live/shows/83992232-1001/",
241 "link": "https://developers.google.com/live/shows/7320022-5001/",
245 "link": "https://developers.google.com/live/shows/7320022-2001/",
253 "link": "https://developers.google.com/live/shows/7320022/",
257 "link": "https://developers.google.com/live/shows/7320022-1/",
269 "link": "https://developers.google.com/live/shows/83992232-2001/"
    [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/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_hid_detection.html 15 <span id="hid-mouse-label-searching" aria-live="polite"
18 <span id="hid-mouse-label-connected" aria-live="polite"
21 <span id="hid-mouse-label-paired" aria-live="polite"
34 <span id="hid-keyboard-label-searching" aria-live="polite"
37 <span id="hid-keyboard-label-connected" aria-live="polite"
40 <span id="hid-keyboard-label-paired" class="label" aria-live="polite">
  /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/lib/CodeGen/
LiveRangeCalc.cpp 1 //===---- LiveRangeCalc.cpp - Calculate live ranges -----------------------===//
84 // Extend the live range to be live-out from PredMBB.
106 // Transfer information from the LiveIn vector to the live ranges.
114 assert(I->Value && "No live-in value found");
122 // The value is live-through, update LiveOut as well.
159 // live-out and live-in blocks. The unique value optimization is not
173 // Block numbers where LR should be live-in.
193 errs() << "The register needs to be live in to BB#" << MBB->getNumber(
    [all...]
  /external/llvm/lib/Target/R600/
SIFixSGPRLiveRanges.cpp 1 //===-- SIFixSGPRLiveRanges.cpp - Fix SGPR live ranges ----------------------===//
11 /// SALU instructions ignore control flow, so we need to modify the live ranges
30 #define DEBUG_TYPE "si-fix-sgpr-live-ranges"
46 return "SI Fix SGPR live ranges";
61 "SI Fix SGPR Live Ranges", false, false)
64 "SI Fix SGPR Live Ranges", false, false)
  /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/keyed_service/core/
dependency_graph.h 24 // Adds/Removes a node from our list of live nodes. Removing will
25 // also remove live dependency links.
54 // Keeps track of all live nodes (see AddNode, RemoveNode).
  /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).
79 .camera.live #user-image-preview-img {
96 .camera.live .user-image-stream-area {
138 .camera.live:not(.online) .user-image-stream-area .spinner {
167 .camera:not(.live):not(.animation) #flip-photo {
180 .camera:not(.live) #discard-photo {
186 .camera.live.online #take-photo {
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
color_settings.html 3 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 17 // "*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.

Completed in 2375 milliseconds

1 23 4 5 6 7 8 91011>>