HomeSort by relevance Sort by last modified time
    Searched defs:Equals (Results 76 - 100 of 376) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/skia/src/core/
SkColorSpace.cpp 503 bool SkColorSpace::Equals(const SkColorSpace* src, const SkColorSpace* dst) {
  /external/skia/src/gpu/
GrColorSpaceXform.cpp 170 bool GrColorSpaceXform::Equals(const GrColorSpaceXform* a, const GrColorSpaceXform* b) {
267 return GrColorSpaceXform::Equals(fColorXform.get(), other.fColorXform.get());
  /external/skqp/src/core/
SkColorSpace.cpp 503 bool SkColorSpace::Equals(const SkColorSpace* src, const SkColorSpace* dst) {
  /external/skqp/src/gpu/
GrColorSpaceXform.cpp 170 bool GrColorSpaceXform::Equals(const GrColorSpaceXform* a, const GrColorSpaceXform* b) {
267 return GrColorSpaceXform::Equals(fColorXform.get(), other.fColorXform.get());
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ProfileVerifierPass.cpp 160 static bool Equals(double A, double B) {
320 CheckValue(!Equals(DI.inWeight,DI.BBWeight),
326 CheckValue(!Equals(DI.BBWeight,DI.outWeight),
331 CheckValue(!Equals(DI.inWeight,DI.outWeight),
334 CheckValue(!Equals(DI.inWeight,DI.outWeight),
  /external/v8/src/
bit-vector.h 169 bool Equals(const BitVector& other) const {
  /external/v8/src/compiler/
operator.h 79 // Check if this operator equals another operator. Equivalent operators can
82 virtual bool Equals(const Operator* that) const {
184 bool Equals(const Operator* other) const final {
load-elimination.cc 150 bool LoadElimination::AbstractChecks::Equals(AbstractChecks const* that) const {
173 if (this->Equals(that)) return this;
233 bool LoadElimination::AbstractElements::Equals(
268 if (this->Equals(that)) return this;
361 bool LoadElimination::AbstractState::Equals(AbstractState const* that) const {
363 if (!that->checks_ || !that->checks_->Equals(this->checks_)) {
370 if (!that->elements_ || !that->elements_->Equals(this->elements_)) {
380 if (!that_field || !that_field->Equals(this_field)) return false;
386 if (!that->maps_ || !that->maps_->Equals(this->maps_)) {
    [all...]
  /external/v8/src/crankshaft/
unique.h 197 bool Equals(const UniqueSet<T>* that) const {
  /external/webrtc/talk/app/webrtc/
statstypes.cc 93 bool Equals(const IdBase& other) const override {
94 return IdBase::Equals(other) &&
111 bool Equals(const IdBase& other) const override {
112 return IdBase::Equals(other) &&
132 bool Equals(const IdBase& other) const override {
133 return TypedId::Equals(other) &&
168 bool Equals(const IdBase& other) const override {
169 return IdBase::Equals(other) &&
205 bool Equals(const IdBase& other) const override {
206 return ComponentId::Equals(other) &
    [all...]
  /external/webrtc/webrtc/modules/desktop_capture/
desktop_region.cc 58 bool DesktopRegion::Equals(const DesktopRegion& region) const {
  /frameworks/base/tools/aapt2/
ResourceValues.cpp 72 bool RawString::Equals(const Value* value) const {
108 bool Reference::Equals(const Value* value) const {
213 bool Id::Equals(const Value* value) const {
234 bool String::Equals(const Value* value) const {
290 bool StyledString::Equals(const Value* value) const {
342 bool FileReference::Equals(const Value* value) const {
394 bool BinaryPrimitive::Equals(const Value* value) const {
542 bool Attribute::Equals(const Value* value) const {
572 return a->symbol.Equals(&b->symbol) && a->value == b->value;
869 bool Style::Equals(const Value* value) const
    [all...]
  /external/guava/guava-testlib/test/com/google/common/testing/anotherpackage/
ForwardingWrapperTesterTest.java 103 @Override public boolean equals(Object o) {
106 return runnable.equals(that.runnable);
120 @Override public boolean equals(Object o) {
123 return runnable.equals(that.runnable);
413 private interface Equals {
414 @Override boolean equals(Object obj); method in interface:ForwardingWrapperTesterTest.Equals
419 private static class NoDelegateToEquals implements Equals {
421 private static Function<Equals, Equals> WRAPPER = new Function<Equals, Equals>()
    [all...]
  /external/llvm/include/llvm/ADT/
FoldingSet.h 231 // Equals - Test if the profile for X would match ID, using TempID
235 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
264 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
373 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
387 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
426 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
507 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
FoldingSet.h 219 // Equals - Test if the profile for X would match ID, using TempID
223 static inline bool Equals(T &X, const FoldingSetNodeID &ID,
252 static inline bool Equals(T &X, const FoldingSetNodeID &ID,
346 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
359 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
393 return FoldingSetTrait<T>::Equals(*TN, ID, TempID);
471 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, TempID, Context);
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ScalarEvolution.h 137 static bool Equals(const SCEV &X, const FoldingSetNodeID &ID,
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
FoldingSet.h 238 // Equals - Test if the profile for X would match ID, using TempID
242 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
270 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
379 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
393 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
433 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
516 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 238 // Equals - Test if the profile for X would match ID, using TempID
242 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
270 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
379 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
393 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
433 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
516 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
FoldingSet.h 233 // Equals - Test if the profile for X would match ID, using TempID
237 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
265 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
374 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
388 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
495 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
544 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
FoldingSet.h 238 // Equals - Test if the profile for X would match ID, using TempID
242 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
270 static inline bool Equals(T &X, const FoldingSetNodeID &ID, unsigned IDHash,
379 DefaultFoldingSetTrait<T>::Equals(T &X, const FoldingSetNodeID &ID,
393 DefaultContextualFoldingSetTrait<T, Ctx>::Equals(T &X,
433 return FoldingSetTrait<T>::Equals(*TN, ID, IDHash, TempID);
516 return ContextualFoldingSetTrait<T, Ctx>::Equals(*TN, ID, IDHash, TempID,

Completed in 1059 milliseconds

1 2 34 5 6 7 8 91011>>