Searched
full:live (Results
276 -
300 of
1755) sorted by null
<<11121314151617181920>>
/libcore/luni/src/main/java/java/net/ |
MulticastSocket.java | 117 * Returns the time-to-live (TTL) for multicast packets sent on this socket. 127 * Returns the time-to-live (TTL) for multicast packets sent on this socket. 299 * Sets the time-to-live (TTL) for multicast packets sent on this socket. 313 * Sets the time-to-live (TTL) for multicast packets sent on this socket.
|
/packages/wallpapers/Basic/res/values-am/ |
strings.xml | 22 <string name="wallpapers" msgid="7890805662847963863">"Android Live ????"</string>
|
/packages/wallpapers/Basic/res/values-hi/ |
strings.xml | 22 <string name="wallpapers" msgid="7890805662847963863">"Android Live Wallpapers"</string>
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 73 /* Refering is vector of pointers to references. It must not live in GGC space
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 73 /* Refering is vector of pointers to references. It must not live in GGC space
|
/prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/ |
ipa-ref.h | 73 /* Refering is vector of pointers to references. It must not live in GGC space
|
/external/llvm/lib/CodeGen/ |
CriticalAntiDepBreaker.cpp | 50 // Initialize the indices to indicate that no registers are live. 60 // Determine the live-out physregs for this block. 62 // In a return block, examine the function live-out regs. 80 // In a non-return block, examine the live-in regs of all successors. 101 // Mark live-out callee-saved registers. In a return block this is 136 // If Reg is currently live, then mark that it can't be renamed as 137 // we don't know the extent of its live-range anymore (now that it 222 // If an alias of the reg is used during the live range, give up. 322 // It wasn't previously live but now it is, this is a kill. 613 // Determine AntiDepReg's register class, if it is live and i [all...] |
CalcSpillWeights.cpp | 163 // If the live interval was already unspillable, leave it that way. 167 // Mark li as unspillable if all live ranges are tiny.
|
PHIElimination.cpp | 239 // Update live variable information if there is any. 322 // Now update live variable information if we have it. Otherwise we're done 326 // copy we just inserted) is the last use of the source value. Live 328 // live until the end of the block the PHI entry lives in. If the value 330 // have the value live-in. 339 // Okay, if we now know that the value is not live out of the block, we can 421 // We break edges when registers are live out from the predecessor block 422 // (not considering PHI nodes). If the register is live in to this block
|
Spiller.cpp | 72 /// Add spill ranges for every use/def of the live interval, inserting loads 167 /// Spills any live range using the spill-everywhere method with no attempt at
|
VirtRegMap.h | 137 /// @brief records virtReg is a split live interval from SReg. 142 /// @brief returns the live interval virtReg is split from.
|
/external/valgrind/main/exp-dhat/ |
dh_main.c | 59 static ULong g_cur_blocks_live = 0; // curr # blocks live 60 static ULong g_cur_bytes_live = 0; // curr # bytes live 67 //--- an Interval Tree of live blocks ---// 70 /* Tracks information about live blocks. */ 177 // The current number of blocks and bytes live for this AP 180 // The number of blocks and bytes live at the max-liveness 182 // the maximum number of live blocks, but rather the number of 183 // blocks live at the point of maximum byte liveness. These are 256 // # live blocks 259 // # live byte [all...] |
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
DebugInfoConstants.java | 85 * Marks a currently-live local variable as out of scope at the 97 * and type are the same as the last local that was live in the specified
|
/dalvik/dx/src/com/android/dx/command/dump/ |
SsaDumper.java | 149 sb.append(" live in:" + block.getLiveInRegs()); 178 sb.append(" live out:" + block.getLiveOutRegs());
|
/dalvik/dx/src/com/android/dx/dex/file/ |
DebugInfoConstants.java | 85 * Marks a currently-live local variable as out of scope at the 97 * and type are the same as the last local that was live in the specified
|
/dalvik/dx/tests/032-bb-live-code/ |
blort.j | 26 ; Test that an exception handler for a live range is enlivened. 45 ; Test that an exception handler for a live range is dead as long as
|
/docs/source.android.com/src/tech/input/ |
getevent.md | 20 devices and a live dump of kernel input events. 90 ### Showing Live Events ###
|
/external/chromium/chrome/browser/sync/glue/ |
synchronized_preferences.h | 52 // All working but no live update. 87 prefs::kExtensionsUIDeveloperMode, // no live update
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
DebugInfoConstants.java | 85 * Marks a currently-live local variable as out of scope at the 97 * and type are the same as the last local that was live in the specified
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
OcamlGCPrinter.cpp | 135 AP.OutStreamer.AddComment("live roots for " + 145 "Live root count "+Twine(LiveCount)+" >= 65536.");
|
/external/llvm/test/Transforms/InstCombine/ |
overflow.ll | 32 ; because the add-with-off makes the high bits of the original add live. 59 ; live out.
|
/external/qemu/audio/ |
audio_int.h | 160 int (*run_out) (HWVoiceOut *hw, int live); 227 int live, int pending);
|
/frameworks/base/docs/html/about/versions/ |
android-1.5-highlights.jd | 70 <li>Live folders</li> 152 <li>APIs for populating {@link android.provider.LiveFolders Live Folders}
|
/libcore/dalvik/src/main/java/dalvik/system/ |
VMRuntime.java | 73 * be resized so that (size of live objects) / (size of heap) is 83 * be resized so that (size of live objects) / (size of heap) is
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/ |
hashtab.h | 60 /* Cleanup function called whenever a live element is removed from 64 /* Function called by htab_traverse for each live element. The first
|
Completed in 1072 milliseconds
<<11121314151617181920>>