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

  /external/chromium_org/tools/clang/rewrite_scoped_refptr/tests/
test12-expected.cc 15 typedef std::map<std::string, scoped_refptr<const Foo> > MyMap;
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {}
32 MyMap::const_iterator it_;
36 MyMap map;
test12-original.cc 15 typedef std::map<std::string, scoped_refptr<const Foo> > MyMap;
22 explicit MyIter(MyMap::const_iterator it) : it_(it) {}
32 MyMap::const_iterator it_;
36 MyMap map;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
AbstractMapTest.java 43 // The impl of MyMap is not realistic, but serves to create a type
45 class MyMap extends AbstractMap {
48 MyMap() {
131 AbstractMap aSpecialMap = new MyMap();
134 assertSame("MyMap", valueOut, specialValue);
148 AbstractMap myMap = new MocAbstractMap();
150 myMap.clear();
255 class MyMap extends AbstractMap implements Cloneable {
279 MyMap map = new MyMap();
    [all...]
  /packages/apps/CertInstaller/src/com/android/certinstaller/
CertInstaller.java 289 return new MyMap();
454 private static class MyMap extends LinkedHashMap<String, byte[]>

Completed in 105 milliseconds