HomeSort by relevance Sort by last modified time
    Searched refs:live (Results 1 - 25 of 37) sorted by null

1 2

  /dalvik/vm/hprof/
HprofStack.h 28 unsigned char live; member in struct:__anon712
HprofStack.c 35 u1 live; member in struct:__anon710
51 /* Clear the 'live' bit at the start of the GC pass. */
53 stackTraceEntry->live = 0;
71 * If the 'live' bit is 0, the trace is not in use by any current
75 if (!stackTraceEntry->live) {
146 /* Mark the trace as live (in use by an object in the current heap). */
147 val->live = 1;
HprofStackFrame.c 43 /* Clear the 'live' bit at the start of the GC pass. */
45 stackFrameEntry->live = 0;
95 * If the 'live' bit is 0, the frame is not in use by any current
99 if (!stackFrameEntry->live) {
169 /* Mark the frame as live (in use by an object in the current heap). */
170 val->live = 1;
  /external/qemu/audio/
noaudio.c 44 int live, decr, samples; local
49 live = audio_pcm_hw_get_live_out (&no->hw);
50 if (!live) {
61 decr = audio_MIN (live, samples);
105 int live = audio_pcm_hw_get_live_in (hw); local
106 int dead = hw->samples - live;
audio.c 956 int live = hw->total_samples_captured - audio_pcm_hw_find_min_in (hw); local
957 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
958 dolog ("live=%d hw->samples=%d\n", live, hw->samples);
961 return live;
970 int live = hw->total_samples_captured - sw->total_hw_samples_acquired; local
973 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
974 dolog ("live=%d hw->samples=%d\n", live, hw->samples)
990 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1070 int live = smin; local
1083 int live; local
1098 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local
1323 int live; local
1346 int live, dead; local
1414 int live, free, nb_live, cleanup_required, prev_rpos; local
1555 int live, rpos, captured; local
    [all...]
winaudio.c 259 int live = audio_pcm_hw_get_live_out (hw); local
261 if (!live) {
270 while (live > 0) {
273 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
274 int hw_samples = audio_MIN(hw->samples - hw->rpos, live);
284 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
285 // s->write_pos, s->write_size, wav_samples, wav_bytes, live, hw->rpos, hw->samples);
291 live -= wav_samples;
311 live = 0;
512 int live = hw->samples - hw->total_samples_captured; local
    [all...]
coreaudio.c 175 int live; member in struct:coreAudioVoice
471 int live, decr; local
478 live = audio_pcm_hw_get_live_out (hw);
480 if (core->decr > live) {
481 ldebug ("core->decr %d live %d core->live %d\n",
483 live,
484 core->live);
487 decr = audio_MIN (core->decr, live);
489 core->live = live - decr
512 int rpos, live; local
    [all...]
wavaudio.c 61 int rpos, live, decr, samples; local
76 live = audio_pcm_hw_get_live_out (hw);
77 if (!live) {
82 decr = audio_MIN (live, samples);
353 int wpos, live, decr, samples; local
368 live = audio_pcm_hw_get_live_in (hw);
369 if (!live) {
375 decr = audio_MIN (live, samples);
fmodaudio.c 235 int live, decr; local
241 live = audio_pcm_hw_get_live_out2 (hw, &nb_live);
242 if (!live) {
248 && (conf.threshold && live <= conf.threshold)) {
249 ldebug ("live=%d nb_live=%d\n", live, nb_live);
253 decr = live;
275 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n",
276 decr, live, ppos, old_pos, len);
469 int live, dead, new_pos, len local
    [all...]
ossaudio.c 294 int err, rpos, live, decr; local
302 live = audio_pcm_hw_get_live_out (hw);
303 if (!live) {
319 if (abs (hw->samples - live) < 64) {
332 decr = audio_MIN (bytes >> hw->info.shift, live);
358 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live);
650 int live = audio_pcm_hw_get_live_in (hw); local
651 int dead = hw->samples - live;
audio_template.h 418 int live = 0; local
447 live = sw->total_hw_samples_mixed;
450 dolog ("Replacing voice %s with %d live samples\n", SW_NAME (sw), live);
460 if (live) {
501 if (live) {
503 (live << old_sw->info.shift)
alsaaudio.c 601 int rpos, live, decr; local
607 live = audio_pcm_hw_get_live_out (hw);
608 if (!live) {
618 decr = audio_MIN (live, avail);
849 int live = audio_pcm_hw_get_live_in (hw); local
850 int dead = hw->samples - live;
dsoundaudio.c 667 int live, len, hwshift; local
683 live = audio_pcm_hw_get_live_out (hw);
695 len = live << hwshift;
857 int live, len, dead; local
872 live = audio_pcm_hw_get_live_in (hw);
873 dead = hw->samples - live;
  /dalvik/vm/alloc/
HeapBitmap.c 155 unsigned long *live, *mark; local
162 live = liveHb->bits;
166 unsigned long garbage = live[i] & ~mark[i];
  /external/webkit/WebKit/android/
TimeCounter.h 69 static void report(const WebCore::KURL& , int live, int dead, size_t arenaSize);
TimeCounter.cpp 123 void TimeCounter::report(const KURL& url, int live, int dead, size_t arenaSize)
139 LOGD("Current cache has %d bytes live and %d bytes dead", live, dead);
  /system/core/rootdir/
Android.mk 4 # files that live under /system/etc/...
32 # files that live under /...
  /dalvik/vm/compiler/codegen/arm/
RallocUtil.c 69 * live until it is either explicitly killed or reallocated.
90 regs[i].live = false;
102 p[i].reg, p[i].inUse, p[i].pair, p[i].partner, p[i].live,
137 if ((info1->live && info1->dirty) || (info2->live && info2->dirty)) {
152 if (info->live && info->dirty) {
167 if (p[i].live && p[i].dirty) {
174 p[i].live = false;
204 p[i].live = false;
228 if (!p[next].inUse && !p[next].live) {
    [all...]
  /dalvik/libdex/
DexFile.c 832 bool live; member in struct:LocalInfo
838 if (localCb != NULL && localInReg[reg].live) {
887 localInReg[argReg].live = true;
923 localInReg[reg].live = true;
961 localInReg[reg].live = true;
969 localInReg[reg].live = false;
982 * If the register is live, the "restart" is superfluous,
985 if (!localInReg[reg].live) {
987 localInReg[reg].live = true;
  /frameworks/base/core/java/com/android/internal/widget/
DigitalClock.java 188 void setLive(boolean live) {
189 mLive = live;
  /packages/apps/DeskClock/src/com/android/deskclock/
DigitalClock.java 189 void setLive(boolean live) {
190 mLive = live;
  /external/webkit/WebCore/loader/
Cache.h 48 // depending on the live resource load. Here's an example of cache growth over time,
52 // |----------| Live: +
115 // still live on if they are referenced by some Web page though.
125 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live.
145 void adjustSize(bool live, int delta);
194 unsigned m_liveSize; // The number of bytes currently consumed by "live" resources in the cache.
202 // List just for live resources with decoded data. Access to this list is based off of painting the resource.
Cache.cpp 252 // Dead resource capacity is whatever space is not occupied by live resources, bounded by an independent minimum and maximum.
261 // Live resource capacity is whatever is left over after calculating dead resource capacity.
279 // Destroy any decoded data in live objects that we can.
642 void Cache::adjustSize(bool live, int delta)
644 if (live) {
  /external/libpng/contrib/gregbook/
makevms.com 8 $! Set locations where zlib and libpng sources live.
  /external/blktrace/doc/
blktrace.tex 46 run in \emph{live} mode directly outputs data collected by blktrace.
136 \subsection{\label{sec:live-blktrace}blktrace -- live}
186 A \emph{btrace} script is included in the distribution to ease live
369 \emph{live} output -- to do this specify \emph{-o -} for blktrace.
445 blkparse \emph{may} be run in a \emph{live} manner concurrently with
447 the live option for blktrace. An example would be:
476 & & As noted above, specifying \emph{-i -} runs in \emph{live} mode with blktrace \\
    [all...]

Completed in 461 milliseconds

1 2