HomeSort by relevance Sort by last modified time
    Searched refs:dead (Results 51 - 75 of 86) sorted by null

1 23 4

  /external/qemu/audio/
ossaudio.c 745 int dead = hw->samples - live; local
755 if (!dead) {
759 if (hw->wpos + dead > hw->samples) {
761 bufs[1].len = (dead - (hw->samples - hw->wpos)) << hwshift;
764 bufs[0].len = dead << hwshift;
alsaaudio.c 1053 int dead = hw->samples - live; local
1065 if (!dead) {
1101 decr = audio_MIN (dead, avail);
    [all...]
  /development/samples/SoftKeyboard/src/com/example/android/softkeyboard/
SoftKeyboard.java 321 boolean dead = false;
324 dead = true;
  /external/chromium_org/v8/test/mjsunit/harmony/
generators-iteration.js 206 arguments[1] = "or be he dead";
212 ["Be he live", "or be he dead", "I'll grind his bones", "to make my bread",
215 ["Be he live", "or be he dead", "I'll grind his bones", "to make my bread",
224 arguments[1] = "or be he dead";
block-let-crankshaft.js 160 // Test that temporal dead zone semantics for function and block scoped
block-let-semantics.js 33 // Test temporal dead zone semantics of let bound variables in
generators-parsing.js 45 function* g() { yield 1; return 2; yield "dead"; }
  /external/jmonkeyengine/engine/src/core/com/jme3/effect/
ParticleTriMesh.java 195 boolean dead = p.life == 0;
196 if (dead){