HomeSort by relevance Sort by last modified time
    Searched refs:numPairs (Results 1 - 9 of 9) sorted by null

  /external/javassist/src/main/javassist/bytecode/
AnnotationsAttribute.java 341 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 {
346 for (int j = 0; j < numPairs; ++j)
427 int annotation(int pos, int type, int numPairs) throws Exception {
429 return super.annotation(pos, type, numPairs);
495 int annotation(int pos, int type, int numPairs) throws Exception {
496 writer.annotation(copyType(type), numPairs);
497 return super.annotation(pos, type, numPairs);
617 int annotation(int pos, int type, int numPairs) throws Exception
    [all...]
  /external/qemu/android/utils/
ini.c 37 int numPairs;
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/
LzmaEnc.c 277 UInt32 numPairs;
818 UInt32 lenRes = 0, numPairs;
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;
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 278 UInt32 numPairs;
819 UInt32 lenRes = 0, numPairs;
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;
    [all...]
  /external/lzma/C/
LzmaEnc.c 277 UInt32 numPairs;
818 UInt32 lenRes = 0, numPairs;
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;
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1079 milliseconds