Searched refs:KeyedVector (Results 1 - 25 of 172) sorted by relevance

1234567

/frameworks/base/tools/aapt/tests/
H A DMockFileFinder.h9 #include <utils/KeyedVector.h>
18 MockFileFinder (KeyedVector<String8, KeyedVector<String8,time_t> >& files)
36 KeyedVector<String8,time_t>& fileStore,
39 const KeyedVector<String8,time_t>* payload(&mFiles.valueFor(basePath));
40 // Since KeyedVector doesn't implement swap
51 KeyedVector<String8, KeyedVector<String8,time_t> > mFiles;
H A DCrunchCache_test.cpp33 KeyedVector<String8, time_t> sourceData;
41 KeyedVector<String8, time_t> destData;
48 KeyedVector<String8, KeyedVector<String8,time_t> > data;
/frameworks/base/tools/aapt/
H A DFileFinder.h14 #include <utils/KeyedVector.h>
26 KeyedVector<String8,time_t>& fileStore,
35 /* findFiles takes a path, a Vector of extensions, and a destination KeyedVector
37 * all files with matching extensions found into the KeyedVector
50 * as keys in the KeyedVector. Each key has the modification time
57 KeyedVector<String8,time_t>& fileStore,
71 * is added to the KeyedVector with the path as the key and the modification
77 KeyedVector<String8,time_t>& fileStore);
H A DResourceFilter.h29 KeyedVector<int,SortedVector<uint32_t> > mData;
H A DFileFinder.cpp10 #include <utils/KeyedVector.h>
42 KeyedVector<String8,time_t>& fileStore,
82 KeyedVector<String8,time_t>& fileStore)
H A DCrunchCache.h12 #include <utils/KeyedVector.h>
/frameworks/native/include/private/utils/
H A DStatic.h21 #include <utils/KeyedVector.h>
/frameworks/native/include/utils/
H A DKeyedVector.h35 class KeyedVector class in namespace:android
41 inline KeyedVector();
63 inline bool isIdenticalTo(const KeyedVector& rhs) const;
100 // KeyedVector<KEY, VALUE> can be trivially moved using memcpy() because its
102 template<typename KEY, typename VALUE> struct trait_trivial_move<KeyedVector<KEY, VALUE> > {
110 * Variation of KeyedVector that holds a default value to return when
114 class DefaultKeyedVector : public KeyedVector<KEY, VALUE>
127 KeyedVector<KEY,VALUE>::KeyedVector() function in class:android::KeyedVector
132 bool KeyedVector<KE argument
[all...]
H A DPropertyMap.h20 #include <utils/KeyedVector.h>
78 inline const KeyedVector<String8, String8>& getProperties() const { return mProperties; }
101 KeyedVector<String8, String8> mProperties;
/frameworks/av/media/libstagefright/include/
H A DStagefrightMetadataRetriever.h24 #include <utils/KeyedVector.h>
37 const KeyedVector<String8, String8> *headers);
51 KeyedVector<int, String8> mMetaData;
H A DMPEG2PSExtractor.h24 #include <utils/KeyedVector.h>
57 KeyedVector<unsigned, sp<Track> > mTracks;
61 KeyedVector<unsigned, unsigned> mStreamTypeByESID;
H A DChromiumHTTPDataSource.h35 const KeyedVector<String8, String8> *headers = NULL,
80 KeyedVector<String8, String8> mHeaders;
99 const KeyedVector<String8, String8> *headers,
/frameworks/av/media/libstagefright/wifi-display/
H A DParameters.h19 #include <utils/KeyedVector.h>
33 KeyedVector<AString, AString> mDict;
H A DParsedMessage.h19 #include <utils/KeyedVector.h>
50 KeyedVector<AString, AString> mDict;
/frameworks/base/media/jni/
H A Dandroid_media_Utils.h24 #include <utils/KeyedVector.h>
34 KeyedVector<String8, String8>* vector);
/frameworks/base/include/androidfw/
H A DKeyLayoutMap.h22 #include <utils/KeyedVector.h>
82 KeyedVector<int32_t, Key> mKeysByScanCode;
83 KeyedVector<int32_t, Key> mKeysByUsageCode;
84 KeyedVector<int32_t, AxisInfo> mAxes;
/frameworks/av/include/media/
H A DIMediaMetadataRetriever.h24 #include <utils/KeyedVector.h>
37 const KeyedVector<String8, String8> *headers = NULL) = 0;
H A DIAudioFlingerClient.h23 #include <utils/KeyedVector.h>
H A DAudioParameter.h21 #include <utils/KeyedVector.h>
69 KeyedVector <String8, String8> mParameters;
/frameworks/base/libs/hwui/
H A DProgramCache.h20 #include <utils/KeyedVector.h>
70 KeyedVector<programid, Program*> mCache;
/frameworks/av/include/media/stagefright/foundation/
H A DALooperRoster.h22 #include <utils/KeyedVector.h>
51 KeyedVector<ALooper::handler_id, HandlerInfo> mHandlers;
56 KeyedVector<uint32_t, sp<AMessage> > mReplies;
/frameworks/av/media/libstagefright/omx/
H A DOMXMaster.h24 #include <utils/KeyedVector.h>
55 KeyedVector<String8, OMXPluginBase *> mPluginByComponentName;
56 KeyedVector<OMX_COMPONENTTYPE *, OMXPluginBase *> mPluginByInstance;
/frameworks/av/include/media/stagefright/
H A DMediaCodecList.h26 #include <utils/KeyedVector.h>
78 KeyedVector<AString, size_t> mCodecQuirks;
79 KeyedVector<AString, size_t> mTypes;
/frameworks/av/media/libmediaplayerservice/
H A DMidiMetadataRetriever.h35 const char *url, const KeyedVector<String8, String8> *headers);
H A DMetadataRetrieverClient.h25 #include <utils/KeyedVector.h>
46 const char *url, const KeyedVector<String8, String8> *headers);

Completed in 302 milliseconds

1234567