Searched defs:other (Results 1 - 20 of 20) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
H A DGLColor.java41 public boolean equals(Object other) { argument
42 if (other instanceof GLColor) {
43 GLColor color = (GLColor)other;
H A DM4.java30 public M4(M4 other) { argument
33 m[i][j] = other.m[i][j];
44 public M4 multiply(M4 other) { argument
47 float[][] m2 = other.m;
H A DGLVertex.java44 public boolean equals(Object other) { argument
45 if (other instanceof GLVertex) {
46 GLVertex v = (GLVertex)other;
/development/samples/Snake/src/com/example/android/snake/
H A DSnakeView.java548 public boolean equals(Coordinate other) { argument
549 if (x == other.x && y == other.y) {
/development/ndk/platforms/android-9/arch-mips/include/asm/xtalk/
H A Dxwidget.h136 unsigned other:8; member in struct:__anon541
/development/ndk/platforms/android-L/include/linux/
H A Dicmpv6.h66 other:1, member in struct:icmp6hdr::__anon902::icmpv6_nd_ra
71 other:1, member in struct:icmp6hdr::__anon902::icmpv6_nd_ra
99 #define icmp6_addrconf_other icmp6_dataun.u_nd_ra.other
H A Dpkt_sched.h205 __u32 other; member in struct:tc_red_xstats
232 __u32 other; member in struct:tc_gred_qopt
277 __u32 other; member in struct:tc_choke_xstats
/development/samples/ApiDemos/src/com/example/android/apis/view/
H A DGameView.java527 public float distanceTo(Sprite other) { argument
528 return distanceTo(other.mPositionX, other.mPositionY);
531 public boolean collidesWith(Sprite other) { argument
533 return !mDestroyed && !other.mDestroyed
534 && distanceTo(other) <= Math.max(mSize, other.mSize)
535 + Math.min(mSize, other.mSize) * 0.5f;
/development/samples/ControllerSample/src/com/example/controllersample/
H A DGameView.java524 public float distanceTo(Sprite other) { argument
525 return distanceTo(other.mPositionX, other.mPositionY);
528 public boolean collidesWith(Sprite other) { argument
530 return !mDestroyed && !other.mDestroyed
531 && distanceTo(other) <= Math.max(mSize, other.mSize)
532 + Math.min(mSize, other.mSize) * 0.5f;
/development/ndk/platforms/android-3/include/linux/
H A Dpkt_sched.h132 __u32 other; member in struct:tc_red_xstats
159 __u32 other; member in struct:tc_gred_qopt
/development/samples/training/basic/ActivityLifecycle/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/multiscreen/newsreader/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/content/ ...
/development/samples/training/AnimationsDemo/libs/
H A Dandroid-support-v13.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v13/ android/support/v13/app/ ...
/development/samples/training/InteractiveChart/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/app/ ...
/development/samples/training/basic/FragmentBasics/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/location-aware/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/ControllerSample/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/ContactsList/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/EffectiveNavigation/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
/development/samples/training/NavigationDrawer/libs/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/util/ ...

Completed in 246 milliseconds