/packages/wallpapers/LivePicker/ |
android.software.live_wallpaper.xml | 17 <!-- This feature should be defined for devices that support live wallpapers.
|
/external/llvm/lib/CodeGen/ |
MachineRegisterInfo.cpp | 205 /// getLiveInPhysReg - If VReg is a live-in virtual register, return the 206 /// corresponding live-in physical register. 214 /// getLiveInVirtReg - If PReg is a live-in physical register, return the 215 /// corresponding live-in physical register. 235 // It would be preferable to have isel avoid creating live-in 246 // Add the register to the entry block live-in set. 250 // Add the register to the entry block live-in set.
|
PostRASchedulerList.cpp | 127 /// LiveRegs - true if the register is live. 142 /// startBlock - Initialize register live-range state for scheduling in 167 /// finishBlock - Clean up register live-range state. 303 // Initialize register live-range state for scheduling in this block. 337 // Clean up register live-range state. 347 /// StartBlock - Initialize register live-range state for scheduling in 374 // When a live range is changed to use a different register, remove 377 // edges based on the next live range of the register. 402 /// FinishBlock - Clean up register live-range state. 412 /// StartBlockForKills - Initialize register live-range state for updating kill [all...] |
RegAllocBasic.cpp | 58 /// algorithm. It prioritizes live virtual registers by spill weight and spills 115 // Helper for spilling all live virtual registers currently unified under preg 198 // Spill or split all live virtual registers currently unified under PhysReg 199 // that interfere with VirtReg. The newly spilled or split live intervals are 204 // either the union or live intervals. 230 // selectOrSplit can only be called once per live virtual register. We then do a 238 // Check for register mask interference. When live ranges cross calls, the 293 // The live virtual register requesting allocation was spilled, so tell
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
DeadStoresChecker.cpp | 11 // stores to variables that are no longer live. 153 const LiveVariables::LivenessValues &Live) { 162 if (!Live.isLive(VD) && 172 const LiveVariables::LivenessValues& Live) { 174 CheckVarDecl(VD, DR, Val, dsk, Live); 201 const LiveVariables::LivenessValues &Live) { 238 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live); 252 CheckDeclRef(DR, U, DeadIncrement, Live); 256 // expressions that are not live (never used). 288 if (!Live.isLive(V) && V->getAttr<UnusedAttr>() == 0) [all...] |
/external/llvm/include/llvm/CodeGen/ |
LiveRangeEdit.h | 47 /// Called before shrinking the live range of a virtual register. 77 /// live range trimmed or entirely removed. 97 /// @param MF The MachineFunction the live range edit is taking place in. 98 /// @param lis The collection of all live intervals in this function. 190 /// (allDefsAreDead returns true). This may cause live intervals to be trimmed
|
MachineRegisterInfo.h | 36 /// Basic block live-in lists, kill flags, and implicit defs may not be 82 /// livein/liveout of the function. Live in values are typically arguments in 83 /// registers, live out values are typically return values in registers. 114 /// live-in lists and machine instruction operands is accurate. This means it 147 /// specified register (it may be live-in). 172 /// specified register (it may be live-in). 286 /// the live range. 401 /// addLiveIn/Out - Add the specified register as a live in/out. Note that it 408 // Iteration support for live in/out sets. These sets are kept in sorted 423 /// getLiveInPhysReg - If VReg is a live-in virtual register, return th [all...] |
/external/qemu/docs/ |
AUDIO.TXT | 146 call this value the number of 'live' samples in the stereo buffer. 148 - if 'live' is 0, call the callback of each active SWVoiceOut to fill the stereo 178 live = MIN([sw.total_hw_samples_mixed for sw in hw.list_SWVoiceOut ]) 179 if live > 0: 180 played = hw.run_out(live)
|
/external/llvm/lib/Target/X86/ |
X86FloatingPoint.cpp | 11 // pseudo registers into register stack instructions. This pass uses live 17 // partitioned into bundles where the same FP registers must be live in 19 // block to rearrange the live registers to match the outgoing bundle. 22 // live register shuffling instructions when critical edges are present. 79 // LiveBundle. It represents a set of CFG edges where the live FP stack 86 // The set of live FP registers in a LiveBundle is calculated by bundleCFG, 89 // Bit mask of live FP registers. Bit 0 = FP0, bit 1 = FP1, &c. 92 // Number of pre-assigned live registers in FixStack. This is 0 when the 96 // Assigned stack order for live-in registers. 102 // Have the live registers been assigned a stack order yet [all...] |
/external/llvm/lib/Transforms/Utils/ |
LowerInvoke.cpp | 57 STATISTIC(NumSpilled, "Number of registers live across unwind edges"); 266 // live across unwind edges. Each value that is live across an unwind edge 267 // we spill into a stack location, guaranteeing that there is nothing live 286 // value itself cannot be live across the entry block. 322 // Finally, scan the code looking for instructions with bad live ranges. 349 // Scan all of the uses and see if the live range is live across an unwind 350 // edge. If we find a use live across an invoke edge, create an alloca 354 // Find all of the blocks that this value is live in [all...] |
SSAUpdater.cpp | 90 /// live at the end of the specified block. 97 /// is live in the middle of the specified block. 110 /// set by the client of the rewriter, and those values are both live out of 113 /// merge the appropriate values, and this value isn't live out of the block. 121 // Otherwise, we have the hard case. Get the live-in values for each 390 // processing them. Keep track of which loads are loading a live-in value. 411 // Otherwise it is a load, queue it to rewrite as a live-in load. 426 // If so, we can queue them all as live in loads. We don't have an 428 // scan large blocks, so just add all loads as live ins. 439 // block is a load, then it uses the live in value. The last store define [all...] |
/external/v8/src/ |
mark-compact.h | 39 // to the first live object in the page (only used for old and map objects). 168 // Marking deque for tracing live objects. 267 // after live objects were relocated from evacuation candidates. 407 // object from the forwarding address of the previous live object in the 409 // next live object in the same page. For spaces using a different 417 // Type of functions to process non-live objects. 601 // Phase 1: Marking live objects. 607 // After: Live objects are marked and non-live objects are unmarked. 697 // Map transitions from a live map to a dead map must be killed [all...] |
/frameworks/base/docs/html/guide/appendix/ |
install-location.jd | 147 <dt>Live Wallpapers</dt> 148 <dd>Your running <a href="{@docRoot}resources/articles/live-wallpapers.html">Live Wallpaper</a> 149 will be replaced by the default Live Wallpaper. When external storage is remounted, the user can 150 select your Live Wallpaper again.</dd> 151 <dt>Live Folders</dt> 152 <dd>Your <a href="{@docRoot}resources/articles/live-folders.html">Live Folder</a> will be 153 removed from the home screen. When external storage is remounted, the user can add your Live Folder
|
/external/qemu/audio/ |
wavaudio.c | 58 static int wav_out_run (HWVoiceOut *hw, int live) 77 decr = audio_MIN (live, samples); 348 int wpos, live, decr, samples; local 363 live = audio_pcm_hw_get_live_in (hw); 364 if (!live) { 370 decr = audio_MIN (live, samples);
|
/dalvik/dx/src/com/android/dx/ssa/ |
SetFactory.java | 47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by 85 * Make IntSet for register live in/out sets.
|
/development/samples/NotePad/src/com/example/android/notepad/ |
NotePad.java | 77 * Path part for the Live Folder URI 101 * The content Uri pattern for a notes listing for live folders
|
/external/clang/test/Analysis/ |
misc-ps.c | 36 // If the last element in a StmtExpr was a ParenExpr, it's still live 42 // If the last element in a StmtExpr is an __extension__, it's still live
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
SetFactory.java | 47 * BitIntSet/ListIntSet threshold for the live in/out sets kept by 85 * Make IntSet for register live in/out sets.
|
/external/llvm/lib/Transforms/Scalar/ |
ADCE.cpp | 56 // Collect the set of "root" instructions that are known live. 76 // The inverse of the live set is the dead set. These are those instructions
|
/external/llvm/test/CodeGen/ARM/ |
ldrd.ll | 36 ; R0/R1/R2 live as the three arguments, forcing the LDRD's odd 38 ; evict another live range or use callee saved regs. Sorry if the test
|
/external/skia/src/ports/ |
SkImageDecoder_CG.cpp | 118 // we don't own/reference the stream, so it our consumer must not live 147 must only live for the duration of the onEncode() method.
|
/external/valgrind/main/docs/internals/ |
module-structure.txt | 24 files, it will live in coregrind/m_foo.c. 28 then it will live in the directory coregrind/m_foo.
|
/external/webkit/Source/JavaScriptCore/API/ |
JSWeakObjectMapRefPrivate.h | 55 remain live as JSValueProtect would. 75 @result Either the live object associated with the provided key, or NULL.
|
/external/webkit/Source/WebCore/bindings/v8/ |
ScriptState.h | 91 // Keep the context from being GC'ed. ScriptState is guaranteed to be live while the context is live.
|
/frameworks/base/docs/html/live/ |
index.jd | 1 page.title=Live 7 <h1>Android Developers Live</h1>
|