Home
last modified time | relevance | path

Searched refs:ASSERT_LOG (Results 1 – 7 of 7) sorted by relevance

/system/bt/gd/packet/
Dpacket_view.cc55 ASSERT_LOG(index < length_, "Index %zu out of bounds", index); in at()
62 ASSERT_LOG(false, "Out of fragments searching for index %zu", index); in at()
Diterator.cc134 ASSERT_LOG(index_ < length_, "Index %zu out of bounds: %zu", index_, length_); in operator *()
143 ASSERT_LOG(false, "Out of fragments searching for index %zu", index_); in operator *()
Dbit_inserter.cc134 ASSERT_LOG(index_ < length_, "Index %zu out of bounds: %zu", index_, length_); in operator *()
143 ASSERT_LOG(false, "Out of fragments searching for index %zu", index_); in operator *()
Dview.cc36 ASSERT_LOG(i + begin_ < end_, "Out of bounds access at %zu", i); in operator []()
/system/bt/gd/os/
Dlog.h57 #define ASSERT_LOG(condition, fmt, args...) \ macro
/system/bt/gd/os/linux_generic/
Dalarm.cc38 ASSERT_LOG(fd_ != -1, "cannot create timerfd: %s", strerror(errno)); in Alarm()
Dreactor.cc59 ASSERT_LOG(epoll_fd_ != -1, "could not create epoll fd: %s", strerror(errno)); in Reactor()