HomeSort by relevance Sort by last modified time
    Searched refs:otherList (Results 1 - 7 of 7) sorted by null

  /external/nist-sip/java/gov/nist/javax/sip/header/
SIPObjectList.java 100 * @param otherList SIPObjectList to set
102 public void concatenate(SIPObjectList otherList) {
103 super.concatenate(otherList);
108 * @param otherList SIPObjectList to set
111 public void concatenate(SIPObjectList otherList, boolean topFlag) {
112 super.concatenate(otherList, topFlag);
  /dalvik/dexgen/src/com/android/dexgen/util/
IntList.java 120 IntList otherList = (IntList) other;
122 if (sorted != otherList.sorted) {
126 if (size != otherList.size) {
131 if (values[i] != otherList.values[i]) {
  /dalvik/dx/src/com/android/dx/util/
IntList.java 120 IntList otherList = (IntList) other;
122 if (sorted != otherList.sorted) {
126 if (size != otherList.size) {
131 if (values[i] != otherList.values[i]) {
  /dalvik/dexgen/src/com/android/dexgen/dex/file/
TypeListItem.java 118 TypeList otherList = ((TypeListItem) other).list;
120 return StdTypeList.compareContents(thisList, otherList);
  /dalvik/dx/src/com/android/dx/dex/file/
TypeListItem.java 118 TypeList otherList = ((TypeListItem) other).list;
120 return StdTypeList.compareContents(thisList, otherList);
  /external/webkit/Source/WebCore/rendering/
RenderListItem.cpp 108 Node* otherList = enclosingList(toRenderListItem(renderer));
110 if (list == otherList)
116 if (otherList)
117 renderer = otherList->renderer()->nextInPreOrder();
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 806 milliseconds