/hardware/libhardware/modules/ |
README.android | 22 live under hardware/modules/.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
README.txt | 13 out to a separate plugin, but the formatter itself continues to live
|
/external/bluetooth/glib/gio/tests/ |
Makefile.am | 33 TEST_PROGS += live-g-file unix-streams desktop-app-info 60 live_g_file_SOURCES = live-g-file.c
|
/external/llvm/lib/CodeGen/ |
DeadMachineInstructionElim.cpp | 72 // Don't delete live physreg defs, or any reserved register defs. 93 // Treat reserved registers as always live. 103 // Start out assuming that reserved registers are live out of this block. 106 // Also add any explicit live-out physregs for this block. 115 // Add live-ins from sucessors to LivePhysRegs. Normally, physregs are not 116 // live across blocks, but some targets (x86) can have flags live out of a 172 // of a super-register may still be partially live after
|
LiveIntervalUnion.cpp | 1 //===-- LiveIntervalUnion.cpp - Live interval union data structure --------===// 10 // LiveIntervalUnion represents a coalesced set of live intervals. This may be 35 // Insert each of the virtual register's live segments into the map. 56 // Remove a live virtual register's segments from this union. 62 // Remove each of the virtual register's live segments from the map. 97 // Verify the live intervals in this union and add them to the visited set. 113 // query's live virtual register. 187 // VirtReg is likely live throughout the loop, so start by checking LIU-Loop
|
RegAllocBase.h | 20 // determined by the effectiveness of live range splitting rather than optimal 56 /// live range splitting. They must also override enqueue/dequeue to provide an 88 // query on a new live virtual register. 107 // before querying a new live virtual register. This ties Queries and 119 // Invalidate all cached information about virtual registers - live ranges may 138 // or new set of split live virtual registers. It is up to the splitter to 139 // converge quickly toward fully spilled live ranges. 146 // Helper for checking interference between a live virtual register and a
|
LiveIntervalAnalysis.cpp | 1 //===-- LiveIntervalAnalysis.cpp - Live Interval Analysis -----------------===// 13 // LiveVariables pass to conservatively compute live intervals for 49 "Live Interval Analysis", false, false) 55 "Live Interval Analysis", false, false) 71 // Free the live intervals themselves. 156 /// partially re-defining the specified live interval. A common case of this is 210 // live range. 222 // of the defining block, potentially live across some blocks, then is 223 // live into some number of blocks, but gets killed. Start by adding a 239 // live in, adding [insrtIndex(begin), instrIndex(end)+4) to th [all...] |
RegAllocBase.cpp | 39 STATISTIC(NumNewQueued , "Number of new live ranges queued"); 78 llvm_unreachable("unallocated live vreg"); 131 // Visit all the live registers. If they are already assigned to a physical 135 NamedRegionTimer T("Seed Live Regs", TimerGroupName, TimePassesIsEnabled); 181 // Invalidate all interference queries, live ranges could have changed. 185 // register if possible and populate a list of new live intervals that 234 // Check if this live virtual register interferes with a physical register. If 245 // Add newly allocated physical registers to the MBB live in sets. 247 NamedRegionTimer T("MBB Live Ins", TimerGroupName, TimePassesIsEnabled); 257 DEBUG(dbgs() << PrintReg(PhysReg, TRI) << " live-in:") [all...] |
/external/llvm/test/ExecutionEngine/ |
2003-08-23-RegisterAllocatePhysReg.ll | 5 ; of registers (due to too many overlapping live ranges), but then attempts to 11 ; Produce lots of overlapping live ranges
|
/packages/wallpapers/LivePicker/res/values-nl/ |
strings.xml | 23 <string name="live_wallpaper_picker_title" msgid="4811278937634144675">"Live achtergrond selecteren"</string> 24 <string name="live_wallpaper_picker_label" msgid="3218000114890071946">"Live achtergronden"</string>
|
/external/llvm/docs/HistoricalNotes/ |
2003-06-26-Reoptimizer2.txt | 19 The BinInterface tries to find live-outs for traces so that it can do 21 the original code. It has to preserve the live-ins and live-outs when 23 epilogues that copy live-outs back into the right registers, but 24 live-ins have to be in the right registers.) 98 2. Section 0 is the trace prolog, consisting mainly of live-ins and
|
/external/qemu/audio/ |
coreaudio.c | 169 int live; member in struct:coreAudioVoice 465 static int coreaudio_run_out (HWVoiceOut *hw, int live) 474 if (core->decr > live) { 475 ldebug ("core->decr %d live %d core->live %d\n", 477 live, 478 core->live); 481 decr = audio_MIN (core->decr, live); 484 core->live = live - decr 505 int rpos, live; local [all...] |
esdaudio.c | 73 int live; member in struct:__anon10545 134 if (esd->live > threshold) { 143 decr = to_mix = esd->live; 189 esd->live -= decr; 198 static int qesd_run_out (HWVoiceOut *hw, int live) 207 decr = audio_MIN (live, esd->decr); 209 esd->live = live - decr; 211 if (esd->live > 0) { 409 int live, incr, dead local [all...] |
paaudio.c | 46 int live; member in struct:__anon10552 107 if (pa->live > threshold) { 116 decr = to_mix = pa->live; 145 pa->live -= decr; 154 static int qpa_run_out (HWVoiceOut *hw, int live) 163 decr = audio_MIN (live, pa->decr); 165 pa->live = live - decr; 167 if (pa->live > 0) { 250 int live, incr, dead local [all...] |
/libcore/luni/src/main/java/java/net/ |
DatagramSocketImpl.java | 99 * Gets the time-to-live (TTL) for multicast packets sent on this socket. 101 * @return the time-to-live option as a byte value. 103 * if an error occurs while getting the time-to-live option 112 * Gets the time-to-live (TTL) for multicast packets sent on this socket. 116 * @return the time-to-live option as an integer value. 118 * if an error occurs while getting the time-to-live option 216 * Sets the time-to-live (TTL) option for multicast packets sent on this 220 * the time-to-live option value. Valid values are 0 < ttl 228 * Sets the time-to-live (TTL) option for multicast packets sent on this 232 * the time-to-live option value. Valid values are 0 < tt [all...] |
/external/webkit/Source/WebCore/loader/cache/ |
MemoryCache.h | 49 // depending on the live resource load. Here's an example of cache growth over time, 53 // |----------| Live: + 127 // still live on if they are referenced by some Web page though. 139 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live. 154 void adjustSize(bool live, int delta); 202 unsigned m_liveSize; // The number of bytes currently consumed by "live" resources in the cache. 210 // List just for live resources with decoded data. Access to this list is based off of painting the resource.
|
/dalvik/vm/compiler/codegen/ |
RallocUtil.cpp | 44 * live until it is either explicitly killed or reallocated. 65 regs[i].live = false; 77 p[i].reg, p[i].inUse, p[i].pair, p[i].partner, p[i].live, 112 if ((info1->live && info1->dirty) || (info2->live && info2->dirty)) { 127 if (info->live && info->dirty) { 142 if (p[i].live && p[i].dirty) { 149 p[i].live = false; 179 p[i].live = false; 203 if (!p[next].inUse && !p[next].live) { [all...] |
/external/llvm/include/llvm/CodeGen/ |
LiveIntervalAnalysis.h | 1 //===-- LiveIntervalAnalysis.h - Live Interval Analysis ---------*- C++ -*-===// 12 // interval [i, j) is said to be a live interval for register v if there is no 13 // instruction with number j' > j such that v is live at j' and there is no 14 // instruction with number i' < i such that v is live at i'. In this 168 /// dupInterval - Duplicate a live interval. The caller is responsible for 173 /// adds a live range from that instruction to the end of its MBB. 177 /// shrinkToUses - After removing some uses of a register, shrink its live 275 /// a pointer to that block. If LI is live in to or out of any block, 285 /// the live intervals for all operands of mi. Moves between basic blocks 304 // the live intervals for individual physical registers. Instead [all...] |
/external/llvm/test/CodeGen/X86/ |
coalescer-dce.ll | 21 ; live-in at 240L 22 ; live-in at 416L 23 ; live-in at 320L 24 ; live-in at 304L 28 ; extend the live range of %vreg7 to end at 256d. When the joined copy is
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherSettings.java | 176 * The favorite is a live folder 178 * Note: live folders can no longer be added to Launcher, and any live folders which 222 * live folders to find the content provider. 228 * The display mode if the item is a live folder.
|
/external/tcpdump/ |
setsignal.c | 48 * "pcap_breakloop()" is called in a signal handler in a live capture, 49 * the read/recvfrom/whatever in the live capture doesn't get restarted, 51 * live capture loop.
|
/external/webkit/Source/WebCore/svg/properties/ |
SVGPropertyTearOff.h | 75 // Switch from a live value, to a non-live value. 104 // and we're guaranteed to live as long as SVGAnimatedProperty does.
|
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_RETURN.S | 9 stmfd sp!, {r0-r2,lr} @ preserve live registers 14 ldmfd sp!, {r0-r2,lr} @ restore live registers
|
/external/blktrace/doc/ |
btrace.8 | 5 btrace \- perform live tracing for block devices 15 The \fIbtrace\fR script provides a quick and easy way to do live tracing of
|
/external/chromium/base/i18n/ |
char_iterator.h | 32 // Requires |str| to live as long as the UTF8CharIterator does. 78 // Requires |str| to live as long as the UTF16CharIterator does.
|