/external/rust/crates/memchr/src/ |
D | lib.rs | 26 let haystack = b"foo bar baz quuz"; localVariable 38 let haystack = b"xyzaxyzbxyzc"; localVariable 55 let haystack = b"foo bar foo baz foo"; localVariable
|
/external/rust/crates/aho-corasick/src/ |
D | lib.rs | 50 let haystack = "Nobody likes maple in their apple flavored Snapple."; localVariable 73 let haystack = "Nobody likes maple in their apple flavored Snapple."; localVariable 135 let haystack = "Samwise"; localVariable 149 let haystack = "Samwise"; localVariable
|
/external/abseil-cpp/absl/strings/ |
D | match.h | 46 inline bool StrContains(absl::string_view haystack, in StrContains() 51 inline bool StrContains(absl::string_view haystack, char needle) noexcept { in StrContains()
|
D | string_view_benchmark.cc | 203 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_one() local 212 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_two() local 221 std::string haystack(state.range(0), '0'); in BM_find_one_char() local 230 std::string haystack(state.range(0), '0'); in BM_rfind_one_char() local 244 std::string haystack(haystack_len, '0'); // 1000 zeros. in BM_worst_case_find_first_of() local
|
/external/angle/third_party/abseil-cpp/absl/strings/ |
D | match.h | 46 inline bool StrContains(absl::string_view haystack, in StrContains() 51 inline bool StrContains(absl::string_view haystack, char needle) noexcept { in StrContains()
|
D | string_view_benchmark.cc | 203 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_one() local 212 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_two() local 221 std::string haystack(state.range(0), '0'); in BM_find_one_char() local 230 std::string haystack(state.range(0), '0'); in BM_rfind_one_char() local 244 std::string haystack(haystack_len, '0'); // 1000 zeros. in BM_worst_case_find_first_of() local
|
/external/webrtc/third_party/abseil-cpp/absl/strings/ |
D | match.h | 46 inline bool StrContains(absl::string_view haystack, in StrContains() 51 inline bool StrContains(absl::string_view haystack, char needle) noexcept { in StrContains()
|
D | string_view_benchmark.cc | 203 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_one() local 212 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_two() local 221 std::string haystack(state.range(0), '0'); in BM_find_one_char() local 230 std::string haystack(state.range(0), '0'); in BM_rfind_one_char() local 244 std::string haystack(haystack_len, '0'); // 1000 zeros. in BM_worst_case_find_first_of() local
|
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/strings/ |
D | match.h | 46 inline bool StrContains(absl::string_view haystack, in StrContains() 51 inline bool StrContains(absl::string_view haystack, char needle) noexcept { in StrContains()
|
D | string_view_benchmark.cc | 203 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_one() local 212 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_two() local 221 std::string haystack(state.range(0), '0'); in BM_find_one_char() local 230 std::string haystack(state.range(0), '0'); in BM_rfind_one_char() local 244 std::string haystack(haystack_len, '0'); // 1000 zeros. in BM_worst_case_find_first_of() local
|
/external/rust/crates/regex/src/ |
D | pattern.rs | 7 haystack: &'t str, field 28 fn haystack(&self) -> &'t str { in haystack() method
|
/external/libtextclassifier/abseil-cpp/absl/strings/ |
D | string_view_benchmark.cc | 203 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_one() local 212 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_two() local 221 std::string haystack(state.range(0), '0'); in BM_find_one_char() local 230 std::string haystack(state.range(0), '0'); in BM_rfind_one_char() local 244 std::string haystack(haystack_len, '0'); // 1000 zeros. in BM_worst_case_find_first_of() local
|
D | match.h | 46 inline bool StrContains(absl::string_view haystack, absl::string_view needle) { in StrContains()
|
/external/openscreen/third_party/abseil/src/absl/strings/ |
D | string_view_benchmark.cc | 203 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_one() local 212 std::string haystack(state.range(0), '0'); in BM_find_string_view_len_two() local 221 std::string haystack(state.range(0), '0'); in BM_find_one_char() local 230 std::string haystack(state.range(0), '0'); in BM_rfind_one_char() local 244 std::string haystack(haystack_len, '0'); // 1000 zeros. in BM_worst_case_find_first_of() local
|
D | match.h | 46 inline bool StrContains(absl::string_view haystack, absl::string_view needle) { in StrContains()
|
/external/musl/src/string/ |
D | wcswcs.c | 3 wchar_t *wcswcs(const wchar_t *haystack, const wchar_t *needle) in wcswcs()
|
/external/rust/crates/memchr/src/memchr/ |
D | iter.rs | 37 haystack: &'a [u8], field 76 haystack: &'a [u8], field 124 haystack: &'a [u8], field
|
/external/perfetto/src/base/ |
D | string_utils.cc | 66 bool Contains(const std::string& haystack, const std::string& needle) { in Contains() 70 bool Contains(const std::string& haystack, const char needle) { in Contains() 74 size_t Find(const StringView& needle, const StringView& haystack) { in Find()
|
/external/mesa3d/src/util/ |
D | u_drm.h | 34 util_array_contains_u64(uint64_t needle, const uint64_t *haystack, unsigned count) in util_array_contains_u64()
|
/external/rust/crates/aho-corasick/src/packed/ |
D | tests.rs | 18 haystack: &'static str, field 29 haystack: String, field
|
/external/rust/crates/combine/src/parser/ |
D | byte.rs | 323 let haystack = haystack.as_ref(); localVariable 420 let haystack = haystack.as_ref(); localVariable 655 let haystack = b"abc123"; in memslice_basic() localVariable
|
/external/google-breakpad/src/common/linux/ |
D | linux_libc_support.cc | 123 const char* my_strchr(const char* haystack, char needle) { in my_strchr() 131 const char* my_strrchr(const char* haystack, char needle) { in my_strrchr()
|
/external/mesa3d/src/glx/ |
D | clientinfo.c | 86 const char *haystack = src->serverGLXexts; in __glX_send_client_info() local
|
/external/deqp/scripts/ |
D | convert_case_list_to_xml.py | 32 def findAllMatches(haystack, needle): argument
|
/external/ImageMagick/MagickCore/ |
D | string-private.h | 49 static inline const char *StringLocateSubstring(const char *haystack, in StringLocateSubstring()
|