Home
last modified time | relevance | path

Searched defs:needle (Results 1 - 25 of 76) sorted by relevance

1234

/third_party/musl/libc-test/src/regression/
H A Dmemmem-oob-read.c12 const unsigned char needle[] = { 0,0,0,0,0,0,0,1,3 }; in main() local
H A Dwcsstr-false-negative.c9 wchar_t const *needle = L"play play play"; in main() local
/third_party/musl/src/string/
H A Dwcswcs.c3 wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) in wcswcs() argument
/third_party/ffmpeg/libavutil/tests/
H A Davstring.c58 const char * const needle[] = {"learned.", "unlearned.", "Unlearned"}; in main() local
[all...]
/third_party/backends/lib/
H A Dstrcasestr.c44 register const unsigned char *haystack, *needle; in strcasestr() local
/third_party/mesa3d/src/util/
H A Du_drm.h34 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 Dstringpiece.cpp54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
/third_party/node/deps/icu-small/source/common/
H A Dstringpiece.cpp54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
/third_party/node/deps/v8/src/heap/cppgc/
H A Dprocess-heap.cc57 HeapBase* HeapRegistry::TryFromManagedPointer(const void* needle) { in TryFromManagedPointer() argument
/third_party/skia/tests/
H A DAnnotationTest.cpp28 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 Dstringpiece.cpp54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_replace_benchmark.cc30 const char* needle; member
/third_party/ninja/src/
H A Dclparser.cc36 bool EndsWith(const string& input, const string& needle) { in EndsWith() argument
/third_party/musl/libc-test/src/common/
H A Dcfi_util.h67 static void CheckCfiLog(char *file, const char *needle) in CheckCfiLog() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dmemutil.h89 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 Dflags.cpp203 auto needle = std::find_if( in parse() local
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-fts.h168 const char *needle; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/
H A DDebugSink.h17 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 Dmod.rs446 let mut needle = vec![b'#'; needle_len]; new() variables
[all...]
/third_party/skia/include/core/
H A DSkStringView.h106 size_type find(string_view needle, size_type pos = 0) const { in find() argument
/third_party/ffmpeg/libavformat/
H A Dmovenchint.c163 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 Dstring_test.c732 str_count (const char * haystack, const char * needle) in str_count() argument
/third_party/mesa3d/src/glx/tests/
H A Dclientinfo_unittest.cpp683 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 DObserver.h22 bool IsInContainer(const HaystackT &haystack, const NeedleT &needle) in IsInContainer() argument
/third_party/toybox/toys/pending/
H A Dtelnetd.c246 char *needle = NULL; in dup_iacs() local

Completed in 10 milliseconds

1234