HomeSort by relevance Sort by last modified time
    Searched defs:infoMap (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/shapes/
ShapeInfo.h 48 InfoMap& infoMap = MappedInfo<KeyType, InfoType>::infoMap();
49 if (InfoType* info = infoMap.get(key))
51 typename InfoMap::AddResult result = infoMap.add(key, InfoType::createInfo(key));
54 static void removeInfo(const KeyType* key) { infoMap().remove(key); }
55 static InfoType* info(const KeyType* key) { return infoMap().get(key); }
57 typedef HashMap<const KeyType*, OwnPtr<InfoType> > InfoMap;
58 static InfoMap& infoMap(
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
DiagnosticEngine.h 130 DiagnosticInfos& infoMap() {
135 const DiagnosticInfos& infoMap() const {
  /cts/tests/tests/media/src/android/media/cts/
MediaDrmMockTest.java 397 HashMap<String, String> infoMap = md.queryKeyStatus(sessionId);
400 assertTrue(infoMap.containsKey("purchaseDuration"));
401 assertTrue(infoMap.get("purchaseDuration").equals(("1000")));
402 assertTrue(infoMap.containsKey("licenseDuration"));
403 assertTrue(infoMap.get("licenseDuration").equals(("100")));
  /frameworks/av/media/libmedia/
IDrm.cpp 182 KeyedVector<String8, String8> &infoMap) const {
189 infoMap.clear();
194 infoMap.add(key, value);
551 KeyedVector<String8, String8> infoMap;
552 status_t result = queryKeyStatus(sessionId, infoMap);
553 size_t count = infoMap.size();
556 reply->writeString8(infoMap.keyAt(i));
557 reply->writeString8(infoMap.valueAt(i));
  /frameworks/base/media/jni/
android_media_MediaDrm.cpp 817 KeyedVector<String8, String8> infoMap;
819 status_t err = drm->queryKeyStatus(sessionId, infoMap);
825 return KeyedVectorToHashMap(env, infoMap);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasViewInfo.java     [all...]

Completed in 374 milliseconds