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

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/LayoutTests/fast/dom/Geolocation/resources/
permission-denied-already-clear-watch.js 1 description("Tests that when Geolocation permission has been denied prior to a call to watchPosition, and the watch is cleared in the error callback, there is no crash. This a regression test for https://bugs.webkit.org/show_bug.cgi?id=32111.");
permission-denied-already-error.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service encounters an error.");
permission-denied-already-success.js 1 description("Tests that when Geolocation permission has been denied prior to a call to a Geolocation method, the error callback is invoked with code PERMISSION_DENIED, when the Geolocation service has a good position.");
  /external/icu4c/common/unicode/
icuplug.h 322 * @param prior pass in 'NULL' to get the first (most recent) plug,
323 * otherwise pass the value returned on a prior call to uplug_nextPlug
328 uplug_nextPlug(UPlugData *prior);
  /external/speex/libspeex/
preprocess.c 19 derived from this software without specific prior written permission.
215 spx_word16_t *prior; /**< A-priori SNR */ member in struct:SpeexPreprocessState_
458 st->prior = (spx_word16_t*)speex_alloc((N+M)*sizeof(spx_word16_t));
492 st->prior[i]=SHL16(1, SNR_SHIFT);
545 speex_free(st->prior);
807 st->prior[i] = EXTRACT16(PSHR32(ADD32(MULT16_16(gamma,MAX16(0,st->post[i])), MULT16_16(Q15_ONE-gamma,DIV32_16_Q8(st->old_ps[i],tot_noise))), 15));
808 st->prior[i]=MIN16(st->prior[i], QCONST16(100.f,SNR_SHIFT));
814 st->zeta[0] = PSHR32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[0]), MULT16_16(QCONST16(.3f,15),st->prior[0])),15);
816 st->zeta[i] = PSHR32(ADD32(ADD32(ADD32(MULT16_16(QCONST16(.7f,15),st->zeta[i]), MULT16_16(QCONST16(.15f,15),st->prior[i]))
    [all...]
  /external/v8/samples/
count-hosts.js 14 // from this software without specific prior written permission.
  /external/v8/test/message/
overwritten-builtins.js 14 // from this software without specific prior written permission.
try-catch-finally-no-message.js 14 // from this software without specific prior written permission.
try-catch-finally-return-in-finally.js 14 // from this software without specific prior written permission.
try-finally-return-in-finally.js 14 // from this software without specific prior written permission.
  /external/v8/test/mjsunit/
api-call-after-bypassed-exception.js 14 // from this software without specific prior written permission.
arguments-indirect.js 14 // from this software without specific prior written permission.
ascii-regexp-subject.js 14 // from this software without specific prior written permission.
binary-operation-overwrite.js 14 // from this software without specific prior written permission.
bitwise-operations-undefined.js 14 // from this software without specific prior written permission.
body-not-visible.js 14 // from this software without specific prior written permission.
call-non-function-call.js 14 // from this software without specific prior written permission.
closure.js 14 // from this software without specific prior written permission.
context-variable-assignments.js 14 // from this software without specific prior written permission.
  /external/v8/test/mjsunit/bugs/
bug-900066.js 14 // from this software without specific prior written permission.
  /external/v8/test/mjsunit/compiler/
function-call.js 14 // from this software without specific prior written permission.
jsnatives.js 14 // from this software without specific prior written permission.
loops.js 14 // from this software without specific prior written permission.
property-simple.js 14 // from this software without specific prior written permission.
simple-binary-op.js 14 // from this software without specific prior written permission.

Completed in 182 milliseconds

1 2 3 4 5 6 7 8 91011>>