Searched defs:bad (Results 1 - 2 of 2) sorted by relevance

/system/core/libziparchive/
H A Dentry_name_utils_test.cc55 const uint8_t bad[] = {0xc2, 0xa1, 0xc2, 0x41}; local
56 ASSERT_FALSE(IsValidEntryName(bad, sizeof(bad)));
/system/core/logd/
H A DLogBuffer.cpp508 LogBufferElementCollection::iterator bad = it; local
529 if (bad == b.second) {
535 if (bad == b.second) {
540 if (mLastSet[i] && (bad == mLast[i])) {
965 break; // the following loop will ask bad clients to skip/drop

Completed in 107 milliseconds