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

  /external/pdfium/third_party/base/
logging.h 17 #define NOTREACHED() assert(false)
  /bionic/tools/relocation_packer/src/
debug.h 19 // NOTREACHED() always aborts.
110 // NOTREACHED() always fails with a FATAL log message.
111 #define NOTREACHED(_) (LOG(FATAL) \
113 << __FUNCTION__ << ": NOTREACHED() hit")
  /external/libweave/third_party/chromium/base/
logging.h 611 #define NOTREACHED() DCHECK(false)
722 #define NOTIMPLEMENTED() NOTREACHED()
  /system/extras/perfprofd/quipper/base/
logging.h 439 #define NOTREACHED() LOG(ERROR) << "NOTREACHED() hit in " << \
442 #define NOTREACHED() DCHECK(false)
659 #define NOTIMPLEMENTED() NOTREACHED()
  /external/libchrome/base/
logging.h 763 // Implement logging of NOTREACHED() as a dedicated function to get function
766 #define NOTREACHED() \
770 #define NOTREACHED() DCHECK(false)
    [all...]

Completed in 215 milliseconds