/third_party/musl/libc-test/src/regression/ |
H A D | memmem-oob-read.c | 12 const unsigned char needle[] = { 0,0,0,0,0,0,0,1,3 }; in main() local
|
H A D | wcsstr-false-negative.c | 9 wchar_t const *needle = L"play play play"; in main() local
|
/third_party/musl/src/string/ |
H A D | wcswcs.c | 3 wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) in wcswcs() argument
|
/third_party/ffmpeg/libavutil/tests/ |
H A D | avstring.c | 58 const char * const needle[] = {"learned.", "unlearned.", "Unlearned"}; in main() local [all...] |
/third_party/backends/lib/ |
H A D | strcasestr.c | 44 register const unsigned char *haystack, *needle; in strcasestr() local
|
/third_party/mesa3d/src/util/ |
H A D | u_drm.h | 34 util_array_contains_u64(uint64_t needle, const uint64_t *haystack, unsigned count) in util_array_contains_u64() argument
|
/third_party/icu/icu4c/source/common/ |
H A D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
|
/third_party/node/deps/icu-small/source/common/ |
H A D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
|
/third_party/node/deps/v8/src/heap/cppgc/ |
H A D | process-heap.cc | 57 HeapBase* HeapRegistry::TryFromManagedPointer(const void* needle) { in TryFromManagedPointer() argument
|
/third_party/skia/tests/ |
H A D | AnnotationTest.cpp | 28 static bool ContainsString(const char* data, size_t dataSize, const char* needle) { in ContainsString() argument
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
H A D | str_replace_benchmark.cc | 30 const char* needle; member
|
/third_party/ninja/src/ |
H A D | clparser.cc | 36 bool EndsWith(const string& input, const string& needle) { in EndsWith() argument
|
/third_party/musl/libc-test/src/common/ |
H A D | cfi_util.h | 67 static void CheckCfiLog(char *file, const char *needle)
in CheckCfiLog() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
H A D | memutil.h | 89 int_memmatch(const char* haystack, size_t haylen, const char* needle, size_t neelen) int_memmatch() argument
|
/third_party/spirv-tools/tools/util/ |
H A D | flags.cpp | 203 auto needle = std::find_if( in parse() local
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-fts.h | 168 const char *needle; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
H A D | DebugSink.h | 17 StringObserver(const std::string &needle) : needle(needle) { ASSERT(!needle.empty()); } in StringObserver() argument 42 std::string needle; member in sh::StringObserver 81 void watch(std::string const &needle) in watch() argument 138 const std::string &needle = observer.getNeedle(); onWrite() local [all...] |
/third_party/rust/crates/memchr/src/memmem/prefilter/ |
H A D | mod.rs | 446 let mut needle = vec![b'#'; needle_len]; new() variables [all...] |
/third_party/skia/include/core/ |
H A D | SkStringView.h | 106 size_type find(string_view needle, size_type pos = 0) const { in find() argument
|
/third_party/ffmpeg/libavformat/ |
H A D | movenchint.c | 163 match_segments(const uint8_t *haystack, int h_len, const uint8_t *needle, int n_pos, int n_len, int *match_h_offset_ptr, int *match_n_offset_ptr, int *match_len_ptr) match_segments() argument [all...] |
/third_party/libsnd/tests/ |
H A D | string_test.c | 732 str_count (const char * haystack, const char * needle) in str_count() argument
|
/third_party/mesa3d/src/glx/tests/ |
H A D | clientinfo_unittest.cpp | 683 const char *const needle = "GLX_ARB_create_context"; in TEST_F() local 709 const char *const needle = "GLX_ARB_create_context_profile"; in TEST_F() local
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | Observer.h | 22 bool IsInContainer(const HaystackT &haystack, const NeedleT &needle) in IsInContainer() argument
|
/third_party/toybox/toys/pending/ |
H A D | telnetd.c | 246 char *needle = NULL; in dup_iacs() local
|