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

12 3 4 5 6 7 8 91011>>

  /dalvik/dx/tests/032-bb-live-code/
info.txt 2 includes as live code all code which could possibly be flowed
  /external/chromium_org/build/android/empty/src/
.keep 1 This is a file that needs to live here until http://crbug.com/158155 has
  /external/chromium_org/components/user_prefs/
README 7 b) A place for PrefRegistrySyncable to live, where it can be used by
  /external/chromium_org/content/test/data/accessibility/
list-markers.html 10 <!-- Omission of closing ul as seen in live site -->
  /external/llvm/test/Verifier/
2002-04-13-RetTypes.ll 4 ; declared return type of the function they live in.
  /external/valgrind/main/memcheck/tests/
leak-0.c 6 // Live 0-sized blocks were being reported as leaked.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_email.py 4 # The specific tests now live in Lib/email/test
test_email_codecs.py 4 # The specific tests now live in Lib/email/test
test_email_renamed.py 4 # The specific tests now live in Lib/email/test
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_email.py 4 # The specific tests now live in Lib/email/test
test_email_codecs.py 4 # The specific tests now live in Lib/email/test
test_email_renamed.py 4 # The specific tests now live in Lib/email/test
  /external/clang/test/Sema/
warn-unreachable.c 4 int live();
28 switch (live()) {
34 live(), halt(),
38 live()
45 live(),
55 live(),
61 if (live())
63 live(),
72 live(),
95 live(),
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.h 1 //===-------- SplitKit.h - Toolkit for splitting live ranges ----*- C++ -*-===//
11 // live range splitting.
40 /// SplitAnalysis - Analyze a LiveInterval, looking for live range splitting
51 /// live. Such a block will look like one of these templates:
53 /// 1. | o---x | Internal to block. Variable is only live in this block.
54 /// 2. |---x | Live-in, kill.
55 /// 3. | o---| Def, live-out.
56 /// 4. |---x o---| Live-in, kill, def, live-out. Counted by NumGapBlocks.
57 /// 5. |---o---o---| Live-through with uses or defs
    [all...]
CriticalAntiDepBreaker.h 46 /// Classes - For live regs that are only used in one register class in a
47 /// live range, the register class. If the register is not live, the
48 /// corresponding value is null. If the register is live but used in
53 /// RegRefs - Map registers to all their references within a live range.
59 /// or ~0u if the register is not live.
63 /// up), or ~0u if the register is live.
66 /// KeepRegs - A set of registers which are live and cannot be changed to
  /external/llvm/include/llvm/CodeGen/
LiveInterval.h 12 // live interval 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 intervals can have holes,
133 /// LiveInterval - This class represents some number of live ranges for a
144 Ranges ranges; // the ranges in which this register is live
262 /// MergeValueInAsValue - Merge all of the live ranges of a specific val#
263 /// in RHS into this live interval as the specified value number.
266 /// live ranges with the specified value number.
269 /// MergeValueInAsValue - Merge all of the live ranges of a specific val#
270 /// in RHS into this live interval as the specified value number
    [all...]
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...]
  /external/chromium_org/chrome/browser/resources/print_preview/settings/
copies_settings.html 8 <div class="collate-container checkbox" aria-live="polite" hidden><label>
13 <span class="hint" i18n-content="copiesInstruction" aria-live="polite">
  /external/chromium_org/chrome/browser/resources/print_preview/search/
fedex_tos.html 2 aria-live="polite" hidden style="height: 0;">
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/manifest/
app.html 6 Also used by <a href="https://developers.google.com/chrome/apps/docs/developers_guide#live">hosted apps</a>
  /external/clang/test/Analysis/
null-deref-ps-region.c 6 // also be live roots.
  /external/iptables/extensions/
libipt_ttl.man 1 This module matches the time to live field in the IP header.
  /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/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/",
115 "link": "https://developers.google.com/live/shows/7320022-1001/",
144 "link": "https://developers.google.com/live/shows/10479832/",
152 "link": "https://developers.google.com/live/shows/83992232-1001/",
209 "link": "https://developers.google.com/live/shows/7320022-5001/",
213 "link": "https://developers.google.com/live/shows/7320022-2001/",
221 "link": "https://developers.google.com/live/shows/7320022/",
225 "link": "https://developers.google.com/live/shows/7320022-1/",
237 "link": "https://developers.google.com/live/shows/83992232-2001/"
    [all...]

Completed in 442 milliseconds

12 3 4 5 6 7 8 91011>>