/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ConstantFoldingTest.h | 73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() function 95 bool isEqual(const TConstantUnion &node, const int &value) const in isEqual() function 108 bool isEqual(const TConstantUnion &node, const unsigned int &value) const in isEqual() function 120 bool isEqual(const TConstantUnion &node, const bool &value) const in isEqual() function
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
D | ConstantFoldingTest.h | 73 bool isEqual(const TConstantUnion &node, const float &value) const in isEqual() function 95 bool isEqual(const TConstantUnion &node, const int &value) const in isEqual() function 108 bool isEqual(const TConstantUnion &node, const unsigned int &value) const in isEqual() function 120 bool isEqual(const TConstantUnion &node, const bool &value) const in isEqual() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | LLVMContextImpl.h | 79 static bool isEqual(const APInt &LHS, const APInt &RHS) { in isEqual() function 92 static bool isEqual(const APFloat &LHS, const APFloat &RHS) { in isEqual() function 138 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { in isEqual() function 144 static bool isEqual(const StructType *LHS, const StructType *RHS) { in isEqual() function 194 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual() function 200 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | CostAllocator.h | 70 static bool isEqual(const ValueKeyT1 &C1, const ValueKeyT2 &C2) { in isEqual() function 75 static bool isEqual(const ValueKeyT &C, PoolEntry *P) { in isEqual() function 81 static bool isEqual(PoolEntry *P1, PoolEntry *P2) { in isEqual() function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | Equator.java | 21 public boolean isEqual(Object a, Object b); in isEqual() method
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/ |
D | Equator.java | 22 public boolean isEqual(Object a, Object b); in isEqual() method
|
/third_party/typescript/tests/ts_extra_tests/test_ts_cases/spec/types/type_relationships/Type_and_Member_Identity/ |
D | Type_and_Member_Identity_1.ts | 41 let isEqual: IsEqual<T, U> = true; variable
|
D | Type_and_Member_Identity_4.ts | 44 let isEqual: IsEqual<T, U> = true; variable
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcLimitTest.inl | 258 bool LimitCase<DataType>::isEqual(DataType a, DataType b) const function in LimitCase 264 bool LimitCase<tcu::IVec3>::isEqual(tcu::IVec3 a, tcu::IVec3 b) const function in LimitCase::IVec3
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/ |
D | DWARFLinkerDeclContext.h | 156 static bool isEqual(const DeclContext *LHS, const DeclContext *RHS) { in isEqual() function
|
/third_party/jsoncpp/src/lib_json/ |
D | json_valueiterator.inl | 55 bool ValueIteratorBase::isEqual(const SelfType& other) const { function in Json::ValueIteratorBase
|
/third_party/skia/third_party/externals/angle2/src/tests/capture_replay_tests/ |
D | CaptureReplayTests.cpp | 153 bool isEqual = in runTest() local
|
/third_party/flutter/skia/src/gpu/ |
D | GrXferProcessor.h | 170 bool isEqual(const GrXferProcessor& that) const { in isEqual() function
|
/third_party/node/deps/npm/node_modules/ip/lib/ |
D | ip.js | 268 ip.isEqual = function(a, b) { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | ImmutableList.h | 127 bool isEqual(const ImmutableList& L) const { return X == L.X; } in isEqual() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFAcceleratorTable.h | 342 static bool isEqual(uint32_t LHS, const Abbrev &RHS) { in isEqual() function 345 static bool isEqual(const Abbrev &LHS, const Abbrev &RHS) { in isEqual() function
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 442 private void doTestCompare(String s1, String s2, boolean isEqual){ in doTestCompare()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/stringprep/ |
D | TestIDNARef.java | 445 private void doTestCompare(String s1, String s2, boolean isEqual){ in doTestCompare()
|
/third_party/vk-gl-cts/modules/gles2/scripts/ |
D | genutil.py | 181 def isEqual(a, b): return Scalar(a.isEqual(b)) member in GenMath 222 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) member in Scalar 313 def isEqual(self, other): member in Vec 649 def isEqual(self, other): member in Mat
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | EarlyCSE.cpp | 392 bool DenseMapInfo<SimpleValue>::isEqual(SimpleValue LHS, SimpleValue RHS) { in isEqual() function in DenseMapInfo 460 bool DenseMapInfo<CallValue>::isEqual(CallValue LHS, CallValue RHS) { in isEqual() function in DenseMapInfo
|
/third_party/vk-gl-cts/modules/gles31/scripts/ |
D | genutil.py | 191 def isEqual(a, b): return Scalar(a.isEqual(b)) member in GenMath 235 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) member in Scalar 373 def isEqual(self, other): member in Vec 798 def isEqual(self, other): member in Mat
|
/third_party/vk-gl-cts/modules/gles3/scripts/ |
D | genutil.py | 191 def isEqual(a, b): return Scalar(a.isEqual(b)) member in GenMath 235 def isEqual(self, other): assert isinstance(other, Scalar); return (self.x == other.x) member in Scalar 371 def isEqual(self, other): member in Vec 796 def isEqual(self, other): member in Mat
|
/third_party/flutter/skia/src/core/ |
D | SkRasterClip.cpp | 173 bool isEqual = fIsBW ? fBW == other.fBW : fAA == other.fAA; in operator ==() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86OptimizeLEAs.cpp | 176 static bool isEqual(const MemOpKey &LHS, const MemOpKey &RHS) { in isEqual() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | GSIStreamBuilder.cpp | 46 static bool isEqual(const CVSymbol &LHS, const CVSymbol &RHS) { in isEqual() function
|