Home
last modified time | relevance | path

Searched refs:catch (Results 1 – 25 of 123) sorted by relevance

12345

/external/webkit/WebKit/mac/WebView/
DWebDelegateImplementationCaching.mm73 // preventing more ObjC message dispatch and compensating for the expense of the @try/@catch.
90 } @catch(id exception) {
104 } @catch(id exception) {
118 } @catch(id exception) {
132 } @catch(id exception) {
146 } @catch(id exception) {
160 } @catch(id exception) {
174 } @catch(id exception) {
188 } @catch(id exception) {
202 } @catch(id exception) {
[all …]
/external/chromium/base/
Dnsimage_cache_mac.mm13 // |catch| so as to allow exception-expecting C++ code to build properly when
15 // with the use of |@try| and |@catch| in Objective-C files such as this one.
19 #undef catch
54 @catch (id err) {
/external/webkit/LayoutTests/http/tests/appcache/
Ddynamic-entries-no-cache.html-disabled38 } catch (e) {
84 } catch (ex) {
94 } catch (ex) {
104 } catch (ex) {
/external/stlport/test/eh/
DLeakCheck.h81 catch (...) {} // Just try again. in catch() function
118 catch(...) {} // Just try again. in catch() function
164 catch (...) { in catch() function
/external/stlport/stlport/stl/config/
D_apple.h111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling …
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception…
Dfeatures.h816 # define _STLP_CATCH_ALL catch(...)
822 # define _STLP_UNWIND(action) catch(...) { action; throw; }
/external/gtest/include/gtest/internal/
Dgtest-internal.h784 catch (expected_exception const&) { \
787 catch (...) { \
808 catch (...) { \
824 catch (...) { \
/external/webkit/WebCore/bridge/objc/
Dobjc_runtime.mm104 } @catch(NSException* localException) {
132 } @catch(NSException* localException) {
165 } @catch(NSException* localException) {
178 } @catch(NSException* localException) {
Dobjc_instance.mm282 } @catch(NSException* localException) {
333 } @catch(NSException* localException) {
360 } @catch(NSException* localException) {
387 } @catch(NSException* localException) {
/external/protobuf/gtest/include/gtest/internal/
Dgtest-internal.h808 catch (expected_exception const&) { \
811 catch (...) { \
832 catch (...) { \
848 catch (...) { \
/external/webkit/JavaScriptCore/
DJavaScriptCorePrefix.h35 #undef catch
/external/webkit/WebCore/platform/mac/
DBlockExceptions.h31 #define END_BLOCK_OBJC_EXCEPTIONS } @catch(NSException *localException) { ReportBlockedObjCExceptio…
DSharedTimerMac.mm84 // FIXME: We can remove this global catch-all if we fix <rdar://problem/5299018>.
/external/srec/srec/include/
Dcaexcept.h37 #define BEG_CATCH_CA_EXCEPT }catch( CA_Exception* e ){
/external/webkit/WebCore/
DWebCorePrefix.h154 #undef catch
/external/webkit/WebKit/mac/
DWebKitPrefix.h90 #undef catch
/external/bluetooth/glib/docs/
Dmacros.txt74 - added verbosity of gscanner.c to catch deprecated code paths
75 - added verbosity of gutils.c to catch deprecated code paths
/external/proguard/examples/dictionaries/
Dkeywords.txt26 catch
/external/webkit/JavaScriptCore/parser/
DKeywords.table12 catch CATCH
/external/webkit/WebKitTools/DumpRenderTree/mac/
DObjCController.m161 } @catch (NSException *e) {
191 } @catch(NSException *exception) {
/external/netcat/
Dnetcat.c228 void catch () in catch() function
1344 signal (SIGINT, catch);
1345 signal (SIGQUIT, catch);
1346 signal (SIGTERM, catch);
/external/stlport/test/unit/cppunit/
Dcppunit_mini.h160 catch(...) { \
/external/elfutils/
Dconfigure.ac112 dnl All code, as far as possible, is compiled instrumented to catch all
113 dnl the bugs valgrind is able to catch.
/external/webkit/WebCore/loader/archive/cf/
DLegacyWebArchiveMac.mm51 } @catch(id) {
/external/webkit/JavaScriptCore/profiler/
DProfilerServer.mm70 // The catch-all notifications

12345