Home
last modified time | relevance | path

Searched defs:needle (Results 1 – 5 of 5) sorted by relevance

/system/core/logd/
DLogUtils.h46 const char* needle) { in strnstr()
/system/teeui/libteeui/prebuilt/localization/
DConfirmationUITranslations.cpp1307 static int findStr(const char* const* haystack, const char* needle) { in findStr()
/system/core/bootstat/
Dbootstat.cpp617 size_t find(const std::string& needle, size_t start = 0) const { in find()
633 bool correctForBitError(std::string& reason, const std::string& needle) { in correctForBitError()
654 bool correctForBitErrorOrUnderline(std::string& reason, const std::string& needle) { in correctForBitErrorOrUnderline()
/system/core/libutils/
DUnicode.cpp293 const char16_t needle = *target; in strstr16() local
/system/core/logcat/tests/
Dlogcat_test.cpp186 char needle[32]; in TEST() local