Home
last modified time | relevance | path

Searched defs:errmsg (Results 1 – 25 of 97) sorted by relevance

1234

/external/Reactive-Extensions/RxCpp/Ix/CPP/unittest/
Dtestbench.hpp64 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/
Dtst_tmpdir.c122 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/
Dgss-serv-krb5.c90 const char *errmsg; in ssh_gssapi_krb5_userok() local
125 const char *errmsg; local
Dsandbox-darwin.c62 char *errmsg; in ssh_sandbox_child() local
Dauth-krb5.c82 const char *errmsg; in auth_krb5_password() local
/external/ltp/testcases/kernel/fs/doio/
Ddatabin.c83 int databinchk(int mode, char *buffer, int bsize, int offset, char **errmsg) in databinchk()
155 char *errmsg; in main() local
Ddataascii.c74 int offset, char **errmsg) in dataasciichk()
119 char *errmsg; in main() local
Ddatapid.c181 int datapidchk(int pid, char *buffer, int bsize, int offset, char **errmsg) in datapidchk()
309 char *errmsg; local
Dfile_lock.c54 static char errmsg[256]; variable
Dgrowfiles.c1955 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/
Derror.c15 static const char *errmsg[NLE_MAX+1] = { variable
/external/u-boot/env/
Dmmc.c198 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/
Dpb_decode.h44 const char *errmsg; member
Dpb_encode.h45 const char *errmsg; member
/external/nanopb-c/
Dpb_decode.h44 const char *errmsg; member
Dpb_encode.h45 const char *errmsg; member
/external/iputils/
Dtftpd.c494 struct errmsg { struct
497 } errmsgs[] = { argument
519 register struct errmsg *pe; in nak() argument
/external/python/cpython2/Lib/
Durllib.py368 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/
Dparse_json.cc40 grpc::string errmsg(status.error_message()); in ParseJson() local
/external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
DParse.java170 void error(String errmsg) { in error()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestLocalCurrency.java111 StringBuffer errmsg = new StringBuffer(); in TestConsistency() local
/external/dtc/
Dutil.h227 #define usage(errmsg) \ argument
/external/openssh/regress/
Dcheck-perm.c162 char errmsg[256]; in main() local
/external/u-boot/scripts/dtc/
Dutil.h230 #define usage(errmsg) \ argument
/external/python/cpython3/Lib/urllib/
Drequest.py1939 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

1234