HomeSort by relevance Sort by last modified time
    Searched refs:Equals (Results 51 - 75 of 184) sorted by null

1 23 4 5 6 7 8

  /external/chromium/net/base/
x509_cert_types.h 32 bool Equals(const SHA1Fingerprint& other) const {
  /external/chromium/net/proxy/
proxy_server.h 139 host_port_pair_.Equals(other.host_port_pair_);
proxy_bypass_rules.cc 149 bool ProxyBypassRules::Rule::Equals(const Rule& rule) const {
177 bool ProxyBypassRules::Equals(const ProxyBypassRules& other) const {
182 if (!rules_[i]->Equals(*other.rules_[i]))
polling_proxy_config_service.cc 120 if (!has_config_ || !last_config_.Equals(config)) {
  /external/v8/test/cctest/
test-log-stack-tracer.cc 121 if (name->Equals(String::New("trace"))) {
123 } else if (name->Equals(String::New("js_trace"))) {
125 } else if (name->Equals(String::New("js_entry_sp"))) {
127 } else if (name->Equals(String::New("js_entry_sp_level2"))) {
  /system/media/mca/filterfw/native/core/
gl_env.h 46 virtual bool Equals(const WindowHandle* window) const {
  /external/chromium/base/
values.cc 133 bool Value::Equals(const Value* other) const {
141 bool Value::Equals(const Value* a, const Value* b) {
144 return a->Equals(b);
202 bool FundamentalValue::Equals(const Value* other) const {
257 bool StringValue::Equals(const Value* other) const {
295 bool BinaryValue::Equals(const Value* other) const {
661 bool DictionaryValue::Equals(const Value* other) const {
675 !lhs->Equals(rhs)) {
820 if ((*i)->Equals(&value)) {
843 if ((*i)->Equals(in_value))
    [all...]
version.cc 38 bool Version::Equals(const Version& that) const {
  /external/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/chromium/chrome/browser/policy/
config_dir_policy_provider_unittest.cc 78 EXPECT_TRUE(policy->Equals(&test_dict));
100 EXPECT_TRUE(policy->Equals(&test_dict_foo));
220 EXPECT_TRUE(GetParam().test_value()->Equals(value));
asynchronous_policy_loader.cc 145 if (!policy_->Equals(new_policy.get())) {
asynchronous_policy_loader_unittest.cc 64 EXPECT_TRUE(loaded_dict->Equals(template_dict));
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 245 bool Equals(int p_render_process_id,
284 bool GeolocationInfoBarQueueController::PendingInfoBarRequest::Equals(
320 return request.Equals(render_process_id_, render_view_id_, bridge_id_);
412 if (i->Equals(render_process_id, render_view_id, bridge_id))
  /external/chromium/chrome/browser/importer/
firefox_proxy_settings_unittest.cc 98 EXPECT_TRUE(config.Equals(net::ProxyConfig::CreateFromCustomPacURL(
  /external/chromium/chrome/browser/net/
pref_proxy_config_service_unittest.cc 154 return reference.Equals(arg);
237 EXPECT_TRUE(actual_config.Equals(recommended_config));
250 EXPECT_TRUE(actual_config.Equals(user_config));
261 EXPECT_TRUE(actual_config.Equals(recommended_config));
  /external/chromium/chrome/common/
thumbnail_score.cc 65 bool ThumbnailScore::Equals(const ThumbnailScore& rhs) const {
common_param_traits_unittest.cc 131 EXPECT_TRUE(input.Equals(&output));
165 EXPECT_TRUE(input.Equals(&output));
  /external/chromium/net/http/
http_alternate_protocols.cc 103 if (alternate_protocol != BROKEN && !existing_alternate.Equals(alternate)) {
http_stream_factory.cc 118 if (it->Equals(endpoint))
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/gtest/include/gtest/internal/
gtest-param-util.h 111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
146 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
235 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
326 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-param-util.h 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
216 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
314 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/protobuf/gtest/include/gtest/internal/
gtest-param-util.h 111 virtual bool Equals(const ParamIteratorInterface& other) const = 0;
146 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_);
235 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
332 virtual bool Equals(const ParamIteratorInterface<T>& other) const {
  /external/v8/src/
lithium.cc 122 if (source->Equals(destination)) {
v8.cc 66 ASSERT(i::Isolate::CurrentPerIsolateThreadData()->thread_id().Equals(

Completed in 462 milliseconds

1 23 4 5 6 7 8