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

  /external/libweave/third_party/chromium/base/
logging.h 690 // The NOTIMPLEMENTED() macro annotates codepaths which have
708 // of the current function in the NOTIMPLEMENTED message.
715 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS
718 #define NOTIMPLEMENTED() static_assert(false, "NOT_IMPLEMENTED")
720 #define NOTIMPLEMENTED() static_assert(false, "NOT_IMPLEMENTED")
722 #define NOTIMPLEMENTED() NOTREACHED()
724 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG
726 #define NOTIMPLEMENTED() do {\
  /system/extras/perfprofd/quipper/base/
logging.h 623 // The NOTIMPLEMENTED() macro annotates codepaths which have
638 // WebView: Hide NOTIMPLEMENTED entirely in Android release branch.
645 // of the current function in the NOTIMPLEMENTED message.
652 #define NOTIMPLEMENTED() EAT_STREAM_PARAMETERS
655 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
657 #define NOTIMPLEMENTED() COMPILE_ASSERT(false, NOT_IMPLEMENTED)
659 #define NOTIMPLEMENTED() NOTREACHED()
661 #define NOTIMPLEMENTED() LOG(ERROR) << NOTIMPLEMENTED_MSG
663 #define NOTIMPLEMENTED() do {\
  /external/libchrome/base/
logging.h     [all...]

Completed in 97 milliseconds