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

  /libcore/luni/src/main/java/com/ibm/icu4jni/common/
ErrorCode.java 34 String errorname = ERROR_NAMES_[U_ILLEGAL_ARGUMENT_ERROR]; local
37 return new IllegalArgumentException(errorname);
39 return new ArrayIndexOutOfBoundsException(errorname);
41 return new ArrayIndexOutOfBoundsException(errorname);
43 return new UnsupportedOperationException(errorname);
45 return new RuntimeException(errorname);
  /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/kernel-headers/original/linux/netfilter_ipv4/
ip_tables.h 302 char errorname[IPT_FUNCTION_MAXNAMELEN]; member in struct:ipt_error_target

Completed in 62 milliseconds