Home
last modified time | relevance | path

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

12

/cts/tools/dasm/src/java_cup/
Dsymbol_set.java26 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()
Dterminal_set.java28 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()
Dlalr_item_set.java35 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()
Dshift_action.java50 public boolean equals(shift_action other) in equals()
58 public boolean equals(Object other) in equals()
Dparse_action.java55 public boolean equals(parse_action other) in equals()
64 public boolean equals(Object other) in equals()
Dproduction_part.java51 public boolean equals(production_part other) in equals()
65 public boolean equals(Object other) in equals()
Dreduce_action.java50 public boolean equals(reduce_action other) in equals()
58 public boolean equals(Object other) in equals()
Daction_part.java57 public boolean equals(action_part other) in equals()
67 public boolean equals(Object other) in equals()
Dsymbol_part.java61 public boolean equals(symbol_part other) in equals()
70 public boolean equals(Object other) in equals()
Dlr_item_core.java162 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()
Dlalr_item.java268 public boolean equals(lalr_item other) in equals()
277 public boolean equals(Object other) in equals()
Dlalr_state.java701 public boolean equals(lalr_state other) in equals()
710 public boolean equals(Object other) in equals()
/cts/libs/view/src/com/android/view/
DPosition.java42 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/
DStringUtil.cpp57 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/
DResources_ThemeTest.java57 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/
DDxBuildStep.java74 DxBuildStep other = (DxBuildStep) obj; in equals() local
DJillBuildStep.java84 JillBuildStep other = (JillBuildStep) obj; in equals() local
DJarBuildStep.java91 JarBuildStep other = (JarBuildStep) obj; in equals() local
DJackDexBuildStep.java109 JackDexBuildStep other = (JackDexBuildStep) obj; in equals() local
DJavacBuildStep.java83 JavacBuildStep other = (JavacBuildStep) obj; in equals() local
DJackBuildStep.java127 JackBuildStep other = (JackBuildStep) obj; in equals() local
DDasmBuildStep.java161 DasmBuildStep other = (DasmBuildStep) obj; in equals() local
/cts/tests/tests/keystore/src/android/keystore/cts/
DAttestationPackageInfo.java70 public int compareTo(AttestationPackageInfo other) { in compareTo()
/cts/tests/camera/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java376 public boolean equals(Object other) { in equals()
394 public boolean equals(AllocationInfo other) { in equals()
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCddCoverage.java59 public boolean equals(Object other) { in equals()

12