Searched defs:numPairs (Results 1 - 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/platform/
H A DMIMETypeRegistry.cpp354 const unsigned numPairs = sizeof(pairs) / sizeof(pairs[0]); local
355 for (unsigned ndx = 0; ndx < numPairs; ++ndx) {
/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/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 ...

Completed in 876 milliseconds