| /third_party/toybox/toys/pending/ |
| H A D | wget.c | 96 static char *wget_strncaseafter(char *haystack, char *needle) in wget_strncaseafter() argument
|
| /third_party/rust/crates/memchr/src/memmem/ |
| H A D | mod.rs | 557 pub fn needle(&self) -> &[u8] { needle() functions 688 pub fn needle(&self) -> &[u8] { needle() functions 873 fn needle(&self) -> &[u8] { needle() functions 1070 fn needle(&self) -> &[u8] { needle() functions [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | string_view_benchmark.cc | 240 std::string needle; in BM_worst_case_find_first_of() local
|
| H A D | string_view_test.cc | 745 std::string needle; in TEST() member [all...] |
| /third_party/ffmpeg/libavutil/ |
| H A D | avstring.c | 72 char *av_strnstr(const char *haystack, const char *needle, size_t hay_length) in av_strnstr() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | strtest.cpp | 457 const char* needle; in TestStringPieceFind() member
|
| /third_party/skia/third_party/externals/spirv-tools/source/ |
| H A D | opcode.cpp | 136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup() local 189 spv_opcode_desc_t needle = {"", static_cast<SpvOp>(opcode), in spvOpcodeString() local
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
| H A D | opcode.cpp | 136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup() local 189 spv_opcode_desc_t needle = {"", static_cast<SpvOp>(opcode), in spvOpcodeString() local
|
| /third_party/python/Objects/stringlib/ |
| H A D | fastsearch.h | 186 STRINGLIB(_lex_search)(const STRINGLIB_CHAR *needle, Py_ssize_ argument 238 _factorize(const STRINGLIB_CHAR *needle, Py_ssize_t len_needle, Py_ssize_t *return_period) _factorize() argument 305 const STRINGLIB_CHAR *needle; STRINGLIB() local 316 _preprocess(const STRINGLIB_CHAR *needle, Py_ssize_t len_needle, STRINGLIB(prework) *p) _preprocess() argument 368 const STRINGLIB_CHAR *const needle = p->needle; _two_way() local 488 _two_way_find(const STRINGLIB_CHAR *haystack, Py_ssize_t len_haystack, const STRINGLIB_CHAR *needle, Py_ssize_t len_needle) _two_way_find() argument 501 _two_way_count(const STRINGLIB_CHAR *haystack, Py_ssize_t len_haystack, const STRINGLIB_CHAR *needle, Py_ssize_t len_needle, Py_ssize_t maxcount) _two_way_count() argument [all...] |
| /third_party/selinux/libsepol/src/ |
| H A D | conditional.c | 175 cond_node_find(policydb_t * p, cond_node_t * needle, cond_node_t * haystack, int *was_created) cond_node_find() argument
|
| /third_party/spirv-tools/source/ |
| H A D | opcode.cpp | 136 spv_opcode_desc_t needle = {"", opcode, 0, nullptr, 0, {}, in spvOpcodeTableValueLookup() local 189 spv_opcode_desc_t needle = {"", static_cast<spv::Op>(opcode), in spvOpcodeString() local
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | os_none.c | 232 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
|
| H A D | os_internal.c | 480 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | os_none.c | 232 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
|
| H A D | os_internal.c | 486 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
|
| /third_party/curl/lib/vtls/ |
| H A D | schannel_verify.c | 89 c_memmem(const void *haystack, size_t haystacklen, const void *needle, size_t needlelen) c_memmem() argument
|
| /third_party/alsa-utils/alsamixer/ |
| H A D | configparser.c | 24 static int strlist_index(const char *haystack, unsigned int itemlen, const char *needle) { in strlist_index() argument
|
| /third_party/libwebsockets/lib/misc/fts/ |
| H A D | trie-fd.c | 398 char stasis, nac = 0, credible, needle[32]; in lws_fts_search() local 334 ac_record(struct lws_fts_file *jtf, struct lwsac **results_head, const char *needle, int pos, struct wac *s, int sp, uint32_t instances, uint32_t agg_instances, uint32_t children, struct lws_fts_result_autocomplete ***ppac) ac_record() argument [all...] |
| /third_party/node/src/ |
| H A D | string_search.h | 199 inline const void* MemrchrFill(const void* haystack, uint8_t needle, in MemrchrFill() argument 594 SearchString(const Char* haystack, size_t haystack_length, const Char* needle, size_t needle_length, size_t start_index, bool is_forward) SearchString() argument 627 SearchString(const char* haystack, size_t haystack_length, const char (&needle)[N]) SearchString() argument [all...] |
| /third_party/node/deps/v8/src/runtime/ |
| H A D | runtime-debug.cc | 654 bool GetScriptById(Isolate* isolate, int needle, Handle<Script>* result) { in GetScriptById() argument
|
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_string.cpp | 334 std::vector<char> needle; in Bm_function_Strcasecmp() local 351 std::vector<char> needle; in Bm_function_Strncasecmp() local 606 std::vector<wchar_t> needle; in BM_function_Wcsstr() local 634 std::vector<char> needle; in BM_function_Strcasestr() local 660 std::vector<char> needle; BM_function_Strlcat() local [all...] |
| /third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
| H A D | ShaderStorageBlockOutputHLSL.cpp | 136 const InterfaceBlock *FindInterfaceBlock(const TInterfaceBlock *needle, in FindInterfaceBlock() argument
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/ |
| H A D | extension.h | 147 constexpr bool FlagsContains(Flags haystack, Flags needle) { in FlagsContains() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | aacsbr_template.c | 122 static inline int in_table_int16(const int16_t *table, int last_el, int16_t needle) in in_table_int16() argument
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | util.c | 146 strcasestr (const char *haystack, const char *needle) in strcasestr() argument
|