/third_party/grpc/src/csharp/Grpc.Tools.Tests/ |
D | DepFileUtilTest.cs | 36 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/ |
D | SelectionDAGAddressAnalysis.cpp | 49 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/ |
D | lookup_string_in_fixed_set.c | 144 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/ |
D | static_dict.c | 42 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()
|
D | compress_fragment_two_pass.c | 58 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()
|
D | compress_fragment.c | 58 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/ |
D | static_dict.c | 42 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()
|
D | compress_fragment_two_pass.c | 58 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()
|
D | compress_fragment.c | 58 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/ |
D | origin_whitelist_impl.cc | 126 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/ |
D | message_differencer.h | 318 virtual bool IsMatch( in IsMatch() function 711 bool IsMatch( 798 bool IsMatch(const FieldDescriptor* repeated_field,
|
D | message_differencer.cc | 125 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()
|
D | message_differencer_unittest.cc | 1814 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/ |
D | prog.cc | 195 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
|
D | dfa.cc | 121 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/ |
D | browser_impl.h | 119 bool IsMatch(bool is_loading, bool can_go_back, bool can_go_forward) const { in IsMatch() function
|
D | browser_impl.cc | 392 last_loading_state_->IsMatch(isLoading, canGoBack, canGoForward)) { in OnLoadingStateChange()
|
/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/ |
D | DescriptorPool.cs | 198 if (!ValidationRegex.IsMatch(descriptor.Name)) in ValidateSymbolName()
|
/third_party/libphonenumber/cpp/src/phonenumbers/ |
D | phonenumberutil.cc | 509 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()
|