HomeSort by relevance Sort by last modified time
    Searched refs:infoMap (Results 1 - 14 of 14) 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 {
  /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/av/drm/mediadrm/plugins/mock/
MockDrmCryptoPlugin.h 77 KeyedVector<String8, String8> &infoMap) const;
MockDrmCryptoPlugin.cpp 241 KeyedVector<String8, String8> &infoMap) const
252 infoMap.add(String8("purchaseDuration"), String8("1000"));
253 infoMap.add(String8("licenseDuration"), String8("100"));
  /frameworks/av/include/media/
IDrm.h 62 KeyedVector<String8, String8> &infoMap) const = 0;
  /frameworks/av/media/libmediaplayerservice/
Drm.h 67 KeyedVector<String8, String8> &infoMap) const;
Drm.cpp 362 KeyedVector<String8, String8> &infoMap) const {
373 return mPlugin->queryKeyStatus(sessionId, infoMap);
  /frameworks/compile/mclinker/lib/LD/
Diagnostic.cpp 33 llvm::StringRef desc = m_Engine.infoMap().getDescription(getID(), false);
  /frameworks/native/include/media/drm/
DrmAPI.h 173 KeyedVector<String8, String8> &infoMap) const = 0;
  /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/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...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 2146 milliseconds