Searched refs:live (Results 1 - 25 of 37) sorted by relevance

12

/external/clang/test/SemaCXX/
H A Dwarn-unreachable.cpp4 int &live();
11 live();
13 live();
20 live();
22 live();
27 live();
32 live();
47 live(),
75 live(),
/external/clang/test/Sema/
H A Dwarn-unreachable.c4 int live();
28 switch (live()) {
34 live(), halt(),
38 live()
45 live(),
55 live(),
61 if (live())
63 live(),
72 live(),
95 live(),
[all...]
/external/clang/test/Preprocessor/
H A Dmacro_paste_msextensions.c12 #define comment /##/ dead tokens live here
/external/qemu/audio/
H A Daudio.c955 int live = hw->total_samples_captured - audio_pcm_hw_find_min_in (hw); local
956 if (audio_bug (AUDIO_FUNC, live < 0 || live > hw->samples)) {
957 dolog ("live=%d hw->samples=%d\n", live, hw->samples);
960 return live;
964 int live, int pending)
967 int len = audio_MIN (left, live);
991 int live = hw->total_samples_captured - sw->total_hw_samples_acquired; local
994 if (audio_bug (AUDIO_FUNC, live <
963 audio_pcm_hw_clip_out(HWVoiceOut *hw, void *pcm_buf, int live, int pending) argument
1011 int samples, live, ret = 0, swlim, isamp, osamp, rpos, total = 0; local
1092 int live = smin; local
1108 int hwsamples, samples, isamp, osamp, wpos, live, dead, left, swlim, blck; local
1394 int live; local
1417 int live, dead; local
1485 int live, free, nb_live, cleanup_required, prev_rpos; local
1620 int live, rpos, captured; local
[all...]
H A Dnoaudio.c41 static int no_run_out (HWVoiceOut *hw, int live) argument
56 decr = audio_MIN (live, samples);
100 int live = audio_pcm_hw_get_live_in (hw); local
101 int dead = hw->samples - live;
H A Dwinaudio.c254 winaudio_out_run (HWVoiceOut *hw, int live) argument
260 if (!live) {
269 while (live > 0) {
272 int wav_samples = audio_MIN(wav_bytes >> hw->info.shift, live);
273 int hw_samples = audio_MIN(hw->samples - hw->rpos, live);
283 //D("run_out: buffer:%d pos:%d size:%d wsamples:%d wbytes:%d live:%d rpos:%d hwsamples:%d\n", s->write_index,
284 // s->write_pos, s->write_size, wav_samples, wav_bytes, live, hw->rpos, hw->samples);
290 live -= wav_samples;
310 live = 0;
511 int live local
[all...]
H A Dcoreaudio.c169 int live; member in struct:coreAudioVoice
465 static int coreaudio_run_out (HWVoiceOut *hw, int live) argument
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
505 int rpos, live; local
610 coreaudio_run_in(HWVoiceIn *hw, int live) argument
[all...]
H A Desdaudio.c73 int live; member in struct:__anon10328
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) argument
207 decr = audio_MIN (live, esd->decr);
209 esd->live = live - decr;
211 if (esd->live > 0) {
409 int live, inc local
[all...]
H A Dpaaudio.c46 int live; member in struct:__anon10335
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) argument
163 decr = audio_MIN (live, pa->decr);
165 pa->live = live - decr;
167 if (pa->live > 0) {
250 int live, inc local
[all...]
H A Dwavaudio.c58 static int wav_out_run (HWVoiceOut *hw, int live) argument
77 decr = audio_MIN (live, samples);
348 int wpos, live, decr, samples; local
363 live = audio_pcm_hw_get_live_in (hw);
364 if (!live) {
370 decr = audio_MIN (live, samples);
H A Daudio_template.h418 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) {
504 if (live) {
506 (live << old_sw->info.shift)
H A Dfmodaudio.c227 static int fmod_run_out (HWVoiceOut *hw, int live) argument
239 decr = live;
261 dolog ("decr=%d live=%d ppos=%d old_pos=%d len=%d\n",
262 decr, live, ppos, old_pos, len);
455 int live, dead, new_pos, len; local
461 live = audio_pcm_hw_get_live_in (hw);
462 dead = hw->samples - live;
H A Daudio_int.h160 int (*run_out) (HWVoiceOut *hw, int live);
227 int live, int pending);
H A Ddsoundaudio.c568 static int dsound_run_out (HWVoiceOut *hw, int live) argument
600 len = live << hwshift;
762 int live, len, dead; local
777 live = audio_pcm_hw_get_live_in (hw);
778 dead = hw->samples - live;
H A Dossaudio.c424 static int oss_run_out (HWVoiceOut *hw, int live) argument
445 decr = audio_MIN (bytes >> hw->info.shift, live);
471 decr = audio_MIN (abinfo.bytes >> hw->info.shift, live);
744 int live = audio_pcm_hw_get_live_in (hw); local
745 int dead = hw->samples - live;
H A Dalsaaudio.c845 static int alsa_run_out (HWVoiceOut *hw, int live) argument
857 decr = audio_MIN (live, avail);
1052 int live = audio_pcm_hw_get_live_in (hw); local
1053 int dead = hw->samples - live;
/external/webkit/Source/WebCore/loader/cache/
H A DMemoryCache.h49 // depending on the live resource load. Here's an example of cache growth over time,
127 // still live on if they are referenced by some Web page though.
139 pruneDeadResources(); // Prune dead first, in case it was "borrowing" capacity from live.
154 void adjustSize(bool live, int delta);
202 unsigned m_liveSize; // The number of bytes currently consumed by "live" resources in the cache.
210 // List just for live resources with decoded data. Access to this list is based off of painting the resource.
H A DMemoryCache.cpp151 // Dead resource capacity is whatever space is not occupied by live resources, bounded by an independent minimum and maximum.
178 // Destroy any decoded data in live objects that we can.
582 void MemoryCache::adjustSize(bool live, int delta) argument
584 if (live) {
/external/chromium/chrome/browser/sync/
H A DREADME.js35 JsBackends may live on different threads, but JsArgList is thread-safe
/external/libpng/contrib/gregbook/
H A Dmakevms.com8 $! Set locations where zlib and libpng sources live.
/external/v8/src/
H A Dlithium-allocator.cc212 // We cannot spill a live range that has a use requiring a register
306 // Partition original use intervals to the two live ranges.
334 // Partition original use positions to the two live ranges.
343 // to the use that no longer belongs to this live range.
347 // Link the new live range in the chain before any of the other
360 // This implements an ordering on live ranges so that they are ordered by their
362 // allocation algorithm. If two live ranges start at the same offset then there
380 LAllocator::TraceAlloc("Shorten live range %d to [%d\n", id_, start.Value());
391 LAllocator::TraceAlloc("Ensure live range %d in interval [%d %d[\n",
416 LAllocator::TraceAlloc("Add to live rang
890 ProcessInstructions(HBasicBlock* block, BitVector* live) argument
1232 BitVector* live = live_in_sets_[block->block_id()]; local
1254 BitVector* live = ComputeLiveOut(block); local
[all...]
/external/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp101 // confuse us, so we mark all live things first.
102 llvm::BitVector live(cfg->getNumBlockIDs());
104 live);
110 // mark them as live.
113 if (!live[b.getBlockID()]) {
118 count += reachable_code::ScanReachableFromBlock(&b, live);
124 // Now we know what is live, we check the live precessors of the exit block
140 if (!live[B.getBlockID()])
/external/chromium/chrome/common/extensions/docs/examples/extensions/gdocs/js/
H A Djquery-1.4.1.min.js17 e(a[0],b):null}function J(){return(new Date).getTime()}function Y(){return false}function Z(){return true}function ma(a,b,d){d[0].type=a;return c.event.handle.apply(b,d)}function na(a){var b,d=[],f=[],e=arguments,i,j,n,o,m,s,x=c.extend({},c.data(this,"events").live);if(!(a.button&&a.type==="click")){for(o in x){j=x[o];if(j.live===a.type||j.altLive&&c.inArray(a.type,j.altLive)>-1){i=j.data;i.beforeFilter&&i.beforeFilter[a.type]&&!i.beforeFilter[a.type](a)||f.push(j.selector)}else delete x[o]}i=c(a.target).closest(f,
18 a.currentTarget);m=0;for(s=i.length;m<s;m++)for(o in x){j=x[o];n=i[m].elem;f=null;if(i[m].selector===j.selector){if(j.live==="mouseenter"||j.live==="mouseleave")f=c(a.relatedTarget).closest(j.selector)[0];if(!f||f!==n)d.push({elem:n,fn:j})}}m=0;for(s=d.length;m<s;m++){i=d[m];a.currentTarget=i.elem;a.data=i.fn.data;if(i.fn.apply(i.elem,e)===false){b=false;break}}return b}}function oa(a,b){return"live."+(a?a+".":"")+b.replace(/\./g,"`").replace(/ /g,"&")}function pa(a){return!a||!a.parentNode||a.parentNode.nodeType===
56 d&&d.scrollTop||0)-(b&&b.clientTop||d&&d.clientTop||0)}if(!a.which&&(a.charCode||a.charCode===0?a.charCode:a.keyCode))a.which=a.charCode||a.keyCode;if(!a.metaKey&&a.ctrlKey)a.metaKey=a.ctrlKey;if(!a.which&&a.button!==v)a.which=a.button&1?1:a.button&2?3:a.button&4?2:0;return a},guid:1E8,proxy:c.proxy,special:{ready:{setup:c.bindReady,teardown:c.noop},live:{add:function(a,b){c.extend(a,b||{});a.guid+=b.selector+b.live;b.liveProxy=a;c.event.add(this,b.live,na,b)},remove:function(a){if(a.length){var b=
57 0,d=new RegExp("(^|\\.)"+a[0]+"(\\.|$)");c.each(c.data(this,"events").live||{},function(){d.test(this.type)&&b++});b<1&&c.event.remove(this,a[0],na)}},special:{}},beforeunload:{setup:function(a,b,d){if(this.setInterval)this.onbeforeunload=d;return false},teardown:function(a,b){if(this.onbeforeunload===b)this.onbeforeunload=null}}}};c.Event=function(a){if(!this.preventDefault)return new c.Event(a);if(a&&a.type){this.originalEvent=a;this.type=a.type}else this.type=a;this.timeStamp=J();this[G]=true};
66 a.guid)||0)%d;c.data(this,"lastToggle"+a.guid,e+1);f.preventDefault();return b[e].apply(this,arguments)||false}))},hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}});c.each(["live","di
[all...]
/external/blktrace/doc/
H A Dblktrace.tex46 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 \\
/external/libvpx/examples/includes/geshi/contrib/
H A Dexample.php45 // live site.

Completed in 286 milliseconds

12