/external/v8/src/ |
D | execution.cc | 609 Handle<Object> Execution::ToNumber(Handle<Object> obj, bool* exc) { in ToNumber() 614 Handle<Object> Execution::ToString(Handle<Object> obj, bool* exc) { in ToString() 619 Handle<Object> Execution::ToDetailString(Handle<Object> obj, bool* exc) { in ToDetailString() 624 Handle<Object> Execution::ToObject(Handle<Object> obj, bool* exc) { in ToObject() 630 Handle<Object> Execution::ToInteger(Handle<Object> obj, bool* exc) { in ToInteger() 635 Handle<Object> Execution::ToUint32(Handle<Object> obj, bool* exc) { in ToUint32() 640 Handle<Object> Execution::ToInt32(Handle<Object> obj, bool* exc) { in ToInt32() 645 Handle<Object> Execution::NewDate(double time, bool* exc) { in NewDate() 656 bool* exc) { in NewJSRegExp() 699 bool* exc) { in InstantiateFunction() [all …]
|
/external/apache-xml/src/main/java/org/apache/xml/serializer/ |
D | ToSAXHandler.java | 367 public void fatalError(SAXParseException exc) throws SAXException { in fatalError() 380 public void error(SAXParseException exc) throws SAXException { in error() 391 public void warning(SAXParseException exc) throws SAXException { in warning()
|
D | SerializerBase.java | 969 public void error(SAXParseException exc) throws SAXException { in error() 975 public void fatalError(SAXParseException exc) throws SAXException { in fatalError() 984 public void warning(SAXParseException exc) throws SAXException in warning()
|
/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/javasqlite/src/main/native/ |
D | sqlite_jni.c | 358 jthrowable exc; in trans2iso() local 529 jthrowable exc; in callback() local 1057 jthrowable exc; in Java_SQLite_Database__1open4() local 1277 jthrowable exc; in Java_SQLite_Database__1open_1aux_1file() local 1361 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2() local 1440 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2() local 1726 jthrowable exc; in call_common() local 1802 jthrowable exc; in call3_common() local 1868 jthrowable exc; in mkfunc_common() local 1983 jthrowable exc; in Java_SQLite_Database__1function_1type() local [all …]
|
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/ |
D | TestTokenRewriteStream.java | 289 Exception exc = null; in testInsertInPriorReplace() local 433 Exception exc = null; in testReplaceRangeThenInsertAtRightEdge() local 506 Exception exc = null; in testReplaceThenReplaceSuperset() local 530 Exception exc = null; in testReplaceThenReplaceLowerIndexedSuperset() local 677 Exception exc = null; in testOverlappingReplace2() local
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
D | debug.rb | 39 def create_error_node( input, start, stop, exc ) argument
|
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/ |
D | util.py | 73 def prepend_message_to_exception(message, exc): argument
|
/external/clang/tools/scan-view/ |
D | ScanView.py | 264 def handle_exception(self, exc): argument
|
/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/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/ |
D | debug.rb | 233 def report_error( exc ) argument
|
D | tree.rb | 871 def create_error_node( input, start, stop, exc ) argument
|
/external/antlr/antlr-3.4/runtime/Python/antlr3/ |
D | debug.py | 81 def reportError(self, exc): argument 240 def errorNode(self, input, start, stop, exc): argument 994 def recognitionException(self, exc): argument
|
D | tree.py | 322 def errorNode(self, input, start, stop, exc): argument 972 def errorNode(self, input, start, stop, exc): argument 1401 def __init__(self, input, start, stop, exc): argument
|
/external/webkit/Source/JavaScriptCore/bytecompiler/ |
D | BytecodeGenerator.h | 359 void emitThrow(RegisterID* exc) in emitThrow()
|
/external/llvm/examples/ExceptionDemo/ |
D | ExceptionDemo.cpp | 1588 catch (OurCppRunException exc) { in runExceptionThrow() local
|
/external/apache-xml/src/main/java/org/apache/xalan/processor/ |
D | XSLTAttributeDef.java | 1652 …private void handleError(StylesheetHandler handler, String msg, Object [] args, Exception exc) thr… in handleError()
|
/external/ppp/pppd/ |
D | sys-linux.c | 1048 fd_set ready, exc; in wait_input() local
|
/external/freetype/src/truetype/ |
D | ttinterp.c | 7508 TT_RunIns( TT_ExecContext exc ) in TT_RunIns()
|