Searched refs:other (Results 326 - 350 of 525) sorted by relevance

<<11121314151617181920>>

/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h277 typedef LinearAllocator<NewDataType, ChunkSize> other; typedef in struct:mcld::LinearAllocator::rebind
292 typedef LinearAllocator<NewDataType, 0> other; typedef in struct:mcld::LinearAllocator::rebind
317 typedef MallocAllocator<OtherDataType> other; typedef in struct:mcld::MallocAllocator::rebind
362 typedef MallocAllocator<OtherDataType> other; typedef in struct:mcld::MallocAllocator::rebind
/frameworks/native/libs/vr/libvrflinger/
H A Dhwc_types.h144 bool operator!=(const Wrapper& other) const { return value != other.value; }
149 bool operator==(const Wrapper& other) const { return value == other.value; }
/frameworks/native/services/surfaceflinger/
H A DTransform.h40 Transform(const Transform& other);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/util/
H A DMatrix.java98 * @param that is the other matrix
110 * @param that is the other matrix
128 * @param that is the other matrix
139 * @param that is the other matrix
157 * @param that is the other matrix
170 * @param that is the other matrix
302 Matrix other = (Matrix) that;
303 if (n != other.n) return false;
304 if (m != other.m) return false;
306 if (mem[i] != other
[all...]
/frameworks/base/core/java/android/app/admin/
H A DPasswordMetrics.java161 public boolean equals(Object other) { argument
162 if (!(other instanceof PasswordMetrics)) {
165 PasswordMetrics o = (PasswordMetrics) other;
/frameworks/base/core/java/android/content/
H A DComponentName.java290 ComponentName other = (ComponentName)obj;
293 return mPackage.equals(other.mPackage)
294 && mClass.equals(other.mClass);
/frameworks/base/core/java/android/content/pm/
H A DSignature.java207 Signature other = (Signature)obj;
208 return this == other || Arrays.equals(mSignature, other.mSignature);
/frameworks/base/core/java/android/printservice/
H A DPrintServiceInfo.java305 PrintServiceInfo other = (PrintServiceInfo) obj;
307 if (other.mId != null) {
310 } else if (!mId.equals(other.mId)) {
/frameworks/base/core/java/android/view/
H A DKeyEvent.java59 * Ice Cream Sandwich or earlier. Be aware that other software input methods may
432 * This key alters the behavior of other keys on the numeric keypad. */
497 * On TV remotes, toggles picture-in-picture mode or other windowing functions.
643 * devices or game controllers, especially if no other input mode is
1580 public static KeyEvent obtain(KeyEvent other) { argument
1582 ev.mDownTime = other.mDownTime;
1583 ev.mEventTime = other.mEventTime;
1584 ev.mAction = other.mAction;
1585 ev.mKeyCode = other.mKeyCode;
1586 ev.mRepeatCount = other
[all...]
H A DPointerIcon.java375 public boolean equals(Object other) { argument
376 if (this == other) {
380 if (other == null || !(other instanceof PointerIcon)) {
384 PointerIcon otherIcon = (PointerIcon) other;
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/
H A DRestrictedLockUtils.java736 public EnforcedAdmin(EnforcedAdmin other) { argument
737 if (other == null) {
740 this.component = other.component;
741 this.userId = other.userId;
750 EnforcedAdmin other = (EnforcedAdmin) object;
751 if (userId != other.userId) {
754 if ((component == null && other.component == null) ||
755 (component != null && component.equals(other.component))) {
766 public void copyTo(EnforcedAdmin other) { argument
767 if (other
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DIntentTile.java219 final PackageDrawableIcon other = (PackageDrawableIcon) o;
220 return Objects.equals(other.mPackage, mPackage) && other.mResId == mResId;
/frameworks/base/test-runner/src/android/test/suitebuilder/
H A DTestGrouping.java90 TestGrouping other = (TestGrouping) o;
91 if (!this.testCaseClasses.equals(other.testCaseClasses)) {
94 return this.testCaseClasses.comparator().equals(other.testCaseClasses.comparator());
/frameworks/base/tests/testables/src/android/testing/
H A DTestableLooper.java237 public LooperFrameworkMethod(TestableLooper other, FrameworkMethod base) { argument
239 mLooper = other.mLooper;
240 mTestableLooper = other;
/frameworks/native/include/input/
H A DKeyCharacterMap.h41 * Also specifies other functions of the keyboard such as the keyboard type
149 Behavior(const Behavior& other);
169 Key(const Key& other);
234 KeyCharacterMap(const KeyCharacterMap& other);
/frameworks/support/compat/java/android/support/v4/view/accessibility/
H A DAccessibilityRecordCompat.java769 AccessibilityRecordCompat other = (AccessibilityRecordCompat) obj;
771 if (other.mRecord != null) {
774 } else if (!mRecord.equals(other.mRecord)) {
/frameworks/base/tools/aapt2/
H A DResource.h92 int compare(const ResourceName& other) const;
280 inline int ResourceName::compare(const ResourceName& other) const {
281 int cmp = package.compare(other.package);
283 cmp = static_cast<int>(type) - static_cast<int>(other.type);
285 cmp = entry.compare(other.entry);
/frameworks/base/core/java/android/widget/
H A DActivityChooserModel.java68 * views is used for sharing but the other for importing, for example, then each
845 HistoricalRecord other = (HistoricalRecord) obj;
847 if (other.activity != null) {
850 } else if (!activity.equals(other.activity)) {
853 if (time != other.time) {
856 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
914 ActivityResolveInfo other = (ActivityResolveInfo) obj;
915 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DActivityChooserModel.java62 * views is used for sharing but the other for importing, for example, then each
820 HistoricalRecord other = (HistoricalRecord) obj;
822 if (other.activity != null) {
825 } else if (!activity.equals(other.activity)) {
828 if (time != other.time) {
831 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
889 ActivityResolveInfo other = (ActivityResolveInfo) obj;
890 if (Float.floatToIntBits(weight) != Float.floatToIntBits(other.weight)) {
/frameworks/native/opengl/libagl/
H A Dlight.cpp767 GLfixed* other=0; local
775 other = c->lighting.front.diffuse.v;
789 if (other) {
790 other[0] = what[0];
791 other[1] = what[1];
792 other[2] = what[2];
793 other[3] = what[3];
807 GLfixed* other=0; local
815 other = c->lighting.front.diffuse.v;
829 if (other) {
[all...]
/frameworks/native/services/inputflinger/
H A DInputReader.h171 // Zoom speed applies when the fingers are mostly moving relative to each other
247 * and other system components.
352 void copyFrom(const StylusState& other) { argument
353 when = other.when;
354 pressure = other.pressure;
355 buttons = other.buttons;
356 toolType = other.toolType;
402 * on the input reader thread but the InputReader can receive queries from other system
807 void copyFrom(const RawPointerData& other);
843 void copyFrom(const CookedPointerData& other);
1410 copyFrom(const RawState& other) argument
1438 copyFrom(const CookedState& other) argument
[all...]
/frameworks/base/core/java/com/android/internal/app/procstats/
H A DServiceState.java203 public void add(ServiceState other) { argument
204 mDurations.addDurations(other.mDurations);
205 mRunCount += other.mRunCount;
206 mStartedCount += other.mStartedCount;
207 mBoundCount += other.mBoundCount;
208 mExecCount += other.mExecCount;
/frameworks/base/core/jni/android/graphics/
H A DMatrix.cpp165 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); local
166 *obj = *other;
266 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); local
267 obj->preConcat(*other);
310 SkMatrix* other = reinterpret_cast<SkMatrix*>(otherHandle); local
311 matrix->postConcat(*other);
/frameworks/base/graphics/java/android/graphics/
H A DMatrix.java151 public boolean preConcat(Matrix other) {
199 public boolean postConcat(Matrix other) {
452 * Preconcats the matrix with the specified matrix. M' = M * other
454 public boolean preConcat(Matrix other) { argument
455 nPreConcat(native_instance, other.native_instance);
516 * Postconcats the matrix with the specified matrix. M' = other * M
518 public boolean postConcat(Matrix other) { argument
519 nPostConcat(native_instance, other.native_instance);
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowContainer.java233 * {@link #POSITION_BOTTOM}. When moving to other intermediate positions
454 * WindowManager perspective which usually means valid surface and some other internal state
664 public int compareTo(WindowContainer other) { argument
665 if (this == other) {
669 if (mParent != null && mParent == other.mParent) {
671 return list.indexOf(this) > list.indexOf(other) ? 1 : -1;
678 other.getParents(otherParentChain);
694 + thisParentChain + " other=" + otherParentChain);
698 // we are comparing it the parent of the other then whichever is the child is greater.
701 } else if (commonAncestor == other) {
[all...]

Completed in 8077 milliseconds

<<11121314151617181920>>