HomeSort by relevance Sort by last modified time
    Searched refs:firstVal (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_processing/aec/
echo_cancellation_internal.h 33 short firstVal;
echo_cancellation.c 247 aecpc->firstVal = 0;
679 aecpc->firstVal = aecpc->msInSndCardBuf;
683 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) <
  /external/chromium_org/third_party/webrtc/modules/audio_processing/aecm/
echo_control_mobile.c 48 short firstVal;
198 aecm->firstVal = 0;
352 aecm->firstVal = aecm->msInSndCardBuf;
356 if (abs(aecm->firstVal - aecm->msInSndCardBuf)
  /external/webrtc/src/modules/audio_processing/aecm/
echo_control_mobile.c 54 short firstVal;
201 aecm->firstVal = 0;
364 aecm->firstVal = aecm->msInSndCardBuf;
368 if (abs(aecm->firstVal - aecm->msInSndCardBuf)
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
HashtableTest.java 111 Object firstVal = "Gabba";
113 map.put("Gah", firstVal);
117 ht.get("Gah") == firstVal);
  /external/webrtc/src/modules/audio_processing/aec/
echo_cancellation.c 65 short firstVal;
254 aecpc->firstVal = 0;
483 aecpc->firstVal = aecpc->msInSndCardBuf;
487 if (abs(aecpc->firstVal - aecpc->msInSndCardBuf) <
  /external/bison/data/
glr.c     [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CStringChecker.cpp 433 SVal firstVal = state->getSVal(First, LCtx);
436 Optional<Loc> firstLoc = firstVal.getAs<Loc>();
474 // Switch the values so that firstVal is before secondVal.
    [all...]
  /external/chromium_org/third_party/closure_compiler/compiler/
compiler.jar 

Completed in 859 milliseconds