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

  /frameworks/minikin/tools/
mk_hyb_file.py 474 is_exception = False
485 is_exception = True
488 is_exception = True
495 if is_exception:
  /external/boringssl/src/crypto/x509v3/
v3name_test.cc 127 static int is_exception(const char *msg) function
327 if (is_exception(msg))
  /system/bt/btif/src/
btif_sock_thread.cc 69 #define IS_EXCEPTION(e) ((e)&POLL_EXCEPTION_EVENTS)
483 if (IS_EXCEPTION(pfds[i].revents)) {
btif_pan.cc 665 #define IS_EXCEPTION(e) ((e) & (POLLHUP | POLLRDHUP | POLLERR | POLLNVAL))
742 if (ret <= 0 || IS_EXCEPTION(ufd.revents)) break;
  /bionic/libc/bionic/
time64.c 185 int is_exception = ((year % 100 == 0) && !(year % 400 == 0)); local
186 TRACE1("# is_exception_century: %s\n", is_exception ? "yes" : "no");
188 return(is_exception);

Completed in 2068 milliseconds