OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nbElems
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/third_party/libxml/src/
hash.c
54
int
nbElems
;
155
table->
nbElems
= 0;
293
int
nbElems
;
298
nbElems
= table->
nbElems
;
299
for(i = 0; (i < table->size) && (
nbElems
> 0); i++) {
319
nbElems
--;
577
table->
nbElems
++;
702
table->
nbElems
++;
846
nb = table->
nbElems
;
[
all
...]
dict.c
97
int
nbElems
;
457
dict->
nbElems
= 0;
688
for(i = 0; ((i < dict->size) && (dict->
nbElems
> 0)); i++) {
697
dict->
nbElems
--;
834
dict->
nbElems
++;
1043
dict->
nbElems
++;
1094
return(dict->
nbElems
+ dict->subdict->
nbElems
);
1095
return(dict->
nbElems
);
xmlregexp.c
[
all
...]
/external/libxml2/
dict.c
119
int
nbElems
;
484
dict->
nbElems
= 0;
721
for(i = 0; ((i < dict->size) && (dict->
nbElems
> 0)); i++) {
730
dict->
nbElems
--;
867
dict->
nbElems
++;
1076
dict->
nbElems
++;
1127
return(dict->
nbElems
+ dict->subdict->
nbElems
);
1128
return(dict->
nbElems
);
hash.c
74
int
nbElems
;
184
table->
nbElems
= 0;
329
int
nbElems
;
334
nbElems
= table->
nbElems
;
335
for(i = 0; (i < table->size) && (
nbElems
> 0); i++) {
355
nbElems
--;
613
table->
nbElems
++;
738
table->
nbElems
++;
882
nb = table->
nbElems
;
[
all
...]
xmlregexp.c
[
all
...]
/external/stlport/test/unit/
unordered_test.cpp
369
size_t
nbElems
= iumset.size();
370
nbElems
-= distance(p.first, p.second);
375
CPPUNIT_ASSERT(
nbElems
== iumset.size() );
379
nbElems
-= distance(p.first, p.second);
381
CPPUNIT_ASSERT(
nbElems
== iumset.size() );
/ndk/tests/device/test-gnustl-full/unit/
unordered_test.cpp
369
size_t
nbElems
= iumset.size();
370
nbElems
-= distance(p.first, p.second);
375
CPPUNIT_ASSERT(
nbElems
== iumset.size() );
379
nbElems
-= distance(p.first, p.second);
381
CPPUNIT_ASSERT(
nbElems
== iumset.size() );
/ndk/tests/device/test-stlport/unit/
unordered_test.cpp
369
size_t
nbElems
= iumset.size();
370
nbElems
-= distance(p.first, p.second);
375
CPPUNIT_ASSERT(
nbElems
== iumset.size() );
379
nbElems
-= distance(p.first, p.second);
381
CPPUNIT_ASSERT(
nbElems
== iumset.size() );
Completed in 693 milliseconds