HomeSort by relevance Sort by last modified time
    Searched refs:maptype (Results 1 - 8 of 8) 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/iptables/libiptc/
libiptc.c 79 } maptype; member in struct:counter_map
375 h->chain_iterator_cur->counter_map.maptype =
497 r->counter_map.maptype = COUNTER_MAP_NORMAL_MAP;
1320 r->counter_map.maptype = COUNTER_MAP_SET;
1370 r->counter_map.maptype = COUNTER_MAP_SET;
    [all...]

Completed in 149 milliseconds