Home
last modified time | relevance | path

Searched defs:other (Results 1 – 14 of 14) sorted by relevance

/development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
DM4.java30 public M4(M4 other) { in M4() method in M4
44 public M4 multiply(M4 other) { in multiply()
DGLColor.java41 public boolean equals(Object other) { in equals()
DGLVertex.java44 public boolean equals(Object other) { in equals()
/development/samples/IntentPlayground/src/com/example/android/intentplayground/
DNode.java63 Node(Node other) { in Node() method in Node
181 public boolean equals(Node other) { in equals()
/development/samples/browseable/MidiScope/src/com.example.android.common.midi/
DMidiPortWrapper.java101 public boolean equals(Object other) { in equals()
/development/samples/browseable/MidiSynth/src/com.example.android.common.midi/
DMidiPortWrapper.java101 public boolean equals(Object other) { in equals()
/development/samples/browseable/DirectBoot/src/com.example.android.directboot/alarms/
DAlarm.java129 public int compareTo(@NonNull Alarm other) { in compareTo()
/development/tools/findunused/
Dfind_unused_resources.rb65 def <=>(other) argument
/development/tools/logblame/
Dlogs.py35 def __eq__(self, other): argument
/development/vndk/tools/header-checker/src/repr/
Dabi_diff_helpers.h57 DiffStatus &CombineWith(DiffStatus other) { in CombineWith()
/development/scripts/
Dcargo2android.py261 def same_flags(self, other): argument
275 def merge_host_device(self, other): argument
285 def merge_test(self, other): argument
300 def merge(self, other, outf_name): argument
318 def do_merge(self, other, should_merge_test): argument
/development/tools/idegen/src/com/android/idegen/
DModule.java378 Module other = (Module) obj; in equals() local
/development/samples/Snake/src/com/example/android/snake/
DSnakeView.java548 public boolean equals(Coordinate other) { in equals()
/development/samples/ControllerSample/src/com/example/controllersample/
DGameView.java524 public float distanceTo(Sprite other) { in distanceTo()
528 public boolean collidesWith(Sprite other) { in collidesWith()