Searched defs:numPairs (Results 1 – 5 of 5) sorted by relevance
/external/javassist/src/main/javassist/bytecode/ |
D | AnnotationsAttribute.java | 341 int numPairs = ByteArray.readU16bit(info, pos + 2); in annotation() local 345 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() 427 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() 495 int annotation(int pos, int type, int numPairs) throws Exception { in annotation() 496 writer.annotation(copyType(type), numPairs); in annotation() local 617 int annotation(int pos, int type, int numPairs) throws Exception { in annotation()
|
/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/bullet/ |
D | PairCacheTest.java | 140 int numPairs = arr.size(); in render() local
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 153 unsigned int numPairs = m_pairs.size(); in Dump() local
|
/external/lzma/C/ |
D | LzmaEnc.c | 289 UInt32 numPairs; member 829 UInt32 lenRes = 0, numPairs; in ReadMatchDistances() local 944 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; in GetOptimum() local 1139 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; in GetOptimum() local 1504 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; in GetOptimumFast() local 1764 UInt32 numPairs; in LzmaEnc_CodeOneBlock() local
|
/external/icu/icu4c/source/i18n/ |
D | collationiterator.cpp | 800 int32_t numPairs = (length + 1) / 2; in appendNumericSegmentCEs() local
|