Home
last modified time | relevance | path

Searched defs:haystack (Results 1 – 24 of 24) sorted by relevance

/aosp12/system/iorap/src/inode2filename/
H A Dmain.cc125 bool StartsWith(std::string_view haystack, std::string_view needle) { in StartsWith()
130 bool EndsWith(std::string_view haystack, std::string_view needle) { in EndsWith()
135 bool StartsWithOneOf(std::string_view haystack, in StartsWithOneOf()
/aosp12/bionic/linker/
H A Dlinker_utils.cpp121 const char* haystack = file.c_str(); in file_is_in_dir() local
131 const char* haystack = file.c_str(); in file_is_under_dir() local
/aosp12/frameworks/base/core/java/android/hardware/biometrics/
H A DParentalControlsUtilsInternal.java94 private static boolean containsFlag(int haystack, int needle) { in containsFlag()
/aosp12/art/runtime/
H A Dreference_table_test.cc262 static std::vector<size_t> FindAll(const std::string& haystack, const char* needle) { in FindAll()
319 std::string haystack = base.substr(summary_pos); in TEST_F() local
/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowTracingTest.java171 private static boolean containsBytes(byte[] haystack, int haystackLength, byte[] needle) { in containsBytes()
/aosp12/system/teeui/libteeui/prebuilt/localization/
H A DConfirmationUITranslations.cpp1307 static int findStr(const char* const* haystack, const char* needle) { in findStr()
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/
H A DUtils.java368 public static boolean listContains(int[] haystack, int needle) { in listContains()
481 private static boolean containsFlag(int haystack, int needle) { in containsFlag()
/aosp12/hardware/interfaces/confirmationui/support/src/
H A DConfirmationUITranslations.c1079 static int ConfirmationUITranslations_find_str(const char** haystack, const char* needle) { in ConfirmationUITranslations_find_str()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerSettingsTests.java433 private static void assertContains(int[] haystack, int needle) { in assertContains()
443 private static void assertDoesNotContain(int[] haystack, int needle) { in assertDoesNotContain()
/aosp12/bionic/benchmarks/
H A Dstring_benchmark.cpp271 std::vector<char> haystack; in BM_string_strstr() local
299 std::vector<char> haystack; in BM_string_strchr() local
/aosp12/build/make/tools/product_config/src/com/android/build/config/
H A DConvertMakeToGenericConfig.java220 private static ArrayList<String> split(String haystack, String needle) { in split()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStrongAuthTest.java271 private static boolean containsFlag(int haystack, int needle) { in containsFlag()
/aosp12/frameworks/base/tools/aapt/
H A DPackage.cpp395 bool endsWith(const char* haystack, const char* needle) in endsWith()
H A DResourceTable.cpp638 bool isInProductList(const String16& needle, const String16& haystack) { in isInProductList()
/aosp12/build/make/tools/
H A Dcompare_builds.py632 def RemoveItemsFromList(haystack, needles): argument
/aosp12/bionic/libc/bionic/
H A Dndk_cruft.cpp238 wchar_t* wcswcs(wchar_t* haystack, wchar_t* needle) { in wcswcs()
/aosp12/bootable/recovery/edify/
H A Dexpr.cpp208 std::string haystack; in SubstringFn() local
/aosp12/bionic/tests/
H A Dstring_test.cpp1546 const char haystack[] = "big\0daddy/giant\0haystacks!"; in TEST() local
1574 const char* haystack = "big daddy/giant haystacks!"; in TEST() local
1602 const char* haystack = "bIg dAdDy/gIaNt hAyStAcKs"; in TEST() local
H A Dwchar_test.cpp231 const wchar_t* haystack = L"big daddy/giant haystacks!"; in TEST() local
H A Ddlext_test.cpp57 #define ASSERT_SUBSTR(needle, haystack) \ argument
H A Ddlfcn_test.cpp58 #define ASSERT_SUBSTR(needle, haystack) \ argument
/aosp12/hardware/broadcom/wlan/bcmdhd/dhdutil/
H A Dbcmutils.c809 bcmstrstr(const char *haystack, const char *needle) in bcmstrstr()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java1271 private boolean containsFlag(int haystack, int needle) { in containsFlag()
/aosp12/art/compiler/optimizing/
H A Dnodes.cc1692 auto has_input = [](HInstruction* haystack, HInstruction* needle) { in Merge()