/frameworks/base/graphics/java/android/graphics/ |
PorterDuffColorFilter.java | 117 final PorterDuffColorFilter other = (PorterDuffColorFilter) object; local 118 if (mColor != other.mColor || mMode != other.mMode) {
|
/frameworks/base/media/java/android/media/ |
DrmInitData.java | 78 SchemeInitData other = (SchemeInitData) obj; local 79 return mimeType.equals(other.mimeType) && Arrays.equals(data, other.data);
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
AppInfo.java | 51 final AppInfo other = (AppInfo) obj; local 52 return mComponentName.equals(other.mComponentName) && mUser.equals(other.mUser);
|
/frameworks/data-binding/integration-tests/TestApp/app/src/main/java/android/databinding/testapp/vo/ |
NotBindableVo.java | 64 public String mergeStringFields(NotBindableVo other) { 65 return mStringValue + (other == null ? "" : other.mStringValue);
|
/frameworks/native/libs/ui/tests/ |
Region_test.cpp | 35 for (const Rect* other = current - 1; other >= r.begin(); other--) { 36 if (other->bottom < current->top) break; 37 if (other->bottom != current->top) continue; 38 checkVertTJunction(current, other); 40 for (const Rect* other = current + 1; other < r.end(); other++) { 41 if (other->top > current->bottom) break [all...] |
/packages/apps/Camera2/src/com/android/camera/device/ |
CameraDeviceKey.java | 25 * device key may be active at any given time and other devices must be closed 86 CameraDeviceKey other = (CameraDeviceKey) o; local 88 if (mApiType != other.mApiType) { 91 if (!mCameraId.equals(other.mCameraId)) {
|
/packages/apps/Dialer/src/com/android/dialer/contactinfo/ |
NumberWithCountryIso.java | 41 NumberWithCountryIso other = (NumberWithCountryIso) o; 42 return TextUtils.equals(number, other.number) 43 && TextUtils.equals(countryIso, other.countryIso);
|
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
DateBucket.java | 48 DateBucket other = (DateBucket) obj; local 50 if (other.date != null) { 53 } else if (!date.equals(other.date)) {
|
/packages/services/Telephony/src/com/android/phone/vvm/omtp/scheduling/ |
Task.java | 79 TaskId other = (TaskId) object; local 80 return id == other.id && subId == other.subId; 127 * other task, and after this returns the task will be discarded.
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 68 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/ |
hash_exponential_size_policy_imp.hpp | 51 swap(PB_DS_CLASS_C_DEC& other) 53 std::swap(m_start_size, other.m_start_size); 54 std::swap(m_grow_factor, other.m_grow_factor);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 68 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/resize_policy/ |
hash_exponential_size_policy_imp.hpp | 51 swap(PB_DS_CLASS_C_DEC& other) 53 std::swap(m_start_size, other.m_start_size); 54 std::swap(m_grow_factor, other.m_grow_factor);
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 68 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/resize_policy/ |
hash_exponential_size_policy_imp.hpp | 51 swap(PB_DS_CLASS_C_DEC& other) 53 std::swap(m_start_size, other.m_start_size); 54 std::swap(m_grow_factor, other.m_grow_factor);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/binary_heap_/ |
entry_cmp.hpp | 68 typedef typename __rebind_v::other::const_pointer entry; 75 type(const Cmp_Fn& other) : Cmp_Fn(other) { }
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/resize_policy/ |
hash_exponential_size_policy_imp.hpp | 51 swap(PB_DS_CLASS_C_DEC& other) 53 std::swap(m_start_size, other.m_start_size); 54 std::swap(m_grow_factor, other.m_grow_factor);
|
/external/icu/icu4c/source/i18n/ |
dtfmtsym.cpp | 286 DateFormatSymbols::DateFormatSymbols(const DateFormatSymbols& other) 287 : UObject(other) 289 copyData(other); 357 * Copy all of the other's data to this. 360 DateFormatSymbols::copyData(const DateFormatSymbols& other) { 364 other.getLocale(ULOC_VALID_LOCALE, status), 365 other.getLocale(ULOC_ACTUAL_LOCALE, status)); 366 assignArray(fEras, fErasCount, other.fEras, other.fErasCount); 367 assignArray(fEraNames, fEraNamesCount, other.fEraNames, other.fEraNamesCount) [all...] |
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
rdata.py | 13 # ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT 203 def _cmp(self, other): 205 rdclass. Return < 0 if self < other in the DNSSEC ordering, 206 0 if self == other, and > 0 if self > other. 211 def __eq__(self, other): 212 if not isinstance(other, Rdata): 214 if self.rdclass != other.rdclass or \ 215 self.rdtype != other.rdtype: 217 return self._cmp(other) == [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/ |
base.py | 41 def isSameTypeWith(self, other): 42 return self is other or \ 43 self._tagSet == other.getTagSet() and \ 44 self._subtypeSpec == other.getSubtypeSpec() 45 def isSuperTypeOf(self, other): 47 return self._tagSet.isSuperTagSetOf(other.getTagSet()) and \ 48 self._subtypeSpec.isSuperTypeOf(other.getSubtypeSpec()) 80 def __eq__(self, other): 81 return self is other and True or self._value == other [all...] |
/dalvik/dexgen/src/com/android/dexgen/util/ |
ListIntSet.java | 61 public void merge(IntSet other) { 62 if (other instanceof ListIntSet) { 63 ListIntSet o = (ListIntSet) other; 87 } else if (other instanceof BitIntSet) { 88 BitIntSet o = (BitIntSet) other; 95 IntIterator iter = other.iterator();
|
/dalvik/dx/src/com/android/dx/util/ |
ListIntSet.java | 61 public void merge(IntSet other) { 62 if (other instanceof ListIntSet) { 63 ListIntSet o = (ListIntSet) other; 87 } else if (other instanceof BitIntSet) { 88 BitIntSet o = (BitIntSet) other; 95 IntIterator iter = other.iterator();
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/config/ |
ProviderConfigurationPermission.java | 119 ProviderConfigurationPermission other = (ProviderConfigurationPermission)permission; local 121 return (this.permissionMask & other.permissionMask) == other.permissionMask; 134 ProviderConfigurationPermission other = (ProviderConfigurationPermission)obj; local 136 return this.permissionMask == other.permissionMask && this.getName().equals(other.getName());
|
/external/dexmaker/src/dx/java/com/android/dx/util/ |
ListIntSet.java | 61 public void merge(IntSet other) { 62 if (other instanceof ListIntSet) { 63 ListIntSet o = (ListIntSet) other; 87 } else if (other instanceof BitIntSet) { 88 BitIntSet o = (BitIntSet) other; 95 IntIterator iter = other.iterator();
|
/external/eigen/Eigen/src/Core/ |
EigenBase.h | 18 * In other words, an EigenBase object is an object that can be copied into a MatrixBase. 97 /** \brief Copies the generic expression \a other into *this. 107 Derived& DenseBase<Derived>::operator=(const EigenBase<OtherDerived> &other) 109 other.derived().evalTo(derived()); 115 Derived& DenseBase<Derived>::operator+=(const EigenBase<OtherDerived> &other) 117 other.derived().addTo(derived()); 123 Derived& DenseBase<Derived>::operator-=(const EigenBase<OtherDerived> &other) 125 other.derived().subTo(derived());
|