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

1 2 3 4 5 6 78 91011>>

  /external/chromium_org/ui/message_center/
message_center_tray.h 98 // |message_center_| is a weak pointer that must live longer than
103 // |delegate_| is a weak pointer that must live longer than MessageCenterTray.
  /external/lldb/test/functionalities/dead-strip/
TestDeadStrip.py 35 # Break by function name f1 (live code).
41 # Break by function name f3 (live code).
  /external/mesa3d/src/mesa/program/
register_allocate.h 53 * and compute live ranges and ra_node_interfere() between conflicting
54 * live ranges.
  /external/valgrind/main/exp-dhat/docs/
dh-manual.xml 32 <listitem><para>maximum live volume (number of bytes and
92 <title>Interpreting the max-live, tot-alloc and deaths fields</title>
101 max-live: 63,490 in 984 blocks
113 total. By looking at the max-live data, we see that not many blocks
114 were simultaneously live, though: at the peak, there were 63,490
144 max-live: 32,512 in 254 blocks
155 process-lifetime leak. Firstly, the max-live and tot-alloc numbers
176 max-live: 49,398 in 808 blocks
215 max-live: 180,224 in 22 blocks
242 max-live: 54 in 3 block
    [all...]
  /external/valgrind/main/VEX/priv/
host_generic_reg_alloc2.c 58 /* Records information on virtual register live ranges. Computed once
62 /* Becomes live for the first time after this insn ... */
75 /* Records information on real-register live ranges. Computed once
80 /* Becomes live after this insn ... */
112 Unavail, /* in a real-reg live range */
219 /* Double the size of the real-reg live-range array, if needed. */
361 /* We keep two copies of the real-reg live range info, one sorted
406 /* The live range numbers are signed shorts, and so limiting the
482 /* --------- Stage 1: compute vreg live ranges. --------- */
483 /* --------- Stage 2: compute rreg live ranges. --------- *
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 120 /// joinAllIntervals - join compatible live intervals
450 // The live segment might not exist after fun with physreg coalescing.
467 // Make sure that the end of the live segment is inside the same block as
475 // live-range starts. If there are no intervening live segments between them
498 // merge, unset the isKill marker given the live range has been extended.
505 // register before the merge, find the last use and trim the live range. That
587 assert(AValNo && "COPY source not live");
711 // Extend BValNo by merging in IntA live segments of AValNo. Val# definition
744 assert(ValNo && "CopyMI input register not live");
    [all...]
RegisterPressure.cpp 62 dbgs() << "Live In: ";
66 dbgs() << "Live Out: ";
210 /// Does this pressure result have a valid top position and live ins.
218 /// Does this pressure result have a valid bottom position and live outs.
236 /// Set the boundary for the top of the region and summarize live ins.
254 /// Set the boundary for the bottom of the region and summarize live outs.
272 /// Finalize the region boundaries and record live ins and live outs.
287 /// live-thru ranges. However, two-address or coalesced chains can also lead
288 /// to live ranges with no holes. Count these to inform heuristics that w
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 79 bool live; member in struct:HeapProfileTable::AllocInfo
131 // If "ptr" points to a recorded allocation and it's not marked as live
132 // mark it as live and return true. Else return false.
133 // All allocations start as non-live.
184 // Return a snapshot of every non-live, non-ignored object in *this.
186 // As a side-effect, clears the "live" bit on every live object in *this.
224 bool live() const { return bucket_rep & kLive; } function in struct:HeapProfileTable::AllocValue
298 info.live = v->live();
    [all...]
  /art/runtime/gc/collector/
partial_mark_sweep.h 37 // Bind the live bits to the mark bits of bitmaps for spaces that aren't collected for partial
sticky_mark_sweep.h 37 // Bind the live bits to the mark bits of bitmaps for all spaces, all spaces other than the
  /development/samples/NotePad/
_index.html 8 <li>Creating <a href="../../../reference/android/provider/LiveFolders.html">Live Folders</a></li>
  /device/google/atv/sdk/
devices.xml 54 <d:live-wallpaper-support>true</d:live-wallpaper-support>
123 <d:live-wallpaper-support>true</d:live-wallpaper-support>
  /device/htc/flounder/
aosp_flounder_64_only.mk 24 # Live Wallpapers
  /device/lge/mako/
full_mako.mk 20 # Live Wallpapers
  /device/samsung/manta/
full_manta.mk 24 # Live Wallpapers
  /external/chromium_org/base/debug/
leak_annotations.h 13 // objects will be treated as a source of live pointers, i.e. any heap objects
  /external/chromium_org/chrome/browser/extensions/
test_extension_dir.h 15 // an extension's code live inside the test instead of in a separate directory.
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_update.html 10 <div id="update-checking-progress" aria-live="polite">
screen_gaia_signin.html 2 aria-live="polite" hidden>
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
page_settings.html 20 aria-live="polite"></span>
  /external/chromium_org/chrome/browser/resources/user_actions/
user_actions.js 7 * This is used to debug user actions recording. It displays a live
  /external/chromium_org/chrome/browser/ui/cocoa/tab_contents/
chrome_web_contents_view_delegate_mac.h 25 // live in chrome/.
  /external/chromium_org/chrome/common/extensions/api/
diagnostics.idl 11 // Packet time to live value. If omitted, the system default value will be
gcm.json 84 "description": "Time-to-live of the message in seconds. If it is not possible to send the message within that time, an onSendError event will be raised. A time-to-live of 0 indicates that the message should be sent immediately or fail if it's not possible. The maximum and a default value of time-to-live is 2419200 seconds (4 weeks)."
173 "description": "An error that occured while trying to send the message either in Chrome or on the GCM server. Application can retry sending the message with a reasonable backoff and possibly longer time-to-live."
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/
README.txt 6 /servlet - contains the java servlet which will serve the live resources and

Completed in 3496 milliseconds

1 2 3 4 5 6 78 91011>>