Searched refs:throw (Results 1 – 25 of 62) sorted by relevance
123
/external/webkit/WebKit/android/stl/ |
D | stl_config.h | 536 # define __STL_THROW(x) throw x 537 # define __STL_RETHROW throw 538 # define __STL_NOTHROW throw() 539 # define __STL_UNWIND(action) catch(...) { action; throw; }
|
D | memory | 73 // Note: The C++ standard says there is supposed to be an empty throw
|
/external/oprofile/libabi/ |
D | abi.h | 24 ~abi_exception() throw() {} in throw() function 32 int need(std::string const key) const throw (abi_exception);
|
/external/webkit/WebCore/rendering/ |
D | LayoutState.h | 56 void* operator new(size_t, RenderArena*) throw(); 63 void* operator new(size_t) throw();
|
D | bidi.h | 47 void* operator new(size_t, RenderArena*) throw(); 56 void* operator new(size_t) throw();
|
D | RenderLayer.h | 121 void* operator new(size_t, RenderArena*) throw(); 145 void* operator new(size_t) throw(); 376 void* operator new(size_t, RenderArena*) throw(); 383 void* operator new(size_t) throw();
|
D | RootInlineBox.h | 150 void* operator new(size_t, RenderArena*) throw(); 163 void* operator new(size_t) throw();
|
D | InlineBox.h | 123 void* operator new(size_t, RenderArena*) throw(); 130 void* operator new(size_t) throw();
|
D | RenderObject.h | 232 void* operator new(size_t, RenderArena*) throw(); 239 void* operator new(size_t) throw();
|
/external/opencore/oscl/oscl/osclmemory/src/ |
D | oscl_mem_audit.h | 134 void operator delete(void *ptr) throw() in delete() 178 void operator delete(void *ptr) throw() in delete() 237 void operator delete(void *ptr) throw() in delete() 276 void operator delete(void *ptr) throw() in delete() 340 void operator delete(void *ptr) throw() in delete() 385 void operator delete(void *ptr) throw() in delete()
|
/external/opencore/oscl/oscl/osclerror/src/ |
D | oscl_error_imp_cppexceptions.h | 53 #define PVError_DoLeave() internalLeave __ilv;__ilv.a=0;throw(__ilv)
|
/external/webkit/WebCore/css/ |
D | StyleBase.h | 77 void* operator new(size_t) throw();
|
/external/bison/lib/ |
D | getopt_.h | 98 # define __THROW throw ()
|
/external/webkit/JavaScriptCore/parser/ |
D | Keywords.table | 32 throw THROW
|
/external/clearsilver/java-jni/ |
D | README.txt | 15 time you build it builds the depend, and throw some random error,
|
/external/webkit/WebKit/mac/Misc/ |
D | WebNSObjectExtras.mm | 55 @throw exceptionToThrow;
|
/external/webkit/WebCore/page/mac/ |
D | AXObjectCacheMac.mm | 38 // The simple Cocoa calls in this file don't throw exceptions.
|
/external/webkit/WebCore/bridge/objc/ |
D | objc_utility.mm | 190 // FIXME: throw an exception? 350 // FIXME: throw an exception?
|
/external/webkit/WebCore/platform/graphics/mac/ |
D | ColorMac.mm | 40 // NSColor calls don't throw, so no need to block Cocoa exceptions in this file
|
/external/icu4c/ |
D | config.log | 298 | extern "C" void std::exit (int) throw (); using std::exit; 319 | extern "C" void std::exit (int) throw (); using std::exit; 458 | extern "C" void std::exit (int) throw (); using std::exit; 993 extern "C" void std::exit (int) throw (); using std::exit;
|
/external/webkit/WebCore/dom/ |
D | Node.h | 501 void* operator new(size_t) throw();
|
/external/webkit/WebCore/platform/mac/ |
D | CursorMac.mm | 44 // but creating a cursor with a bad image might throw.
|
/external/tinyxml/ |
D | changes.txt | 7 - Errors finding beginning and end of tags no longer throw it into an
|
/external/astl/include/ |
D | string | 114 // nothing. Note, regular STL implementations throw a out_of_range
|
/external/webkit/WebKitTools/DumpRenderTree/mac/ |
D | DumpRenderTree.mm | 278 @"", @"throw 1", 283 @"", @"(function() { throw 'error'; })()",
|
123