HomeSort by relevance Sort by last modified time
    Searched full:errorname (Results 1 - 22 of 22) sorted by null

  /external/webkit/LayoutTests/fast/js/resources/
script-line-number.js 13 // ErrorName: ErrorDescription at FileName:LineNumber:ColumnNumber
  /external/icu4c/common/
errorcode.cpp 34 const char* ErrorCode::errorName() const {
  /external/icu4c/tools/ctestfw/
tstdtmod.cpp 30 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
49 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
61 // testClass.errln("%s failure - %s", testName, errorName());
63 msg.append(UNICODE_STRING_SIMPLE(" failure: ")).append(UnicodeString(errorName(), -1, US_INV));
  /external/doclava/src/com/google/doclava/
PackageInfo.java 255 public ClassInfo getError(String errorName) {
256 return mErrorsMap.get(errorName);
  /external/icu4c/test/cintltst/
putiltst.c 442 const char* errorName ;
444 errorName = u_errorName((UErrorCode)code);
445 if(!errorName || errorName[0] == 0) {
451 errorName = u_errorName(errorCode[code]);
452 if(uprv_strcmp(str[code],errorName )!=0){
453 log_err("Error : u_errorName failed. Expected: %s Got: %s \n",str[code],errorName);
  /external/icu4c/common/unicode/
errorcode.h 118 const char* errorName() const;
  /external/iptables/include/linux/netfilter_ipv6/
ip6_tables.h 114 char errorname[IP6T_FUNCTION_MAXNAMELEN]; member in struct:ip6t_error_target
141 .target.errorname = "ERROR", \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_ipv6/
ip6_tables.h 115 char errorname[IP6T_FUNCTION_MAXNAMELEN]; member in struct:ip6t_error_target
143 .target.errorname = "ERROR", \
  /external/chromium/third_party/libjingle/source/talk/base/
schanneladapter.cc 156 << ErrorName(ret, SECURITY_ERRORS);
241 << ErrorName(status, SECURITY_ERRORS);
304 << ErrorName(status, SECURITY_ERRORS);
376 << ErrorName(status, SECURITY_ERRORS);
423 << ErrorName(err, SECURITY_ERRORS) << ")";
logging.h 92 // << ErrorName(err, LIBRARY_ERRORS);
100 std::string ErrorName(int err, const ConstantLabel* err_table);
httpcommon.cc 942 << ErrorName(ret, SECURITY_ERRORS);
1006 << ErrorName(ret, SECURITY_ERRORS);
1017 << ErrorName(ret, SECURITY_ERRORS);
1032 << ErrorName(ret, SECURITY_ERRORS);
logging.cc 71 std::string ErrorName(int err, const ConstantLabel * err_table) {
  /external/chromium/third_party/libjingle/overrides/talk/base/
logging.h 92 // << ErrorName(err, LIBRARY_ERRORS);
103 std::string ErrorName(int err, const ConstantLabel* err_table);
  /external/icu4c/tools/toolutil/
toolutil.cpp 61 fprintf(stderr, "error at %s: %s\n", location, errorName());
  /external/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 302 char errorname[IPT_FUNCTION_MAXNAMELEN]; member in struct:ipt_error_target
  /external/icu4c/tools/gennorm2/
n2builder.cpp     [all...]
  /external/chromium/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 105 << talk_base::ErrorName(state_, LOGINTASK_STATES);
  /external/icu4c/test/intltest/
itutil.cpp 94 if(errorCode.errorName()!=u_errorName(U_ZERO_ERROR)) {
ucdtest.cpp 344 errorCode.errorName());
rbbiapts.cpp 251 errcheckln(status, "Fail : in construction - %s", status.errorName());
    [all...]
convtest.cpp     [all...]
  /external/icu4c/
APIChangeReport.html 238 <td class="file">errorcode.h</td><td class="proto">const char* ErrorCode::errorName() const</td><td class="" colspan="2" align="center">Draft&raquo;Stable<br>4.4</td>
    [all...]

Completed in 491 milliseconds