Searched refs:outCount (Results 1 – 2 of 2) sorted by relevance
/dalvik/vm/reflect/ |
D | Proxy.cpp | 376 int outCount = 0; in copyWithoutDuplicates() local 441 outCount); in copyWithoutDuplicates() 506 contents[outCount] = (Object*) throwArray; in copyWithoutDuplicates() 511 outMethods[outCount++] = allMethods[i]; in copyWithoutDuplicates() 524 outCount); in copyWithoutDuplicates() 532 contents[outCount] = (Object*) exceptionArray; in copyWithoutDuplicates() 536 outMethods[outCount++] = allMethods[i]; in copyWithoutDuplicates() 554 return outCount; in copyWithoutDuplicates()
|
/dalvik/dx/src/com/android/dx/merge/ |
D | DexMerger.java | 245 int outCount = 0; in mergeSorted() local 274 updateIndex(aOffset, aIndexMap, aIndex++, outCount); in mergeSorted() 280 updateIndex(bOffset, bIndexMap, bIndex++, outCount); in mergeSorted() 288 outCount++; in mergeSorted() 291 getSection(contentsOut).size = outCount; in mergeSorted() 306 int outCount = 0; in mergeUnsorted() local 309 updateIndex(e1.offset, getIndexMap(e1.source), e1.index, outCount - 1); in mergeUnsorted() 313 updateIndex(e2.offset, getIndexMap(e2.source), e2.index, outCount - 1); in mergeUnsorted() 317 outCount++; in mergeUnsorted() 320 getSection(contentsOut).size = outCount; in mergeUnsorted()
|