Home
last modified time | relevance | path

Searched defs:find (Results 101 - 125 of 255) sorted by relevance

1234567891011

/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneNames.java345 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 DTimeZoneNames.java316 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 DTZDBTimeZoneNames.java130 public Collection<MatchInfo> find(CharSequence text, int start, EnumSet<NameType> nameTypes) { in find() method in TZDBTimeZoneNames
H A DTextTrieMap.java96 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 Dlwsac.c214 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 Dfifo_map.hpp415 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 Dserve_header.py214 def find(self, path): member in WorkTrees
/third_party/mesa3d/src/amd/registers/
H A Dregdb.py65 def find(self, k): member in UnionFind
/third_party/node/deps/v8/tools/
H A Dgdb-v8-support.py176 def find(self, startAddr, endAddr, value): member in FindAnywhere
/third_party/node/deps/openssl/openssl/crypto/store/
H A Dstore_local.h91 OSSL_STORE_find_fn find; member
/third_party/libphonenumber/java/libphonenumber/src/com/google/i18n/phonenumbers/
H A DPhoneNumberMatcher.java255 private PhoneNumberMatch find(int index) { in find() method in PhoneNumberMatcher
[all...]
/third_party/rust/crates/aho-corasick/src/packed/
H A Dapi.rs449 pub fn find<B: AsRef<[u8]>>(&self, haystack: B) -> Option<Match> { in find() functions
/third_party/python/Lib/
H A Dgettext.py467 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 DLiveInterval.cpp297 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 DGrGradientBitmapCache.cpp91 bool GrGradientBitmapCache::find(const void* buffer, size_t size, SkBitmap* bm) const { in find() function in GrGradientBitmapCache
/third_party/skia/src/gpu/
H A DGrThreadSafeCache.cpp130 GrSurfaceProxyView GrThreadSafeCache::find(const GrUniqueKey& key) { in find() function in GrThreadSafeCache
/third_party/openssl/crypto/store/
H A Dstore_local.h91 OSSL_STORE_find_fn find; member
/third_party/skia/src/shaders/gradients/
H A DSk4fGradientBase.cpp237 const Sk4fGradientInterval* Sk4fGradientIntervalBuffer::find(SkScalar t) const { in find() function in Sk4fGradientIntervalBuffer
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-object.hh93 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 DRDFRegisters.h54 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 DDenseSet.h165 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 DMsgPackDocument.h207 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 DFunctionLoweringInfo.h111 SlotMapTy::const_iterator find(const Value *V) const { in find() function
H A DLiveIntervalUnion.h71 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 Dtest_path.py19 find = None variable in FinderTests
230 def find(self, *args, **kwargs): member in FindModuleTests
244 def find(sel member in FindSpecTests
[all...]

Completed in 18 milliseconds

1234567891011