HomeSort by relevance Sort by last modified time
    Searched full:live (Results 301 - 325 of 1755) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 61 /* Cleanup function called whenever a live element is removed from
65 /* Function called by htab_traverse for each live element. The first
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
hashtab.h 61 /* Cleanup function called whenever a live element is removed from
65 /* Function called by htab_traverse for each live element. The first
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
hashtab.h 61 /* Cleanup function called whenever a live element is removed from
65 /* Function called by htab_traverse for each live element. The first
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentLinkedDeque.java 85 * A node p is considered "live" if it contains a non-null item
91 * starting at a live node. Similarly there is precisely one
93 * a live node. The "first" and "last" nodes may or may not be live.
99 * "live" at that point.
101 * A node is considered "active" if it is a live node, or the
121 * any live node.
136 * any time, the set of live nodes maintained by prev and next
137 * links are identical, that is, the live nodes found via next
222 * - all live nodes are reachable from the first node via succ(
    [all...]
  /external/chromium/chrome/browser/net/websocket_experiment/
websocket_experiment_task.cc 77 // Expects WebSocket live experiment server echoes message back within a few
80 // WebSocket live experiment server keeps idle for 1.5 seconds and sends
85 // WebSocket live experiment server sends "bye" message soon.
87 // WebSocket live experiment server closes after it receives "bye" message.
106 // Note: websocket live experiment server is configured to wait 1.5 sec
  /external/chromium/chrome/browser/renderer_host/
web_cache_manager.cc 199 // We need enough space to keep out live resources, plus some headroom.
202 // We need enough space to keep our live resources.
290 // prefer to keep live objects around. There is probably some performance
366 // Next, we try to keep the live objects in the active renders (with some
372 // to at least keep around the live objects for the active renderers.
  /external/llvm/lib/CodeGen/
MachineSSAUpdater.cpp 73 /// live at the end of the specified block.
122 /// is live in the middle of the specified block.
135 /// set by the client of the rewriter, and those values are both live out of
138 /// merge the appropriate values, and this value isn't live out of the block.
155 // Otherwise, we have the hard case. Get the live-in values for each
RegAllocPBQP.cpp 154 /// \brief Postprocessing before final spilling. Sets basic block "live in"
507 // Iterate over all live ranges.
517 // If this live interval is non-empty we will use pbqp to allocate it.
559 // Copy any newly inserted live intervals into the list of regs to
601 // Finally iterate over the basic blocks to compute and set the live-in sets.
630 // Find the set of basic blocks which this range is live into...
632 // And add the physreg for this interval to their live-in sets.
RenderMachineFunction.h 77 /// Return the set of live intervals to render liveness for.
195 /// \brief Initialise/Reset the 'pressure' and live states tables.
326 /// and live intervals shown alongside.
  /frameworks/base/docs/html/guide/topics/data/
install-location.jd 144 <dt>Live Wallpapers</dt>
145 <dd>Your running <a href="http://android-developers.blogspot.com/2010/02/live-wallpapers.html">Live Wallpaper</a>
146 will be replaced by the default Live Wallpaper. When external storage is remounted, the user can
147 select your Live Wallpaper again.</dd>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h 7 * Definitions for EMU10K1 (SB Live!) chips
145 #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5.1 - center */
146 #define EXTOUT_AC97_LFE 0x05 /* SB Live 5.1 - LFE */
154 #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 - Rear Left */
155 #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 - Rear Right */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 7 * Definitions for EMU10K1 (SB Live!) chips
145 #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5.1 - center */
146 #define EXTOUT_AC97_LFE 0x05 /* SB Live 5.1 - LFE */
154 #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 - Rear Left */
155 #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 - Rear Right */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 7 * Definitions for EMU10K1 (SB Live!) chips
145 #define EXTOUT_AC97_CENTER 0x04 /* SB Live 5.1 - center */
146 #define EXTOUT_AC97_LFE 0x05 /* SB Live 5.1 - LFE */
154 #define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 - Rear Left */
155 #define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 - Rear Right */
  /dalvik/dx/src/com/android/dx/ssa/
SsaBasicBlock.java 103 * {@code null-ok;} indexed by reg: the regs that are live-in at
109 * {@code null-ok;} indexed by reg: the regs that are live-out at
786 * Adds {@code regV} to the live-out list for this block. This is called
789 * @param regV register that is live-out for this block.
800 * Adds {@code regV} to the live-in list for this block. This is
803 * @param regV register that is live-in for this block.
814 * Returns the set of live-in registers. Valid after register
817 * @return {@code non-null;} live-in register set.
827 * Returns the set of live-out registers. Valid after register
830 * @return {@code non-null;} live-out register se
    [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
SsaBasicBlock.java 103 * {@code null-ok;} indexed by reg: the regs that are live-in at
109 * {@code null-ok;} indexed by reg: the regs that are live-out at
786 * Adds {@code regV} to the live-out list for this block. This is called
789 * @param regV register that is live-out for this block.
800 * Adds {@code regV} to the live-in list for this block. This is
803 * @param regV register that is live-in for this block.
814 * Returns the set of live-in registers. Valid after register
817 * @return {@code non-null;} live-in register set.
827 * Returns the set of live-out registers. Valid after register
830 * @return {@code non-null;} live-out register se
    [all...]
  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 670 /// ComputeLiveInBlocks - Determine which blocks the value is live in. These
680 // where the def is live. Blocks are added to the worklist if we need to
687 // the value isn't really live-in.
693 // reference to the alloca is a def (store), then we know it isn't live-in.
699 // actually live-in here.
710 // live into this block.
716 // Now that we have a set of blocks where the phi is live-in, recursively add
717 // their predecessors until we find the full region the value is live.
721 // The block really is live in here, insert it into the set. If already in
726 // Since the value is live into BB, it is either defined in a predecessor o
    [all...]
  /dalvik/vm/analysis/
Liveness.cpp 84 * (They would be made live by move-result and then die on the
281 * Add a register to the LIVE set.
289 * Add a register pair to the LIVE set.
298 * Remove a register from the LIVE set.
306 * Remove a register pair from the LIVE set.
769 * Mark all debugger-visible locals as live.
782 * "live" stack frame is useful.)
  /external/llvm/lib/CodeGen/SelectionDAG/
ScheduleDAGRRList.cpp 75 "disable-sched-live-uses", cl::Hidden, cl::init(true),
76 cl::desc("Disable live use priority in sched=list-ilp"));
139 /// that are "live". These nodes must be scheduled before any other nodes that
487 /// Call ReleasePred for each predecessor, then update register live def/gen.
489 /// also defines the register. This effectively create one large live range
713 // two-address node as a live range def.
716 // Release all the implicit physical register defs that are live.
    [all...]
  /external/chromium/chrome/browser/printing/
print_job.cc 135 // Be sure to live long enough.
155 // Be sure to live long enough.
266 // Be sure to live long enough. The instance could be destroyed by the
  /external/llvm/lib/Transforms/Scalar/
Sink.cpp 186 // block they are currently in to shorten the live ranges. We often get
190 // "x = y + z" down if it kills y and z would increase the live ranges of y
191 // and z and only shrink the live range of x.
  /external/v8/src/
liveobjectlist.h 57 // The LiveObjectList is both a mechanism for tracking a live capture of
59 // each of those captures. Unlike a snapshot, the lol is live. For example,
235 // to live new space objects, and not actually keep them alive.
  /frameworks/base/docs/html/guide/google/gcm/
c2dm.jd 69 <dt><strong>Time-to-live messages</strong></dt>
70 <dd>Apps like video chat and calendar apps can send expiring invitation events with a time-to-live value between 0 and 4 weeks. GCM will store the messages until they expire. A message with a time-to-live value of 0 will not be stored on the GCM server, nor will it be throttled. For more information, see <a href="adv.html#ttl">Advanced Topics</a>.</dd>
  /dalvik/hit/src/com/android/hit/
Instance.java 42 // List of all objects that hold a live reference to this object
  /dalvik/vm/mterp/
NOTES.txt 62 can find it, and use a live-precise GC to ignore the value.
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3parser.h 55 * live because they are shared between parser and tree parser and this is the

Completed in 561 milliseconds

<<11121314151617181920>>