HomeSort by relevance Sort by last modified time
    Searched refs:Key (Results 101 - 125 of 1007) sorted by null

1 2 3 45 6 7 8 91011>>

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/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,
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 51 template<typename Key, typename Data, typename _Alloc>
55 typedef types_traits<Key, Data, _Alloc, false> __traits_type;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 52 template<typename Key,
62 Key,
72 Key,
81 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/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,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 51 template<typename Key, typename Data, typename _Alloc>
55 typedef types_traits<Key, Data, _Alloc, false> __traits_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 52 template<typename Key,
62 Key,
72 Key,
81 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/branch_policy/
null_node_metadata.hpp 51 template<typename Key, typename Data, typename _Alloc>
55 typedef types_traits<Key, Data, _Alloc, false> __traits_type;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/ov_tree_map_/
traits.hpp 52 template<typename Key,
62 Key,
72 Key,
81 Key,
124 template<typename Key,
133 Key,
143 Key,
152 Key,
  /external/chromium_org/net/http/
http_pipelined_host.h 31 class NET_EXPORT_PRIVATE Key {
33 Key(const HostPortPair& origin);
35 // The host and port associated with this key.
38 bool operator<(const Key& rhs) const;
66 Delegate* delegate, const Key& key,
92 // Returns a Key that uniquely identifies this host.
93 virtual const Key& GetKey() const = 0;
  /external/chromium_org/third_party/WebKit/Source/modules/crypto/
SubtleCrypto.h 45 class Key;
51 PassRefPtr<CryptoOperation> encrypt(const Dictionary&, Key*, ExceptionState&);
52 PassRefPtr<CryptoOperation> decrypt(const Dictionary&, Key*, ExceptionState&);
53 PassRefPtr<CryptoOperation> sign(const Dictionary&, Key*, ExceptionState&);
55 PassRefPtr<CryptoOperation> verifySignature(const Dictionary&, Key*, ArrayBufferView* signature, ExceptionState&);
  /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/chromium_org/net/quic/congestion_control/
quic_max_sized_map.h 20 template <class Key, class Value>
23 typedef typename std::multimap<Key, Value>::const_iterator ConstIterator;
37 void Insert(const Key& k, const Value& value) {
43 TableIterator it = table_.insert(std::pair<Key, Value>(k, value));
53 ConstIterator Find(const Key& k) const {
66 typedef typename std::multimap<Key, Value>::iterator TableIterator;
70 std::multimap<Key, Value> table_;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
58 struct hash_eq_fn<Key, Eq_Fn, _Alloc, false> : public Eq_Fn
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
81 struct hash_eq_fn<Key, Eq_Fn, _Alloc, true> : public Eq_Fn
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 60 template<typename Key, typename Mapped>
63 static const bool __simple = is_simple<Key>::value
69 template<typename Key>
70 struct no_throw_copies<Key, null_type>
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
106 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>
113 template<typename Key, typename Mapped, typename _Alloc>
114 struct type_base<Key, Mapped, _Alloc, false>
122 typedef std::pair<const Key, Mapped> __value_type;
146 template<typename Key, typename Mapped, typename _Alloc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
58 struct hash_eq_fn<Key, Eq_Fn, _Alloc, false> : public Eq_Fn
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
81 struct hash_eq_fn<Key, Eq_Fn, _Alloc, true> : public Eq_Fn
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/
types_traits.hpp 60 template<typename Key, typename Mapped>
63 static const bool __simple = is_simple<Key>::value
69 template<typename Key>
70 struct no_throw_copies<Key, null_type>
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
106 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>
113 template<typename Key, typename Mapped, typename _Alloc>
114 struct type_base<Key, Mapped, _Alloc, false>
122 typedef std::pair<const Key, Mapped> __value_type;
146 template<typename Key, typename Mapped, typename _Alloc
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/eq_fn/
hash_eq_fn.hpp 53 template<typename Key, typename Eq_Fn, typename _Alloc, bool Store_Hash>
57 template<typename Key, typename Eq_Fn, typename _Alloc>
58 struct hash_eq_fn<Key, Eq_Fn, _Alloc, false> : public Eq_Fn
61 typedef typename _Alloc::template rebind<Key>::other key_allocator;
80 template<typename Key, class Eq_Fn, class _Alloc>
81 struct hash_eq_fn<Key, Eq_Fn, _Alloc, true> : public Eq_Fn
85 typedef typename _Alloc::template rebind<Key>::other key_allocator;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/pb_ds/detail/
types_traits.hpp 60 template<typename Key, typename Mapped>
63 static const bool __simple = is_simple<Key>::value
69 template<typename Key>
70 struct no_throw_copies<Key, null_type>
72 typedef integral_constant<int, is_simple<Key>::value> indicator;
106 template<typename Key, typename Mapped, typename _Alloc, bool Store_Hash>
113 template<typename Key, typename Mapped, typename _Alloc>
114 struct type_base<Key, Mapped, _Alloc, false>
122 typedef std::pair<const Key, Mapped> __value_type;
146 template<typename Key, typename Mapped, typename _Alloc
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike_impl.h 14 class GrFontCache::Key {
16 Key(GrFontScaler* scaler) {
22 static bool LT(const GrTextStrike& strike, const Key& key) {
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
25 static bool EQ(const GrTextStrike& strike, const Key& key) {
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
54 Key key(scaler)
    [all...]
  /external/skia/src/gpu/
GrTextStrike_impl.h 14 class GrFontCache::Key {
16 Key(GrFontScaler* scaler) {
22 static bool LT(const GrTextStrike& strike, const Key& key) {
23 return *strike.getFontScalerKey() < *key.fFontScalerKey;
25 static bool EQ(const GrTextStrike& strike, const Key& key) {
26 return *strike.getFontScalerKey() == *key.fFontScalerKey;
54 Key key(scaler)
    [all...]
  /external/chromium_org/net/dns/
host_cache_unittest.cc 20 // Builds a key for |hostname|, defaulting the address family to unspecified.
21 HostCache::Key Key(const std::string& hostname) {
22 return HostCache::Key(hostname, ADDRESS_FAMILY_UNSPECIFIED, 0);
35 HostCache::Key key1 = Key("foobar.com");
36 HostCache::Key key2 = Key("foobar2.com");
66 // Advance to t=10; key is now expired.
99 HostCache::Key key1 = Key("foobar.com")
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
MoreKeysDetector.java 36 public Key detectHitKey(int x, int y) {
40 Key nearestKey = null;
42 for (final Key key : getKeyboard().getKeys()) {
43 final int dist = key.squaredDistanceToEdge(touchX, touchY);
45 nearestKey = key;

Completed in 1677 milliseconds

1 2 3 45 6 7 8 91011>>