Home
last modified time | relevance | path

Searched refs:throw (Results 1 – 25 of 62) sorted by relevance

123

/external/webkit/WebKit/android/stl/
Dstl_config.h536 # define __STL_THROW(x) throw x
537 # define __STL_RETHROW throw
538 # define __STL_NOTHROW throw()
539 # define __STL_UNWIND(action) catch(...) { action; throw; }
Dmemory73 // Note: The C++ standard says there is supposed to be an empty throw
/external/oprofile/libabi/
Dabi.h24 ~abi_exception() throw() {} in throw() function
32 int need(std::string const key) const throw (abi_exception);
/external/webkit/WebCore/rendering/
DLayoutState.h56 void* operator new(size_t, RenderArena*) throw();
63 void* operator new(size_t) throw();
Dbidi.h47 void* operator new(size_t, RenderArena*) throw();
56 void* operator new(size_t) throw();
DRenderLayer.h121 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();
DRootInlineBox.h150 void* operator new(size_t, RenderArena*) throw();
163 void* operator new(size_t) throw();
DInlineBox.h123 void* operator new(size_t, RenderArena*) throw();
130 void* operator new(size_t) throw();
DRenderObject.h232 void* operator new(size_t, RenderArena*) throw();
239 void* operator new(size_t) throw();
/external/opencore/oscl/oscl/osclmemory/src/
Doscl_mem_audit.h134 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/
Doscl_error_imp_cppexceptions.h53 #define PVError_DoLeave() internalLeave __ilv;__ilv.a=0;throw(__ilv)
/external/webkit/WebCore/css/
DStyleBase.h77 void* operator new(size_t) throw();
/external/bison/lib/
Dgetopt_.h98 # define __THROW throw ()
/external/webkit/JavaScriptCore/parser/
DKeywords.table32 throw THROW
/external/clearsilver/java-jni/
DREADME.txt15 time you build it builds the depend, and throw some random error,
/external/webkit/WebKit/mac/Misc/
DWebNSObjectExtras.mm55 @throw exceptionToThrow;
/external/webkit/WebCore/page/mac/
DAXObjectCacheMac.mm38 // The simple Cocoa calls in this file don't throw exceptions.
/external/webkit/WebCore/bridge/objc/
Dobjc_utility.mm190 // FIXME: throw an exception?
350 // FIXME: throw an exception?
/external/webkit/WebCore/platform/graphics/mac/
DColorMac.mm40 // NSColor calls don't throw, so no need to block Cocoa exceptions in this file
/external/icu4c/
Dconfig.log298 | 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/
DNode.h501 void* operator new(size_t) throw();
/external/webkit/WebCore/platform/mac/
DCursorMac.mm44 // but creating a cursor with a bad image might throw.
/external/tinyxml/
Dchanges.txt7 - Errors finding beginning and end of tags no longer throw it into an
/external/astl/include/
Dstring114 // nothing. Note, regular STL implementations throw a out_of_range
/external/webkit/WebKitTools/DumpRenderTree/mac/
DDumpRenderTree.mm278 @"", @"throw 1",
283 @"", @"(function() { throw 'error'; })()",

123