Searched defs:exc (Results 1 – 14 of 14) sorted by relevance
/external/v8/src/ |
D | execution.cc | 439 Handle<Object> Execution::ToNumber(Handle<Object> obj, bool* exc) { in ToNumber() 444 Handle<Object> Execution::ToString(Handle<Object> obj, bool* exc) { in ToString() 449 Handle<Object> Execution::ToDetailString(Handle<Object> obj, bool* exc) { in ToDetailString() 454 Handle<Object> Execution::ToObject(Handle<Object> obj, bool* exc) { in ToObject() 460 Handle<Object> Execution::ToInteger(Handle<Object> obj, bool* exc) { in ToInteger() 465 Handle<Object> Execution::ToUint32(Handle<Object> obj, bool* exc) { in ToUint32() 470 Handle<Object> Execution::ToInt32(Handle<Object> obj, bool* exc) { in ToInt32() 475 Handle<Object> Execution::NewDate(double time, bool* exc) { in NewDate() 512 Handle<FunctionTemplateInfo> data, bool* exc) { in InstantiateFunction() 528 bool* exc) { in InstantiateObject() [all …]
|
D | api.cc | 1258 v8::Local<v8::Value> exc = v8::Local<v8::Value>::New(Exception()); in ~TryCatch() local
|
/external/webkit/WebKitTools/pywebsocket/mod_pywebsocket/ |
D | util.py | 52 def prepend_message_to_exception(message, exc): argument
|
/external/speex/libspeex/ |
D | cb_search.c | 108 spx_sig_t *exc, in split_cb_search_shape_sign_N1() 250 spx_sig_t *exc, in split_cb_search_shape_sign() 515 spx_sig_t *exc, in split_cb_shape_sign_unquant() 580 spx_sig_t *exc, in noise_codebook_quant() 600 spx_sig_t *exc, in noise_codebook_unquant()
|
D | ltp.c | 353 spx_sig_t exc[], /* Excitation */ in pitch_gain_search_3tap() 534 spx_sig_t exc[], /* Excitation */ in pitch_search_3tap() 656 spx_word16_t exc[], /* Input excitation */ in pitch_unquant_3tap() 761 spx_sig_t exc[], /* Excitation */ in forced_pitch_quant() 806 spx_word16_t exc[], /* Input excitation */ in forced_pitch_unquant()
|
D | nb_celp.c | 651 spx_word16_t *exc; in nb_encode() local 1302 spx_word16_t *exc; in nb_decode() local 1505 spx_word16_t *exc; in nb_decode() local
|
D | nb_celp.h | 80 spx_word16_t *exc; /**< Start of excitation frame */ member 139 spx_word16_t *exc; /**< Start of excitation frame */ member
|
D | filters.c | 591 spx_word16_t *exc, /*decoded excitation*/ in interp_pitch() 654 spx_word16_t *exc, /*decoded excitation*/ in multicomb()
|
/external/fdlibm/ |
D | k_standard.c | 84 struct exception exc; local
|
/external/v8/test/cctest/ |
D | test-heap.cc | 46 bool exc; in CheckOddball() local 53 bool exc; in CheckSmi() local 63 bool exc; in CheckNumber() local
|
/external/neven/ |
D | FaceDetector_jni.cpp | 88 static void doThrow(JNIEnv* env, const char* exc, const char* msg = NULL) in doThrow()
|
/external/webkit/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 339 void emitThrow(RegisterID* exc) { emitUnaryNoDstOp(op_throw, exc); } in emitThrow()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1048 fd_set ready, exc; in wait_input() local
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 7400 TT_RunIns( TT_ExecContext exc ) in TT_RunIns()
|