Searched refs:numPairs (Results 1 – 9 of 9) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 341 int numPairs = ByteArray.readU16bit(info, pos + 2); in annotation() local 342 return annotation(pos + 4, type, numPairs); in annotation() 345 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument 346 for (int j = 0; j < numPairs; ++j) in annotation() 427 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument 429 return super.annotation(pos, type, numPairs); in annotation() 495 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument 496 writer.annotation(copyType(type), numPairs); in annotation() local 497 return super.annotation(pos, type, numPairs); in annotation() 617 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() argument [all …]
|
/external/lzma/C/ |
D | LzmaEnc.c | 289 UInt32 numPairs; member 829 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local 831 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches); in ReadMatchDistances() 834 printf("\n i = %d numPairs = %d ", g_STAT_OFFSET, numPairs / 2); in ReadMatchDistances() 838 for (i = 0; i < numPairs; i += 2) in ReadMatchDistances() 843 if (numPairs > 0) in ReadMatchDistances() 845 lenRes = p->matches[numPairs - 2]; in ReadMatchDistances() 849 UInt32 distance = p->matches[numPairs - 1] + 1; in ReadMatchDistances() 860 *numDistancePairsRes = numPairs; in ReadMatchDistances() 944 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local [all …]
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 153 unsigned int numPairs = m_pairs.size(); in Dump() local 158 for (index = 0; index < numPairs; ++index) in Dump() 164 if (pair_index < numPairs) in Dump()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | PairCacheTest.java | 140 int numPairs = arr.size(); in render() local 141 for (int i = 0; i < numPairs; ++i) { in render()
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 800 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local 801 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16); in appendNumericSegmentCEs()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationIterator.java | 1076 int numPairs = (length + 1) / 2; 1077 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationIterator.java | 1074 int numPairs = (length + 1) / 2; 1075 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | MessageFormat.java | 2383 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | MessageFormat.java | 2339 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) { in readObject()
|