| /external/libpcap/Win32/Src/ | 
| gai_strerror.c | 76 WSAAPI gai_strerrorA(int ecode) 78 	if (ecode >= 0 && ecode < EAI_MAX)
 79 		return ai_errlist[ecode];
 
 | 
| getaddrinfo.c | 263 gai_strerror(ecode) 264 	int ecode;
 266 	if (ecode < 0 || ecode > EAI_MAX)
 267 		ecode = EAI_MAX;
 268 	return ai_errlist[ecode];
 
 | 
| /prebuilts/misc/common/swig/include/2.0.11/typemaps/ | 
| enumint.swg | 8 %typemap(in,fragment=SWIG_AsVal_frag(int),noblock=1) const enum SWIGTYPE& (int val, int ecode, $basetype temp) { 9   ecode = SWIG_AsVal(int)($input, &val);
 10   if (!SWIG_IsOK(ecode)) {
 11     %argument_fail(ecode, "$type", $symname, $argnum);
 22     int ecode = SWIG_AsVal(int)($input, %reinterpret_cast(&$1,int*));
 23     if (!SWIG_IsOK(ecode)) {
 24       %variable_fail(ecode, "$type", "$name");
 
 | 
| valtypes.swg | 34   %typemap(in,noblock=1,fragment=frag) Type (Type val, int ecode = 0) { 35     ecode = asval_meth($input, &val);
 36     if (!SWIG_IsOK(ecode)) {
 37       %argument_fail(ecode, "$ltype", $symname, $argnum);
 42   %typemap(in,noblock=1,fragment=frag) const Type & ($*ltype temp, Type val, int ecode = 0) {
 43     ecode = asval_meth($input, &val);
 44     if (!SWIG_IsOK(ecode)) {
 45       %argument_fail(ecode, "$*ltype", $symname, $argnum);
 
 | 
| inoutlist.swg | 83       int ecode = asval_meth($input, &val); 84       if (!SWIG_IsOK(ecode)) {
 85 	%argument_fail(ecode, "$*ltype",$symname, $argnum);
 89       res = SWIG_AddTmpMask(ecode);
 95       int ecode = asval_meth($input, &val);
 96       if (!SWIG_IsOK(ecode)) {
 97 	%argument_fail(ecode, "$*ltype",$symname, $argnum);
 101       res = SWIG_AddTmpMask(ecode);
 
 | 
| /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/ | 
| MobiCoreDriverApi.h | 68 #define MC_DRV_ERROR_MAJOR(ecode)    ((ecode)       & 0xFF)     /**< Get MAJOR part of error code. */ 69 #define MC_DRV_ERROR_MCP(ecode)     (((ecode)>>8)   & 0xFF)     /**< Get MCP part of error code. */
 70 #define MC_DRV_ERROR_DETAIL(ecode)  (((ecode)>>16)  & 0x0FFF)   /**< Get detail part of error code. */
 
 | 
| /external/libcxx/src/ | 
| regex.cpp | 18 make_error_type_string(regex_constants::error_type ecode) 20     switch (ecode)
 63 regex_error::regex_error(regex_constants::error_type ecode)
 64     : runtime_error(make_error_type_string(ecode)),
 65       __code_(ecode)
 
 | 
| /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ | 
| regex.cpp | 18 make_error_type_string(regex_constants::error_type ecode) 20     switch (ecode)
 63 regex_error::regex_error(regex_constants::error_type ecode)
 64     : runtime_error(make_error_type_string(ecode)),
 65       __code_(ecode)
 
 | 
| /external/e2fsprogs/lib/ext2fs/ | 
| tdb.c | 232 	enum TDB_ERROR ecode; /* error code for last tdb error */  member in struct:tdb_context 294 	return tdb->ecode;
 298 	enum TDB_ERROR ecode; const char *estring;  member in struct:tdb_errname
 315 		if (tdb->ecode == emap[i].ecode)
 343 		tdb->ecode = TDB_ERR_RDONLY;
 363 			tdb->ecode = TDB_ERR_LOCK;
 590 		tdb->ecode = TDB_ERR_LOCK;
 842 			/* Ensure ecode is set for log fn. */
 843 			tdb->ecode = TDB_ERR_IO
 [all...]
 | 
| tdb.h | 51 #define TDB_ERRCODE(code, ret) ((tdb->ecode = (code)), ret) 
 | 
| /external/mksh/src/ | 
| jobs.c | 656 	int rv, ecode, flags = JW_INTERRUPT|JW_ASYNCNOTIFY;  local 681 	} else if ((j = j_lookup(cp, &ecode))) {
 694 		if (ecode != JL_NOSUCH)
 695 			bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
 718 	int rv = 0, ecode;  local
 725 	if ((j = j_lookup(cp, &ecode)) == NULL) {
 729 		bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
 764 	int ecode, rv = 0;  local
 770 	if ((j = j_lookup(cp, &ecode)) == NULL) {
 772 		bi_errorf("%s: %s", cp, lookup_msgs[ecode]);
 907  int ecode;  local
 [all...]
 | 
| /external/iputils/ | 
| tftpd.c | 226 	int first = 1, ecode;  local 256 	ecode = (*pf->f_validate)(filename, tp->th_opcode);
 257 	if (ecode) {
 258 		nak(ecode);
 
 | 
| /external/tcpdump/ | 
| print-smb.c | 965 	    int ecode;  local 973 	    ecode = data[4];
 976 	    switch (ecode) {
 990 		printf("Unspecified error 0x%X", ecode);
 1038 	    int ecode;  local
 1046 		ecode = origdata[4];
 1047 		switch (ecode) {
 1061 		    printf("Unspecified error 0x%X\n", ecode);
 [all...]
 | 
| /external/icu/icu4c/source/extra/uconv/ | 
| uconv.cpp | [all...] | 
| /development/ndk/platforms/android-9/arch-mips/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon1690 386  ecode: 4,  member in struct:h1_icrba_u::__anon1691
 
 | 
| /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon60273 386  ecode: 4,  member in struct:h1_icrba_u::__anon60274
 
 | 
| /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon62998 386  ecode: 4,  member in struct:h1_icrba_u::__anon62999
 
 | 
| /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon64742 386  ecode: 4,  member in struct:h1_icrba_u::__anon64743
 
 | 
| /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon66062 386  ecode: 4,  member in struct:h1_icrba_u::__anon66063
 
 | 
| /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon67393 386  ecode: 4,  member in struct:h1_icrba_u::__anon67394
 
 | 
| /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon68726 386  ecode: 4,  member in struct:h1_icrba_u::__anon68727
 
 | 
| /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon70059 386  ecode: 4,  member in struct:h1_icrba_u::__anon70060
 
 | 
| /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon71392 386  ecode: 4,  member in struct:h1_icrba_u::__anon71393
 
 | 
| /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon72725 386  ecode: 4,  member in struct:h1_icrba_u::__anon72726
 
 | 
| /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/asm/sn/sn0/ | 
| hubio.h | 365  ecode: 3,  member in struct:icrba_u::__anon74901 386  ecode: 4,  member in struct:h1_icrba_u::__anon74902
 
 |