Searched refs:otherList (Results 1 - 4 of 4) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPObjectList.java100 * @param otherList SIPObjectList to set
102 public void concatenate(SIPObjectList otherList) { argument
103 super.concatenate(otherList);
108 * @param otherList SIPObjectList to set
111 public void concatenate(SIPObjectList otherList, boolean topFlag) { argument
112 super.concatenate(otherList, topFlag);
/external/dexmaker/src/dx/java/com/android/dx/util/
H A DIntList.java120 IntList otherList = (IntList) other;
122 if (sorted != otherList.sorted) {
126 if (size != otherList.size) {
131 if (values[i] != otherList.values[i]) {
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DTypeListItem.java118 TypeList otherList = ((TypeListItem) other).list;
120 return StdTypeList.compareContents(thisList, otherList);
/external/webkit/Source/WebCore/rendering/
H A DRenderListItem.cpp108 Node* otherList = enclosingList(toRenderListItem(renderer)); local
110 if (list == otherList)
116 if (otherList)
117 renderer = otherList->renderer()->nextInPreOrder();

Completed in 139 milliseconds