HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 151 - 175 of 628) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Api.cs 199 public override bool Equals(object other) {
200 return Equals(other as Api);
203 public bool Equals(Api other) {
211 if(!methods_.Equals(other.methods_)) return false;
212 if(!options_.Equals(other.options_)) return false;
214 if (!object.Equals(SourceContext, other.SourceContext)) return false;
215 if(!mixins_.Equals(other.mixins_)) return false;
472 public override bool Equals(object other) {
473 return Equals(other as Method);
476 public bool Equals(Method other)
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
Descriptor.cs 210 public override bool Equals(object other) {
211 return Equals(other as FileDescriptorSet);
214 public bool Equals(FileDescriptorSet other) {
221 if(!file_.Equals(other.file_)) return false;
452 public override bool Equals(object other) {
453 return Equals(other as FileDescriptorProto);
456 public bool Equals(FileDescriptorProto other) {
465 if(!dependency_.Equals(other.dependency_)) return false;
466 if(!publicDependency_.Equals(other.publicDependency_)) return false;
467 if(!weakDependency_.Equals(other.weakDependency_)) return false
    [all...]
  /art/compiler/optimizing/
stack_map_test.cc 79 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(0, encoding)));
80 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(64, encoding)));
194 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(0, encoding)));
195 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(64, encoding)));
253 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(1u, encoding)));
254 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(128u, encoding)));
307 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(2u, encoding)));
308 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(192u, encoding)));
361 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForDexPc(3u, encoding)));
362 ASSERT_TRUE(stack_map.Equals(code_info.GetStackMapForNativePcOffset(256u, encoding)))
    [all...]
locations.h 300 bool Equals(Location other) const {
305 if (Equals(other)) {
308 return ToLow().Equals(other) || ToHigh().Equals(other);
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs 309 public override bool Equals(object other) {
310 return Equals(other as ConformanceRequest);
313 public bool Equals(ConformanceRequest other) {
572 public override bool Equals(object other) {
573 return Equals(other as ConformanceResponse);
576 public bool Equals(ConformanceResponse other) {
    [all...]
  /external/libchrome/base/json/
json_reader_unittest.cc 275 EXPECT_TRUE(list->Equals(root2.get()));
296 EXPECT_TRUE(list->Equals(root2.get()));
360 EXPECT_TRUE(dict_val->Equals(root2.get()));
371 EXPECT_TRUE(dict_val->Equals(root2.get()));
381 EXPECT_TRUE(dict_val->Equals(root2.get()));
404 EXPECT_TRUE(dict_val->Equals(root2.get()));
  /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-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-3957855/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-3960126/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-3977809/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-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/linux-x86/clang-3957855/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/linux-x86/clang-3960126/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/linux-x86/clang-3977809/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/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,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/gdiplus/
gdiplustypes.h 77 BOOL Equals(const Size& size) const {
101 BOOL Equals(const SizeF& size) const {
123 BOOL Equals(const Point& point) const {
145 BOOL Equals(const PointF& point) const {
185 BOOL Equals(const Rect& rect) const {
310 BOOL Equals(const RectF& rect) const {
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProvider2Test.java 32 import com.google.inject.assistedinject.FactoryProvider2Test.Equals.ComparisonMethod;
33 import com.google.inject.assistedinject.FactoryProvider2Test.Equals.Impl;
1071 Equals equals(Equals.ComparisonMethod comparisonMethod); method in interface:FactoryProvider2Test.Equals.Factory
    [all...]
  /external/libmojo/mojo/public/cpp/bindings/
map.h 202 // Map (including nullness). If the key/value type defines an Equals() method,
204 bool Equals(const Map& other) const {
212 if (!internal::Equals(i->first, j->first))
214 if (!internal::Equals(i->second, j->second))
  /external/v8/src/crankshaft/
hydrogen-range-analysis.cc 68 DCHECK(from.Equals(instr->from()));
227 !instr->value()->representation().Equals(instr->representation())) {
234 instr->representation().Equals(
  /art/compiler/utils/x86/
managed_register_x86.cc 66 if (Equals(other)) return true;
  /art/compiler/utils/x86_64/
managed_register_x86_64.cc 61 if (Equals(other)) return true;
  /art/runtime/arch/mips64/
instruction_set_features_mips64.cc 91 bool Mips64InstructionSetFeatures::Equals(const InstructionSetFeatures* other) const {
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 426 if (tpattern.hasTextArg && !adaptor.GetText(t1).Equals(tpattern.Text)) {
484 * I cannot rely on the tree node's equals() implementation as I make
488 public static bool Equals(object t1, object t2, ITreeAdaptor adaptor) {
497 public new bool Equals(object t1, object t2) {
510 if (!adaptor.GetText(t1).Equals(adaptor.GetText(t2))) {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 488 if ( tpattern.hasTextArg && !adaptor.GetText( t1 ).Equals( tpattern.Text ) )
552 * I cannot rely on the tree node's equals() implementation as I make
556 public static bool Equals( object t1, object t2, ITreeAdaptor adaptor )
566 public new bool Equals( object t1, object t2 )
583 if ( !adaptor.GetText( t1 ).Equals( adaptor.GetText( t2 ) ) )

Completed in 1692 milliseconds

1 2 3 4 5 67 8 91011>>