HomeSort by relevance Sort by last modified time
    Searched refs:numPairs (Results 1 - 4 of 4) 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/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp 354 const unsigned numPairs = sizeof(pairs) / sizeof(pairs[0]);
355 for (unsigned ndx = 0; ndx < numPairs; ++ndx) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.commons.httpclient_3.1.0.v201005080502.jar 

Completed in 363 milliseconds