HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 201 - 225 of 454) sorted by null

1 2 3 4 5 6 7 891011>>

  /art/runtime/mirror/
string.h 77 // String.equals() intrinsics assume zero-padding up to kObjectAlignment,
171 bool Equals(const char* modified_utf8) REQUIRES_SHARED(Locks::mutator_lock_);
173 bool Equals(ObjPtr<String> that) REQUIRES_SHARED(Locks::mutator_lock_);
string.cc 219 bool String::Equals(ObjPtr<String> that) {
241 bool String::Equals(const char* modified_utf8) {
  /external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
HashList.cs 220 public override bool Equals(object o)
232 (_hashList._insertionOrderList[i].Equals(other._hashList._insertionOrderList[i])))
  /external/google-breakpad/src/testing/test/
gmock-actions_test.cc 814 EXPECT_FALSE(orig_msg.Equals(dest));
816 EXPECT_TRUE(orig_msg.Equals(dest));
837 EXPECT_FALSE(orig_msg.Equals(dest));
839 EXPECT_TRUE(orig_msg.Equals(dest));
933 EXPECT_FALSE(orig_msg.Equals(dest));
935 EXPECT_TRUE(orig_msg.Equals(dest));
956 EXPECT_FALSE(orig_msg.Equals(dest));
958 EXPECT_TRUE(orig_msg.Equals(dest));
    [all...]
  /external/libchrome/ipc/
ipc_message_unittest.cc 81 EXPECT_TRUE(input.Equals(&output));
116 EXPECT_TRUE(input.Equals(&output));
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
FieldMask.cs 229 public override bool Equals(object other) {
230 return Equals(other as FieldMask);
233 public bool Equals(FieldMask other) {
240 if(!paths_.Equals(other.paths_)) return false;
Any.cs 175 public override bool Equals(object other) {
176 return Equals(other as Any);
179 public bool Equals(Any other) {
Duration.cs 144 public override bool Equals(object other) {
145 return Equals(other as Duration);
148 public bool Equals(Duration other) {
Timestamp.cs 155 public override bool Equals(object other) {
156 return Equals(other as Timestamp);
159 public bool Equals(Timestamp other) {
  /external/v8/src/compiler/
redundancy-elimination.cc 85 bool RedundancyElimination::EffectPathChecks::Equals(
331 if (original == nullptr || !checks->Equals(original)) {
  /external/webrtc/webrtc/modules/desktop_capture/mac/
desktop_configuration.mm 152 // MacDesktopConfiguration::Equals.
156 left.bounds.equals(right.bounds) &&
157 left.pixel_bounds.equals(right.pixel_bounds) &&
161 bool MacDesktopConfiguration::Equals(const MacDesktopConfiguration& other) {
162 return bounds.equals(other.bounds) &&
163 pixel_bounds.equals(other.pixel_bounds) &&
  /external/libchrome/base/json/
json_reader_unittest.cc 259 EXPECT_TRUE(list->Equals(root2.get()));
278 EXPECT_TRUE(list->Equals(root2.get()));
343 EXPECT_TRUE(dict_val->Equals(root2.get()));
354 EXPECT_TRUE(dict_val->Equals(root2.get()));
364 EXPECT_TRUE(dict_val->Equals(root2.get()));
386 EXPECT_TRUE(dict_val->Equals(root2.get()));
  /external/v8/src/objects/
scope-info.cc 29 bool ScopeInfo::Equals(ScopeInfo* other) const {
42 if (!String::cast(entry)->Equals(String::cast(other_entry))) {
46 if (!ScopeInfo::cast(entry)->Equals(ScopeInfo::cast(other_entry))) {
50 if (!ModuleInfo::cast(entry)->Equals(ModuleInfo::cast(other_entry))) {
677 name->Equals(name->GetReadOnlyRoots().this_string());
693 if (name->Equals(var_name)) {
    [all...]
  /art/runtime/verifier/
register_line.cc 102 if (GetRegisterType(verifier, i).Equals(uninit_type)) {
160 if (GetRegisterType(verifier, i).Equals(uninit_type)) {
439 changed = changed || !cur_type.Equals(new_type);
verifier_deps.h 239 bool Equals(const DexFileDeps& rhs) const;
324 bool Equals(const VerifierDeps& rhs) const;
  /external/v8/src/parsing/
scanner.h 302 current().literal_chars.Equals(Vector<const char>(
308 current().literal_chars.Equals(
443 bool Equals(Vector<const char> keyword) const {
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
DescriptorPool.cs 347 public bool Equals(DescriptorIntPair other)
353 public override bool Equals(object obj)
357 return Equals((DescriptorIntPair) obj);
  /art/compiler/optimizing/
bounds_check_elimination.cc 153 bool Equals(ValueBound bound) const {
746 if (!upper.Equals(ValueBound::Max())) {
758 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
770 if (!lower.Equals(ValueBound::Min()) && !lower.IsRelatedToArrayLength()) {
781 if (!upper.Equals(ValueBound::Max())) {
797 if (!lower.Equals(ValueBound::Min()) || !upper.Equals(ValueBound::Max())) {
812 } else if (lower.IsRelatedToArrayLength() && lower.Equals(upper)) {
    [all...]
  /art/profman/
profile_assistant_test.cc 197 ASSERT_TRUE(file_info.Equals(info));
452 ASSERT_TRUE(expected.Equals(result));
482 ASSERT_TRUE(expected.Equals(result));
525 ASSERT_TRUE(expected.Equals(result));
556 ASSERT_TRUE(file_info1.Equals(info1));
561 ASSERT_TRUE(file_info2.Equals(info2));
    [all...]
  /art/runtime/
hidden_api.cc 207 bool MemberSignature::Equals(const MemberSignature& other) {
397 DCHECK(member_signature.Equals(cur_signature));
  /external/grpc-grpc/src/csharp/Grpc.Core/Internal/
CompletionRegistry.cs 118 public bool Equals(IntPtr x, IntPtr y)
  /external/libchrome/mojo/public/cpp/bindings/tests/
pickle_unittest.cc 403 EXPECT_TRUE(pickle_container.Equals(pickle_container));
404 EXPECT_FALSE(pickle_container.Equals(PickleContainer::New()));
  /external/skqp/src/image/
SkImage.cpp 316 if (SkColorSpace::Equals(colorSpace, target.get()) || this->isAlphaOnly()) {
335 (SkColorSpace::Equals(colorSpace, targetColorSpace.get()) || this->isAlphaOnly())) {
  /external/v8/src/profiler/
profile-generator.h 237 struct Equals {
253 std::unordered_map<CodeEntryAndLineNumber, ProfileNode*, Hasher, Equals>
  /external/vixl/src/aarch64/
operands-aarch64.cc 514 bool GenericOperand::Equals(const GenericOperand& other) const {
522 return GetMemOperand().Equals(other.GetMemOperand()) &&

Completed in 398 milliseconds

1 2 3 4 5 6 7 891011>>