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

1 2 3 4 5 6 78 91011>>

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/
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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/
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...]
  /external/openssh/
auth.h 111 int auth_rhosts_rsa(Authctxt *, char *, Key *);
114 int auth_rsa_challenge_dialog(Key *);
115 BIGNUM *auth_rsa_generate_challenge(Key *);
116 int auth_rsa_verify_response(Key *, BIGNUM *, u_char[]);
117 int auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
119 int auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
120 int hostbased_key_allowed(struct passwd *, const char *, char *, Key *);
121 int user_key_allowed(struct passwd *, Key *);
176 int auth_key_is_revoked(Key *);
179 check_key_in_hostfiles(struct passwd *, Key *, const char *
    [all...]
monitor_wrap.h 43 int mm_key_sign(Key *, u_char **, u_int *, u_char *, u_int);
48 int mm_key_allowed(enum mm_keytype, char *, char *, Key *);
49 int mm_user_key_allowed(struct passwd *, Key *);
50 int mm_hostbased_key_allowed(struct passwd *, char *, char *, Key *);
51 int mm_auth_rhosts_rsa_key_allowed(struct passwd *, char *, char *, Key *);
52 int mm_key_verify(Key *, u_char *, u_int, u_char *, u_int);
53 int mm_auth_rsa_key_allowed(struct passwd *, BIGNUM *, Key **);
54 int mm_auth_rsa_verify_response(Key *, BIGNUM *, u_char *);
55 BIGNUM *mm_auth_rsa_generate_challenge(Key *);
89 /* Key export functions *
    [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...]
  /external/chromium_org/net/dns/
host_cache.h 41 struct Key {
42 Key(const std::string& hostname, AddressFamily address_family,
48 bool operator<(const Key& other) const {
65 void Handle(const Key& key,
72 typedef ExpiringCache<Key, Entry, base::TimeTicks,
81 // Returns a pointer to the entry for |key|, which is valid at time
83 const Entry* Lookup(const Key& key, base::TimeTicks now);
85 // Overwrites or creates an entry for |key|
    [all...]
host_resolver_impl.h 155 typedef HostCache::Key Key;
156 typedef std::map<Key, Job*> JobMap;
163 int ResolveHelper(const Key& key,
168 // Tries to resolve |key| as an IP, returns true and sets |net_error| if
170 bool ResolveAsIP(const Key& key,
175 // If |key| is not found in cache returns false, otherwise returns
178 bool ServeFromCache(const Key& key
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/
CameraMetadata.java 31 * This class defines the basic key/value map used for querying for camera
38 * never changes, nor do the values returned by any key with {@link #get} throughout
53 * @param key The metadata field to write.
55 * type to the key.
69 * <p>Querying the value for the same key more than once will return a value
72 * @throws IllegalArgumentException if the key was not valid
74 * @param key The metadata field to read.
75 * @return The value of that key, or {@code null} if the field is not set.
77 public abstract <T> T get(Key<T> key);
112 Key<?> key; local
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
BranchIsland.h 103 /** \class Key
104 * \brief Key to recognize a stub in the island.
107 class Key
110 Key(const Stub* pPrototype, const LDSymbol* pSymbol, Stub::SWord pAddend)
114 ~Key()
125 size_t operator() (const Key& KEY) const
127 llvm::StringRef sym_name(KEY.symbol()->name());
129 return (size_t((uintptr_t)KEY.prototype())) ^
131 KEY.addend()
    [all...]
  /external/apache-harmony/crypto/src/test/support/common/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 26 import java.security.Key;
44 protected Key engineDoPhase(Key key, boolean lastPhase)
74 protected void engineInit(Key key, SecureRandom random)
80 protected void engineInit(Key key, AlgorithmParameterSpec params,
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.h 58 class Key;
59 GrTHashTable<GrGlyph, Key, 7> fCache;
106 class Key;
107 GrTHashTable<GrTextStrike, Key, 8> fCache;
116 GrTextStrike* generateStrike(GrFontScaler*, const Key&);
  /external/skia/src/gpu/
GrTextStrike.h 58 class Key;
59 GrTHashTable<GrGlyph, Key, 7> fCache;
106 class Key;
107 GrTHashTable<GrTextStrike, Key, 8> fCache;
116 GrTextStrike* generateStrike(GrFontScaler*, const Key&);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/support/
MyKeyAgreementSpi.java 27 import java.security.Key;
45 protected Key engineDoPhase(Key key, boolean lastPhase)
75 protected void engineInit(Key key, SecureRandom random)
81 protected void engineInit(Key key, AlgorithmParameterSpec params,
  /external/chromium_org/third_party/leveldatabase/src/db/
skiplist_test.cc 15 typedef uint64_t Key;
18 int operator()(const Key& a, const Key& b) const {
34 SkipList<Key, Comparator> list(cmp, &arena);
37 SkipList<Key, Comparator>::Iterator iter(&list);
51 std::set<Key> keys;
54 SkipList<Key, Comparator> list(cmp, &arena);
56 Key key = rnd.Next() % R; local
57 if (keys.insert(key).second)
153 static uint64_t key(Key key) { return (key >> 40); } function in class:leveldb::ConcurrentTest
220 const Key key = MakeKey(k, g); local
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [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/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename Allocator,
58 template<typename Key, typename Hash_Fn, typename Allocator, \
62 ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename Allocator,
71 class ranged_hash_fn< Key, Hash_Fn, Allocator, Comb_Hash_Fn, false>
78 typedef typename Allocator::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename Allocator, \
144 ranged_hash_fn<Key,Hash_Fn, Allocator, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename Allocator,
153 class ranged_hash_fn<Key, Hash_Fn, Allocator, Comb_Hash_Fn, true>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/pb_ds/detail/hash_fn/
ranged_hash_fn.hpp 53 template<typename Key, typename Hash_Fn, typename _Alloc,
58 template<typename Key, typename Hash_Fn, typename _Alloc, \
62 ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false>
69 template<typename Key, typename Hash_Fn, typename _Alloc,
71 class ranged_hash_fn< Key, Hash_Fn, _Alloc, Comb_Hash_Fn, false>
78 typedef typename _Alloc::template rebind< Key>::other key_allocator;
140 template<typename Key, typename Hash_Fn, typename _Alloc, \
144 ranged_hash_fn<Key,Hash_Fn, _Alloc, Comb_Hash_Fn, true>
151 template<typename Key, typename Hash_Fn, typename _Alloc,
153 class ranged_hash_fn<Key, Hash_Fn, _Alloc, Comb_Hash_Fn, true>
    [all...]

Completed in 803 milliseconds

1 2 3 4 5 6 78 91011>>