/external/regex-re2/re2/ |
D | prog.cc | 171 static bool IsMatch(Prog*, Prog::Inst*); 224 IsMatch(this, k)) { in Optimize() 228 if (IsMatch(this, j) && in Optimize() 238 static bool IsMatch(Prog* prog, Prog::Inst* ip) { in IsMatch() function
|
D | dfa.cc | 97 inline bool IsMatch() const { return flag_ & kFlagMatch; } in IsMatch() function 1335 if (s->IsMatch()) { in InlinedSearchLoop() 1445 if (s->IsMatch()) { in InlinedSearchLoop() 1507 if (s > SpecialStateMax && s->IsMatch()) { in InlinedSearchLoop() 2048 if (ns != DeadState && (ns == FullMatchState || ns->IsMatch())) in PossibleMatchRange()
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 435 CProb IsMatch[kNumStates << kNumPosBitsMax]; member in CLzmaDecoder 450 INIT_PROBS(IsMatch); in Init() 483 if (RangeDec.DecodeBit(&IsMatch[(state << kNumPosBitsMax) + posState]) == 0) in Decode()
|
/external/autotest/client/tests/kvm/deps/ |
D | whql_submission_15.cs | 119 if (deviceRegex.IsMatch(d.FriendlyName)) in GetDevice() 285 if (jobRegex.IsMatch(j.Name)) in Main()
|
/external/skia/src/pdf/ |
D | SkPDFFont.h | 146 static Match IsMatch(SkPDFFont* existingFont,
|
D | SkPDFCanon.cpp | 62 SkPDFFont::Match match = SkPDFFont::IsMatch( in findFont()
|
D | SkPDFFont.cpp | 1398 SkPDFFont::Match SkPDFFont::IsMatch(SkPDFFont* existingFont, in IsMatch() function in SkPDFFont
|
/external/lzma/C/ |
D | LzmaDec.c | 103 #define IsMatch 0 macro 104 #define IsRep (IsMatch + (kNumStates << kNumPosBitsMax)) 169 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_DecodeReal() 535 prob = probs + IsMatch + (state << kNumPosBitsMax) + posState; in LzmaDec_TryDummy()
|
/external/v8/src/ast/ |
D | ast-value-factory.cc | 60 bool IsMatch(Object* other) override { in IsMatch() function in v8::internal::AstRawStringInternalizationKey
|
/external/lzma/DOC/ |
D | lzma-specification.txt | 933 CProb IsMatch[kNumStates << kNumPosBitsMax]; 961 "IsMatch" and "IsRep0Long" arrays: 969 IsMatch[state2] decode 991 If the value "0" was decoded with IsMatch[state2] decoding, we have "LITERAL" type. 1014 If the value "1" was decoded with IsMatch[state2] decoding,
|
/external/v8/src/ |
D | objects.h | 3260 virtual bool IsMatch(Object* other) = 0; 3274 static inline bool IsMatch(HashTableKey* key, Object* value) { in IsMatch() function 3275 return key->IsMatch(value); in IsMatch() 3524 static inline bool IsMatch(Handle<Name> key, Object* other); 3576 static inline bool IsMatch(uint32_t key, Object* other); 3675 static inline bool IsMatch(Handle<Object> key, Object* other); 3942 static inline bool IsMatch(Handle<Object> key, Object* other); 7857 static inline bool IsMatch(HashTableKey* key, Object* value) { in DEFINE_OPERATORS_FOR_FLAGS() 7858 return key->IsMatch(value); in DEFINE_OPERATORS_FOR_FLAGS() 7973 static inline bool IsMatch(HashTableKey* key, Object* value) { in IsMatch() function [all …]
|
D | objects-inl.h | 569 bool IsMatch(Object* string) override { in IsMatch() function 599 bool IsMatch(Object* string) override; 615 bool IsMatch(Object* string) override { in IsMatch() function 629 bool IsMatch(Object* string) override { in IsMatch() function 3151 Shape::IsMatch(key, element)) return entry; in FindEntry() 7323 bool NumberDictionaryShape::IsMatch(uint32_t key, Object* other) { in IsMatch() function 7359 bool NameDictionaryShape::IsMatch(Handle<Name> key, Object* other) { in IsMatch() function 7418 bool ObjectHashTableShape::IsMatch(Handle<Object> key, Object* other) { in IsMatch() function 7452 bool WeakHashTableShape<entrysize>::IsMatch(Handle<Object> key, Object* other) { in IsMatch() function
|
D | objects.cc | 10346 bool IsMatch(Object* other) override { in IsMatch() function in v8::internal::CodeCacheHashTableKey 10474 bool IsMatch(Object* other) override { in IsMatch() function in v8::internal::PolymorphicCodeCacheHashTableKey 16670 bool IsMatch(Object* other) override { in IsMatch() function in v8::internal::StringSharedKey 16946 bool IsMatch(Object* obj) override { in IsMatch() function in v8::internal::RegExpKey 16995 bool SeqOneByteSubStringKey::IsMatch(Object* string) { in IsMatch() function in v8::internal::SeqOneByteSubStringKey 17007 bool IsMatch(Object* string) override { in IsMatch() function in v8::internal::InternalizedStringKey 17779 bool IsMatch(Object* o) override { in IsMatch() function in v8::internal::TwoCharHashTableKey 18064 bool IsMatch(Object* strings) override { in IsMatch() function in v8::internal::StringsKey
|
/external/v8/src/snapshot/ |
D | serialize.cc | 661 bool IsMatch(Object* string) override { in IsMatch() function in v8::internal::StringTableInsertionKey
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/testing/ |
D | perf_report_output.txt | 1078 0.12^3570523^HTMLParserThrea^chrome ^[.] v8::internal::CodeCacheHashTableKey::IsMatch… 1080 --- v8::internal::CodeCacheHashTableKey::IsMatch(v8::internal::Object*)
|