HomeSort by relevance Sort by last modified time
    Searched full:live (Results 476 - 500 of 1611) sorted by null

<<11121314151617181920>>

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
security.h 122 CARD32 timeout; /* how long to live in seconds after refcnt == 0 */
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
in.h 31 #define IP_TTL 2 /* int; IP time to live. */
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/log/event/
SyncCommon.java 165 } else if ("gmail-live".equals(authname)) {
  /external/valgrind/main/coregrind/m_dispatch/
dispatch-ppc32-aix5.S 114 /* r3, r4 are live here, so use r5 */
167 /* r3, r4 are live here, so use r5 */
268 /* At entry: Live regs:
322 /* At entry: Live regs:
552 /* r3 is live here; don't trash it */
dispatch-ppc64-aix5.S 113 /* r3, r4 are live here, so use r5 */
161 /* r3, r4 are live here, so use r5 */
256 /* At entry: Live regs:
309 /* At entry: Live regs:
526 /* r3 is live here; don't trash it */
  /external/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 333 // block so it does not unnecessarily extend the live range.
585 // if the def of regC is closer. Its live interval is shorter.
590 /// block, distance map, and live variables if needed. Return true if it is
609 // Update live variables
    [all...]
MachineLICM.cpp 235 /// this does not count live through (livein but not used) registers.
482 // Conservatively treat live-in's as an external def.
579 // loop invariant must be kept live throughout the whole loop. This is
684 /// does not count live through (livein but not used) registers.
689 // fallthrough or an unconditional branch, then scan its predecessor for live
843 // If the reg is live into the loop, we can't hoist an instruction
    [all...]
README.txt 111 it won't require new live intervals / registers. See 2003-05-31-LongShifts for
132 are never live across safe point boundaries. But the loads cannot be copied
  /frameworks/base/docs/html/sdk/
android-4.0-highlights.jd 149 Users can do much more than add shortcuts &mdash; they can embed live
289 <p>Designed for the way people live, Android 4.0 integrates rich social
399 <img src="{@docRoot}sdk/images/4.0/live-effects.png" alt="" width="297" style="border:1px solid #ddd;border-radius: 6px;" />
400 <div style="padding-left:1em;padding-bottom:1em;margin-top:0;padding-top:0;font-size:.9em">Live Effects let you change backgrounds and use Silly Faces during video.</div>
404 <p style="margin-top:1em;margin-bottom:.75em;"><strong>Live Effects for transforming video</strong></p>
406 <p>Live Effects is a collection of graphical transformations that add interest
413 Outside of the Camera app, Live Effects is available during video chat in the
    [all...]
  /external/guava/src/com/google/common/collect/
Maps.java 849 * satisfy a predicate. The returned map is a live view of {@code unfiltered};
868 * which satisfy the filter. When a live view is <i>not</i> needed, it may be
887 * satisfy a predicate. The returned map is a live view of {@code unfiltered};
906 * which satisfy the filter. When a live view is <i>not</i> needed, it may be
922 * predicate. The returned map is a live view of {@code unfiltered}; changes
    [all...]
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
DebugInfoDecoder.java 56 /** indexed by register, the last local variable live in a reg */
328 + "RESTART_LOCAL on live register v"
  /dalvik/dx/src/com/android/dx/dex/file/
DebugInfoDecoder.java 57 /** indexed by register, the last local variable live in a reg */
322 + "RESTART_LOCAL on live register v"
  /external/chromium/chrome/browser/importer/
profile_writer.cc 173 // case of IE using an invalid OSDD URL for Live Search, yet the host+path
174 // matches our prepopulate data. IE's URL for Live Search is something like
  /external/llvm/docs/
GarbageCollection.html 105 locate all places that hold live pointer variables at run-time, including the
111 machine is a pointer, it cannot move live objects in the heap (preventing the
323 /// Visitor could be a function to recursively mark live objects. Or it
487 ;; it, to indicate that the value is no longer live.
882 <th class="rowhead">live analysis</th>
    [all...]
GettingStartedVS.html 140 <li><tt>cd <i>where-you-want-llvm-to-live</i></tt>
148 <li><tt>cd <i>where-you-want-llvm-to-live</i></tt></li>
  /external/llvm/lib/Analysis/
SparsePropagation.cpp 89 /// the blocks that are known to be intrinsically live in the processed unit.
305 // users are both live and in need of updating.
  /external/llvm/lib/Target/ARM/
Thumb1FrameLowering.cpp 330 // Add the callee-saved register as live-in unless it's LR and
332 // then it's already added to the function and entry block live-in sets.
  /external/llvm/lib/Target/SystemZ/
SystemZFrameLowering.cpp 133 // Mark the FramePtr as live-in in every block except the entry.
279 // Add the callee-saved register as live-in. It's killed at the spill.
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 174 // R10 is live-in. It is killed at the spill.
292 // Add the callee-saved register as live-in. It's killed at the spill.
  /external/mesa3d/docs/
egl.html 248 <p>Contexts and surfaces are examples of display resources. They might live
258 should not be destroyed immediately. EGL requires the resource to live until
  /external/netcat/
generic.h 143 randomness about _PATH_WTMP vs WTMP_FILE and where they even live!!
211 There's also the issue about WHERE various .h files live, sys/ or otherwise.
  /external/nist-sip/java/gov/nist/javax/sip/header/
Via.java 75 /** The "TTL" parameter is designating the time-to-live value.
433 * time-to-live value when packets are sent using UDP multicast.
  /external/tcpdump/
print-olsr.c 46 * | Time To Live | Hop Count | Message Sequence Number |
56 * | Time To Live | Hop Count | Message Sequence Number |
  /external/v8/src/
lithium.h 97 // USED_AT_START operand is guaranteed to be live only at
103 // USED_AT_END operand is treated as live until the end of
  /external/valgrind/main/coregrind/
m_stacks.c 68 SP - VG_STACK_REDZONE_SZB always points to the lowest live byte in
70 live; those at and above it are.

Completed in 994 milliseconds

<<11121314151617181920>>