Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/util/
Du_drm.h34 util_array_contains_u64(uint64_t needle, const uint64_t *haystack, unsigned count) in util_array_contains_u64()
/hardware/google/aemu/base/
DStringUtils.cpp32 const void* needle, size_t needleLen) { in memmem()
59 bool strContains(std::string_view haystack, const char* needle) { in strContains()
/hardware/google/apf/v7/
Dapf_dns.h15 FUNC(match_result_type match_single_name(const u8* needle, in FUNC()
Dapf_interpreter.c402 FUNC(match_result_type apf_internal_match_single_name(const u8* needle, in FUNC()
/hardware/google/apf/
Dapf_dns.h15 FUNC(match_result_type match_single_name(const u8* needle, in FUNC()
/hardware/interfaces/confirmationui/support/src/
DConfirmationUITranslations.c1079 static int ConfirmationUITranslations_find_str(const char** haystack, const char* needle) { in ConfirmationUITranslations_find_str()
/hardware/interfaces/identity/aidl/default/
DEicOpsImpl.cc70 void* eicMemMem(const uint8_t* haystack, size_t haystackLen, const uint8_t* needle, in eicMemMem()
/hardware/google/apf/devtools/
Dapf_interpreter.c402 FUNC(match_result_type apf_internal_match_single_name(const u8* needle, in FUNC()
/hardware/google/apf/v6/
Dapf_interpreter.c400 FUNC(match_result_type apf_internal_match_single_name(const u8* needle, in FUNC()
/hardware/broadcom/wlan/bcmdhd/dhdutil/
Dbcmutils.c809 bcmstrstr(const char *haystack, const char *needle) in bcmstrstr()