Home
last modified time | relevance | path

Searched defs:equivalent (Results 1 – 25 of 41) sorted by relevance

12

/external/rust/crates/indexmap/src/
Dequivalent.rs15 fn equivalent(&self, key: &K) -> bool; in equivalent() method
24 fn equivalent(&self, key: &K) -> bool { in equivalent() function
Dlib.rs91 mod equivalent; module
/external/cronet/net/cookies/
Dsite_for_cookies_unittest.cc40 void TestEquivalentAndDistinct(const std::vector<GURL>& equivalent, in TestEquivalentAndDistinct()
98 std::vector<GURL> equivalent = { in TEST_F() local
115 std::vector<GURL> equivalent = {GURL("https://example.com"), in TEST() local
132 std::vector<GURL> equivalent = {GURL("http://example.com"), in TEST() local
147 std::vector<GURL> equivalent = {GURL("file:///a/b/c"), in TEST() local
158 std::vector<GURL> equivalent = {GURL("chrome-extension://abc/"), in TEST_F() local
174 std::vector<GURL> equivalent = { in TEST() local
188 std::vector<GURL> equivalent; in TEST() local
/external/cronet/buildtools/third_party/libc++/trunk/include/__compare/
Dordering.h68 static const partial_ordering equivalent; variable
147 static const weak_ordering equivalent; variable
232 static const strong_ordering equivalent; variable
/external/libcxx/src/
Dsystem_error.cpp48 error_category::equivalent(int code, const error_condition& condition) const _NOEXCEPT in equivalent() function in error_category
54 error_category::equivalent(const error_code& code, int condition) const _NOEXCEPT in equivalent() function in error_category
/external/rust/crates/indexmap/tests/
Dequivalent_trait.rs25 fn equivalent(&self, other: &X) -> bool { in equivalent() function
/external/cronet/buildtools/third_party/libc++/trunk/src/
Dsystem_error.cpp50 error_category::equivalent(int code, const error_condition& condition) const noexcept in equivalent() function in error_category
56 error_category::equivalent(const error_code& code, int condition) const noexcept in equivalent() function in error_category
/external/mesa3d/src/compiler/nir/
Dnir_algebraic.py273 def equivalent(self, other): member in Constant
336 def equivalent(self, other): member in Variable
405 def equivalent(self, other): member in Expression
/external/tensorflow/tensorflow/compiler/xla/service/
Dtuple_util.cc73 bool equivalent = true; in ReplaceTupleWith() local
/external/angle/third_party/abseil-cpp/absl/types/
Dcompare.h83 equivalent = equal, enumerator
/external/openscreen/third_party/abseil/src/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/external/webrtc/third_party/abseil-cpp/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/external/clang/lib/Tooling/
DFileMatchTrie.cpp26 bool equivalent(StringRef FileA, StringRef FileB) const override { in equivalent() function
/external/abseil-cpp/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/external/libtextclassifier/abseil-cpp/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/external/cronet/third_party/abseil-cpp/absl/types/
Dcompare.h83 equivalent = equal, enumerator
/external/tensorflow/third_party/absl/abseil-cpp/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/external/rust/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/
Dcompare.h74 equivalent = equal, enumerator
/external/bouncycastle/repackaged_platform/bcprov/src/main/java/com/android/internal/org/bouncycastle/asn1/x509/
DExtensions.java184 public boolean equivalent( in equivalent() method in Extensions
DX509Extensions.java415 public boolean equivalent( in equivalent() method in X509Extensions
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
DExtensions.java182 public boolean equivalent( in equivalent() method in Extensions
DX509Extensions.java413 public boolean equivalent( in equivalent() method in X509Extensions
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/x509/
DExtensions.java184 public boolean equivalent( in equivalent() method in Extensions
/external/guava/android/guava/src/com/google/common/base/
DEquivalence.java68 public final boolean equivalent(@CheckForNull T a, @CheckForNull T b) { in equivalent() method in Equivalence
/external/guava/guava/src/com/google/common/base/
DEquivalence.java64 public final boolean equivalent(@CheckForNull T a, @CheckForNull T b) { in equivalent() method in Equivalence

12