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

  /external/webkit/WebCore/bindings/v8/
DOMData.h 99 void DOMData::handleWeakObject(DOMDataStore::DOMWrapperMapType mapType, v8::Persistent<v8::Object> v8Object, T* domObject)
106 DOMDataStore::InternalDOMWrapperMap<T>* domMap = static_cast<DOMDataStore::InternalDOMWrapperMap<T>*>(store->getDOMWrapperMap(mapType));
  /external/stlport/test/unit/
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/
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/
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...]
  /dalvik/libdex/
DexSwapVerify.c 343 static u4 mapTypeToBitMask(int mapType) {
344 switch (mapType) {
364 LOGE("Unknown map item type %04x\n", mapType);
374 static bool isDataSectionType(int mapType) {
375 switch (mapType) {
    [all...]
  /prebuilt/common/jarjar/
jarjar-1.0rc8.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 183 milliseconds