Home
last modified time | relevance | path

Searched refs:get_cause (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/vmips/vmips-1.5.1/sample_code/xmboot/
H A Dset_status.S18 .globl get_cause
19 .ent get_cause
20 get_cause: label
23 .end get_cause
H A Dset_status.h3 extern int get_cause (void);
/dports/devel/py-behave/behave-1.2.6/behave/
H A D_types.py77 def get_cause(exception): member in ChainedExceptionUtil
108 exc_cause = cls.get_cause(exception)
111 exc_cause = cls.get_cause(exc_cause)
/dports/graphics/djvulibre/djvulibre-3.5.28/libdjvu/
H A DGException.cpp161 DjVuMessageLite::perror(get_cause()); in perror()
172 GException::get_cause(void) const in get_cause() function in GException
H A DGException.h174 const char* get_cause(void) const;
H A DDjVuDocument.cpp299 get_portcaster()->notify_error(th, exc.get_cause()); in static_init_thread()
612 pcaster->notify_error(this, exc.get_cause()); in check_unnamed_files()
646 pcaster->notify_error(this, exc.get_cause()); in check_unnamed_files()
1146 msg+=exc.get_cause(); in process_threqs()
1223 msg+=exc.get_cause(); in process_threqs()
1655 get_portcaster()->notify_error(this, ex.get_cause()); in get_url_names()
1743 get_portcaster()->notify_error(this, ex.get_cause()); in get_djvm_doc()
H A DDjVuDocEditor.cpp725 errors+=exc.get_cause(); in insert_file()
749 errors+=exc.get_cause(); in insert_file()
852 errors+=exc.get_cause(); in insert_group()
1005 errors+=exc.get_cause(); in remove_file()
H A DDjVuFile.cpp526 pcaster->notify_error(this, exc.get_cause()); in decode_func()
609 get_portcaster()->notify_error(this,ex.get_cause()); in process_incl_chunk()
665 get_portcaster()->notify_error(this,ex.get_cause()); in report_error()
1907 get_portcaster()->notify_error(th, exc.get_cause()); in static_trigger_cb()
H A DDjVuMessage.cpp449 errors+="\n"+GUTF8String(ex.get_cause()); in getbodies()
H A DByteStream.cpp860 retval=ex.get_cause(); in init()
H A DDataPool.cpp1160 if ((exc.get_cause() != GUTF8String(ERR_MSG("DataPool.reenter"))) in get_data()
H A Dddjvuapi.cpp479 p->tmp1 = DjVuMessageLite::LookUpUTF8(ex.get_cause()); in msg_prep_error()
/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-recovery-mode-email-service.php121 $cause = $this->get_cause( $extension );
262 private function get_cause( $extension ) { function in WP_Recovery_Mode_Email_Service
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-recovery-mode-email-service.php121 $cause = $this->get_cause( $extension );
262 private function get_cause( $extension ) { function in WP_Recovery_Mode_Email_Service
/dports/graphics/djvulibre/djvulibre-3.5.28/tools/
H A Ddjvmcvt.cpp219 DjVuPrintErrorUTF8("%s\n", exc.get_cause()); in main()
H A Ddjvuserve.cpp410 GUTF8String cause = DjVuMessageLite::LookUpUTF8(ex.get_cause()); in main()
H A Dcsepdjvu.cpp1186 GUTF8String str = DjVuMessageLite::LookUpUTF8(ex.get_cause()); in process_comments()
H A Ddjvused.cpp2320 (const char *)DjVuMessageLite::LookUpUTF8(ex.get_cause())); in execute()
/dports/devel/aegis/aegis-4.25.D510/libaegis/sub/change/
H A Dnumber.cc259 get_cause(change::pointer cp, const wstring_list &) in get_cause() function
299 { "cause", get_cause, 0 },
/dports/net-im/py-slixmpp/slixmpp-1.7.1/slixmpp/plugins/xep_0009/
H A Dremote.py226 def get_cause(self): member in RemoteException