Home
last modified time | relevance | path

Searched refs:IsMatch (Results 1 – 19 of 19) sorted by relevance

/third_party/grpc/src/csharp/Grpc.Tools.Tests/
DDepFileUtilTest.cs36 StringAssert.IsMatch("^[a-f0-9]{16}$", hashFoo1); in HashString64Hex_IsSane()
44 StringAssert.IsMatch(@"^out[\\/][a-f0-9]{16}_foo.protodep$", in GetDepFilenameForProto_IsSane()
46 StringAssert.IsMatch(@"^[a-f0-9]{16}_foo.protodep$", in GetDepFilenameForProto_IsSane()
73 StringAssert.IsMatch(@"^out[\\/][a-f0-9]{16}$", in GetOutputDirWithHash_IsSane()
75 StringAssert.IsMatch(@"^[a-f0-9]{16}$", in GetOutputDirWithHash_IsSane()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGAddressAnalysis.cpp49 bool IsMatch = in equalBaseIndex() local
51 if (IsMatch) { in equalBaseIndex()
53 IsMatch = A->getMachineCPVal() == B->getMachineCPVal(); in equalBaseIndex()
55 IsMatch = A->getConstVal() == B->getConstVal(); in equalBaseIndex()
57 if (IsMatch) { in equalBaseIndex()
/third_party/libpsl/src/
Dlookup_string_in_fixed_set.c144 static int IsMatch(const unsigned char* offset, in IsMatch() function
225 if (!IsMatch(offset, end, key, multibyte_start)) in LookupStringInFixedSet()
238 if (!IsMatch(offset, end, key, multibyte_start)) in LookupStringInFixedSet()
/third_party/skia/third_party/externals/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
282 if (!IsMatch(dictionary->words, w, data, max_length)) { in BrotliFindAllStaticDictionaryMatches()
338 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
382 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
432 IsMatch(dictionary->words, w, &data[2], max_length - 2)) { in BrotliFindAllStaticDictionaryMatches()
461 IsMatch(dictionary->words, w, &data[5], max_length - 5)) { in BrotliFindAllStaticDictionaryMatches()
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
299 if (IsMatch(ip, candidate, min_match)) { in CreateCommands()
310 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate, min_match))); in CreateCommands()
386 IsMatch(ip, candidate, min_match)) { in CreateCommands()
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
537 if (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
548 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate))); in BrotliCompressFragmentFastImpl()
619 while (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
/third_party/node/deps/brotli/c/enc/
Dstatic_dict.c42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
282 if (!IsMatch(dictionary->words, w, data, max_length)) { in BrotliFindAllStaticDictionaryMatches()
338 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
382 if (!IsMatch(dictionary->words, w, &data[1], max_length - 1)) { in BrotliFindAllStaticDictionaryMatches()
432 IsMatch(dictionary->words, w, &data[2], max_length - 2)) { in BrotliFindAllStaticDictionaryMatches()
461 IsMatch(dictionary->words, w, &data[5], max_length - 5)) { in BrotliFindAllStaticDictionaryMatches()
Dcompress_fragment_two_pass.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
299 if (IsMatch(ip, candidate, min_match)) { in CreateCommands()
310 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate, min_match))); in CreateCommands()
386 IsMatch(ip, candidate, min_match)) { in CreateCommands()
Dcompress_fragment.c58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
537 if (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
548 } while (BROTLI_PREDICT_TRUE(!IsMatch(ip, candidate))); in BrotliCompressFragmentFastImpl()
619 while (IsMatch(ip, candidate)) { in BrotliCompressFragmentFastImpl()
/third_party/cef/libcef/browser/
Dorigin_whitelist_impl.cc126 if (IsMatch(source, target, entry)) in HasCrossOriginWhitelistEntry()
165 static bool IsMatch(const url::Origin& source_origin, in IsMatch() function in __anon23517f310111::CefOriginWhitelistManager
/third_party/protobuf/src/google/protobuf/util/
Dmessage_differencer.h318 virtual bool IsMatch( in IsMatch() function
711 bool IsMatch(
798 bool IsMatch(const FieldDescriptor* repeated_field,
Dmessage_differencer.cc125 bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::util::MessageDifferencer::MultipleFieldsMapKeyComparator
207 bool MessageDifferencer::MapEntryKeyComparator::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer::MapEntryKeyComparator
876 bool MessageDifferencer::IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer
911 match = key_comparator->IsMatch(m1, m2, current_parent_fields); in IsMatch()
1615 return IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
1634 if (IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
1659 match = IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
1662 match = IsMatch(repeated_field, key_comparator, &message1, &message2, in MatchRepeatedFieldIndices()
Dmessage_differencer_unittest.cc1814 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anon8cd0d3480111::ValueProductMapKeyComparator
1875 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anon8cd0d3480111::OffsetByOneMapKeyComparator
3306 virtual bool IsMatch(const Message& message1, const Message& message2, in IsMatch() function in google::protobuf::__anon8cd0d3480111::LengthMapKeyComparator
/third_party/re2/re2/
Dprog.cc195 static bool IsMatch(Prog*, Prog::Inst*);
248 IsMatch(this, k)) { in Optimize()
252 if (IsMatch(this, j) && in Optimize()
262 static bool IsMatch(Prog* prog, Prog::Inst* ip) { in IsMatch() function
Ddfa.cc121 inline bool IsMatch() const { return (flag_ & kFlagMatch) != 0; } in IsMatch() function
1349 if (s->IsMatch()) { in InlinedSearchLoop()
1469 if (s->IsMatch()) { in InlinedSearchLoop()
1541 if (s->IsMatch()) { in InlinedSearchLoop()
1988 s == FullMatchState || s->IsMatch()); in BuildAllStates()
2078 if (ns != DeadState && (ns == FullMatchState || ns->IsMatch())) in PossibleMatchRange()
/third_party/cef/libcef/renderer/
Dbrowser_impl.h119 bool IsMatch(bool is_loading, bool can_go_back, bool can_go_forward) const { in IsMatch() function
Dbrowser_impl.cc392 last_loading_state_->IsMatch(isLoading, canGoBack, canGoForward)) { in OnLoadingStateChange()
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DDescriptorPool.cs198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()
/third_party/libphonenumber/cpp/src/phonenumbers/
Dphonenumberutil.cc509 bool IsMatch(const MatcherApi& matcher_api, in IsMatch() function
2513 return IsMatch(*matcher_api_, national_number, number_desc); in IsNumberMatchingDesc()
2838 IsMatch(*matcher_api_, *number, general_desc); in MaybeStripNationalPrefixAndCarrierCode()
2857 !IsMatch(*matcher_api_, number_string_copy, general_desc)) { in MaybeStripNationalPrefixAndCarrierCode()
2875 !IsMatch(*matcher_api_, number_copy_as_string, general_desc)) { in MaybeStripNationalPrefixAndCarrierCode()
3035 if ((!IsMatch(*matcher_api_, *national_number, general_num_desc) && in MaybeExtractCountryCode()
3036 IsMatch( in MaybeExtractCountryCode()