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

1 2 3 4 5 67 8 91011>>

  /system/connectivity/shill/
link_monitor.cc 141 if (!gateway_mac_address_.Equals(
connection_diagnostics.cc 489 ReportResultAndStop(address.Equals(connection_->gateway())
580 Type event_type = address.Equals(connection_->gateway())
751 if (!connection_->local().address().Equals(
757 if (!local_mac_address_.Equals(packet.remote_mac_address())) {
762 if (connection_->local().address().Equals(
802 if (!address.Equals(address_queried))
    [all...]
link_monitor_unittest.cc 128 EXPECT_TRUE(monitor_.gateway_mac_address_.Equals(gateway_mac_address));
162 return mac_address.Equals(arg);
connection_diagnostics_unittest.cc 74 return arg.Equals(ip_addr);
110 if (local_ip.Equals(arg.local_ip_address()) &&
111 remote_ip.Equals(arg.remote_ip_address()) &&
112 local_mac.Equals(arg.local_mac_address()) &&
113 remote_mac.Equals(arg.remote_mac_address())) {
117 if (!local_ip.Equals(arg.local_ip_address())) {
122 if (!remote_ip.Equals(arg.remote_ip_address())) {
127 if (!local_mac.Equals(arg.local_mac_address())) {
132 if (!remote_mac.Equals(arg.remote_mac_address())) {
    [all...]
async_connection_unittest.cc 94 Equals(async_connection_->callback_));
210 return address.Equals(arg_addr) && arg_saddr->sin_port == htons(port);
220 return ipv6_address.Equals(arg_addr) && arg_saddr->sin6_port == htons(port);
  /system/connectivity/shill/net/
ip_address.h 132 bool Equals(const IPAddress& b) const;
  /external/v8/test/cctest/
test-api.cc 112 CHECK(signature_expected_receiver->Equals(
116 CHECK(signature_expected_receiver->Equals(
210 ->Equals(isolate->GetCurrentContext(),
332 CHECK(bar_str->Equals(env.local(), foo_after).FromJust());
347 CHECK(bar_str->Equals(env.local(), after).FromJust());
351 ->Equals(env.local(), value->Get(env.local(), 0).ToLocalChecked())
354 ->Equals(env.local(), value->Get(env.local(), 1).ToLocalChecked())
    [all...]
  /art/runtime/
safe_map.h 140 bool Equals(const Self& rhs) const {
151 return lhs.Equals(rhs);
  /external/gmock/test/
gmock-actions_test.cc 818 EXPECT_FALSE(orig_msg.Equals(dest));
820 EXPECT_TRUE(orig_msg.Equals(dest));
841 EXPECT_FALSE(orig_msg.Equals(dest));
843 EXPECT_TRUE(orig_msg.Equals(dest));
937 EXPECT_FALSE(orig_msg.Equals(dest));
939 EXPECT_TRUE(orig_msg.Equals(dest));
960 EXPECT_FALSE(orig_msg.Equals(dest));
962 EXPECT_TRUE(orig_msg.Equals(dest));
    [all...]
  /external/v8/src/compiler/
operator.h 70 // Check if this operator equals another operator. Equivalent operators can
73 virtual bool Equals(const Operator* that) const {
166 bool Equals(const Operator* other) const final {
  /external/v8/src/crankshaft/arm/
lithium-arm.cc 677 DCHECK(instr->left()->representation().Equals(instr->representation()));
678 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/arm64/
lithium-arm64.cc 853 DCHECK(instr->left()->representation().Equals(instr->representation()));
854 DCHECK(instr->right()->representation().Equals(instr->representation()));
936 DCHECK(instr->left()->representation().Equals(instr->representation()));
937 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/
hydrogen-representation-changes.cc 86 if (req.IsNone() || req.Equals(r)) continue;
97 if (change->from().Equals(req) && IsNonDeoptingIntToSmiChange(change)) {
  /external/v8/src/crankshaft/ppc/
lithium-ppc.cc 688 DCHECK(instr->left()->representation().Equals(instr->representation()));
689 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/runtime/
runtime-interpreter.cc 19 Maybe<bool> result = Object::Equals(x, y);
33 Maybe<bool> result = Object::Equals(x, y);
  /external/v8/test/unittests/compiler/
move-optimizer-unittest.cc 36 if (move->source().Equals(from) && move->destination().Equals(to)) {
common-operator-unittest.cc 316 op1->Equals(op2));
337 op1->Equals(op2));
358 op1->Equals(op2));
  /external/opencv3/samples/winrt/ImageManipulations/
AdvancedCapture.xaml.cpp 296 if(props->Type->Equals("Image"))
307 if(props->Type->Equals("Video"))
383 if (name->Equals("StartDevice"))
387 else if (name->Equals("StartPreview"))
568 if(!videoEncodingProperties->Subtype->Equals("H264")) //Cant add an effect to an H264 stream
  /external/v8/src/crankshaft/ia32/
lithium-ia32.cc 715 DCHECK(instr->left()->representation().Equals(instr->representation()));
716 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/mips/
lithium-mips.cc 684 DCHECK(instr->left()->representation().Equals(instr->representation()));
685 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/mips64/
lithium-mips64.cc 684 DCHECK(instr->left()->representation().Equals(instr->representation()));
685 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/x64/
lithium-x64.cc 699 DCHECK(instr->left()->representation().Equals(instr->representation()));
700 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
  /external/v8/src/crankshaft/x87/
lithium-x87.cc 714 DCHECK(instr->left()->representation().Equals(instr->representation()));
715 DCHECK(instr->right()->representation().Equals(instr->representation()));
    [all...]
lithium-gap-resolver-x87.cc 108 if (moves_[index].source()->Equals(destination)) {
161 if (!moves_[i].IsEliminated() && moves_[i].source()->Equals(operand)) {
204 SLOW_DCHECK(!destination->Equals(moves_[j].destination()));
  /art/compiler/optimizing/
gvn_test.cc 395 ASSERT_TRUE(side_effects.GetLoopEffects(outer_loop_header).Equals(kCanTriggerGC));
396 ASSERT_TRUE(side_effects.GetLoopEffects(inner_loop_header).Equals(kCanTriggerGC));
421 ASSERT_TRUE(side_effects.GetLoopEffects(inner_loop_header).Equals(kCanTriggerGC));

Completed in 1007 milliseconds

1 2 3 4 5 67 8 91011>>