HomeSort by relevance Sort by last modified time
    Searched full:live (Results 126 - 150 of 2890) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/chrome/browser/resources/ntp4/
dot_list.js 13 * Live list of the navigation dots.
35 * Live list of the navigation dots.
  /external/chromium_org/content/browser/download/
save_file.h 17 // These objects live exclusively on the file thread and handle the writing
18 // operations for one save item. These objects live only for the duration that
  /external/chromium_org/content/browser/web_contents/
web_contents_view_overscroll_animator_slider_mac.h 27 // This view is a sibling of middleView_, and is guaranteed to live below it.
33 // This view is a sibling of middleView_, and is guaranteed to live above it.
  /external/chromium_org/mojo/system/
constants.h 14 // TODO(vtl): This doesn't count "live" handles, some of which may live in
  /external/chromium_org/sandbox/linux/seccomp-bpf/
bpf_tester_compatibility_delegate.h 43 // to live forever. So it's ok to pass aux_pointer_for_policy_ to
51 // The current object is guaranteed to live forever in the child process
  /external/chromium_org/third_party/leveldatabase/src/table/
filter_block.h 54 // REQUIRES: "contents" and *policy must stay live while *this is live.
  /external/libpcap/
pcap_fileno.3pcap 24 pcap_fileno \- get the file descriptor for a live capture
38 refers to a network device that was opened for a live capture using
pcap.3pcap.in 41 To open a handle for a live capture, given the name of the network or
47 To obtain a list of devices that can be opened for a live capture, call
211 On some platforms, the time stamp given to packets on live captures can
340 for live capture
345 for live capture
348 get a list of devices that can be opened for a live capture
378 for live capture
387 for live capture
392 for live capture
397 for live captur
    [all...]
  /external/llvm/include/llvm/CodeGen/
LiveRegMatrix.h 18 // a virtual register is assigned to a physical register, the live range for
77 /// live ranges. Interference checks may return stale information unless
90 /// Register unit interference. A fixed live range is in the way, typically
95 /// RegMask interference. The live range is crossing an instruction with a
97 /// VirtReg is live across a call, and PhysReg isn't call-preserved.
108 /// This will mark VirtReg's live range as occupied in the LiveRegMatrix and
109 /// update VirtRegMap. The live range is expected to be available in PhysReg.
140 /// Directly access the live interval unions per regunit.
RegisterPressure.h 34 /// List of live in virtual registers or physical register units.
40 /// to account for live through (global liveness).
59 /// computed, the live-in and live-out sets are recorded.
207 /// \brief A set of live virtual registers and physical register units.
236 /// does not automatically consider live-through ranges. The client may
242 /// live-in and live-out register sets.
278 /// Set of live registers.
281 /// Set of vreg defs that start a live range
    [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
  /external/llvm/test/ExecutionEngine/MCJIT/
2003-08-23-RegisterAllocatePhysReg.ll 4 ; of registers (due to too many overlapping live ranges), but then attempts to
10 ; Produce lots of overlapping live ranges
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 35 * Set the live wallpaper.
46 * Get information about a live wallpaper.
  /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...]
  /libcore/luni/src/main/java/java/net/
DatagramSocketImpl.java 91 * Gets the time-to-live (TTL) for multicast packets sent on this socket.
93 * @return the time-to-live option as a byte value.
95 * if an error occurs while getting the time-to-live option
104 * Gets the time-to-live (TTL) for multicast packets sent on this socket.
108 * @return the time-to-live option as an integer value.
110 * if an error occurs while getting the time-to-live option
208 * Sets the time-to-live (TTL) option for multicast packets sent on this
212 * the time-to-live option value. Valid values are 0 < ttl
220 * Sets the time-to-live (TTL) option for multicast packets sent on this
224 * the time-to-live option value. Valid values are 0 < tt
    [all...]
  /external/llvm/lib/CodeGen/
LiveIntervalUnion.cpp 1 //===-- LiveIntervalUnion.cpp - Live interval union data structure --------===//
10 // LiveIntervalUnion represents a coalesced set of live intervals. This may be
34 // Insert each of the virtual register's live segments into the map.
55 // Remove a live virtual register's segments from this union.
61 // Remove each of the virtual register's live segments from the map.
95 // Verify the live intervals in this union and add them to the visited set.
111 // query's live virtual register.
PHIElimination.cpp 268 // Update live variable information if there is any.
315 // IncomingReg's live interval.
330 // A dead PHI's live range begins and ends at the start of the MBB, but
334 assert(OrigDestVNI && "PHI destination should be live at block entry.");
341 // instruction from DestReg's live interval.
344 assert(DestVNI && "PHI destination should be live at its definition.");
403 // last PHI use of SrcReg to be lowered on this CFG edge and it is not live
409 // the copy we just inserted) is the last use of the source value. Live
411 // is live until the end of the block the PHI entry lives in. If the value
413 // have the value live-in
    [all...]
StackMapLivenessAnalysis.cpp 1 //===-- StackMapLivenessAnalysis.cpp - StackMap live Out Analysis ----------===//
12 // live-out information to a stackmap or patchpoint intrinsic if present.
91 // Reverse iterate over all instructions and add the current live register
111 /// Add the current register live set to the instruction.
119 /// register live set.
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_variable.c 144 * Compute the live intervals for var and its friends.
159 /* Extend the live interval of T0 to the start of the
173 /* Extend the live interval of T0 to the start of the
186 * Extend the live interval of T0 to the end of the
214 if (!var->Live[chan].Used
215 || chan_start < var->Live[chan].Start) {
216 var->Live[chan].Start =
219 if (!var->Live[chan].Used
220 || chan_end > var->Live[chan].End) {
221 var->Live[chan].End = chan_end
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
DeadStoresChecker.cpp 11 // stores to variables that are no longer live.
147 bool isLive(const LiveVariables::LivenessValues &Live, const VarDecl *D) {
148 if (Live.isLive(D))
157 // Treat all VarDecls that occur in EH code as being "always live"
210 const LiveVariables::LivenessValues &Live) {
219 if (!isLive(Live, VD) &&
230 const LiveVariables::LivenessValues& Live) {
232 CheckVarDecl(VD, DR, Val, dsk, Live);
259 const LiveVariables::LivenessValues &Live) override {
297 CheckVarDecl(VD, DR, B->getRHS(), dsk, Live);
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_variable.c 144 * Compute the live intervals for var and its friends.
159 /* Extend the live interval of T0 to the start of the
173 /* Extend the live interval of T0 to the start of the
186 * Extend the live interval of T0 to the end of the
214 if (!var->Live[chan].Used
215 || chan_start < var->Live[chan].Start) {
216 var->Live[chan].Start =
219 if (!var->Live[chan].Used
220 || chan_end > var->Live[chan].End) {
221 var->Live[chan].End = chan_end
    [all...]
  /art/compiler/optimizing/
register_allocator.h 45 // allocates registers to live intervals.
132 // List of intervals that are currently active when processing a new live interval.
133 // That is, they have a live range that spans the start of the new interval.
136 // List of intervals that are currently inactive when processing a new live interval.
144 // The spill slots allocated for live intervals.
  /external/chromium_org/sync/internal_api/public/engine/
model_safe_worker.h 36 GROUP_UI, // Models that live on UI thread and are being synced.
37 GROUP_DB, // Models that live on DB thread and are being synced.
38 GROUP_FILE, // Models that live on FILE thread and are being synced.
39 GROUP_HISTORY, // Models that live on history thread and are being
41 GROUP_PASSWORD, // Models that live on the password thread and are
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
perf-kvm.txt 16 'perf kvm stat [record|report|live] [<options>]
54 'perf kvm stat live' reports statistical data in a live mode (similar to
55 record + report but with statistical data updated live at a given display
104 STAT LIVE OPTIONS

Completed in 2993 milliseconds

1 2 3 4 56 7 8 91011>>