HomeSort by relevance Sort by last modified time
    Searched full:live (Results 476 - 500 of 2712) sorted by null

<<11121314151617181920>>

  /external/llvm/test/Transforms/DeadArgElim/
returned.ll 30 ; keep alive return value of a function if the 'returned' argument is live
  /external/mesa3d/src/gallium/docs/source/cso/
velems.rst 57 live in the same vertex buffer.
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.h 51 struct live_intervals Live[4];
  /external/svox/pico/src/com/svox/pico/providers/
SettingsProvider.java 31 * the location of the data files for the Pico engine which live under
  /frameworks/av/include/media/stagefright/foundation/
ANetworkSession.h 32 // Helper class to manage a number of live sockets (datagram and stream-based)
  /frameworks/base/core/java/android/app/
package.html 15 view a map. An activity can start other activities, including activities that live in separate
  /frameworks/base/core/java/android/widget/
RadioButton.java 37 * {@link android.widget.RadioGroup}. When several radio buttons live inside
  /frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
UiTest.java 73 "UI test with live wallpaper"
245 // For Galaxy live wallpaper drawing
289 // For galaxy live wallpaper
330 // For Galaxy live wallpaper
ui_test.rs 23 // Parameters for galaxy live wallpaper
62 // End of parameters for galaxy live wallpaper
115 * Methods to draw the galaxy live wall paper
401 // Display images and text with live wallpaper in the background
  /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-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/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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
weakref.py 137 The references are not guaranteed to be 'live' at the time
193 The references are not guaranteed to be 'live' at the time
317 The references are not guaranteed to be 'live' at the time
341 The references are not guaranteed to be 'live' at the time
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
weakref.py 137 The references are not guaranteed to be 'live' at the time
193 The references are not guaranteed to be 'live' at the time
317 The references are not guaranteed to be 'live' at the time
341 The references are not guaranteed to be 'live' at the time
  /frameworks/support/v7/mediarouter/src/android/support/v7/media/
MediaControlIntent.java 42 * live audio and live video.
46 * <li>{@link #CATEGORY_LIVE_AUDIO Live audio}: The route supports streaming live audio
47 * from the device to the destination. Live audio routes include local speakers
49 * <li>{@link #CATEGORY_LIVE_VIDEO Live video}: The route supports streaming live video
50 * from the device to the destination. Live video routes include local displays
52 * {@link android.app.Presentation presentations}. Live video routes typically also
53 * support live audio capabilities
    [all...]
  /external/llvm/lib/CodeGen/
MachineBasicBlock.cpp 294 OS << " Live Ins:";
351 "Only the entry block and landing pads can have physreg live ins");
364 llvm_unreachable("Incompatible live-in register class.");
809 // Inherit live-ins from the successor
829 // Update relevant live-through information.
834 // After splitting the edge and updating SlotIndexes, live intervals may be
836 // the function. If the original block was the last in the function, all live
838 // original block was not at the end of the function, all live intervals will
863 assert(VNI && "PHI sources should be live out of their predecessors.");
882 assert(VNI && "LiveInterval should have VNInfo where it is live.")
    [all...]
EarlyIfConversion.cpp 184 // Reject any live-in physregs. It's probably CPSR/EFLAGS, and very hard to
187 DEBUG(dbgs() << "BB#" << MBB->getNumber() << " has live-ins.\n");
264 /// 3. Not have any clobbered regunits live.
270 // Keep track of live regunits before the current position.
285 // Update live regunits.
293 // I clobbers Reg, so it isn't live before I.
301 // Anything read by I is live before I.
312 // Some of the clobbered registers are live before I, not a valid insertion
320 dbgs() << " live before " << *I;
368 // Live-in physregs are tricky to get right when speculating code
    [all...]
  /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...]
  /art/runtime/gc/space/
dlmalloc_space.h 85 // greater or equal to the amount of live data in the space.
124 // Swap the live and mark bitmaps of this space. This is used by the GC for concurrent sweeping.
  /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 141 sb.append(" live in:" + block.getLiveInRegs());
170 sb.append(" live out:" + block.getLiveOutRegs());

Completed in 1378 milliseconds

<<11121314151617181920>>