Searched refs:other (Results 301 - 325 of 409) sorted by relevance

<<11121314151617

/frameworks/compile/mclinker/lib/Support/Windows/
H A DPathV3.inc41 // if we meet other else
/frameworks/base/core/java/android/app/
H A DNotificationManager.java838 final Policy other = (Policy) o;
839 return other.priorityCategories == priorityCategories
840 && other.priorityCallSenders == priorityCallSenders
841 && other.priorityMessageSenders == priorityMessageSenders
842 && other.suppressedVisualEffects == suppressedVisualEffects;
/frameworks/base/core/java/android/nfc/
H A DNdefRecord.java288 * This record indicates to other Android devices the package
543 * but fail other more strict NDEF specification requirements. For
652 * always setting the MB and ME flags (in other words, assume this
1033 NdefRecord other = (NdefRecord) obj;
1034 if (!Arrays.equals(mId, other.mId)) return false;
1035 if (!Arrays.equals(mPayload, other.mPayload)) return false;
1036 if (mTnf != other.mTnf) return false;
1037 return Arrays.equals(mType, other.mType);
/frameworks/base/core/java/android/widget/
H A DActionMenuView.java817 public LayoutParams(ViewGroup.LayoutParams other) { argument
818 super(other);
821 public LayoutParams(LayoutParams other) { argument
822 super((LinearLayout.LayoutParams) other);
823 isOverflowButton = other.isOverflowButton;
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DPageContentRepository.java361 RenderSpec other = (RenderSpec) obj;
362 if (bitmapHeight != other.bitmapHeight) {
365 if (bitmapWidth != other.bitmapWidth) {
369 if (!printAttributes.equals(other.printAttributes)) {
372 } else if (other.printAttributes != null) {
462 // is closed to show pages while the other side is writing the new
/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsState.java667 public Setting(Setting other) { argument
668 name = other.name;
669 value = other.value;
670 packageName = other.packageName;
671 id = other.id;
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActionMenuView.java832 public LayoutParams(ViewGroup.LayoutParams other) { argument
833 super(other);
836 public LayoutParams(LayoutParams other) { argument
837 super((ViewGroup.LayoutParams) other);
838 isOverflowButton = other.isOverflowButton;
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DStaggeredGridLayoutManager.java1957 final Span other = mSpans[i];
1958 int otherLine = other.getEndLine(defaultLine);
1960 min = other;
1970 final Span other = mSpans[i];
1971 int otherLine = other.getStartLine(defaultLine);
1973 max = other;
2845 FullSpanItem other = mFullSpanItems.get(i);
2846 if (other.mPosition == fullSpanItem.mPosition) {
2853 if (other.mPosition >= fullSpanItem.mPosition) {
3018 public SavedState(SavedState other) { argument
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessState.java249 public void add(ProcessState other) { argument
250 mDurations.addDurations(other.mDurations);
251 mPssTable.mergeStats(other.mPssTable);
252 mNumExcessiveWake += other.mNumExcessiveWake;
253 mNumExcessiveCpu += other.mNumExcessiveCpu;
254 if (other.mNumCachedKill > 0) {
255 addCachedKill(other.mNumCachedKill, other.mMinCachedKillPss,
256 other.mAvgCachedKillPss, other
[all...]
/frameworks/native/opengl/tests/hwc/
H A DhwcCommit.cpp210 bool operator==(const Rational& other) const;
211 bool operator!=(const Rational& other) const { return !(*this == other); }
212 bool operator<(const Rational& other) const;
213 bool operator>(const Rational& other) const {
214 return (!(*this == other) && !(*this < other));
559 // TODO: make measurments with background blend other than
988 // width and height. While the other routines always keep one of the
1337 bool Rational::operator==(const Rational& other) cons
[all...]
/frameworks/native/services/surfaceflinger/
H A DTransform.cpp36 Transform::Transform(const Transform& other) argument
37 : mMatrix(other.mMatrix), mType(other.mType) {
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java680 public boolean equals(Object other) { argument
681 if (other instanceof ContentRecommendation) {
682 return TextUtils.equals(mIdTag, ((ContentRecommendation) other).getIdTag());
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_CameraMetadata.cpp212 jobject other) {
216 CameraMetadata_getPointerThrow(env, other, "other");
270 static void CameraMetadata_swap(JNIEnv *env, jobject thiz, jobject other) { argument
279 CameraMetadata* otherMetadata = CameraMetadata_getPointerThrow(env, other, "other");
211 CameraMetadata_allocateCopy(JNIEnv *env, jobject thiz, jobject other) argument
/frameworks/base/services/usb/java/com/android/server/usb/
H A DUsbAlsaManager.java102 AlsaDevice other = (AlsaDevice)obj;
103 return (mType == other.mType && mCard == other.mCard && mDevice == other.mDevice);
/frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
H A DXmlConfigTests.java188 NetworkSecurityConfig other = appConfig.getConfigForHostname("google.com");
189 assertEquals(config, other);
204 NetworkSecurityConfig other = appConfig.getConfigForHostname("google.com");
205 MoreAsserts.assertNotEqual(config, other);
/frameworks/native/services/inputflinger/
H A DInputWindow.h143 * overlay other windows for the purpose of implementing the secure views feature.
144 * Trusted overlays, such as IME windows, can partly obscure other windows without causing
151 bool overlaps(const InputWindowInfo* other) const;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java217 InstanceKey other = (InstanceKey) obj;
218 return (other.mClass == mClass && other.mInstName.equals(mInstName)
219 && other.mObj == mObj);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h36 typedef void (*ReduceCombinerFunc_t)(uint8_t *accum, const uint8_t *other);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java286 * that it can be drawn above other children.
626 // Animation might be ended by other animators during a layout.
681 // if animator is running or we have other active recover animations, we try
789 View other = lm.getChildAt(i);
790 if (other == viewHolder.itemView) {
793 if (other.getBottom() < top || other.getTop() > bottom
794 || other.getRight() < left || other.getLeft() > right) {
797 final ViewHolder otherVh = mRecyclerView.getChildViewHolder(other);
[all...]
/frameworks/base/core/java/android/content/
H A DContentValues.java102 * @param other the ContentValues from which to copy
104 public void putAll(ContentValues other) { argument
105 mValues.putAll(other.mValues);
429 * any other types to byte arrays.
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java149 * Compare this key against other native keys, request keys, result keys, and
210 // TODO: remove this; other places should use #getTypeReference() instead
274 public CameraMetadataNative(CameraMetadataNative other) { argument
276 mMetadataPtr = nativeAllocateCopy(other);
283 * Move the contents from {@code other} into a new camera metadata instance.</p>
285 * <p>After this call, {@code other} will become empty.</p>
287 * @param other the previous metadata instance which will get pilfered
288 * @return a new metadata instance with the values from {@code other} moved into it
290 public static CameraMetadataNative move(CameraMetadataNative other) { argument
292 newObject.swap(other);
1078 nativeAllocateCopy(CameraMetadataNative other) argument
1083 nativeSwap(CameraMetadataNative other) argument
1109 swap(CameraMetadataNative other) argument
[all...]
/frameworks/base/tools/apilint/
H A Dapilint.py486 other = "unregister" + m.name[8:]
487 if other not in methods:
490 other = "register" + m.name[10:]
491 if other not in methods:
499 other = "remove" + m.name[3:]
500 if other not in methods:
503 other = "add" + m.name[6:]
504 if other not in methods:
/frameworks/base/core/java/android/hardware/camera2/params/
H A DStreamConfigurationMap.java220 * listed in the return value of this method. Including any other output Surface as a target
807 * <p>In other words, using a repeating YUV request would result in a steady frame rate
848 * All other formats may or may not have an allowed stall duration on a per-capability basis;
930 final StreamConfigurationMap other = (StreamConfigurationMap) obj;
932 return Arrays.equals(mConfigurations, other.mConfigurations) &&
933 Arrays.equals(mMinFrameDurations, other.mMinFrameDurations) &&
934 Arrays.equals(mStallDurations, other.mStallDurations) &&
935 Arrays.equals(mDepthConfigurations, other.mDepthConfigurations) &&
937 other.mHighSpeedVideoConfigurations);
1056 * <p>All other format
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp721 const History* other; local
728 other = &future;
739 // So other->eventTime <= current->eventTime <= sampleTime.
740 other = touchState.getHistory(1);
741 nsecs_t delta = current->eventTime - other->eventTime;
779 if (other->idBits.hasBit(id)
781 const PointerCoords& otherCoords = other->getPointerById(id);
789 "other (%0.3f, %0.3f), alpha %0.3f",
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java1081 * @param right Index of the other element to compare.
1545 Spanned other = (Spanned) o;
1547 Object[] otherSpans = other.getSpans(0, other.length(), Object.class);
1553 if (other != otherSpan ||
1554 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
1555 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
1556 getSpanFlags(thisSpan) != other.getSpanFlags(otherSpan)) {
1560 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
1561 getSpanEnd(thisSpan) != other
[all...]

Completed in 897 milliseconds

<<11121314151617