Searched refs:numPairs (Results 1 - 13 of 13) sorted by relevance

/external/javassist/src/main/javassist/bytecode/
H A DAnnotationsAttribute.java341 int numPairs = ByteArray.readU16bit(info, pos + 2);
342 return annotation(pos + 4, type, numPairs);
345 int annotation(int pos, int type, int numPairs) throws Exception { argument
346 for (int j = 0; j < numPairs; ++j)
427 int annotation(int pos, int type, int numPairs) throws Exception { argument
429 return super.annotation(pos, type, numPairs);
495 int annotation(int pos, int type, int numPairs) throws Exception { argument
496 writer.annotation(copyType(type), numPairs);
497 return super.annotation(pos, type, numPairs);
617 int annotation(int pos, int type, int numPairs) throw argument
[all...]
/external/lzma/C/
H A DLzmaEnc.c289 UInt32 numPairs; member in struct:__anon13466
829 UInt32 lenRes = 0, numPairs; local
831 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
834 printf("\n i = %d numPairs = %d ", g_STAT_OFFSET, numPairs / 2);
838 for (i = 0; i < numPairs; i += 2)
843 if (numPairs > 0)
845 lenRes = p->matches[numPairs - 2];
849 UInt32 distance = p->matches[numPairs - 1] + 1;
860 *numDistancePairsRes = numPairs;
944 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
1139 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; local
1504 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1764 UInt32 numPairs; local
[all...]
/external/lldb/source/Target/
H A DPathMappingList.cpp153 unsigned int numPairs = m_pairs.size(); local
158 for (index = 0; index < numPairs; ++index)
164 if (pair_index < numPairs)
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DMessageFormat.java2339 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) {
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DMessageFormat.java2383 for (int numPairs = in.readInt(); numPairs > 0; --numPairs) {
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationIterator.java1076 int numPairs = (length + 1) / 2;
1077 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
/external/icu/icu4c/source/i18n/
H A Dcollationiterator.cpp800 int32_t numPairs = (length + 1) / 2; local
801 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationIterator.java1074 int numPairs = (length + 1) / 2;
1075 long primary = numericPrimary | ((132 - 4 + numPairs) << 16);
/external/guice/extensions/persist/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/guice/extensions/struts2/lib/
H A Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath.java package javassist ...
/external/robolectric/v1/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 614 milliseconds