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

1 2 3 4 56 7 8 91011>>

  /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/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
UnittestWellKnownTypes.cs 428 public override bool Equals(object other) {
429 return Equals(other as TestWellKnownTypes);
432 public bool Equals(TestWellKnownTypes other) {
439 if (!object.Equals(AnyField, other.AnyField)) return false;
440 if (!object.Equals(ApiField, other.ApiField)) return false;
441 if (!object.Equals(DurationField, other.DurationField)) return false;
442 if (!object.Equals(EmptyField, other.EmptyField)) return false;
443 if (!object.Equals(FieldMaskField, other.FieldMaskField)) return false;
444 if (!object.Equals(SourceContextField, other.SourceContextField)) return false;
445 if (!object.Equals(StructField, other.StructField)) return false
    [all...]
  /external/libchrome/base/
values.cc 135 bool Value::Equals(const Value* other) const {
143 bool Value::Equals(const Value* a, const Value* b) {
146 return a->Equals(b);
217 bool FundamentalValue::Equals(const Value* other) const {
286 bool StringValue::Equals(const Value* other) const {
325 bool BinaryValue::Equals(const Value* other) const {
828 bool DictionaryValue::Equals(const Value* other) const {
838 !lhs_it.value().Equals(&rhs_it.value())) {
1018 if ((*it)->Equals(&value)) {
1084 if (entry->Equals(in_value))
    [all...]
  /art/runtime/verifier/
reg_type-inl.h 32 if (Equals(other)) {
71 if (lhs.Equals(rhs)) {
  /external/easymock/src/org/easymock/internal/
ExpectedInvocation.java 25 import org.easymock.internal.matchers.Equals;
65 result.add(new Equals(argument));
71 public boolean equals(Object o) { method in class:ExpectedInvocation
72 if (o == null || !this.getClass().equals(o.getClass()))
76 return this.invocation.equals(other.invocation)
78 .equals(other.matcher)))
80 .equals(other.matchers)));
89 return matchers != null ? this.invocation.getMock().equals(
91 && this.invocation.getMethod().equals(actual.getMethod())
  /external/libmojo/mojo/public/cpp/bindings/
wtf_array.h 157 // Equals() method, it will be used; otherwise == operator will be used.
158 bool Equals(const WTFArray& other) const {
161 return internal::Equals(vec_, other.vec_);
wtf_map.h 165 // WTFMap (including nullness). If the key/value type defines an Equals()
167 bool Equals(const WTFMap& other) const {
170 return internal::Equals(map_, other.map_);
interface_request.h 58 bool Equals(const InterfaceRequest& other) const {
  /external/mockito/src/test/java/org/mockito/internal/invocation/
InvocationImplTest.java 14 import org.mockito.internal.matchers.Equals;
42 assertFalse(invocation.equals(null));
43 assertFalse(invocation.equals(""));
44 assertTrue(invocation.equals(equal));
45 assertFalse(invocation.equals(nonEqual));
46 assertTrue(invocation.equals(withNewStringInstance));
53 assertTrue(invocation.equals(equal));
120 assertEquals(Equals.class, matchers.get(0).getClass());
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Type.cs 202 public override bool Equals(object other) {
203 return Equals(other as Type);
206 public bool Equals(Type other) {
214 if(!fields_.Equals(other.fields_)) return false;
215 if(!oneofs_.Equals(other.oneofs_)) return false;
216 if(!options_.Equals(other.options_)) return false;
217 if (!object.Equals(SourceContext, other.SourceContext)) return false;
503 public override bool Equals(object other) {
504 return Equals(other as Field);
507 public bool Equals(Field other)
    [all...]
  /external/v8/src/compiler/
common-operator-reducer.cc 248 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
251 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
259 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
262 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
389 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
392 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
400 if (mcond.left().Is(0.0) && mcond.right().Equals(vtrue) &&
403 if (mvfalse.left().IsZero() && mvfalse.right().Equals(vtrue)) {
redundancy-elimination.h 32 bool Equals(EffectPathChecks const* that) const;
  /external/v8/src/compiler-dispatcher/
compiler-dispatcher-job.cc 120 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
133 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
268 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
323 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
348 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
388 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
416 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
477 DCHECK(ThreadId::Current().Equals(isolate_->thread_id()));
  /art/compiler/optimizing/
code_generator_vector_x86.cc 86 DCHECK(locations->InAt(0).Equals(locations->Out()));
91 DCHECK(locations->InAt(0).Equals(locations->Out()));
319 DCHECK(locations->InAt(0).Equals(locations->Out()));
360 DCHECK(locations->InAt(0).Equals(locations->Out()));
389 DCHECK(locations->InAt(0).Equals(locations->Out()));
430 DCHECK(locations->InAt(0).Equals(locations->Out()));
463 DCHECK(locations->InAt(0).Equals(locations->Out()));
487 DCHECK(locations->InAt(0).Equals(locations->Out()));
539 DCHECK(locations->InAt(0).Equals(locations->Out()));
591 DCHECK(locations->InAt(0).Equals(locations->Out()))
    [all...]
code_generator_vector_x86_64.cc 79 DCHECK(locations->InAt(0).Equals(locations->Out()));
84 DCHECK(locations->InAt(0).Equals(locations->Out()));
312 DCHECK(locations->InAt(0).Equals(locations->Out()));
353 DCHECK(locations->InAt(0).Equals(locations->Out()));
382 DCHECK(locations->InAt(0).Equals(locations->Out()));
423 DCHECK(locations->InAt(0).Equals(locations->Out()));
456 DCHECK(locations->InAt(0).Equals(locations->Out()));
480 DCHECK(locations->InAt(0).Equals(locations->Out()));
532 DCHECK(locations->InAt(0).Equals(locations->Out()));
584 DCHECK(locations->InAt(0).Equals(locations->Out()))
    [all...]
  /art/compiler/utils/
managed_register.h 64 // It is valid to invoke Equals on and with a NoRegister.
65 constexpr bool Equals(const ManagedRegister& other) const {
  /art/runtime/arch/arm64/
instruction_set_features_arm64.cc 100 bool Arm64InstructionSetFeatures::Equals(const InstructionSetFeatures* other) const {
  /art/runtime/mirror/
string.h 145 // we unify this with Equals(const StringPiece&); ?
146 bool Equals(const char* modified_utf8) REQUIRES_SHARED(Locks::mutator_lock_);
151 bool Equals(const StringPiece& modified_utf8)
154 bool Equals(ObjPtr<String> that) REQUIRES_SHARED(Locks::mutator_lock_);
160 bool Equals(const uint16_t* that_chars, int32_t that_offset,
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
ParseTree.cs 114 if (!nodeText.Equals("<EOF>"))
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
ParseTree.cs 136 if ( !nodeText.Equals( "<EOF>" ) )
  /external/libchrome/base/memory/
ref_counted_memory.h 34 bool Equals(const scoped_refptr<RefCountedMemory>& other) const;
  /external/v8/src/
signature.h 35 bool Equals(const Signature* that) const {
  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 50 virtual bool Equals(const WindowHandle* window) const {
  /external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
FactoryProviderTest.java 32 import com.google.inject.assistedinject.FactoryProviderTest.Equals.ComparisonMethod;
33 import com.google.inject.assistedinject.FactoryProviderTest.Equals.Impl;
567 carFactory.equals(carFactory);
806 public interface Equals {
811 Equals equals(Equals.ComparisonMethod comparisonMethod); method in interface:FactoryProviderTest.Equals.Factory
814 public static class Impl implements Equals {
831 bind(Equals.Factory.class).toProvider(
832 FactoryProvider.newFactory(Equals.Factory.class, Equals.Impl.class))
    [all...]
  /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),

Completed in 669 milliseconds

1 2 3 4 56 7 8 91011>>