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/qemu/android/utils/
H A Dini.c37 int numPairs; member in struct:IniFile
46 for (nn = 0; nn < i->numPairs; nn++) {
95 if (i->numPairs >= i->maxPairs) {
103 pair = i->pairs + i->numPairs;
106 i->numPairs += 1;
115 for (nn = 0; nn < i->numPairs; nn++) {
136 return i ? i->numPairs : 0;
316 IniPair* pairEnd = pair + f->numPairs;
355 if (index >= f->numPairs) {
357 index, f->numPairs);
[all...]
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c277 UInt32 numPairs; member in struct:__anon13441
818 UInt32 lenRes = 0, numPairs; local
820 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
822 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2);
826 for (i = 0; i < numPairs; i += 2)
830 if (numPairs > 0)
832 lenRes = p->matches[numPairs - 2];
836 UInt32 distance = p->matches[numPairs - 1] + 1;
847 *numDistancePairsRes = numPairs;
931 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
1126 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; local
1491 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1751 UInt32 numPairs; local
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c278 UInt32 numPairs; member in struct:__anon14772
819 UInt32 lenRes = 0, numPairs; local
821 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
823 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2);
827 for (i = 0; i < numPairs; i += 2)
831 if (numPairs > 0)
833 lenRes = p->matches[numPairs - 2];
837 UInt32 distance = p->matches[numPairs - 1] + 1;
848 *numDistancePairsRes = numPairs;
932 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
1127 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; local
1492 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1752 UInt32 numPairs; local
[all...]
/external/lzma/C/
H A DLzmaEnc.c277 UInt32 numPairs; member in struct:__anon26714
818 UInt32 lenRes = 0, numPairs; local
820 numPairs = p->matchFinder.GetMatches(p->matchFinderObj, p->matches);
822 printf("\n i = %d numPairs = %d ", ttt, numPairs / 2);
826 for (i = 0; i < numPairs; i += 2)
830 if (numPairs > 0)
832 lenRes = p->matches[numPairs - 2];
836 UInt32 distance = p->matches[numPairs - 1] + 1;
847 *numDistancePairsRes = numPairs;
931 UInt32 numAvail, mainLen, numPairs, repMaxIndex, i, posState, lenEnd, len, cur; local
1126 UInt32 numAvailFull, newLen, numPairs, posPrev, state, posState, startLen; local
1491 UInt32 numAvail, mainLen, mainDist, numPairs, repIndex, repLen, i; local
1751 UInt32 numPairs; local
[all...]
/external/skia/gm/rebaseline_server/static/
H A Dloader.js72 var numPairs = unfilteredImagePairs.length;
73 if ((maxPairs > 0) && (maxPairs < numPairs)) {
74 numPairs = maxPairs;
77 if (!mergeIdenticalRows || (numPairs == 1)) {
80 for (var i = numPairs-1; i >= 0; i--) {
85 } else if (numPairs > 1) {
89 var imagePair = unfilteredImagePairs[numPairs-1];
93 filteredImagePairs[numPairs-1] = imagePair;
94 for (var i = numPairs-2; i >= 0; i--) {
/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/chromium_org/third_party/skia/gm/rebaseline_server/static/
H A Dlive-loader.js83 var numPairs = unfilteredImagePairs.length;
84 if ((maxPairs > 0) && (maxPairs < numPairs)) {
85 numPairs = maxPairs;
88 if (!mergeIdenticalRows || (numPairs == 1)) {
91 for (var i = numPairs-1; i >= 0; i--) {
96 } else if (numPairs > 1) {
100 var imagePair = unfilteredImagePairs[numPairs-1];
104 filteredImagePairs[numPairs-1] = imagePair;
105 for (var i = numPairs-2; i >= 0; i--) {
H A Dloader.js77 var numPairs = unfilteredImagePairs.length;
78 if ((maxPairs > 0) && (maxPairs < numPairs)) {
79 numPairs = maxPairs;
82 if (!mergeIdenticalRows || (numPairs == 1)) {
85 for (var i = numPairs-1; i >= 0; i--) {
90 } else if (numPairs > 1) {
94 var imagePair = unfilteredImagePairs[numPairs-1];
98 filteredImagePairs[numPairs-1] = imagePair;
99 for (var i = numPairs-2; i >= 0; i--) {
/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/robolectric/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 491 milliseconds