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

1 2 3 4 5

  /external/chromium_org/v8/src/
hydrogen-environment-liveness.cc 48 HBasicBlock* block, BitVector* live) {
49 // When a value is live in successor A but dead in B, we must
55 if (live_in_successor->Equals(*live)) continue;
56 for (int i = 0; i < live->length(); ++i) {
57 if (!live->Contains(i)) continue;
85 BitVector* live) {
87 live->Clear();
89 live->Union(*live_at_block_start_[it.Current()->block_id()]);
96 BitVector* live) {
101 if (!live->Contains(index))
    [all...]
hydrogen-environment-liveness.h 15 // Trims live ranges of environment slots by doing explicit liveness analysis.
19 // live ranges of environment slots by zapping them with a constant after
31 void ZapEnvironmentSlotsInSuccessors(HBasicBlock* block, BitVector* live);
33 void UpdateLivenessAtBlockEnd(HBasicBlock* block, BitVector* live);
34 void UpdateLivenessAtInstruction(HInstruction* instr, BitVector* live);
57 // for which a new live range has started since (so they must not be zapped
58 // in that simulate when the end of another live range of theirs is found).
  /external/clang/test/Sema/
warn-unreachable.c 6 int live();
30 switch (live()) {
36 live(), halt(),
40 live()
47 live(),
57 live(),
63 if (live())
65 live(),
74 live(),
97 live(),
    [all...]
  /external/clang/test/SemaCXX/
warn-unreachable.cpp 4 int &live();
11 live();
13 live();
20 live();
22 live();
27 live();
32 live();
47 live(),
75 live(),
  /external/clang/test/Preprocessor/
macro_paste_msextensions.c 12 #define comment /##/ dead tokens live here
  /external/qemu/audio/
audio.c 955 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 < 0 || live > hw->samples))
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...]
noaudio.c 41 static int no_run_out (HWVoiceOut *hw, int live)
56 decr = audio_MIN (live, samples);
100 int live = audio_pcm_hw_get_live_in (hw); local
101 int dead = hw->samples - live;
winaudio.c 254 winaudio_out_run (HWVoiceOut *hw, int live)
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 = hw->samples - hw->total_samples_captured; local
    [all...]
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...]
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...]
wavaudio.c 57 static int wav_out_run (HWVoiceOut *hw, int live)
76 decr = audio_MIN (live, samples);
354 int wpos, live, decr, samples; local
369 live = audio_pcm_hw_get_live_in (hw);
370 if (!live) {
376 decr = audio_MIN (live, samples);
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) {
504 if (live) {
506 (live << old_sw->info.shift)
fmodaudio.c 227 static int fmod_run_out (HWVoiceOut *hw, int live)
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;
  /dalvik/libdex/
DexDebugInfo.cpp 117 bool live; member in struct:LocalInfo
123 if (localCb != NULL && localInReg[reg].live) {
170 localInReg[argReg].live = true;
207 localInReg[reg].live = true;
248 localInReg[reg].live = true;
259 localInReg[reg].live = false;
276 * If the register is live, the "restart" is superfluous,
279 if (!localInReg[reg].live) {
281 localInReg[reg].live = true;
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
live_regions.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
33 * Time in milliseconds after initial page load to ignore live region
43 * mutation. Needed to allow live regions to fade in and have an initial
57 * Maximum time interval in which to discard duplicate live region announcement.
64 * Maximum time interval in which to discard duplicate live region announcement
83 * @param {Date} pageLoadTime The time the page was loaded. Live region
85 * @param {number} queueMode Interrupt or flush. Polite live region
101 // Speak any live regions already on the page. The logic below will
146 * See if any mutations pertain to a live region, and speak them if so.
153 * A callback function that handles each live region description found
    [all...]
live_regions_deprecated.js 6 * @fileoverview Keeps track of live regions on the page and speaks updates
26 * An array of all of the elements on the page that are live regions.
33 * each live region, represented as an array of NavDescriptions.
44 * Time in milliseconds after initial page load to ignore live region
53 * @param {Date} pageLoadTime The time the page was loaded. Live region
55 * @param {number} queueMode Interrupt or flush. Polite live region
81 * Speak relevant changes to a live region.
83 * @param {Node} region The live region node that changed.
84 * @param {number} queueMode Interrupt or queue. Polite live region
140 // Create maps of values in the live region for fast hash lookup
    [all...]
  /external/chromium_org/chrome/browser/resources/options/chromeos/
change_picture_options.css 52 * .camera: camera (live or photo) is selected;
53 * .live: camera is in live mode (no photo taken yet/last photo removed).
79 .camera.live #user-image-preview-img {
96 .camera.live .user-image-stream-area {
138 .camera.live:not(.online) .user-image-stream-area .spinner {
167 .camera:not(.live):not(.animation) #flip-photo {
180 .camera:not(.live) #discard-photo {
186 .camera.live.online #take-photo {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-profile-table.h 82 bool live; member in struct:HeapProfileTable::AllocInfo
134 // If "ptr" points to a recorded allocation and it's not marked as live
135 // mark it as live and return true. Else return false.
136 // All allocations start as non-live.
201 // Return a snapshot of every non-live, non-ignored object in *this.
203 // As a side-effect, clears the "live" bit on every live object in *this.
207 // Dump a list of allocations marked as "live" along with their creation
218 // "live" where created during step 2.
250 bool live() const { return bucket_rep & kLive; function in struct:HeapProfileTable::AllocValue
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-profile-table.h 79 bool live; member in struct:HeapProfileTable::AllocInfo
131 // If "ptr" points to a recorded allocation and it's not marked as live
132 // mark it as live and return true. Else return false.
133 // All allocations start as non-live.
184 // Return a snapshot of every non-live, non-ignored object in *this.
186 // As a side-effect, clears the "live" bit on every live object in *this.
224 bool live() const { return bucket_rep & kLive; } function in struct:HeapProfileTable::AllocValue
298 info.live = v->live();
    [all...]
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_user_image.css 64 * .camera: camera (live or photo) is selected;
65 * .live: camera is in live mode (no photo taken yet/last photo removed).
113 .camera.live #user-image-preview-img {
134 .camera.live .user-image-stream-area {
213 .camera:not(.live) #discard-photo {
219 .camera.live.online #take-photo {
254 .camera.live:not(.online) .user-image-stream-area .spinner {
  /external/chromium_org/content/browser/accessibility/
browser_accessibility_android.cc 508 std::string live = GetStringAttribute( local
510 if (live == "polite")
512 else if (live == "assertive")
621 base::string16 live; local
623 ui::AX_ATTR_CONTAINER_LIVE_STATUS, &live)) {
624 NotifyLiveRegionUpdate(live);
  /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/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBufferTest.cpp 281 bool live = true; local
282 m_drawingBuffer->m_live = &live;
302 EXPECT_EQ(live, true);
306 EXPECT_EQ(live, true);
310 EXPECT_EQ(live, true);
314 EXPECT_EQ(live, false);
  /external/chromium_org/v8/test/webkit/fast/js/
arguments.js 224 // Arguments that were not provided are not live
282 // Arguments that were not provided are not live
629 // Test a0 is a live mapped argument.
639 // When a1 is redefined as an accessor, it is no longer live.
649 // When a2 is made read-only the value is set, but it is no longer live.
660 // When a3 is made read-only, it is no longer live.

Completed in 729 milliseconds

1 2 3 4 5