OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:numPairs
(Results
1 - 3
of
3
) 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;
306
IniPair* pairEnd = pair + f->
numPairs
;
/external/webkit/Source/WebCore/platform/
MIMETypeRegistry.cpp
354
const unsigned
numPairs
= sizeof(pairs) / sizeof(pairs[0]);
355
for (unsigned ndx = 0; ndx <
numPairs
; ++ndx) {
Completed in 50 milliseconds