/external/lzma/CPP/Common/ |
H A D | ComTry.h | 11 #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 D | objc_stmts.h | 16 } @catch(A *a) { 17 } @catch(B *b) { 18 } @catch(...) {
|
/external/toybox/toys/other/ |
H A D | printenv.c | 30 int catch = 0, len = *var ? strlen(*var) : 0; local 39 catch++; 41 if (*var && !catch) toys.exitval = 1;
|
H A D | dos2unix.c | 37 int outfd = 1, catch = 0; local 52 if (catch) { 54 catch = 0; 58 if (x == '\r') catch++; 63 if (catch) xwrite(outfd, "\r", 1);
|
/external/clang/test/Coverage/ |
H A D | objc-language-features.inc | 69 } @catch(A *e) { 72 // @catch param doesn't require name. 73 } @catch(B *) {
|
/external/toybox/lib/ |
H A D | linestack.c | 10 struct linestack *catch = *lls; local 13 if (pos > catch->len) error_exit("linestack_addstack past end."); 16 if (catch->len+throw->len >= catch->max) { 18 catch->max = ((catch->len+throw->len)|63)+1; 19 *lls = xmalloc(sizeof(struct linestack)+catch->max*sizeof(struct ptr_len)); 20 memcpy(*lls, catch, sizeof(struct linestack)+pos*sizeof(struct ptr_len)); 24 if (pos != catch->len) 25 memmove((*lls)->idx+pos+throw->len, catch [all...] |
H A D | args.c | 381 struct opts *catch; local 398 catch = NULL; 429 catch = lo->opt; 441 gotflag(&gof, catch); 457 for (catch = gof.opts; catch; catch = catch->next) 458 if (*gof.arg == catch->c) 459 if (!((catch [all...] |
H A D | dirtree.c | 17 int dirtree_notdotdot(struct dirtree *catch) argument 20 return (!catch->parent||!isdotdot(catch->name))
|
/external/toybox/toys/posix/ |
H A D | cp.c | 131 char *catch = try->parent ? try->name : TT.destname, *err = "%s"; local 148 && (catch = TT.destname)) 149 || (!fstatat(cfd, catch, &cst, 0) && cst.st_dev == try->st.st_dev 152 error_msg("'%s' is '%s'", catch, err = dirtree_path(try, 0)); 160 if (!faccessat(cfd, catch, F_OK, 0) && !S_ISDIR(cst.st_mode)) { 167 } else if ((flags & FLAG_F) && unlinkat(cfd, catch, 0)) { 168 error_msg("unlink '%s'", catch); 197 catch = try->name; 208 if (!mkdirat(cfd, catch, try->st.st_mode | 0200) || errno == EEXIST) 209 if (-1 != (try->extra = openat(cfd, catch, O_NOFOLLO [all...] |
/external/proguard/examples/dictionaries/ |
H A D | keywords.txt | 26 catch
|
/external/toybox/scripts/ |
H A D | config2help.c | 264 struct symbol *throw = 0, *catch; local 269 for (catch = sym; catch; catch = catch->next) { 270 if (catch->enabled != 1) continue; 271 if (catch->help && (that = keyword("usage:", catch->help->data))) { 277 // text out of throw into catch, copying from this to that 280 catch [all...] |
/external/google-breakpad/src/common/mac/testing/ |
H A D | GTMSenTestCase.h | 98 @catch (id anException) { \ 128 @catch (id anException) { \ 157 @catch (id anException) { \ 185 @catch (id anException) { \ 224 @catch (id anException) { \ 254 @catch (id anException) {\ 293 @catch (id anException) { \ 373 @catch (id anException) { \ 407 @catch (id anException) { \ 436 @catch (i [all...] |
/external/valgrind/exp-bbv/tests/amd64-linux/ |
H A D | complex_rep.S | 3 # to catch some of them
|
/external/valgrind/exp-bbv/tests/x86/ |
H A D | complex_rep.S | 3 # to catch some of them
|
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/parser/ |
H A D | actions.rb | 69 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/sfntly/cpp/src/sfntly/port/ |
H A D | exception_type.h | 41 } catch (...) {} 60 } catch (...) {}
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/googletest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/v8/testing/gtest/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
H A D | gtest-death-test-internal.h | 164 } catch (const ::std::exception& gtest_exception) { \ 173 } catch (...) { \
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/modes/ |
H A D | filter.rb | 11 <tt>next_token</tt> to catch RecognitionErrors and skip ahead in the input until
|