Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 37) 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()
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()
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()
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()
/cts/tests/tests/content/src/android/content/res/cts/
DResources_ThemeTest.java53 final Theme other = getContext().getTheme(); in testSetMethods() local
100 Resources.Theme other = getContext().getResources().newTheme(); in testGetChangingConfigurations() 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/tools/vm-tests-tf/src/util/build/
DDxBuildStep.java74 DxBuildStep other = (DxBuildStep) obj; in equals() local
DJillBuildStep.java64 JillBuildStep other = (JillBuildStep) obj; in equals() local
DJackDexBuildStep.java87 JackDexBuildStep other = (JackDexBuildStep) obj; in equals() local
DJarBuildStep.java91 JarBuildStep other = (JarBuildStep) obj; in equals() local
DJackBuildStep.java82 JackBuildStep other = (JackBuildStep) obj; in equals() local
DJavacBuildStep.java78 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/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
DAllocationInfo.java376 public boolean equals(Object other) { in equals()
394 public boolean equals(AllocationInfo other) { in equals()

12