HomeSort by relevance Sort by last modified time
    Searched refs:maptype (Results 1 - 18 of 18) sorted by null

  /external/stlport/test/unit/
map_test.cpp 49 typedef map<char, int, less<char> > maptype; typedef
50 maptype m;
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100));
229 typedef map<char, int, less<char> > maptype; typedef
231 maptype m;
234 pair<maptype::iterator, maptype::iterator> ret;
243 maptype m;
245 maptype::iterator i = m.lower_bound( 'x' );
251 pair<maptype::iterator, maptype::iterator> ret
    [all...]
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
map_test.cpp 49 typedef map<char, int, less<char> > maptype; typedef
50 maptype m;
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100));
229 typedef map<char, int, less<char> > maptype; typedef
231 maptype m;
234 pair<maptype::iterator, maptype::iterator> ret;
243 maptype m;
245 maptype::iterator i = m.lower_bound( 'x' );
251 pair<maptype::iterator, maptype::iterator> ret
    [all...]
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
  /ndk/tests/device/test-stlport/unit/
map_test.cpp 49 typedef map<char, int, less<char> > maptype; typedef
50 maptype m;
64 pair<maptype::iterator, bool> p = m.insert(pair<const char, int>('c', 100));
229 typedef map<char, int, less<char> > maptype; typedef
231 maptype m;
234 pair<maptype::iterator, maptype::iterator> ret;
243 maptype m;
245 maptype::iterator i = m.lower_bound( 'x' );
251 pair<maptype::iterator, maptype::iterator> ret
    [all...]
hash_test.cpp 65 typedef multimap<int, int> mapType;
67 void check_keys( hashType& h, mapType& m );
79 typedef hash_map<char, crope, hash<char>, equal_to<char> > maptype; typedef
80 maptype m;
93 pair<maptype::iterator, bool> p = m.insert(pair<const char, crope>('c', crope("100")));
101 maptype::iterator ite(m.begin());
102 maptype::const_iterator cite(m.begin());
104 maptype const& cm = m;
199 void HashTest::check_keys( HashTest::hashType& h, HashTest::mapType& m )
207 for ( mapType::iterator i = m.begin(); i != m.end(); ++i )
    [all...]
  /external/tremolo/Tremolo/
codebook.c 60 codebook *b,oggpack_buffer *opb,int maptype){
70 if(maptype==1){
145 codebook *b, oggpack_buffer *opb,int maptype){
186 r[chase*2+bit]= decpack(i,count++,quantvals,b,opb,maptype) |
217 oggpack_buffer *opb,int maptype){
234 s->dec_table,quantvals,s,opb,maptype))return 1;
243 if(_make_words(lengthlist,s->entries,work,quantvals,s,opb,maptype))return 1;
384 int maptype; local
462 if((maptype=oggpack_read(opb,4))>0){
472 switch(maptype){
    [all...]
  /external/libvorbis/lib/
codebook.h 42 int maptype; /* 0=none member in struct:static_codebook
codebook.c 97 oggpack_write(opb,c->maptype,4);
98 switch(c->maptype){
119 switch(c->maptype){
214 switch((s->maptype=oggpack_read(opb,4))){
230 switch(s->maptype){
sharedbook.c 198 if(b->maptype==1 || b->maptype==2){
204 /* maptype 1 and 2 both use a quantized value vector, but
206 switch(b->maptype){
res0.c 240 if(ci->book_param[info->booklist[j]]->maptype==0)goto errout;
336 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
358 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
  /external/libvorbis/vq/
localcodebook.h 42 int maptype; /* 0=none member in struct:static_codebook
bookutil.c 34 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
53 /* assumes integer/centered encoder codebook maptype 1 no more than dim 8 */
259 &(c->maptype),&(c->q_min),&(c->q_delta),&(c->q_quant),
265 switch(c->maptype){
445 long vals=(c->maptype==1?_book_maptype1_quantvals(c):c->entries*c->dim);
470 c->maptype,c->q_min,c->q_delta,c->q_quant,c->q_sequencep);
distribution.c 66 switch(c->maptype){
90 switch(c->maptype){
latticebuild.c 108 c.maptype=1;
latticetune.c 76 if(c->maptype!=1){
  /external/iptables/libiptc/
libiptc.c 86 } maptype; member in struct:counter_map
832 h->chain_iterator_cur->counter_map.maptype =
1006 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
    [all...]
  /external/libvorbis/doc/
08-residue.tex 236 [residue_books] without a value mapping (maptype equals zero) renders

Completed in 415 milliseconds