/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | LazyEmittingLayer.h | 48 JITSymbol find(StringRef Name, bool ExportedSymbolsOnly, BaseLayerT &B) { in find() function in llvm::orc::LazyEmittingLayer::EmissionDeferredModule
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | SmallString.h | 147 size_t find(char C, size_t From = 0) const { in find() function in llvm::SmallString 155 size_t find(StringRef Str, size_t From = 0) const { in find() function in llvm::SmallString
|
/third_party/skia/tools/ |
H A D | SkMetaData.cpp | 174 const SkMetaData::Rec* SkMetaData::find(const char name[], Type type) const { in find() function in SkMetaData
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | hash.h | 241 inline const UHashElement* Hashtable::find(const UnicodeString& key) const { in find() function in Hashtable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | MapVector.h | 147 iterator find(const KeyT &Key) { in find() function in llvm::MapVector 153 const_iterator find(const KeyT &Key) const { in find() function in llvm::MapVector
|
H A D | SmallString.h | 146 size_t find(char C, size_t From = 0) const { in find() function in llvm::SmallString 154 size_t find(StringRef Str, size_t From = 0) const { in find() function in llvm::SmallString
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | DominanceFrontier.h | 84 iterator find(BlockT *B) { return Frontiers.find(B); } in find() function in llvm::DominanceFrontierBase 85 const_iterator find(BlockT *B) const { return Frontiers.find(B); } in find() function in llvm::DominanceFrontierBase
|
/third_party/protobuf/src/google/protobuf/stubs/ |
H A D | stringpiece.cc | 104 stringpiece_ssize_type StringPiece::find(StringPiece s, size_type pos) const { in find() function in google::protobuf::StringPiece 114 stringpiece_ssize_type StringPiece::find(char c, size_type pos) const { in find() function in google::protobuf::StringPiece
|
/third_party/skia/gm/ |
H A D | all_bitmap_configs.cpp | 108 int find(T* array, int N, T item) { in find() function
|
/third_party/skia/include/core/ |
H A D | SkStringView.h | 106 size_type find(string_view needle, size_type pos = 0) const { in find() function in skstd::string_view
|
/third_party/rust/crates/regex/src/literal/ |
H A D | imp.rs | 79 pub fn find(&self, haystack: &[u8]) -> Option<(usize, usize)> { in find() functions 330 fn find(&self, text: &[u8]) -> Option<usize> { in find() functions 375 pub fn find(&self, haystack: &[u8]) -> Option<usize> { find() functions [all...] |
/third_party/spirv-tools/utils/ |
H A D | check_copyright.py | 91 def find(top, filename_glob, skip_glob_dir_list, skip_glob_files_list): function
|
/kernel/linux/linux-5.10/drivers/xen/xen-pciback/ |
H A D | pciback.h | 103 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
|
/kernel/linux/linux-6.6/drivers/xen/xen-pciback/ |
H A D | pciback.h | 108 int (*find)(struct pci_dev *pcidev, struct xen_pcibk_device *pdev, member
|
/third_party/backends/backend/escl/ |
H A D | escl_capabilities.c | 410 replace_char(char* str, char find, char replace){ in replace_char() argument
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 128 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TZDBTimeZoneNames
|
H A D | TextTrieMap.java | 91 public void find(CharSequence text, ResultHandler<V> handler) { in find() method in TextTrieMap 95 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() method in TextTrieMap 99 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap 104 private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap [all...] |
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | TimeZoneNames.java | 345 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() method in TimeZoneNames 592 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TimeZoneNames.DefaultTimeZoneNames
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | TimeZoneNames.java | 316 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> types) { in find() method in TimeZoneNames 570 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TimeZoneNames.DefaultTimeZoneNames
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | TZDBTimeZoneNames.java | 130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TZDBTimeZoneNames
|
H A D | TextTrieMap.java | 96 public void find(CharSequence text, ResultHandler<V> handler) { in find() method in TextTrieMap 100 public void find(CharSequence text, int offset, ResultHandler<V> handler) { in find() method in TextTrieMap 104 private void find(CharSequence text, int offset, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap 109 private synchronized void find(Node node, CharIterator chitr, ResultHandler<V> handler, Output output) { in find() method in TextTrieMap [all...] |
/third_party/libwebsockets/lib/misc/lwsac/ |
H A D | lwsac.c | 214 lwsac_scan_extant(struct lwsac *head, uint8_t *find, size_t len, int nul) in lwsac_scan_extant() argument
|
/third_party/json/tests/thirdparty/fifo_map/ |
H A D | fifo_map.hpp | 415 iterator find(const Key& key) in find() function in nlohmann::fifo_map 421 const_iterator find(const Key& key) const in find() function in nlohmann::fifo_map
|
/third_party/json/tools/serve_header/ |
H A D | serve_header.py | 214 def find(self, path): member in WorkTrees
|
/third_party/mesa3d/src/amd/registers/ |
H A D | regdb.py | 65 def find(self, k): member in UnionFind
|