/cts/tools/dasm/src/java_cup/ |
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 | 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 | 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 | parse_action.java | 55 public boolean equals(parse_action other) in equals() 64 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 | shift_action.java | 50 public boolean equals(shift_action other) in equals() 58 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()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | Resources_ThemeTest.java | 53 final Theme other = getContext().getTheme(); in testSetMethods() local 100 Resources.Theme other = getContext().getResources().newTheme(); in testGetChangingConfigurations() 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/tools/vm-tests-tf/src/util/build/ |
D | DxBuildStep.java | 74 DxBuildStep other = (DxBuildStep) obj; in equals() local
|
D | JillBuildStep.java | 64 JillBuildStep other = (JillBuildStep) obj; in equals() local
|
D | JackDexBuildStep.java | 87 JackDexBuildStep other = (JackDexBuildStep) obj; in equals() local
|
D | JarBuildStep.java | 91 JarBuildStep other = (JarBuildStep) obj; in equals() local
|
D | JackBuildStep.java | 82 JackBuildStep other = (JackBuildStep) obj; in equals() local
|
D | JavacBuildStep.java | 78 JavacBuildStep other = (JavacBuildStep) obj; in equals() local
|
D | DasmBuildStep.java | 161 DasmBuildStep other = (DasmBuildStep) obj; in equals() local
|
D | BuildStep.java | 55 BuildFile other = (BuildFile) obj; in equals() local
|
/cts/tools/signature-tools/src/signature/model/impl/ |
D | SigArrayType.java | 54 IArrayType other = (IArrayType) that; in equals() local
|
D | SigParameterizedType.java | 82 IParameterizedType other = (IParameterizedType) that; in equals() local
|
/cts/tools/signature-tools/src/signature/converter/dex/ |
D | FieldPool.java | 54 FieldKey other = (FieldKey) obj; in equals() local
|
/cts/tests/tests/hardware/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()
|