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

12 3 4 5 6 7 8 91011>>

  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyTest.java 25 import java.security.Key;
30 * Tests for <code>Key</code> class field
40 assertEquals("Incorrect serialVersionUID", mk.getSerVerUID(), //Key.serialVersionUID,
44 public class checkKey implements Key {
46 return "Key";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 50 template<typename Key, class Data, class Allocator>
54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 51 template<typename Key,
61 Key,
71 Key,
80 Key,
118 template<typename Key,
127 Key,
137 Key,
146 Key,
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 50 template<typename Key, class Data, class Allocator>
54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 51 template<typename Key,
61 Key,
71 Key,
80 Key,
118 template<typename Key,
127 Key,
137 Key,
146 Key,
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/basic_tree_policy/
null_node_metadata.hpp 50 template<typename Key, class Data, class Allocator>
54 typedef typename types_traits<Key, Data, Allocator, false>::pointer const_iterator;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 51 template<typename Key,
61 Key,
71 Key,
80 Key,
118 template<typename Key,
127 Key,
137 Key,
146 Key,
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 4 template <class Key, class T> struct QMap
6 void insert(const Key &, const T &);
11 template <class Key, class T>
12 void QMap<Key, T>::insert(const Key &, const T &avalue)
  /libcore/luni/src/main/java/javax/crypto/
KeyAgreementSpi.java 22 import java.security.Key;
40 * Does the next (or the last) phase of the key agreement, using the
41 * specified key.
43 * @param key
44 * the key received from the other party for this phase.
46 * set to {@code true} if this is the last phase of this key
48 * @return the intermediate key from this phase or null if there is no
49 * intermediate key for this phase.
51 * if the specified key cannot be used in this key agreement o
    [all...]
  /external/skia/gpu/src/
GrTextStrike_impl.h 21 class GrFontCache::Key {
23 Key(GrFontScaler* scaler) {
29 static bool LT(const GrTextStrike& strike, const Key& key) {
30 return *strike.getFontScalerKey() < *key.fFontScalerKey;
32 static bool EQ(const GrTextStrike& strike, const Key& key) {
33 return *strike.getFontScalerKey() == *key.fFontScalerKey;
61 Key key(scaler)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 52 template<typename Key, class Eq_Fn, class Allocator, bool Store_Hash>
56 template<typename Key, class Eq_Fn, class Allocator>
59 hash_eq_fn<Key, Eq_Fn, Allocator, false>
64 template<typename Key, class Eq_Fn, class Allocator>
65 struct hash_eq_fn<Key, Eq_Fn, Allocator, false> : public Eq_Fn
69 typedef typename Allocator::template rebind<Key>::other key_allocator;
111 template<typename Key, class Eq_Fn, class Allocator>
114 hash_eq_fn<Key, Eq_Fn, Allocator, true>
119 template<typename Key, class Eq_Fn, class Allocator>
120 struct hash_eq_fn<Key, Eq_Fn, Allocator, true>
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
KeyTest.java 23 import java.security.Key;
29 * Tests for <code>Key</code> class field
49 assertEquals("Incorrect serialVersionUID", mk.getSerVerUID(), //Key.serialVersionUID,
53 public class checkKey implements Key {
55 return "Key";
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
125 template<typename Key, typename Policy_Tl, typename Alloc>
126 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type
    [all...]
types_traits.hpp 52 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
55 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
60 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
62 typedef typename Alloc::template rebind<Key>::other key_allocator;
76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
basic_types.hpp 53 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
60 template<typename Key, typename Mapped, typename Allocator>
61 struct value_type_base<Key, Mapped, Allocator, false>
70 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
87 template<typename Key, typename Mapped, typename Allocator>
88 struct value_type_base<Key, Mapped, Allocator, true>
97 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
112 template<typename Key, typename Allocator>
115 value_type_base<Key, null_mapped_type, Allocator, false>
121 template<typename Key, typename Allocator
    [all...]
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
125 template<typename Key, typename Policy_Tl, typename Alloc>
126 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type
    [all...]
types_traits.hpp 52 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
55 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
60 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
62 typedef typename Alloc::template rebind<Key>::other key_allocator;
76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
basic_types.hpp 53 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
60 template<typename Key, typename Mapped, typename Allocator>
61 struct value_type_base<Key, Mapped, Allocator, false>
70 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
87 template<typename Key, typename Mapped, typename Allocator>
88 struct value_type_base<Key, Mapped, Allocator, true>
97 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
112 template<typename Key, typename Allocator>
115 value_type_base<Key, null_mapped_type, Allocator, false>
121 template<typename Key, typename Allocator
    [all...]
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
container_base_dispatch.hpp 107 template<typename Key, typename Mapped, typename Data_Structure_Taq,
111 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
112 struct container_base_dispatch<Key, Mapped, list_update_tag,
122 typedef lu_map_data_<Key, Mapped, at0t, Alloc, at1t> type;
125 template<typename Key, typename Policy_Tl, typename Alloc>
126 struct container_base_dispatch<Key, null_mapped_type, list_update_tag,
136 typedef lu_map_no_data_<Key, null_mapped_type, at0t, Alloc, at1t> type;
139 template<typename Key, typename Mapped, typename Policy_Tl, typename Alloc>
140 struct container_base_dispatch<Key, Mapped, pat_trie_tag, Policy_Tl, Alloc>
147 typedef pat_trie_data_<Key, Mapped, at1t, Alloc> type
    [all...]
types_traits.hpp 52 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
55 typedef value_type_base<Key, Mapped, Alloc, Store_Extra> type;
58 template<typename Key, typename Mapped, typename Alloc, bool Store_Extra>
60 : public vt_base_selector<Key, Mapped, Alloc, Store_Extra>::type
62 typedef typename Alloc::template rebind<Key>::other key_allocator;
76 typedef typename no_throw_copies<Key, Mapped>::indicator no_throw_copies;
basic_types.hpp 53 template<typename Key, typename Mapped, typename Allocator, bool Store_Hash>
60 template<typename Key, typename Mapped, typename Allocator>
61 struct value_type_base<Key, Mapped, Allocator, false>
70 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
87 template<typename Key, typename Mapped, typename Allocator>
88 struct value_type_base<Key, Mapped, Allocator, true>
97 typedef typename Allocator::template rebind<std::pair<const Key, Mapped> >::other value_type_allocator;
112 template<typename Key, typename Allocator>
115 value_type_base<Key, null_mapped_type, Allocator, false>
121 template<typename Key, typename Allocator
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyboardParams.java 21 import com.android.inputmethod.keyboard.Key;
62 public final List<Key> mKeys = new ArrayList<Key>();
63 public final List<Key> mShiftKeys = new ArrayList<Key>();
64 public final Set<Key> mShiftLockKeys = new HashSet<Key>();
65 public final Map<Key, Drawable> mShiftedIcons = new HashMap<Key, Drawable>();
66 public final Map<Key, Drawable> mUnshiftedIcons = new HashMap<Key, Drawable>()
    [all...]
  /external/chromium/net/base/
host_cache.h 41 struct Key {
42 Key(const std::string& hostname, AddressFamily address_family,
48 bool operator==(const Key& other) const {
57 bool operator<(const Key& other) const {
73 typedef std::map<Key, scoped_refptr<Entry> > EntryMap;
84 // Returns a pointer to the entry for |key|, which is valid at time
86 const Entry* Lookup(const Key& key, base::TimeTicks now) const;
88 // Overwrites or creates an entry for |key|. Returns the pointer to the
92 Entry* Set(const Key& key
    [all...]

Completed in 529 milliseconds

12 3 4 5 6 7 8 91011>>