Searched refs:catch (Results 1 - 25 of 56) sorted by relevance

123

/external/lzma/CPP/Common/
H A DComTry.h11 #define COM_TRY_END } catch(...) { return E_OUTOFMEMORY; }
13 // catch(const CNewException &) { return E_OUTOFMEMORY; }
14 // catch(const CSystemException &e) { return e.ErrorCode; }
15 // catch(...) { return E_FAIL; }
/external/clang/test/PCH/
H A Dobjc_stmts.h16 } @catch(A *a) {
17 } @catch(B *b) {
18 } @catch(...) {
/external/clang/test/Coverage/
H A Dobjc-language-features.inc69 } @catch(A *e) {
72 // @catch param doesn't require name.
73 } @catch(B *) {
/external/chromium_org/third_party/WebKit/Source/platform/mac/
H A DBlockExceptions.h33 #define END_BLOCK_OBJC_EXCEPTIONS } @catch(NSException *localException) { ReportBlockedObjCException(localException); }
/external/srec/srec/include/
H A Dcaexcept.h37 #define BEG_CATCH_CA_EXCEPT }catch( CA_Exception* e ){
/external/chromium_org/third_party/sqlite/src/test/
H A Dasync.test22 catch {db close}
23 catch {db2 close}
24 catch {db3 close}
48 # above contain lines like "catch flush_async_queue" in places where
H A DmallocAll.test56 catch {db close}
H A Dcolmeta.test81 list [catch $tstbody msg] [set msg]
90 list [catch $tstbody msg] [set msg]
/external/proguard/examples/dictionaries/
H A Dkeywords.txt26 catch
/external/stlport/stlport/stl/config/
H A D_apple.h111 # define _STLP_MPWFIX_CATCH }catch(...){throw;} //*TY 06/01/2000 - exception handling bug workaround
112 # define _STLP_MPWFIX_CATCH_ACTION(action) }catch(...){action;throw;} //*TY 06/01/2000 - exception handling bug workaround
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_threadStart.c262 catch (ptw32_exception &) function
269 catch (...) function
290 catch (ptw32_exception_cancel &) function
297 catch (ptw32_exception_exit &) function
304 catch (...) function
H A Dptw32_callUserDestroyRoutines.c194 catch (...) function
/external/stlport/test/eh/
H A DLeakCheck.h81 catch (...) {} // Just try again.
118 catch(...) {} // Just try again.
164 catch (...) {
/external/valgrind/main/exp-bbv/tests/amd64-linux/
H A Dcomplex_rep.S3 # to catch some of them
/external/valgrind/main/exp-bbv/tests/x86/
H A Dcomplex_rep.S3 # to catch some of them
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/
H A Dactions.rb69 catch [ RecognitionError => exc ] {
70 say('catch')
129 catch [RuntimeError] {events << 'catch'}
140 example "order of catch and ensure clauses" do
143 parser.prog.should == %w(catch finally)
/external/chromium_org/third_party/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h41 } catch (...) {}
60 } catch (...) {}
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h41 } catch (...) {}
60 } catch (...) {}
/external/chromium_org/third_party/WebKit/Source/build/mac/
H A DPrefix.h24 * 3) the special trick to catch us using new or delete without including "config.h"
98 /* When C++ exceptions are disabled, the C++ library defines |try| and |catch|
101 * use |@try| and |@catch|. As a workaround, undefine these macros. */
104 #undef catch macro
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h164 } catch (const ::std::exception& gtest_exception) { \
173 } catch (...) { \
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h164 } catch (const ::std::exception& gtest_exception) { \
173 } catch (...) { \
/external/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h164 } catch (const ::std::exception& gtest_exception) { \
173 } catch (...) { \
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-death-test-internal.h164 } catch (const ::std::exception& gtest_exception) { \
173 } catch (...) { \
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-death-test-internal.h164 } catch (const ::std::exception& gtest_exception) { \
173 } catch (...) { \
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/
H A Dfilter.rb11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until

Completed in 1450 milliseconds

123