/third_party/ffmpeg/libavutil/tests/ |
D | avstring.c | 58 const char * const needle[] = {"learned.", "unlearned.", "Unlearned"}; in main() local 86 #define TEST_STRNSTR(haystack, needle, hay_length, expected) \ in main() argument 97 #define TEST_STRIREPLACE(haystack, needle, expected) \ in main() argument
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | match.h | 47 absl::string_view needle) noexcept { in StrContains() 51 inline bool StrContains(absl::string_view haystack, char needle) noexcept { in StrContains()
|
D | str_replace_benchmark.cc | 30 const char* needle; member
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/TranslatorMetalDirect/ |
D | DebugSink.h | 17 StringObserver(const std::string &needle) : needle(needle) { ASSERT(!needle.empty()); } in StringObserver() 81 void watch(std::string const &needle) in watch() 138 const std::string &needle = observer.getNeedle(); in onWrite() local
|
/third_party/boost/libs/algorithm/test/ |
D | search_test1.cpp | 35 void check_one_iter ( const Container &haystack, const std::string &needle, int expected ) { in check_one_iter() 100 void check_one_pointer ( const Container &haystack, const std::string &needle, int expected ) { in check_one_pointer() 150 void check_one_object ( const Container &haystack, const std::string &needle, int expected ) { in check_one_object() 227 void check_one ( const Container &haystack, const std::string &needle, int expected ) { in check_one()
|
D | search_test4.cpp | 65 void check_one ( const vec &haystack, const vec &needle, int expected ) { in check_one()
|
D | search_test3.cpp | 88 void check_one ( const vec &haystack, const vec &needle, int expected ) { in check_one()
|
D | search_test2.cpp | 88 void check_one ( const vec &haystack, const vec &needle, int expected ) { in check_one()
|
/third_party/musl/src/string/ |
D | wcswcs.c | 3 wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) in wcswcs()
|
/third_party/musl/libc-test/src/regression/ |
D | wcsstr-false-negative.c | 9 wchar_t const *needle = L"play play play"; in main() local
|
D | memmem-oob-read.c | 12 const unsigned char needle[] = { 0,0,0,0,0,0,0,1,3 }; in main() local
|
/third_party/typescript/tests/baselines/reference/ |
D | controlFlowPropertyDeclarations.js | 51 function endsWith(haystack, needle) { argument 63 function trimEnd(haystack, needle) { argument
|
/third_party/abseil-cpp/absl/strings/ |
D | match.h | 46 inline bool StrContains(absl::string_view haystack, absl::string_view needle) { in StrContains()
|
D | str_replace_benchmark.cc | 30 const char* needle; member
|
/third_party/node/test/parallel/ |
D | test-fs-write-sigxfsz.js | 26 const needle = 'Error: EFBIG: file too large, write'; constant
|
D | test-buffer-indexof.js | 607 const needle = new Uint8Array([ 0x66, 0x6f, 0x6f ]); constant
|
/third_party/ninja/src/ |
D | clparser.cc | 34 bool EndsWith(const string& input, const string& needle) { in EndsWith()
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find()
|
/third_party/node/deps/icu-small/source/common/ |
D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find()
|
/third_party/icu/icu4c/source/common/ |
D | stringpiece.cpp | 54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Observer.h | 22 bool IsInContainer(const HaystackT &haystack, const NeedleT &needle) in IsInContainer()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
D | memutil.h | 90 const char* needle, size_t neelen) { in int_memmatch()
|
/third_party/abseil-cpp/absl/strings/internal/ |
D | memutil.h | 90 const char* needle, size_t neelen) { in int_memmatch()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Observer.h | 22 bool IsInContainer(const HaystackT &haystack, const NeedleT &needle) in IsInContainer()
|
/third_party/skia/include/core/ |
D | SkStringView.h | 124 bool contains(string_view needle) const { in contains()
|