Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 25 of 62) sorted by relevance

123

/external/lldb/source/Plugins/Process/Utility/
DRegisterContextMach_x86_64.cpp48 RegisterContextMach_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
67 RegisterContextMach_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextMach_i386.cpp48 RegisterContextMach_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
67 RegisterContextMach_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextMach_arm.cpp50 RegisterContextMach_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
76 RegisterContextMach_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
/external/chromium_org/third_party/speex/libspeex/
Dcb_search.c108 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()
Dltp.c353 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()
Dnb_celp.c651 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
/external/speex/libspeex/
Dcb_search.c108 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()
Dltp.c353 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()
Dnb_celp.c651 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
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DToSAXHandler.java367 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()
DSerializerBase.java969 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/lldb/source/Plugins/Process/MacOSX-Kernel/
DRegisterContextKDP_i386.cpp66 RegisterContextKDP_i386::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
114 RegisterContextKDP_i386::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextKDP_x86_64.cpp66 RegisterContextKDP_x86_64::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
114 RegisterContextKDP_x86_64::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
DRegisterContextKDP_arm.cpp66 RegisterContextKDP_arm::DoReadEXC (lldb::tid_t tid, int flavor, EXC &exc) in DoReadEXC()
130 RegisterContextKDP_arm::DoWriteEXC (lldb::tid_t tid, int flavor, const EXC &exc) in DoWriteEXC()
/external/fdlibm/
Dk_standard.c84 struct exception exc; local
/external/javasqlite/src/main/native/
Dsqlite_jni.c357 jthrowable exc; in trans2iso() local
528 jthrowable exc; in callback() local
1056 jthrowable exc; in Java_SQLite_Database__1open4() local
1276 jthrowable exc; in Java_SQLite_Database__1open_1aux_1file() local
1360 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2() local
1439 jthrowable exc; in Java_SQLite_Database__1exec__Ljava_lang_String_2LSQLite_Callback_2_3Ljava_lang_String_2() local
1725 jthrowable exc; in call_common() local
1801 jthrowable exc; in call3_common() local
1867 jthrowable exc; in mkfunc_common() local
1982 jthrowable exc; in Java_SQLite_Database__1function_1type() local
[all …]
/external/antlr/antlr-3.4/tool/src/test/java/org/antlr/test/
DTestTokenRewriteStream.java289 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/lldb/tools/debugserver/source/
DDNBArch.h75 virtual bool NotifyException (MachException::Data& exc) { return false; } in NotifyException()
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/
Ddebug.rb39 def create_error_node( input, start, stop, exc ) argument
/external/lldb/tools/debugserver/source/MacOSX/ppc/
DDNBArchImpl.h86 ppc_exception_state_t exc; member
/external/chromium_org/build/
Dget_syzygy_binaries.py183 def _RmTreeHandleReadOnly(func, path, exc): argument
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
DCodeGeneratorFrontend.py54 exc = sys.exc_info()[1] variable
/external/lldb/tools/debugserver/source/MacOSX/arm/
DDNBArchImpl.h134 EXC exc; member
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DCodeGeneratorInstrumentation.py556 exc = sys.exc_info()[1] variable
/external/lldb/tools/debugserver/source/MacOSX/i386/
DDNBArchImplI386.h117 EXC exc; member

123