/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
|
/third_party/node/deps/v8/tools/ |
H A D | gdb-v8-support.py | 176 def find(self, startAddr, endAddr, value): member in FindAnywhere
|
/third_party/node/deps/openssl/openssl/crypto/store/ |
H A D | store_local.h | 91 OSSL_STORE_find_fn find; member
|
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/ |
H A D | PhoneNumberMatcher.java | 255 private PhoneNumberMatch find(int index) { in find() method in PhoneNumberMatcher [all...] |
/third_party/rust/crates/aho-corasick/src/packed/ |
H A D | api.rs | 449 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find() functions
|
/third_party/python/Lib/ |
H A D | gettext.py | 467 def find(domain, localedir=None, languages=None, all=False): function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | LiveInterval.cpp | 297 iterator find(SlotIndex Pos) { return LR->find(Pos); } in find() function in __anon24032::CalcLiveRangeUtilVector 325 iterator find(SlotIndex Pos) { in find() function in __anon24032::CalcLiveRangeUtilSet 350 LiveRange::iterator LiveRange::find(SlotIndex Pos) { in find() function in LiveRange [all...] |
/third_party/skia/src/gpu/gradients/ |
H A D | GrGradientBitmapCache.cpp | 91 bool GrGradientBitmapCache::find(const void* buffer, size_t size, SkBitmap* bm) const { in find() function in GrGradientBitmapCache
|
/third_party/skia/src/gpu/ |
H A D | GrThreadSafeCache.cpp | 130 GrSurfaceProxyView GrThreadSafeCache::find(const GrUniqueKey& key) { in find() function in GrThreadSafeCache
|
/third_party/openssl/crypto/store/ |
H A D | store_local.h | 91 OSSL_STORE_find_fn find; member
|
/third_party/skia/src/shaders/gradients/ |
H A D | Sk4fGradientBase.cpp | 237 const Sk4fGradientInterval* Sk4fGradientIntervalBuffer::find(SkScalar t) const { in find() function in Sk4fGradientIntervalBuffer
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
H A D | hb-object.hh | 93 bool find (T v, item_t *i, lock_t &l) in find() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | RDFRegisters.h | 54 uint32_t find(T Val) const { in find() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | DenseSet.h | 165 iterator find(const_arg_type_t<ValueT> V) { return Iterator(TheMap.find(V)); } in find() function in llvm::detail::DenseSetImpl 166 const_iterator find(const_arg_type_t<ValueT> V) const { in find() function in llvm::detail::DenseSetImpl
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | MsgPackDocument.h | 207 MapTy::iterator find(DocNode Key) { return Map->find(Key); } in find() function in llvm::msgpack::MapDocNode
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | FunctionLoweringInfo.h | 111 SlotMapTy::const_iterator find(const Value *V) const { in find() function
|
H A D | LiveIntervalUnion.h | 71 SegmentIter find(SlotIndex x) { return Segments.find(x); } in find() function in llvm::LiveIntervalUnion 74 ConstSegmentIter find(SlotIndex x) const { return Segments.find(x); } in find() function in llvm::LiveIntervalUnion
|
/third_party/python/Lib/test/test_importlib/import_/ |
H A D | test_path.py | 19 find = None variable in FinderTests 230 def find(self, *args, **kwargs): member in FindModuleTests 244 def find(sel member in FindSpecTests [all...] |