| /third_party/rust/crates/aho-corasick/bench/src/ |
| D | bench.rs | 34 let haystack = corpus.to_vec(); in define_aho_corasick() localVariable 45 let haystack = corpus.to_vec(); in define_aho_corasick() localVariable 57 let haystack = corpus.to_vec(); in define_aho_corasick() localVariable 69 let haystack = corpus.to_vec(); in define_aho_corasick() localVariable 100 let haystack = corpus.to_vec(); in define_aho_corasick_dfa() localVariable 113 let haystack = corpus.to_vec(); in define_aho_corasick_dfa() localVariable 126 let haystack = corpus.to_vec(); in define_aho_corasick_dfa() localVariable 139 let haystack = corpus.to_vec(); in define_aho_corasick_dfa() localVariable
|
| /third_party/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
|
| /third_party/ffmpeg/libavutil/tests/ |
| D | avstring.c | 57 const char *haystack = "Education consists mainly in what we have 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/rust/crates/aho-corasick/aho-corasick-debug/ |
| D | main.rs | 26 let haystack = args.haystack()?; in try_main() localVariable 45 haystack: PathBuf, field 95 let haystack = PathBuf::from(parsed.value_of_os("haystack").unwrap()); in parse() localVariable 142 fn haystack(&self) -> Result<Mmap> { in haystack() method
|
| /third_party/skia/third_party/externals/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
|
| /third_party/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
|
| /third_party/rust/crates/regex/regex-capi/ctest/ |
| D | test.c | 15 const char *haystack = "snowman: \xE2\x98\x83"; in test_is_match() local 33 const char *haystack = "aaaaa"; in test_shortest_match() local 62 const char *haystack = "snowman: \xE2\x98\x83"; in test_find() local 91 const char *haystack = "snowman: \xE2\x98\x83"; in test_captures() local 152 const uint8_t *haystack = (const uint8_t *)"abc xyz"; in test_iter() local 276 const char *haystack = "\xFF"; in test_flags() local
|
| /third_party/rust/crates/regex/regex-capi/src/ |
| D | rure.rs | 166 let haystack = unsafe { slice::from_raw_parts(haystack, len) }; localVariable 180 let haystack = unsafe { slice::from_raw_parts(haystack, len) }; localVariable 199 let haystack = unsafe { slice::from_raw_parts(haystack, len) }; localVariable 214 let haystack = unsafe { slice::from_raw_parts(haystack, len) }; localVariable 542 let haystack = unsafe { slice::from_raw_parts(haystack, len) }; localVariable 559 let haystack = unsafe { slice::from_raw_parts(haystack, len) }; localVariable
|
| /third_party/rust/crates/regex/src/ |
| D | pattern.rs | 7 haystack: &'t str, field 28 fn haystack(&self) -> &'t str { in haystack() method
|
| /third_party/rust/crates/memchr/bench/src/memmem/ |
| D | sliceslice.rs | 139 let haystack = SLICESLICE_HAYSTACK; in search_long_haystack() localVariable 225 let haystack = SLICESLICE_I386; in search_i386_haystack() localVariable
|
| /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 | memmem-oob-read.c | 11 const unsigned char haystack[] = { 0,0,0,0,0,0,0,1,2 }; in main() local
|
| D | wcsstr-false-negative.c | 8 wchar_t const *haystack = L"playing play play play always"; 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/rust/crates/memchr/src/memchr/ |
| D | iter.rs | 37 haystack: &'a [u8], field 76 haystack: &'a [u8], field 124 haystack: &'a [u8], field
|
| /third_party/musl/Benchmark/musl/ |
| D | libc_string.cpp | 285 std::vector<char> haystack; in Bm_function_Strchrnul() local 338 std::vector<char> haystack; in Bm_function_Strcasecmp() local 355 std::vector<char> haystack; in Bm_function_Strncasecmp() local 369 std::vector<char> haystack; in Bm_function_Strdup() local 384 std::vector<char> haystack; in Bm_function_Strncat() local 610 std::vector<wchar_t> haystack; in BM_function_Wcsstr() local 638 std::vector<char> haystack; in BM_function_Strcasestr() local 664 std::vector<char> haystack(nbytes); in BM_function_Strlcat() local
|
| /third_party/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()
|
| /third_party/node/test/parallel/ |
| D | test-fs-write-sigxfsz.js | 25 const haystack = result.stderr.toString(); constant
|
| /third_party/rust/crates/aho-corasick/src/packed/ |
| D | tests.rs | 18 haystack: &'static str, field 29 haystack: String, field
|
| /third_party/mesa3d/src/glx/ |
| D | clientinfo.c | 129 const char *haystack = src->serverGLXexts; in __glX_send_client_info() local
|
| /third_party/vk-gl-cts/scripts/ |
| D | convert_case_list_to_xml.py | 32 def findAllMatches(haystack, needle): argument
|
| /third_party/node/src/ |
| D | string_search.h | 199 inline const void* MemrchrFill(const void* haystack, uint8_t needle, in MemrchrFill() 594 size_t SearchString(const Char* haystack, in SearchString() 627 size_t SearchString(const char* haystack, size_t haystack_length, in SearchString()
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| D | memutil.h | 89 const char* int_memmatch(const char* haystack, size_t haylen, 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()
|