Searched refs:other (Results 401 - 425 of 525) sorted by relevance

<<11121314151617181920>>

/frameworks/native/cmds/installd/
H A Ddexopt.cpp1069 Dex2oatFileWrapper(Dex2oatFileWrapper&& other) { argument
1070 value_ = other.value_;
1071 cleanup_ = other.cleanup_;
1072 do_cleanup_ = other.do_cleanup_;
1073 auto_close_ = other.auto_close_;
1074 other.release();
1077 Dex2oatFileWrapper& operator=(Dex2oatFileWrapper&& other) { argument
1078 value_ = other.value_;
1079 cleanup_ = other.cleanup_;
1080 do_cleanup_ = other
[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/support/v17/leanback/src/android/support/v17/leanback/graphics/
H A DCompositeDrawable.java45 CompositeState(CompositeState other, CompositeDrawable parent, Resources res) { argument
46 final int n = other.mChildren.size();
49 mChildren.add(new ChildDrawable(other.mChildren.get(k), parent, res));
/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.h146 * overlay other windows for the purpose of implementing the secure views feature.
147 * Trusted overlays, such as IME windows, can partly obscure other windows without causing
154 bool overlaps(const InputWindowInfo* other) const;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DTelephonyTest.java228 InstanceKey other = (InstanceKey) obj;
229 return (other.mClass == mClass && other.mInstName.equals(mInstName)
230 && other.mObj == mObj);
/frameworks/rs/cpu_ref/
H A DrsCpuCore.h38 typedef void (*ReduceCombinerFunc_t)(uint8_t *accum, const uint8_t *other);
/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java281 * that it can be drawn above other children.
620 // Animation might be ended by other animators during a layout.
675 // if animator is running or we have other active recover animations, we try
783 View other = lm.getChildAt(i);
784 if (other == viewHolder.itemView) {
787 if (other.getBottom() < top || other.getTop() > bottom
788 || other.getRight() < left || other.getLeft() > right) {
791 final ViewHolder otherVh = mRecyclerView.getChildViewHolder(other);
[all...]
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java279 * that it can be drawn above other children.
618 // Animation might be ended by other animators during a layout.
673 // if animator is running or we have other active recover animations, we try
781 View other = lm.getChildAt(i);
782 if (other == viewHolder.itemView) {
785 if (other.getBottom() < top || other.getTop() > bottom
786 || other.getRight() < left || other.getLeft() > right) {
789 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);
444 * any other types to byte arrays.
/frameworks/base/core/java/android/hardware/camera2/impl/
H A DCameraMetadataNative.java167 * Compare this key against other native keys, request keys, result keys, and
228 // TODO: remove this; other places should use #getTypeReference() instead
301 public CameraMetadataNative(CameraMetadataNative other) { argument
303 mMetadataPtr = nativeAllocateCopy(other);
310 * Move the contents from {@code other} into a new camera metadata instance.</p>
312 * <p>After this call, {@code other} will become empty.</p>
314 * @param other the previous metadata instance which will get pilfered
315 * @return a new metadata instance with the values from {@code other} moved into it
317 public static CameraMetadataNative move(CameraMetadataNative other) { argument
319 newObject.swap(other);
1108 nativeAllocateCopy(CameraMetadataNative other) argument
1113 nativeSwap(CameraMetadataNative other) argument
1142 swap(CameraMetadataNative other) argument
[all...]
/frameworks/base/packages/Osu/src/com/android/hotspot2/flow/
H A DOSUInfo.java185 public int compareTo(ScoreEntry other) { argument
186 return Integer.compare(mScore, other.mScore);
/frameworks/base/tools/apilint/
H A Dapilint.py500 other = "unregister" + m.name[8:]
501 if other not in methods:
504 other = "register" + m.name[10:]
505 if other not in methods:
513 other = "remove" + m.name[3:]
514 if other not in methods:
517 other = "add" + m.name[6:]
518 if other not in methods:
/frameworks/minikin/libs/minikin/
H A DFontLanguage.cpp131 // We don't understand anything other than two-letter or three-letter
271 bool FontLanguage::isEqualScript(const FontLanguage& other) const {
272 return other.mScript == mScript;
/frameworks/av/media/libnbaio/
H A DNBLog.cpp260 NBLog::EntryIterator::EntryIterator(const NBLog::EntryIterator &other) argument
261 : ptr(other.ptr) {}
291 int NBLog::EntryIterator::operator-(const NBLog::EntryIterator &other) const {
292 return ptr - other.ptr;
295 bool NBLog::EntryIterator::operator!=(const EntryIterator &other) const {
296 return ptr != other.ptr;
887 // TODO timestamp empty here, only other choice to wait for the first timestamp event in the
/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
801 * <p>In other words, using a repeating YUV request would result in a steady frame rate
842 * All other formats may or may not have an allowed stall duration on a per-capability basis;
924 final StreamConfigurationMap other = (StreamConfigurationMap) obj;
926 return Arrays.equals(mConfigurations, other.mConfigurations) &&
927 Arrays.equals(mMinFrameDurations, other.mMinFrameDurations) &&
928 Arrays.equals(mStallDurations, other.mStallDurations) &&
929 Arrays.equals(mDepthConfigurations, other.mDepthConfigurations) &&
931 other.mHighSpeedVideoConfigurations);
1050 * <p>All other format
[all...]
/frameworks/base/core/java/com/android/internal/util/
H A DNotificationColorUtil.java294 * @param other the color to ensure contrast against. Assumed to be lighter than {@param color}
300 public static int findContrastColor(int color, int other, boolean findFg, double minRatio) { argument
301 int fg = findFg ? color : other;
302 int bg = findFg ? other : color;
364 * @param other the color to ensure contrast against. Assumed to be darker than {@param color}
370 public static int findContrastColorAgainstDark(int color, int other, boolean findFg, argument
372 int fg = findFg ? color : other;
373 int bg = findFg ? other : color;
604 * Composite two potentially translucent colors over each other and returns the result.
632 * Composite two potentially translucent colors over each other an
[all...]
/frameworks/base/graphics/java/android/graphics/
H A DBitmap.java335 * it simply allows it to be garbage collected if there are no other references.
1050 // No need to initialize the bitmap to zeroes with other configs;
1442 * decode other bitmaps of smaller size, or by manual reconfiguration. See {@link
1879 * If other is null, return false.
1881 public boolean sameAs(Bitmap other) { argument
1884 if (this == other) return true;
1885 if (other == null) return false;
1886 other.noteHardwareBitmapSlowCall();
1887 if (other.isRecycled()) {
1890 return nativeSameAs(mNativePtr, other
[all...]
/frameworks/native/libs/input/
H A DInputTransport.cpp736 const History* other; local
743 other = &future;
754 // So other->eventTime <= current->eventTime <= sampleTime.
755 other = touchState.getHistory(1);
756 nsecs_t delta = current->eventTime - other->eventTime;
794 if (other->idBits.hasBit(id)
796 const PointerCoords& otherCoords = other->getPointerById(id);
804 "other (%0.3f, %0.3f), alpha %0.3f",
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiNative.java918 HiddenNetwork other = (HiddenNetwork) otherObj;
919 return Objects.equals(ssid, other.ssid);
954 PnoNetwork other = (PnoNetwork) otherObj;
955 return ((Objects.equals(ssid, other.ssid)) && (flags == other.flags)
956 && (auth_bit_field == other.auth_bit_field));
1462 return "firmware dropped (other)";
1470 return "driver dropped (other)";
1505 return "firmware dropped (other)";
1515 return "driver dropped (other)";
[all...]
/frameworks/base/core/java/android/text/
H A DSpannableStringBuilder.java1125 * @param right Index of the other element to compare.
1591 Spanned other = (Spanned) o;
1593 Object[] otherSpans = other.getSpans(0, other.length(), Object.class);
1599 if (other != otherSpan ||
1600 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
1601 getSpanEnd(thisSpan) != other.getSpanEnd(otherSpan) ||
1602 getSpanFlags(thisSpan) != other.getSpanFlags(otherSpan)) {
1606 getSpanStart(thisSpan) != other.getSpanStart(otherSpan) ||
1607 getSpanEnd(thisSpan) != other
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DProcessStats.java218 public void add(ProcessStats other) { argument
219 ArrayMap<String, SparseArray<SparseArray<PackageState>>> pkgMap = other.mPackages.getMap();
262 ArrayMap<String, SparseArray<ProcessState>> procMap = other.mProcesses.getMap();
288 + other.mMemFactorDurations[i] + " from "
290 mMemFactorDurations[i] += other.mMemFactorDurations[i];
293 mSysMemUsage.mergeStats(other.mSysMemUsage);
295 if (other.mTimePeriodStartClock < mTimePeriodStartClock) {
296 mTimePeriodStartClock = other.mTimePeriodStartClock;
297 mTimePeriodStartClockStr = other.mTimePeriodStartClockStr;
299 mTimePeriodEndRealtime += other
[all...]
/frameworks/base/core/java/android/hardware/
H A DCamera.java97 * use by other applications. Applications should release the camera
256 * error retrieving the information (generally due to a hardware or other
337 * the same camera is opened by other applications, this will throw a
341 * otherwise it will remain locked and be unavailable to other applications.
346 * <p>Callbacks from other methods are delivered to the event loop of the
391 * given hal API version. If the same camera is opened by other applications
396 * otherwise it will remain locked and be unavailable to other applications.
401 * Callbacks from other methods are delivered to the event loop of the
504 * <p>Intended to use by the camera2 shim only, do <i>not</i> use this for other code.</p>
575 * temporarily for another process to use; once the other proces
2506 copyFrom(Parameters other) argument
2524 same(Parameters other) argument
[all...]

Completed in 5202 milliseconds

<<11121314151617181920>>