/ndk/tests/device/issue22165-typeinfo/jni/ |
D | main.cpp | 14 } catch (my_exception const& e) { in main() local 16 } catch (std::exception const& e) { in main() local
|
/ndk/tests/device/test-stlport/unit/ |
D | exception_test.cpp | 142 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
|
D | num_facets_test.cpp | 217 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
|
D | collate_facets_test.cpp | 189 catch (runtime_error const& e) { in collate_by_name() local 201 catch (runtime_error const& e) { in collate_by_name() local
|
D | time_facets_test.cpp | 56 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
|
D | find_test.cpp | 127 const char *e = find(cpstr, cpstr + str_size, 'e'); in find_char() local
|
D | string_test.cpp | 485 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/ |
D | exception_test.cpp | 142 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
|
D | num_facets_test.cpp | 217 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
|
D | collate_facets_test.cpp | 189 catch (runtime_error const& e) { in collate_by_name() local 201 catch (runtime_error const& e) { in collate_by_name() local
|
D | time_facets_test.cpp | 56 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
|
D | find_test.cpp | 127 const char *e = find(cpstr, cpstr + str_size, 'e'); in find_char() local
|
D | string_test.cpp | 485 string::const_iterator e = str.end(); in insert() local 583 string::iterator e = s.end(); in replace() local
|
/ndk/tests/device/exceptions-crash/jni/ |
D | foo.cpp | 11 catch (std::exception e) { in foo() local
|
/ndk/sources/host-tools/nawk-20071023/ |
D | parse.c | 83 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/ |
D | quotearg.c | 95 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
|
D | string.in.h | 583 # define strerror(e) \ argument
|
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regcomp.c | 125 #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/ |
D | elf_defs.h | 88 diff_ptr(const void* s, const void* e) { in diff_ptr()
|
/ndk/sources/host-tools/make-3.81/ |
D | remake.c | 1064 int e; in touch_file() local 1359 int e; in name_mtime() local
|
D | commands.c | 531 int e; in delete_target() local
|
D | vpath.c | 527 int e; in selective_vpath_search() local
|
D | read.c | 2855 int e; in construct_include_path() local 2899 int e; in construct_include_path() local
|
D | dir.c | 1190 int e; in local_stat() local
|
/ndk/sources/cxx-stl/stlport/src/ |
D | num_get_float.cpp | 700 register int e = 0; in _Stl_string_to_double() local 805 register int e = 0; in _Stl_string_to_doubleT() local
|