/external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/ |
D | testbench.hpp | 64 struct errmsg struct 67 errmsg() : msg(new std::stringstream) in errmsg() argument 71 errmsg& operator<<(T value) in operator <<() argument 86 …(errmsg() << TEST_WHERE << "(" << e << ")!=(" << a << ") in VERIFY_EQ("#expected","#actual")").str… argument
|
/external/ltp/lib/ |
D | tst_tmpdir.c | 122 static int rmobj(char *obj, char **errmsg) in rmobj() 236 char *errmsg, *c; in tst_tmpdir() local 304 char *errmsg; in tst_rmdir() local
|
/external/openssh/ |
D | gss-serv-krb5.c | 90 const char *errmsg; in ssh_gssapi_krb5_userok() local 125 const char *errmsg; local
|
D | sandbox-darwin.c | 62 char *errmsg; in ssh_sandbox_child() local
|
D | auth-krb5.c | 82 const char *errmsg; in auth_krb5_password() local
|
/external/ltp/testcases/kernel/fs/doio/ |
D | databin.c | 83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk() 155 char *errmsg; in main() local
|
D | dataascii.c | 74 int offset, char **errmsg) in dataasciichk() 119 char *errmsg; in main() local
|
D | datapid.c | 181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg) in datapidchk() 309 char *errmsg; local
|
D | file_lock.c | 54 static char errmsg[256]; variable
|
D | growfiles.c | 1955 char *errmsg; in growfile() local 2497 char *errmsg; in check_write() local 2703 char *errmsg; in check_file() local 2947 char *errmsg; in lkfile() local
|
/external/libnl/lib/ |
D | error.c | 15 static const char *errmsg[NLE_MAX+1] = { variable
|
/external/u-boot/env/ |
D | mmc.c | 198 const char *errmsg; in env_mmc_save() local 260 const char *errmsg; in env_mmc_erase() local 310 const char *errmsg = NULL; in env_mmc_load() local 355 const char *errmsg; in env_mmc_load() local
|
/external/grpc-grpc/third_party/nanopb/ |
D | pb_decode.h | 44 const char *errmsg; member
|
D | pb_encode.h | 45 const char *errmsg; member
|
/external/nanopb-c/ |
D | pb_decode.h | 44 const char *errmsg; member
|
D | pb_encode.h | 45 const char *errmsg; member
|
/external/iputils/ |
D | tftpd.c | 494 struct errmsg { struct 497 } errmsgs[] = { argument 519 register struct errmsg *pe; in nak() argument
|
/external/python/cpython2/Lib/ |
D | urllib.py | 368 def http_error(self, url, fp, errcode, errmsg, headers, data=None): argument 383 def http_error_default(self, url, fp, errcode, errmsg, headers): argument 625 def http_error_default(self, url, fp, errcode, errmsg, headers): argument 629 def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): argument 647 def redirect_internal(self, url, fp, errcode, errmsg, headers, data): argument 671 def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): argument 675 def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): argument 679 def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): argument 686 def http_error_401(self, url, fp, errcode, errmsg, headers, data=None): argument 708 def http_error_407(self, url, fp, errcode, errmsg, headers, data=None): argument
|
/external/grpc-grpc/test/cpp/qps/ |
D | parse_json.cc | 40 grpc::string errmsg(status.error_message()); in ParseJson() local
|
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/ |
D | Parse.java | 170 void error(String errmsg) { in error()
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestLocalCurrency.java | 111 StringBuffer errmsg = new StringBuffer(); in TestConsistency() local
|
/external/dtc/ |
D | util.h | 227 #define usage(errmsg) \ argument
|
/external/openssh/regress/ |
D | check-perm.c | 162 char errmsg[256]; in main() local
|
/external/u-boot/scripts/dtc/ |
D | util.h | 230 #define usage(errmsg) \ argument
|
/external/python/cpython3/Lib/urllib/ |
D | request.py | 1939 def http_error(self, url, fp, errcode, errmsg, headers, data=None): argument 1955 def http_error_default(self, url, fp, errcode, errmsg, headers): argument 2120 def http_error_default(self, url, fp, errcode, errmsg, headers): argument 2124 def http_error_302(self, url, fp, errcode, errmsg, headers, data=None): argument 2142 def redirect_internal(self, url, fp, errcode, errmsg, headers, data): argument 2170 def http_error_301(self, url, fp, errcode, errmsg, headers, data=None): argument 2174 def http_error_303(self, url, fp, errcode, errmsg, headers, data=None): argument 2178 def http_error_307(self, url, fp, errcode, errmsg, headers, data=None): argument 2185 def http_error_401(self, url, fp, errcode, errmsg, headers, data=None, argument 2210 def http_error_407(self, url, fp, errcode, errmsg, headers, data=None, argument
|