Home
last modified time | relevance | path

Searched defs:matches (Results 26 - 50 of 235) sorted by relevance

12345678910

/third_party/skia/src/gpu/
H A DGrContextThreadSafeProxyPriv.h26 bool matches(GrContext_Base* candidate) const { in matches() function in GrContextThreadSafeProxyPriv
H A DGrBaseContextPriv.h23 bool matches(GrContext_Base* candidate) const { return this->context()->matches(candidate); } in matches() function in GrBaseContextPriv
/third_party/skia/third_party/externals/brotli/scripts/
H A Dfix-win-bazel-build.py8 matches = [] variable
/third_party/skia/third_party/externals/icu/source/common/
H A Dunifilt.cpp42 UMatchDegree UnicodeFilter::matches(const Replaceable& text, in matches() function in UnicodeFilter
/third_party/rust/crates/clap/examples/derive_ref/
H A Dflatten_hand_args.rs13 let mut matches = matches.clone(); in from_arg_matches() variables
24 let mut matches in update_from_arg_matches() variables
[all...]
/third_party/backends/backend/genesys/
H A Dvalue_filter.h45 bool matches(T value) const in matches() function in genesys::ValueFilterAny
98 bool matches(T value) const in matches() function in genesys::ValueFilter
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/breakiter/
H A DBytesDictionaryMatcher.java46 public int matches(CharacterIterator text_, int maxLength, int[] lengths, int[] count_, int limit, int[] values) { in matches() method in BytesDictionaryMatcher
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DUnicodeMatcher.java101 public abstract int matches(Replaceable text, in matches() method
H A DQuantifier.java38 public int matches(Replaceable text, in matches() method in Quantifier
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
H A DUnicodeMatcher.java96 public abstract int matches(Replaceable text, in matches() method
H A DQuantifier.java39 public int matches(Replaceable text, in matches() method in Quantifier
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Option/
H A DOption.cpp93 bool Option::matches(OptSpecifier Opt) const { in matches() function in Option
/base/global/i18n/frameworks/intl/entity_recognition/date_time_recognition/src/
H A Ddate_rule_init.cpp48 std::vector<MatchedDateTimeInfo> matches = GetMatches(message); in Detect() local
119 std::vector<MatchedDateTimeInfo> matches; in GetMatches() local
129 void DateRuleInit::GetMatchedInfo(std::vector<MatchedDateTimeInfo>& matches, MatchedDateTimeInfo& match, in GetMatchedInfo() argument
[all...]
/foundation/graphic/graphic_3d/lume/metaobject/src/
H A Dobject.cpp113 size_t matches = 0; in CheckRequiredInterfaces() local
/third_party/icu/icu4c/source/i18n/
H A Dquant.cpp65 UMatchDegree Quantifier::matches(const Replaceable& text, in matches() function in Quantifier
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvfscanf.c69 int matches=0; in vfscanf() local
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvfscanf.c69 int matches=0; in vfscanf() local
/third_party/node/deps/brotli/c/enc/
H A Dstatic_dict.c26 AddMatch(size_t distance, size_t len, size_t len_code, uint32_t* matches) AddMatch() argument
77 BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length, uint32_t* matches) BrotliFindAllStaticDictionaryMatches() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/
H A Dquant.cpp65 UMatchDegree Quantifier::matches(const Replaceable& text, in matches() function in Quantifier
/third_party/node/deps/v8/src/objects/
H A Dfixed-array.h612 bool matches(int offset, const T* buffer, int length) { in matches() function
/third_party/rust/crates/aho-corasick/src/
H A Dlib.rs53 let mut matches = vec![]; variables
78 let mut matches = vec![]; variables
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DLLVMAsm.cpp128 std::smatch matches; in fixupAsmFile() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dquant.cpp65 UMatchDegree Quantifier::matches(const Replaceable& text, in matches() function in Quantifier
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dstatic_dict.c26 AddMatch(size_t distance, size_t len, size_t len_code, uint32_t* matches) AddMatch() argument
77 BrotliFindAllStaticDictionaryMatches( const BrotliEncoderDictionary* dictionary, const uint8_t* data, size_t min_length, size_t max_length, uint32_t* matches) BrotliFindAllStaticDictionaryMatches() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/FuzzMutate/
H A DOpDescriptor.h77 bool matches(ArrayRef<Value *> Cur, const Value *New) { in matches() function in llvm::fuzzerop::SourcePred

Completed in 8 milliseconds

12345678910