/cts/tools/dasm/src/java_cup/ |
D | terminal_set.java | 28 public terminal_set(terminal_set other) in terminal_set() method in terminal_set 98 public boolean is_subset_of(terminal_set other) in is_subset_of() 118 public boolean is_superset_of(terminal_set other) in is_superset_of() 166 public boolean add(terminal_set other) in add() 186 public boolean intersects(terminal_set other) in intersects() 204 public boolean equals(terminal_set other) in equals() 215 public boolean equals(Object other) in equals()
|
D | symbol_set.java | 26 public symbol_set(symbol_set other) throws internal_error in symbol_set() method in symbol_set 72 public boolean is_subset_of(symbol_set other) throws internal_error in is_subset_of() 90 public boolean is_superset_of(symbol_set other) throws internal_error in is_superset_of() 132 public boolean add(symbol_set other) throws internal_error in add() 150 public void remove(symbol_set other) throws internal_error in remove() 162 public boolean equals(symbol_set other) in equals() 179 public boolean equals(Object other) in equals()
|
D | lalr_item_set.java | 35 public lalr_item_set(lalr_item_set other) in lalr_item_set() method in lalr_item_set 86 public boolean is_subset_of(lalr_item_set other) throws internal_error in is_subset_of() 104 public boolean is_superset_of(lalr_item_set other) throws internal_error in is_superset_of() 119 lalr_item other; in add() local 165 public void add(lalr_item_set other) throws internal_error in add() 179 public void remove(lalr_item_set other) throws internal_error in remove() 300 public boolean equals(lalr_item_set other) in equals() 318 public boolean equals(Object other) in equals()
|
D | shift_action.java | 50 public boolean equals(shift_action other) in equals() 58 public boolean equals(Object other) in equals()
|
D | production_part.java | 51 public boolean equals(production_part other) in equals() 65 public boolean equals(Object other) in equals()
|
D | parse_action.java | 55 public boolean equals(parse_action other) in equals() 64 public boolean equals(Object other) in equals()
|
D | reduce_action.java | 50 public boolean equals(reduce_action other) in equals() 58 public boolean equals(Object other) in equals()
|
D | action_part.java | 57 public boolean equals(action_part other) in equals() 67 public boolean equals(Object other) in equals()
|
D | symbol_part.java | 61 public boolean equals(symbol_part other) in equals() 70 public boolean equals(Object other) in equals()
|
D | lr_item_core.java | 162 public boolean core_equals(lr_item_core other) in core_equals() 172 public boolean equals(lr_item_core other) {return core_equals(other);} in equals() 177 public boolean equals(Object other) in equals()
|
D | lalr_item.java | 268 public boolean equals(lalr_item other) in equals() 277 public boolean equals(Object other) in equals()
|
D | lalr_state.java | 701 public boolean equals(lalr_state other) in equals() 710 public boolean equals(Object other) in equals()
|
/cts/libs/view/src/com/android/view/ |
D | Position.java | 42 public double dotProduct(Position other) { in dotProduct() 49 public double distanceTo(Position other) { in distanceTo() 62 public double arcAngleTo(Position other, Position origin) { in arcAngleTo() 83 public double angleTo(Position other) { in angleTo() 97 Position other = (Position) o; in equals() local
|
/cts/suite/audio_quality/lib/src/ |
D | StringUtil.cpp | 57 int StringUtil::compare(const android::String8& str, const char* other) in compare() 62 bool StringUtil::endsWith(const android::String8& str, const char* other) in endsWith()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | Resources_ThemeTest.java | 57 final Theme other = getContext().getTheme(); in testSetMethods() local 117 Resources.Theme other = getContext().getResources().newTheme(); in testGetChangingConfigurations() local
|
/cts/tools/vm-tests-tf/src/util/build/ |
D | DxBuildStep.java | 74 DxBuildStep other = (DxBuildStep) obj; in equals() local
|
D | JillBuildStep.java | 84 JillBuildStep other = (JillBuildStep) obj; in equals() local
|
D | JackDexBuildStep.java | 109 JackDexBuildStep other = (JackDexBuildStep) obj; in equals() local
|
D | JavacBuildStep.java | 83 JavacBuildStep other = (JavacBuildStep) obj; in equals() local
|
D | JarBuildStep.java | 127 JarBuildStep other = (JarBuildStep) obj; in equals() local
|
D | JackBuildStep.java | 127 JackBuildStep other = (JackBuildStep) obj; in equals() local
|
D | DasmBuildStep.java | 161 DasmBuildStep other = (DasmBuildStep) obj; in equals() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AttestationPackageInfo.java | 70 public int compareTo(AttestationPackageInfo other) { in compareTo()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | AllocationInfo.java | 376 public boolean equals(Object other) { in equals() 394 public boolean equals(AllocationInfo other) { in equals()
|
/cts/apps/CameraITS/tests/rolling_shutter_skew/ |
D | test_rolling_shutter_skew.py | 422 def distance_to(self, other): argument 426 def intersects(self, other): argument
|