/external/v8/src/objects/ |
D | string-table.h | 35 static inline bool IsMatch(Key key, Object* value) { in IsMatch() function
|
D | compilation-cache.h | 19 static inline bool IsMatch(HashTableKey* key, Object* value) { in IsMatch() function
|
D | string-inl.h | 213 bool IsMatch(Object* string) override { in IsMatch() function 259 bool IsMatch(Object* string) override { in IsMatch() function 273 bool IsMatch(Object* string) override { in IsMatch() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | X86EVEX2VEXTablesEmitter.cpp | 103 class IsMatch { class 107 IsMatch(const CodeGenInstruction *EVEXInst) : EVEXInst(EVEXInst) {} in IsMatch() function in __anond51613d60111::IsMatch
|
D | X86FoldTablesEmitter.cpp | 309 class IsMatch { class 313 IsMatch(const CodeGenInstruction *Inst, const RecordKeeper &Records) in IsMatch() function in __anond1d7e91e0111::IsMatch
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGAddressAnalysis.cpp | 46 bool IsMatch = in equalBaseIndex() local
|
/external/toolchain-utils/automation/common/ |
D | machine.py | 63 def IsMatch(self, machine): member in MachineSpecification
|
/external/brotli/c/enc/ |
D | static_dict.c | 42 static BROTLI_INLINE BROTLI_BOOL IsMatch(const BrotliDictionary* dictionary, in IsMatch() function
|
D | compress_fragment_two_pass.c | 58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2, in IsMatch() function
|
D | compress_fragment.c | 58 static BROTLI_INLINE BROTLI_BOOL IsMatch(const uint8_t* p1, const uint8_t* p2) { in IsMatch() function
|
/external/v8/src/ast/ |
D | ast-value-factory.cc | 62 bool IsMatch(Object* other) override { in IsMatch() function in v8::internal::AstRawStringInternalizationKey
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.h | 299 virtual bool IsMatch(const Message& message1, in IsMatch() function
|
D | message_differencer.cc | 92 virtual bool IsMatch( in IsMatch() function in google::protobuf::util::MessageDifferencer::MultipleFieldsMapKeyComparator 744 bool MessageDifferencer::IsMatch(const FieldDescriptor* repeated_field, in IsMatch() function in google::protobuf::util::MessageDifferencer
|
D | message_differencer_unittest.cc | 1503 virtual bool IsMatch( in IsMatch() function in google::protobuf::__anon7d50b33e0111::ValueProductMapKeyComparator
|
/external/v8/src/ |
D | objects-inl.h | 1977 bool StringSetShape::IsMatch(String* key, Object* value) { in IsMatch() function 2977 bool NumberDictionaryBaseShape::IsMatch(uint32_t key, Object* other) { in IsMatch() function 3006 bool NameDictionaryShape::IsMatch(Handle<Name> key, Object* other) { in IsMatch() function 3020 bool GlobalDictionaryShape::IsMatch(Handle<Name> key, Object* other) { in IsMatch() function 3054 bool ObjectHashTableShape::IsMatch(Handle<Object> key, Object* other) { in IsMatch() function
|
D | objects.cc | 16189 bool IsMatch(Object* other) override { in IsMatch() function in v8::internal::StringSharedKey 16648 bool IsMatch(Object* obj) override { in IsMatch() function in v8::internal::RegExpKey 16672 bool SeqOneByteSubStringKey::IsMatch(Object* string) { in IsMatch() function in v8::internal::SeqOneByteSubStringKey 16690 bool IsMatch(Object* string) override { in IsMatch() function in v8::internal::InternalizedStringKey 17008 bool IsMatch(Object* o) override { in IsMatch() function in v8::internal::TwoCharHashTableKey 17275 bool IsMatch(Object* otherstring) override { in IsMatch() function in v8::internal::__anon224839ec2011::StringTableNoAllocateKey
|
/external/v8/src/snapshot/ |
D | deserializer.cc | 124 bool StringTableInsertionKey::IsMatch(Object* string) { in IsMatch() function in v8::internal::StringTableInsertionKey
|
/external/lzma/CPP/7zip/Bundles/LzmaSpec/ |
D | LzmaSpec.cpp | 435 CProb IsMatch[kNumStates << kNumPosBitsMax]; member in CLzmaDecoder
|
/external/lzma/Asm/x86/ |
D | LzmaDecOpt.asm | 487 IsMatch equ (LenCoder + kNumLenProbs) define
|
/external/lzma/C/ |
D | LzmaDec.c | 137 #define IsMatch (LenCoder + kNumLenProbs) macro
|
/external/u-boot/lib/lzma/ |
D | LzmaDec.c | 97 #define IsMatch 0 macro
|
/external/protobuf/src/google/protobuf/ |
D | map.h | 1275 bool IsMatch(const Key& k0, const Key& k1) const { in IsMatch() function
|