HomeSort by relevance Sort by last modified time
    Searched defs:excp (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrnb/dec/src/
dec_amr.cpp 566 Word16 excp[L_SUBFR];
1061 excp[i] = pv_round (L_temp);
1364 Word16 excp[L_SUBFR]; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
pvamrwbdecoder.cpp 309 int16 *excp = &code[L_SUBFR]; local
310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */
922 excp[i] = amr_wb_round(L_tmp);
    [all...]
  /external/llvm/examples/ExceptionDemo/
ExceptionDemo.cpp 562 struct OurBaseException_t *excp = (struct OurBaseException_t*) local
564 struct OurExceptionType_t *excpType = &(excp->type);
570 "excp = <%p>.\n",
572 excp);
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
SipPhone.java 502 CallStateException excp = null; local
507 excp = e;
510 if (excp != null) throw excp;
    [all...]
  /prebuilts/tools/common/m2/internal/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 311 milliseconds