HomeSort by relevance Sort by last modified time
    Searched full:noerror (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /external/smack/src/org/xbill/DNS/
Rcode.java 20 public static final int NOERROR = 0;
77 rcodes.add(NOERROR, "NOERROR");
TSIG.java 219 if (error == Rcode.NOERROR || error == Rcode.BADTIME)
299 apply(m, Rcode.NOERROR, old);
344 Rcode.NOERROR, other);
441 return Rcode.NOERROR;
516 if (result == Rcode.NOERROR) {
552 return Rcode.NOERROR;
588 return Rcode.NOERROR;
  /system/core/sh/
cd.c 72 STATIC void find_curdir(int noerror);
339 getpwd(int noerror)
360 find_curdir(noerror);
366 find_curdir(int noerror)
393 if (!noerror)
434 if (noerror) {
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSResultCode.java 19 NoError("No Error", 0),
63 // 0 NoError No Error [RFC1035]
  /external/tcpdump/
nameser.h 120 #ifdef NOERROR
121 #undef NOERROR
127 #define NOERROR 0 /* no error */
  /external/regex-re2/re2/
filtered_re2.h 38 // re->error_code(). If error_code is other than NoError, then re is
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
wellformed02.js 143 assertSize("noError",0,errors);
  /ndk/sources/host-tools/make-3.81/
job.h 60 unsigned int noerror:1; /* Nonzero if commands contained a `-'. */ member in struct:child
  /external/clang/lib/StaticAnalyzer/Checkers/
MacOSKeychainAPIChecker.cpp 113 bool noError = false) const;
233 // If noError, returns true iff (1).
234 // If !noError, returns true iff (2).
238 bool noError) const {
243 ProgramStateRef ErrState = State->assume(NoErr, noError);
  /bionic/libc/netbsd/resolv/
res_query.c 141 hp->rcode = NOERROR; /* default */
183 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
199 case NOERROR:
res_mkquery.c 149 hp->rcode = NOERROR;
259 *cp++ = NOERROR; /* extended RCODE */
  /external/icu4c/i18n/
reldtfmt.cpp 276 UBool noError = (pos.getErrorIndex() < 0);
277 int32_t offset = (noError)? pos.getIndex(): pos.getErrorIndex();
287 if (noError) {
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 110 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 110 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/lib/
libresolv-2.7.so 
libresolv.so 
libresolv.so.2 
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 110 #define NOERROR ns_r_noerror
  /bionic/libc/private/
arpa_nameser_compat.h 162 #define NOERROR ns_r_noerror
  /external/aac/libSBRenc/src/
ton_corr.cpp 490 \return errorCode, noError if successful.
626 \return errorCode, noError if successful.
658 \return errorCode, noError if successful.
804 \return errorCode, noError if successful.
    [all...]
nf_est.cpp 380 \return errorCode, noError if successful
426 \return errorCode, noError if successful
510 \return errorCode, noError if successful
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
inno.php 71 'modern','multisz','new','noerror','none','normal','nowait','onlyifdestfileexists',

Completed in 843 milliseconds

1 2 3 4