Home
last modified time | relevance | path

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

/cts/tools/dasm/src/java_cup/
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()
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()
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()
Dproduction_part.java51 public boolean equals(production_part other) in equals()
65 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()
Dreduce_action.java50 public boolean equals(reduce_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()
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()
Dproduction.java705 public boolean equals(production other) in equals()
714 public boolean equals(Object other) in equals()
/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.java48 final Theme other = getContext().getTheme(); in testSetMethods() local
/cts/tools/vm-tests-tf/src/util/build/
DDexBuildStep.java74 DexBuildStep other = (DexBuildStep) obj; in equals() local
DJarBuildStep.java91 JarBuildStep other = (JarBuildStep) obj; in equals() local
DJavacBuildStep.java79 JavacBuildStep other = (JavacBuildStep) obj; in equals() local
DDasmBuildStep.java161 DasmBuildStep other = (DasmBuildStep) obj; in equals() local
DBuildStep.java55 BuildFile other = (BuildFile) obj; in equals() local
/cts/tools/signature-tools/src/signature/model/impl/
DSigArrayType.java54 IArrayType other = (IArrayType) that; in equals() local
DSigParameterizedType.java82 IParameterizedType other = (IParameterizedType) that; in equals() local
/cts/tools/signature-tools/src/signature/converter/dex/
DFieldPool.java54 FieldKey other = (FieldKey) obj; in equals() local
/cts/tools/signature-tools/src/signature/model/util/
DTypePool.java103 TypeVariableKey other = (TypeVariableKey) obj; in equals() local
/cts/tests/tests/os/src/android/os/cts/
DWorkSourceTest.java89 …private WorkSource wsAddReturningNewbs(WorkSource ws, WorkSource other) throws IllegalArgumentExce… in wsAddReturningNewbs()
95 …private WorkSource[] wsSetReturningDiffs(WorkSource ws, WorkSource other) throws IllegalArgumentEx… in wsSetReturningDiffs()