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

  /system/core/libpixelflinger/codeflinger/
CodeCache.h 104 const key_value_pair_t<key_t, cache_entry_t>&,
105 const key_value_pair_t<key_t, cache_entry_t>&);
119 const key_value_pair_t<key_t, cache_entry_t>&,
120 const key_value_pair_t<key_t, cache_entry_t>&);
126 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& lhs,
127 const key_value_pair_t<CodeCache::key_t, CodeCache::cache_entry_t>& rhs)
  /frameworks/rs/cpp/util/
TypeHelpers.h 227 struct key_value_pair_t { struct in namespace:android::RSC
233 key_value_pair_t() { } function in struct:android::RSC::key_value_pair_t
234 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::RSC::key_value_pair_t
235 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::RSC::key_value_pair_t
236 explicit key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::RSC::key_value_pair_t
237 inline bool operator < (const key_value_pair_t& o) const {
249 struct trait_trivial_ctor< key_value_pair_t<K, V> >
252 struct trait_trivial_dtor< key_value_pair_t<K, V> >
255 struct trait_trivial_copy< key_value_pair_t<K, V>
    [all...]
  /system/core/libutils/include/utils/
TypeHelpers.h 253 struct key_value_pair_t { struct in namespace:android
259 key_value_pair_t() { } function in struct:android::key_value_pair_t
260 key_value_pair_t(const key_value_pair_t& o) : key(o.key), value(o.value) { } function in struct:android::key_value_pair_t
261 key_value_pair_t& operator=(const key_value_pair_t& o) {
266 key_value_pair_t(const KEY& k, const VALUE& v) : key(k), value(v) { } function in struct:android::key_value_pair_t
267 explicit key_value_pair_t(const KEY& k) : key(k) { } function in struct:android::key_value_pair_t
268 inline bool operator < (const key_value_pair_t& o) const {
280 struct trait_trivial_ctor< key_value_pair_t<K, V>
    [all...]
KeyedVector.h 98 SortedVector< key_value_pair_t<KEY, VALUE> > mVector;
132 return mVector.indexOf( key_value_pair_t<KEY,VALUE>(key) );
171 return mVector.add( key_value_pair_t<KEY,VALUE>(key, value) );
176 key_value_pair_t<KEY,VALUE> pair(key, value);
192 return mVector.remove(key_value_pair_t<KEY,VALUE>(key));
  /frameworks/base/core/jni/include/android_runtime/
android_view_InputQueue.h 80 Vector<key_value_pair_t<InputEvent*, bool> > mFinishedEvents;
  /frameworks/av/media/libstagefright/include/media/stagefright/
MPEG4Writer.h 170 typedef key_value_pair_t< const char *, Vector<uint16_t> > ItemRefs;
  /frameworks/base/core/jni/
android_view_InputQueue.cpp 128 mFinishedEvents.push(key_value_pair_t<InputEvent*, bool>(event, handled));
  /frameworks/base/libs/hwui/
FrameBuilder.cpp 304 typedef key_value_pair_t<float, const RenderNodeOp*> ZRenderNodeOpPair;
    [all...]
  /frameworks/base/tools/aapt/
ResourceTable.cpp     [all...]

Completed in 483 milliseconds