Home
last modified time | relevance | path

Searched defs:needle (Results 26 - 50 of 77) sorted by relevance

1234

/third_party/toybox/toys/pending/
H A Dwget.c96 static char *wget_strncaseafter(char *haystack, char *needle) in wget_strncaseafter() argument
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs557 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 Dstring_view_benchmark.cc240 std::string needle; in BM_worst_case_find_first_of() local
H A Dstring_view_test.cc745 std::string needle; in TEST() member
[all...]
/third_party/ffmpeg/libavutil/
H A Davstring.c72 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 Dstrtest.cpp457 const char* needle; in TestStringPieceFind() member
/third_party/skia/third_party/externals/spirv-tools/source/
H A Dopcode.cpp136 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 Dopcode.cpp136 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 Dfastsearch.h186 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 Dconditional.c175 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 Dopcode.cpp136 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 Dos_none.c232 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
H A Dos_internal.c480 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 Dos_none.c232 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
H A Dos_internal.c486 char * os_strstr(const char *haystack, const char *needle) in os_strstr() argument
/third_party/curl/lib/vtls/
H A Dschannel_verify.c89 c_memmem(const void *haystack, size_t haystacklen, const void *needle, size_t needlelen) c_memmem() argument
/third_party/alsa-utils/alsamixer/
H A Dconfigparser.c24 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 Dtrie-fd.c398 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 Dstring_search.h199 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 Druntime-debug.cc654 bool GetScriptById(Isolate* isolate, int needle, Handle<Script>* result) { in GetScriptById() argument
/third_party/musl/Benchmark/musl/
H A Dlibc_string.cpp334 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 DShaderStorageBlockOutputHLSL.cpp136 const InterfaceBlock *FindInterfaceBlock(const TInterfaceBlock *needle, in FindInterfaceBlock() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/str_format/
H A Dextension.h147 constexpr bool FlagsContains(Flags haystack, Flags needle) { in FlagsContains() argument
/third_party/ffmpeg/libavcodec/
H A Daacsbr_template.c122 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 Dutil.c146 strcasestr (const char *haystack, const char *needle) in strcasestr() argument

Completed in 28 milliseconds

1234