Home
last modified time | relevance | path

Searched refs:otherList (Results 1 – 5 of 5) sorted by relevance

/external/nist-sip/java/gov/nist/javax/sip/header/
DSIPObjectList.java102 public void concatenate(SIPObjectList otherList) { in concatenate() argument
103 super.concatenate(otherList); in concatenate()
111 public void concatenate(SIPObjectList otherList, boolean topFlag) { in concatenate() argument
112 super.concatenate(otherList, topFlag); in concatenate()
/external/dng_sdk/source/
Ddng_opcode_list.cpp75 void dng_opcode_list::Swap (dng_opcode_list &otherList) in Swap() argument
78 fList.swap (otherList.fList); in Swap()
80 std::swap (fAlwaysApply, otherList.fAlwaysApply); in Swap()
82 std::swap (fStage, otherList.fStage); in Swap()
Ddng_opcode_list.h113 void Swap (dng_opcode_list &otherList);
/external/dexmaker/src/dx/java/com/android/dx/util/
DIntList.java120 IntList otherList = (IntList) other; in equals() local
122 if (sorted != otherList.sorted) { in equals()
126 if (size != otherList.size) { in equals()
131 if (values[i] != otherList.values[i]) { in equals()
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
DTypeListItem.java118 TypeList otherList = ((TypeListItem) other).list; in compareTo0() local
120 return StdTypeList.compareContents(thisList, otherList); in compareTo0()