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/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/lldb/source/Target/
PathMappingList.cpp 153 unsigned int numPairs = m_pairs.size();
158 for (index = 0; index < numPairs; ++index)
164 if (pair_index < numPairs)
  /external/chromium_org/third_party/skia/gm/rebaseline_server/static/
live-loader.js 83 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--) {
    [all...]
loader.js 77 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--) {
    [all...]
  /external/icu/icu4c/source/i18n/
collationiterator.cpp 800 int32_t numPairs = (length + 1) / 2;
801 uint32_t primary = numericPrimary | ((132 - 4 + numPairs) << 16);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 1194 milliseconds