HomeSort by relevance Sort by last modified time
    Searched refs:Key (Results 26 - 50 of 1018) sorted by null

12 3 4 5 6 7 8 91011>>

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewIconCache.java 34 public static class Key {
43 public Key(ApplicationInfo info) {
47 public Key(ResolveInfo info) {
53 public Key(AppWidgetProviderInfo info) {
67 if (o instanceof Key) {
68 Key k = (Key) o;
79 private final HashMap<Key, Bitmap> mIconOutlineCache = new HashMap<Key, Bitmap>();
82 for (Key key : mIconOutlineCache.keySet())
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewIconCache.java 34 public static class Key {
43 public Key(AppInfo info) {
47 public Key(ResolveInfo info) {
53 public Key(AppWidgetProviderInfo info) {
67 if (o instanceof Key) {
68 Key k = (Key) o;
79 private final HashMap<Key, Bitmap> mIconOutlineCache = new HashMap<Key, Bitmap>();
82 for (Key key : mIconOutlineCache.keySet())
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist.h 37 template<typename Key, class Comparator>
48 // Insert key into the list.
49 // REQUIRES: nothing that compares equal to key is currently in the list.
50 void Insert(const Key& key);
52 // Returns true iff an entry that compares equal to key is in the list.
53 bool Contains(const Key& key) const;
65 // Returns the key at the current position.
67 const Key& key() const
147 Key const key; member in struct:leveldb::SkipList::Node
199 inline const Key& SkipList<Key,Comparator>::Iterator::key() const { function in class:leveldb::SkipList::Iterator
    [all...]
  /external/chromium/net/base/
host_cache_unittest.cc 22 // Builds a key for |hostname|, defaulting the address family to unspecified.
23 HostCache::Key Key(const std::string& hostname) {
24 return HostCache::Key(hostname, ADDRESS_FAMILY_UNSPECIFIED, 0);
41 EXPECT_TRUE(cache.Lookup(Key("foobar.com"), base::TimeTicks()) == NULL);
42 cache.Set(Key("foobar.com"), OK, AddressList(), now);
43 entry1 = cache.Lookup(Key("foobar.com"), base::TimeTicks());
51 EXPECT_TRUE(cache.Lookup(Key("foobar2.com"), base::TimeTicks()) == NULL);
52 cache.Set(Key("foobar2.com"), OK, AddressList(), now);
53 entry2 = cache.Lookup(Key("foobar2.com"), base::TimeTicks())
    [all...]
  /frameworks/native/services/surfaceflinger/RenderEngine/
ProgramCache.cpp 87 ProgramCache::Key ProgramCache::computeKey(const Description& description) {
88 Key needs;
89 needs.set(Key::TEXTURE_MASK,
90 !description.mTextureEnabled ? Key::TEXTURE_OFF :
91 description.mTexture.getTextureTarget() == GL_TEXTURE_EXTERNAL_OES ? Key::TEXTURE_EXT :
92 description.mTexture.getTextureTarget() == GL_TEXTURE_2D ? Key::TEXTURE_2D :
93 Key::TEXTURE_OFF)
94 .set(Key::PLANE_ALPHA_MASK,
95 (description.mPlaneAlpha < 1) ? Key::PLANE_ALPHA_LT_ONE : Key::PLANE_ALPHA_EQ_ONE
    [all...]
  /frameworks/ml/bordeaux/learning/stochastic_linear_ranker/native/
sparse_weight_vector.h 35 template<class Key = std::string, class Hash = std::hash_map<Key, double> >
45 explicit SparseWeightVector(const SparseWeightVector<Key, Hash> &other) {
48 void operator=(const SparseWeightVector<Key, Hash> &other) {
51 void CopyFrom(const SparseWeightVector<Key, Hash> &other) {
86 bool GetElementMinBound(const Key &fname, double *val) const {
89 bool GetElementMaxBound(const Key &fname, double *val) const {
92 void SetElementMinBound(const Key &fname, const double bound) {
95 void SetElementMaxBound(const Key &fname, const double bound) {
99 double GetElement(const Key &fname) const
    [all...]
  /external/chromium_org/third_party/libaddressinput/chromium/cpp/include/libaddressinput/
callback.h 19 // const Key& key,
40 // MyKeyType key = ...
42 // (*callback)(success, key, data);
46 // const MyKeyType& key,
51 template <typename Key, typename Data>
57 const Key& key,
63 template <typename Observer, typename Key, typename Data>
64 class CallbackImpl : public Callback<Key, Data>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 50 template<typename Key,
60 Key,
66 Key,
72 Key,
77 Key,
86 template<typename Key,
95 Key,
101 Key,
107 Key,
112 Key,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 51 template<typename Key,
61 Key,
67 Key,
73 Key,
78 Key,
87 template<typename Key,
95 struct tree_traits<Key, null_mapped_type, Cmp_Fn, Node_Update,
97 : public bin_search_tree_traits<Key, null_mapped_type, Cmp_Fn,
99 splay_tree_node_<typename types_traits<Key, null_mapped_type, Allocator, false>::value_type,
101 Key,
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/rb_tree_map_/
traits.hpp 52 template<typename Key,
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
63 Key,
68 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
69 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
77 template<typename Key,
85 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update, rb_tree_tag,_Alloc>
87 Key,
92 typename types_traits<Key, null_type, _Alloc, false>::value_type,
93 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/splay_tree_/
traits.hpp 52 template<typename Key,
61 struct tree_traits<Key, Mapped, Cmp_Fn, Node_Update, splay_tree_tag, _Alloc>
62 : public bin_search_tree_traits<Key, Mapped, Cmp_Fn, Node_Update,
64 typename types_traits<Key, Mapped, _Alloc, false>::value_type,
65 typename tree_node_metadata_dispatch<Key, Mapped, Cmp_Fn, Node_Update,
73 template<typename Key,
81 struct tree_traits<Key, null_type, Cmp_Fn, Node_Update,
83 : public bin_search_tree_traits<Key, null_type, Cmp_Fn, Node_Update,
85 typename types_traits<Key, null_type, _Alloc, false>::value_type,
86 typename tree_node_metadata_dispatch<Key, null_type, Cmp_Fn, Node_Update
    [all...]

Completed in 1096 milliseconds

12 3 4 5 6 7 8 91011>>