Home
last modified time | relevance | path

Searched defs:e (Results 1 – 25 of 29) sorted by relevance

12

/ndk/tests/device/issue22165-typeinfo/jni/
Dmain.cpp14 } catch (my_exception const& e) { in main() local
16 } catch (std::exception const& e) { in main() local
/ndk/tests/device/test-stlport/unit/
Dexception_test.cpp142 catch (std::runtime_error const& e) { in exception_emission() local
155 catch (std::runtime_error e) { in exception_emission() local
169 catch (std::runtime_error const& e) { in exception_emission() local
182 catch (std::runtime_error e) { in exception_emission() local
Dnum_facets_test.cpp217 catch (runtime_error const& e) { in numpunct_by_name() local
229 catch (runtime_error const& e) { in numpunct_by_name() local
263 catch (runtime_error const& e) { in numpunct_by_name() local
Dcollate_facets_test.cpp189 catch (runtime_error const& e) { in collate_by_name() local
201 catch (runtime_error const& e) { in collate_by_name() local
Dtime_facets_test.cpp56 istreambuf_iterator<char, char_traits<char> > e; in _time_put_get() local
139 istreambuf_iterator<wchar_t, char_traits<wchar_t> > e; in _time_put_get() local
Dfind_test.cpp127 const char *e = find(cpstr, cpstr + str_size, 'e'); in find_char() local
Dstring_test.cpp485 string::const_iterator e = str.end(); in insert() local
583 string::iterator e = s.end(); in replace() local
/ndk/tests/device/test-gnustl-full/unit/
Dexception_test.cpp142 catch (std::runtime_error const& e) { in exception_emission() local
155 catch (std::runtime_error e) { in exception_emission() local
169 catch (std::runtime_error const& e) { in exception_emission() local
182 catch (std::runtime_error e) { in exception_emission() local
Dnum_facets_test.cpp217 catch (runtime_error const& e) { in numpunct_by_name() local
229 catch (runtime_error const& e) { in numpunct_by_name() local
263 catch (runtime_error const& e) { in numpunct_by_name() local
Dcollate_facets_test.cpp189 catch (runtime_error const& e) { in collate_by_name() local
201 catch (runtime_error const& e) { in collate_by_name() local
Dtime_facets_test.cpp56 istreambuf_iterator<char, char_traits<char> > e; in _time_put_get() local
139 istreambuf_iterator<wchar_t, char_traits<wchar_t> > e; in _time_put_get() local
Dfind_test.cpp127 const char *e = find(cpstr, cpstr + str_size, 'e'); in find_char() local
Dstring_test.cpp485 string::const_iterator e = str.end(); in insert() local
583 string::iterator e = s.end(); in replace() local
/ndk/tests/device/exceptions-crash/jni/
Dfoo.cpp11 catch (std::exception e) { in foo() local
/ndk/sources/host-tools/nawk-20071023/
Dparse.c83 Node *node4(int a, Node *b, Node *c, Node *d, Node *e) in node4()
123 Node *stat4(int a, Node *b, Node *c, Node *d, Node *e) in stat4()
159 Node *op4(int a, Node *b, Node *c, Node *d, Node *e) in op4()
/ndk/sources/host-tools/sed-4.2.1/lib/
Dquotearg.c95 int e = errno; in clone_quoting_options() local
584 int e = errno; in quotearg_buffer() local
610 int e = errno; in quotearg_alloc_mem() local
671 int e = errno; in quotearg_n_options() local
Dstring.in.h583 # define strerror(e) \ argument
/ndk/sources/host-tools/ndk-stack/regex/
Dregcomp.c125 #define SETERROR(e) seterr(p, (e)) argument
126 #define REQUIRE(co, e) if (!(co)) { SETERROR(e); } argument
127 #define MUSTSEE(c, e) REQUIRE(MORE() && PEEK() == (c), e) argument
128 #define MUSTEAT(c, e) REQUIRE(MORE() && GETNEXT() == (c), e) argument
129 #define MUSTNOTSEE(c, e) REQUIRE(!MORE() || PEEK() != (c), e) argument
1009 seterr(struct parse *p, int e) in seterr()
/ndk/sources/host-tools/ndk-stack/elff/
Delf_defs.h88 diff_ptr(const void* s, const void* e) { in diff_ptr()
/ndk/sources/host-tools/make-3.81/
Dremake.c1064 int e; in touch_file() local
1359 int e; in name_mtime() local
Dcommands.c531 int e; in delete_target() local
Dvpath.c527 int e; in selective_vpath_search() local
Dread.c2855 int e; in construct_include_path() local
2899 int e; in construct_include_path() local
Ddir.c1190 int e; in local_stat() local
/ndk/sources/cxx-stl/stlport/src/
Dnum_get_float.cpp700 register int e = 0; in _Stl_string_to_double() local
805 register int e = 0; in _Stl_string_to_doubleT() local

12