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

1 2 3 4 5 6 78 91011>>

  /external/webkit/Tools/Scripts/
generate-project-files 36 # This simple wrapper exists so that the configure logic can live in the Source directory.
  /frameworks/av/media/libstagefright/rtsp/
ASessionDescription.h 63 // i.e. we have a fixed duration, otherwise this is live streaming.
  /libcore/luni/src/main/java/libcore/net/url/
FtpURLInputStream.java 27 * the control socket Object stays live while the stream is in use
  /libcore/luni/src/main/java/org/w3c/dom/
NodeList.java 18 * is implemented. <code>NodeList</code> objects in the DOM are live.
  /packages/wallpapers/LivePicker/res/values-cs/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/LivePicker/res/values-hi/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/LivePicker/res/values-ja/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/LivePicker/res/values-pt-rPT/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/LivePicker/res/values-sk/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /packages/wallpapers/LivePicker/res/values-zh-rCN/
strings.xml 22 <string name="application_name" msgid="4119979710394894209">"Live Wallpaper Picker"</string>
  /cts/tests/src/android/provider/cts/
MediaStoreAudioTestHelper.java 174 "Michael Jackson - Live And Dangerous - National Stadium Bucharest";
177 "Michael Jackson - Live And Dangerous - National Stadium Bucharest";
185 public static final String DISPLAY_NAME = "Jam(Live)-Michael Jackson";
  /dalvik/vm/compiler/codegen/x86/
X86LIR.h 68 bool live; // Is there an associated SSA name? member in struct:RegisterInfo
69 bool dirty; // If live, is it dirty?
70 int sReg; // Name of live value
  /external/tcpdump/
ip.h 61 u_int8_t ip_ttl; /* time to live */
156 #define MAXTTL 255 /* maximum time to live (seconds) */
158 #define IPFRAGTTL 60 /* time to live for frags, slowhz */
  /external/valgrind/main/coregrind/
pub_core_clientstate.h 36 // live comfortably anywhere else. Note that the ThreadStates for the
37 // client don't live here; they instead live in m_threadstate.h. Most
  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
SymbolTable.cpp 17 // TType helper function needs a place to live.
129 // live across a large number of compiles.
147 // live across a large number of compiles.
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp 105 /// joinIntervals - join compatible live intervals
167 /// RemoveDeadDef - If a def of a live interval is now determined dead,
168 /// remove the val# it defines. If the live interval becomes empty, remove
432 // The live range might not exist after fun with physreg coalescing.
448 // Make sure that the end of the live range is inside the same block as
456 // live-range starts. If there are no intervening live ranges between them in
460 // If a live interval is a physical register, conservatively check if any
461 // of its aliases is overlapping the live interval of the virtual register.
490 // If the IntB live range is assigned to a physical register, and if tha
    [all...]
StrongPHIElimination.cpp 18 // Budimlic, et al. Fast copy coalescing and live-range identification.
139 // Merges the live interval of Reg into NewReg and renames Reg to NewReg
333 // Due to the insertion of copies to split live ranges, the live intervals are
336 // truly intersect, so we merge them into the value live at that point.
348 && "PHI destination copy's live interval should be a single live "
365 // Adjust the live intervals of all PHI source registers to handle the case
723 // If SrcReg is not live beyond the PHI, trim its interval so that it is no
724 // longer live-in to MBB. Note that SrcReg may appear in other PHIs that ar
    [all...]
AggressiveAntiDepBreaker.cpp 55 // Initialize the indices to indicate that no registers are live.
110 // to be live.
155 // Determine the live-out physregs for this block.
157 // In a return block, examine the function live-out regs.
169 // In a non-return block, examine the live-in regs of all successors.
184 // Mark live-out callee-saved registers. In a return block this is
221 // If Reg is current live, then mark that it can't be renamed as
222 // we don't know the extent of its live-range anymore (now that it
223 // has been scheduled). If it is not live but was defined in the
230 State->GetGroup(Reg) << "->g0(region live-out)")
    [all...]
LiveRangeEdit.cpp 1 //===-- LiveRangeEdit.cpp - Basic tools for editing a register live range -===//
30 STATISTIC(NumFracRanges, "Number of live ranges fractured by DCE");
223 // Check for live intervals that may shrink
236 // Always shrink COPY uses that probably come from live range splitting.
266 // Shrink just one live interval. Then delete new dead defs.
LiveDebugVariables.cpp 13 // them with a data structure tracking where live user variables are kept - in a
47 EnableLDV("live-debug-variables", cl::init(true),
48 cl::desc("Enable the live debug variables pass"), cl::Hidden);
71 /// LocMap - Map of where a user value is live, and its location.
119 /// Map of slot indices where this value is live.
132 /// is live. Returns true if any changes were made.
215 /// dominator tree. Stop when meeting an existing def or when leaving the live
217 /// End points where VNI is no longer live are added to Kills.
222 /// @param Kills Append end points of VNI's live range to Kills.
223 /// @param LIS Live intervals analysis
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 177 // - Keep live block expression bindings:
178 // - Mark their reachable symbols live in SymbolReaper,
206 // consider them live only when their associated normal expression is
207 // also live.
226 // Mark all symbols in the block expr's value live.
  /external/llvm/lib/Transforms/Utils/
AddrModeMatcher.cpp 453 /// ValueAlreadyLiveAtInst - Retrn true if Val is already known to be live at
456 /// that we know are live at the instruction already.
459 // If Val is either of the known-live values, we know it is live!
463 // All values other than instructions and arguments (e.g. constants) are live.
466 // If Val is a constant sized alloca in the entry block, it is live, this is
468 // live for the whole function.
474 // block. If so, it's already live into the block at the very least, so we
495 /// be live at the use(Y) line. If we don't fold Y into load Z, we use one
500 /// X was live across 'load Z' for other reasons, we actually *would* want t
    [all...]
  /external/qemu/audio/
audio_template.h 418 int live = 0; local
447 live = sw->total_hw_samples_mixed;
450 dolog ("Replacing voice %s with %d live samples\n", SW_NAME (sw), live);
460 if (live) {
504 if (live) {
506 (live << old_sw->info.shift)
fmodaudio.c 227 static int fmod_run_out (HWVoiceOut *hw, int live)
239 decr = live;
261 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n",
262 decr, live, ppos, old_pos, len);
455 int live, dead, new_pos, len; local
461 live = audio_pcm_hw_get_live_in (hw);
462 dead = hw->samples - live;
  /libcore/luni/src/main/java/java/lang/
ThreadLocal.java 165 /** Number of live entries. */
171 /** Maximum number of live entries and tombstones. */
261 // No live entries == nothing to clean.
309 // same size and move over the live entries, analogous to a
317 // More than 1/2 filled w/ live entries.
330 // If we have no live entries, we can quit here.
349 // Entry is still live. Move it over.

Completed in 1181 milliseconds

1 2 3 4 5 6 78 91011>>