/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
nodecon.py | 84 def __lt__(self, other): 85 return self.origin < other.origin 87 def __eq__(self, other): 88 return self.ip_version == other.ip_version and \ 89 self.address == other.address and \ 90 self.netmask == other.netmask
|
portcon.py | 83 def __lt__(self, other): 84 return self.origin < other.origin 86 def __eq__(self, other): 87 return self.protocol == other.protocol and \ 88 self.low == other.low and \ 89 self.high == other.high
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_compare.py | 15 def __coerce__(self, other): 16 if isinstance(other, Coerce): 17 return self.arg, other.arg 19 return self.arg, other 28 def __cmp__(self, other): 29 return cmp(self.arg, other)
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/sh/sh64/ |
movi32-noexp-2.d | 16 [ ]+8:[ ]+R_SH_IMMS16 \.text\.other\+0x35 20 [ ]+c:[ ]+R_SH_IMMS16 \.data\.other\+0x38 21 Disassembly of section \.text\.other:
|
movi64-noexp-2.d | 16 [ ]+8:[ ]+R_SH_IMMS16 \.text\.other\+0x35 20 [ ]+c:[ ]+R_SH_IMMS16 \.data\.other\+0x38 21 Disassembly of section \.text\.other:
|
/art/compiler/utils/x86/ |
managed_register_x86.cc | 62 bool X86ManagedRegister::Overlaps(const X86ManagedRegister& other) const { 63 if (IsNoRegister() || other.IsNoRegister()) return false; 65 CHECK(other.IsValidManagedRegister()); 66 if (Equals(other)) return true; 70 return X86ManagedRegister::FromCpuRegister(low).Overlaps(other) || 71 X86ManagedRegister::FromCpuRegister(high).Overlaps(other); 73 if (other.IsRegisterPair()) { 74 return other.Overlaps(*this);
|
/art/compiler/utils/x86_64/ |
managed_register_x86_64.cc | 57 bool X86_64ManagedRegister::Overlaps(const X86_64ManagedRegister& other) const { 58 if (IsNoRegister() || other.IsNoRegister()) return false; 60 CHECK(other.IsValidManagedRegister()); 61 if (Equals(other)) return true; 65 return X86_64ManagedRegister::FromCpuRegister(low).Overlaps(other) || 66 X86_64ManagedRegister::FromCpuRegister(high).Overlaps(other); 68 if (other.IsRegisterPair()) { 69 return other.Overlaps(*this);
|
/art/test/536-checker-needs-access-check/src/ |
Main.java | 17 import other.InaccessibleClass; 18 import other.InaccessibleClassProxy; 61 /// CHECK-START: other.InaccessibleClass Main.testCheckCastNull() register (after)
|
/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
OffsettedItem.java | 91 public final boolean equals(Object other) { 92 if (this == other) { 96 OffsettedItem otherItem = (OffsettedItem) other; 114 public final int compareTo(OffsettedItem other) { 115 if (this == other) { 120 ItemType otherType = other.itemType(); 126 return compareTo0(other); 281 * @param other {@code non-null;} instance to compare to 283 * on the sort order of this instance and the other 285 protected int compareTo0(OffsettedItem other) { [all...] |
/dalvik/dx/src/com/android/dx/dex/file/ |
OffsettedItem.java | 91 public final boolean equals(Object other) { 92 if (this == other) { 96 OffsettedItem otherItem = (OffsettedItem) other; 114 public final int compareTo(OffsettedItem other) { 115 if (this == other) { 120 ItemType otherType = other.itemType(); 126 return compareTo0(other); 281 * @param other {@code non-null;} instance to compare to 283 * on the sort order of this instance and the other 285 protected int compareTo0(OffsettedItem other) { [all...] |
/external/boringssl/ |
flavor.mk | 1 # This makefile exists to be included by makefiles in other directories so that
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
ASN1EncodableVector.java | 33 * @param other the vector to add. 35 public void addAll(ASN1EncodableVector other) 37 for (Enumeration en = other.v.elements(); en.hasMoreElements();)
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/field/ |
GF2Polynomial.java | 34 GF2Polynomial other = (GF2Polynomial)obj; local 35 return Arrays.areEqual(exponents, other.exponents);
|
/external/clang/test/CXX/temp/temp.res/temp.local/ |
p3.cpp | 26 WebVector(const WebVector<T>& other) { } // expected-error{{undeclared identifier 'T'}} \ 30 WebVector<T>& operator=(const C& other) { } // expected-error{{undeclared identifier 'T'}}
|
/external/clang/test/PCH/ |
cxx11-constexpr.cpp | 26 constexpr T plus_seven(T other) { 27 return value + other;
|
/external/deqp/executor/ |
xeTestLogParser.hpp | 62 TestLogParser (const TestLogParser& other); 63 TestLogParser& operator= (const TestLogParser& other);
|
/external/deqp/framework/delibs/decpp/ |
deProcess.hpp | 65 Process (const Process& other); 66 Process& operator= (const Process& other);
|
/external/deqp/framework/platform/android/ |
tcuAndroidAssets.hpp | 61 AssetResource (const AssetResource& other); 62 AssetResource operator= (const AssetResource& other);
|
/external/deqp/modules/gles31/ |
tes31Context.hpp | 57 Context (const Context& other); 58 Context& operator= (const Context& other);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/file/ |
OffsettedItem.java | 91 public final boolean equals(Object other) { 92 if (this == other) { 96 OffsettedItem otherItem = (OffsettedItem) other; 114 public final int compareTo(OffsettedItem other) { 115 if (this == other) { 120 ItemType otherType = other.itemType(); 126 return compareTo0(other); 281 * @param other {@code non-null;} instance to compare to 283 * on the sort order of this instance and the other 285 protected int compareTo0(OffsettedItem other) { [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-param-util.h | 12 // in the documentation and/or other materials provided with the 89 // Determines whether the given iterator and other point to the same 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0; 106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} 107 ParamIterator& operator=(const ParamIterator& other) { 108 if (this != &other) 109 impl_.reset(other.impl_->Clone()); 126 bool operator==(const ParamIterator& other) const { 127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_) [all...] |
/external/gtest/include/gtest/internal/ |
gtest-param-util.h | 12 // in the documentation and/or other materials provided with the 89 // Determines whether the given iterator and other point to the same 92 virtual bool Equals(const ParamIteratorInterface& other) const = 0; 106 ParamIterator(const ParamIterator& other) : impl_(other.impl_->Clone()) {} 107 ParamIterator& operator=(const ParamIterator& other) { 108 if (this != &other) 109 impl_.reset(other.impl_->Clone()); 126 bool operator==(const ParamIterator& other) const { 127 return impl_.get() == other.impl_.get() || impl_->Equals(*other.impl_) [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
curramt.h | 67 CurrencyAmount(const CurrencyAmount& other); 73 CurrencyAmount& operator=(const CurrencyAmount& other); 92 * class have the same class ID. Objects of other classes have
|
tmunit.h | 71 TimeUnit(const TimeUnit& other); 77 TimeUnit& operator=(const TimeUnit& other); 83 * class have the same class ID. Objects of other classes have
|
/external/icu/icu4c/source/layout/ |
GlyphPosnLookupProc.h | 47 GlyphPositioningLookupProcessor(const GlyphPositioningLookupProcessor &other); // forbid copying of this class 48 GlyphPositioningLookupProcessor &operator=(const GlyphPositioningLookupProcessor &other); // forbid copying of this class
|