Home
last modified time | relevance | path

Searched defs:find (Results 1 - 25 of 228) sorted by relevance

12345678910

/third_party/musl/third_party/openbsd/lib/libc/string/
H A Dstrcasestr.c44 strcasestr(const char *s, const char *find) in strcasestr() argument
/third_party/rust/crates/memchr/src/memmem/x86/
H A Dsse.rs60 fn find( in find() functions
H A Davx.rs107 fn find( in find() functions
/third_party/rust/crates/memchr/src/memmem/
H A Dwasm.rs48 fn find( in find() functions
/third_party/node/tools/msvs/
H A Dfind_python.cmd24 :find-versions label
/third_party/rust/crates/clang-sys/build/
H A Dstatic.rs81 fn find() -> PathBuf { in find() functions
H A Ddynamic.rs177 pub fn find(runtime: bool) -> Result<(PathBuf, String), String> { in find() functions
/third_party/rust/crates/memchr/bench/src/memmem/
H A Dimp.rs711 fn find(haystack: &[u8], needle: &[u8]) -> Option<usize> { in find() functions
[all...]
/third_party/skia/src/sksl/
H A DSkSLIntrinsicMap.cpp19 const ProgramElement* IntrinsicMap::find(const String& key) { in find() function in SkSL::IntrinsicMap
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontTableCache.cpp64 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find() function in FontTableCache
/third_party/icu/icu4c/source/test/letest/
H A DFontTableCache.cpp62 const void *FontTableCache::find(LETag tableTag, size_t &length) const in find() function in FontTableCache
/third_party/icu/icu4c/source/samples/layout/
H A DFontTableCache.cpp61 const void *FontTableCache::find(LETag tableTag) const in find() function in FontTableCache
/third_party/icu/icu4c/source/common/
H A Dstringpiece.cpp54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() function in StringPiece
/third_party/json/include/nlohmann/
H A Dordered_map.hpp286 iterator find(const key_type& key) in find() function
300 iterator find(KeyType && key) in find() function
312 const_iterator find(const key_type& key) const in find() function
/third_party/node/deps/icu-small/source/common/
H A Dstringpiece.cpp54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() function in StringPiece
/third_party/rust/crates/clang-sys/src/
H A Dsupport.rs59 pub fn find(path: Option<&Path>, args: &[String]) -> Option<Clang> { in find() functions
136 fn find(directory: &Path, patterns: &[&str]) -> Option<PathBuf> { in find() functions
/third_party/rust/crates/clap/src/_cookbook/
H A Dmod.rs54 pub mod find; modules
/third_party/vk-gl-cts/external/amber/src/tools/
H A Dcheck_language.py94 def find(top, filename_glob, skip_glob_list): function
H A Dcopyright.py49 def find(top, filename_glob, skip_glob_list): function
/third_party/skia/src/gpu/
H A DGrHashMapWithCache.h42 const V* find(const K& key) const { in find() function in GrHashMapWithCache
/third_party/skia/src/core/
H A DSkPtrRecorder.cpp24 uint32_t SkPtrSet::find(void* ptr) const { in find() function in SkPtrSet
/third_party/skia/third_party/externals/icu/source/samples/layout/
H A DFontTableCache.cpp61 const void *FontTableCache::find(LETag tableTag) const in find() function in FontTableCache
/third_party/skia/third_party/externals/icu/source/common/
H A Dstringpiece.cpp54 int32_t StringPiece::find(StringPiece needle, int32_t offset) { in find() function in StringPiece
/third_party/python/Lib/test/test_importlib/source/
H A Dtest_case_sensitivity.py67 def find(self, finder): member in CaseSensitivityTestPEP302
80 def find(self, finder): member in CaseSensitivityTestPEP451
/third_party/rust/crates/regex/src/literal/
H A Dmod.rs31 pub fn find(&self, _: &[u8]) -> Option<(usize, usize)> { in find() functions

Completed in 8 milliseconds

12345678910