HomeSort by relevance Sort by last modified time
    Searched refs:numPairs (Results 1 - 23 of 23) 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/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/skia/gm/rebaseline_server/static/
loader.js 72 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--) {
    [all...]
  /frameworks/av/include/ndk/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/media/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/media/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/media/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/media/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/media/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/media/
NdkMediaDrm.h 250 * On entry, numPairs should be set by the caller to the maximum number of pairs
251 * that can be returned (the size of the array). On exit, numPairs will be set
253 * to be returned is greater than *numPairs, MEDIADRM_SHORT_BUFFER will be returned
254 * and numPairs will be set to the number of pairs available.
257 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs);
  /frameworks/av/media/ndk/
NdkMediaDrm.cpp 400 AMediaDrmKeyValue *keyValuePairs, size_t *numPairs) {
405 if (!sessionId || !numPairs) {
415 *numPairs = 0;
419 if (mObj->mQueryResults.size() > *numPairs) {
420 *numPairs = mObj->mQueryResults.size();
428 *numPairs = mObj->mQueryResults.size();
  /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/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 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 1514 milliseconds