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

1 2 3 4 5 67 8 91011>>

  /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 184 * The favorite is a live folder
186 * Note: live folders can no longer be added to Launcher, and any live folders which
230 * live folders to find the content provider.
236 * The display mode if the item is a live folder.
  /external/chromium_org/components/keyed_service/content/
browser_context_dependency_manager.h 33 // Adds/Removes a component from our list of live components. Removing will
34 // also remove live dependency links.
82 // Marks |context| as live (i.e., not stale). This method can be called as a
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioDestinationNode.h 48 // It will optionally give us local/live audio input in sourceBus (if it's not 0).
59 // LocalAudioInputProvider allows us to expose an AudioSourceProvider for local/live audio input.
60 // If there is local/live audio input, we call set() with the audio input data every render quantum.
  /external/chromium_org/third_party/libva/va/glx/
va_glx.h 48 * The application shall maintain the live GLX context itself.
68 * The application shall maintain the live GLX context itself.
88 * The application shall maintain the live GLX context itself.
  /external/chromium_org/tools/tcmalloc/
print-live-objects.py 6 """Symbolizes and prints live objects as recorded by tcmalloc's
19 tools/tcmalloc/print-live-objects.py out/Debug/chrome leaks.dmp
70 print 'print-live-objects.py requires addr2line only present on Linux.'
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-debug-liveedit.js 74 // Patch should not succeed because there is a live generator activation on
79 // At this point one iterator is live, but closed, so the patch will succeed.
86 // Patching will fail however when a live iterator is suspended.
  /external/libpcap/
README.macosx 5 On some systems that use BPF, the BPF devices live on the root file
10 On newer versions of FreeBSD, the BPF devices live on devfs, and devfs
15 On Mac OS X, the BPF devices live on devfs, but the OS X version of
  /external/llvm/test/CodeGen/SystemZ/Large/
spill-02.py 18 # 8192(%r15). The two emergency spill slots live below that, so this requires
37 # another for %base, so we need 14 live values.
65 # that they are live across the store of %foo.
  /external/qemu/audio/
esdaudio.c 73 int live; member in struct:__anon32952
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:__anon32959
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...]
  /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.
  /hardware/intel/common/libva/va/glx/
va_glx.h 48 * The application shall maintain the live GLX context itself.
68 * The application shall maintain the live GLX context itself.
88 * The application shall maintain the live GLX context itself.
  /libcore/luni/src/test/java/libcore/java/lang/ref/
FinalizeTest.java 60 // Dance around a bit to discourage dx from realizing that 'result' is no longer live.
63 fail("finalizer called early"); // ...because 'result' is still live until we return.
66 // the caller accidentally keeping it live.
  /external/llvm/lib/CodeGen/
RegAllocGreedy.cpp 54 STATISTIC(NumGlobalSplits, "Number of split global live ranges");
55 STATISTIC(NumLocalSplits, "Number of split local live ranges");
60 cl::desc("Spill mode for splitting live ranges"),
129 // Live ranges pass through a number of stages as we try to allocate them.
130 // Some of the stages may also create new live ranges:
139 // that are unlikely to give any results. It also guarantees that the live
143 /// Newly created live range that has never been queued.
149 /// Attempt live range splitting if assignment is impossible.
152 /// Attempt more aggressive live range splitting that is guaranteed to make
157 /// Live range will be spilled. No more splitting will be attempted
    [all...]
DeadMachineInstructionElim.cpp 72 // Don't delete live physreg defs, or any reserved register defs.
103 // Start out assuming that reserved registers are live out of this block.
106 // Add live-ins from sucessors to LivePhysRegs. Normally, physregs are not
107 // live across blocks, but some targets (x86) can have flags live out of a
152 // of a super-register may still be partially live after
  /art/runtime/gc/collector/
sticky_mark_sweep.cc 39 // and live bitmap is that marking the objects will place them in the live bitmap.
  /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_org/content/browser/service_worker/
service_worker_handle.h 33 // Creates a handle for a live version. The version's corresponding
37 // corresponding WebServiceWorkerImpl (which should live on |thread_id|
  /external/chromium_org/content/public/browser/
render_frame_host.h 31 // Returns NULL if the IDs do not correspond to a live RenderFrameHost.
40 // access to this RenderFrameHost, and must therefore live in the same
  /external/chromium_org/content/renderer/pepper/
pepper_in_process_resource_creation.h 18 // backends that live in content/renderer/pepper.
22 // This is a bit confusing. The "old-style" resources live in
pepper_plugin_registry.h 20 // is a list of all live modules (some of which may be out-of-process and hence
61 // A list of non-owning pointers to all currently-live plugin modules. This
  /external/chromium_org/third_party/leveldatabase/src/db/
memtable.h 47 // The caller must ensure that the underlying MemTable remains live
48 // while the returned iterator is live. The keys returned by this
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
register_allocate.h 53 * and compute live ranges and ra_node_interfere() between conflicting
54 * live ranges.
  /external/chromium_org/ui/android/java/resource_map/org/chromium/ui/
R.java 10 * In a normal Chrome build, ui resources live in a res folder in the ui layer
12 * resources. In webview, resources live in the Android framework and can't be

Completed in 3366 milliseconds

1 2 3 4 5 67 8 91011>>