/external/chromium_org/v8/test/mjsunit/regress/ |
regress-117794.js | 41 } catch(exc2) { 42 print(exc2.stack);
|
regress-88858.js | 63 } catch(exc2) { }
|
/external/v8/test/mjsunit/regress/ |
regress-117794.js | 41 } catch(exc2) { 42 print(exc2.stack);
|
regress-88858.js | 63 } catch(exc2) { }
|
/external/clang/test/SemaTemplate/ |
instantiate-exception-spec-cxx11.cpp | 111 struct Exc2 { double x, y, z; }; 121 Derived<Exc2> d2; // expected-note {{in instantiation of}}
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/ |
test_runner.py | 55 exc2 = Exception('bar') 60 raise exc2 69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/ |
test_runner.py | 55 exc2 = Exception('bar') 60 raise exc2 69 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder.cpp | 310 int16 *exc2 = &excp[L_SUBFR]; /* excitation vector */ local 311 int16 *HfIsf = &exc2[L_FRAME]; 351 dtx_dec_amr_wb(&(st->dtx_decSt), exc2, newDTXState, isf, &prms); 455 &exc2[i_subfr], 905 exc2[i] = (exc[i_subfr + i] + (0x0004 * (exc[i_subfr + i] != MAX_16))) >> 3; 919 tmp = mult_int16(exc2[i], pit_sharp); 931 voice_fac = voice_factor(exc2, -3, gain_pit, code, gain_code, L_SUBFR); 943 pv_memcpy((void *)exc2, (void *)&exc[i_subfr], L_SUBFR*sizeof(*exc2)); 1049 L_tmp = mac_16by16_to_int32(L_tmp, exc2[0], gain_pit) [all...] |
dtx.h | 167 int16 * exc2, /* o : CN excitation */ 194 int16 * exc2, /* o : CN excitation */
|
dtx_decoder_amr_wb.cpp | 198 int16 * exc2, /* o : CN excitation */ 400 exc2[i] = noise_gen_amrwb(&(st->cng_seed)) >> 4; 406 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp); 421 tmp = mult_int16(exc2[i], gain); /* Q0 * Q15 */ 422 exc2[i] = shl_int16(tmp, exp);
|
synthesis_amr_wb.cpp | 173 * - Find synthesis speech corresponding to exc2[]. *
|
/external/speex/libspeex/ |
ltp.c | 361 const spx_word16_t *exc2, 401 e[j]=exc2[j-pp]; 403 e[j]=exc2[j-pp-pitch]; 428 spx_word16_t e0=exc2[-pitch-1+i]; 509 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp]); 514 exc[j]=MAC16_16(exc[j],SHL16(gain[2-i],7),exc2[j-pp-pitch]); 543 spx_word16_t *exc2, 599 if (ABS16(exc2[i])>16383) 622 bits, stack, exc2, r, new_target, &cdbk_index, plc_tuning, *cumul_gain, scaledown); 770 spx_word16_t *exc2, [all...] |
ltp.h | 73 spx_word16_t *exc2, 116 spx_word16_t *exc2,
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
dtx.c | 161 Word16 * exc2, /* o : CN excitation */ 260 exc2[i] = (Random(&(st->cng_seed)) >> 4); 266 ener32 = Dot_product12(exc2, exc2, L_FRAME, &exp); 281 tmp = mult(exc2[i], gain); /* Q0 * Q15 */ 282 exc2[i] = shl(tmp, exp);
|
voAMRWBEnc.c | 195 Word16 exc2[L_FRAME]; /* excitation vector */ local 553 exc2[i] = shr(exc[i], Q_new); 558 L_tmp += (exc2[i] * exc2[i])<<1; 565 dtx_enc(st->dtx_encSt, isf, exc2, &prms); 573 corr_gain = synthesis(Aq, &exc2[i_subfr], 0, &speech16k[i_subfr * 5 / 4], st); 671 exc2[i] = exc[i] >> Q_new; 675 L_tmp += (exc2[i] * exc2[i])<<1; [all...] |
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
dtx.h | 86 Word16 * exc2, /* o : CN excitation */
|
/external/mockito/src/org/mockito/stubbing/ |
OngoingStubbing.java | 30 * when(mock.otherMethod()).thenThrow(exc1, exc2);
|
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/ |
FlexAntTasks.jar | |
/prebuilts/tools/common/m2/internal/dom4j/dom4j/1.6.1/ |
dom4j-1.6.1.jar | |