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

1 2 3 4 5 6 7 8 91011>>

  /libcore/luni/src/main/java/javax/crypto/
SecretKey.java 20 import java.security.Key;
23 * A cryptographic secret (symmetric) key.
30 * from {@link java.lang.Object} so comparison is done using the actual key data
33 public interface SecretKey extends Key {
ExemptionMechanismSpi.java 23 import java.security.Key;
39 * Generates the result key blob for this exemption mechanism.
41 * @return the result key blob for this exemption mechanism.
49 * Generates the result key blob for this exemption mechanism and stores it
53 * the output buffer for the result key blob.
58 * if the provided buffer is too small for the result key blob.
79 * key.
81 * @param key
82 * the key to initialize this instance with.
84 * if the key cannot be used to initialize this mechanism
    [all...]
NullCipher.java 26 import java.security.Key;
43 this.init(Cipher.ENCRYPT_MODE, (Key)null, (SecureRandom)null);
  /libcore/luni/src/main/java/java/security/
PrivateKey.java 25 public interface PrivateKey extends Key {
PublicKey.java 25 public interface PublicKey extends Key {
KeyFactorySpi.java 32 * Generates a instance of {@code PublicKey} from the given key
36 * the specification of the public key.
37 * @return the public key.
45 * Generates a instance of {@code PrivateKey} from the given key
49 * the specification of the private key.
50 * @return the private key.
58 * Returns the key specification for the specified key.
60 * @param key
61 * the key from which the specification is requested
    [all...]
Key.java 23 * {@code Key} is the common interface for all keys.
28 public interface Key extends Serializable {
36 * Returns the name of the algorithm of this key. If the algorithm is
39 * @return the name of the algorithm of this key or {@code null} if the
45 * Returns the name of the format used to encode this key, or {@code null}
48 * @return the name of the format used to encode this key, or {@code null}
54 * Returns the encoded form of this key, or {@code null} if encoding is not
55 * supported by this key.
57 * @return the encoded form of this key, or {@code null} if encoding is not
58 * supported by this key
    [all...]
  /external/chromium/base/
global_descriptors_posix.h 34 // It maps from an abstract key to a descriptor. If independent modules each
39 typedef uint32_t Key;
40 typedef std::vector<std::pair<Key, int> > Mapping;
42 // Often we want a canonical descriptor for a given Key. In this case, we add
43 // the following constant to the key value:
49 // Get a descriptor given a key. It is a fatal error if the key is not known.
50 int Get(Key key) const;
52 // Get a descriptor give a key. Returns -1 on error
    [all...]
  /external/llvm/lib/Support/
StringPool.cpp 25 PooledStringPtr StringPool::intern(StringRef Key) {
26 table_t::iterator I = InternTable.find(Key);
30 entry_t *S = entry_t::Create(Key.begin(), Key.end());
  /external/protobuf/src/google/protobuf/stubs/
hash.h 62 template <typename Key>
65 int operator()(const Key& key) {
70 inline bool operator()(const Key& a, const Key& b) const {
79 int operator()(const char* key) {
89 template <typename Key, typename Data,
90 typename HashFcn = hash<Key>,
92 class hash_map : public std::map<Key, Data, HashFcn> {
95 template <typename Key,
    [all...]
  /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...]
  /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...]
  /external/bison/src/
muscle_tab.h 27 void muscle_insert (const char *key, char *value);
28 char *muscle_find (const char *key);
35 #define MUSCLE_INSERT_BOOL(Key, Value) \
38 MUSCLE_INSERT_INT (Key, v); \
41 #define MUSCLE_INSERT_INT(Key, Value) \
45 muscle_insert (Key, obstack_finish (&muscle_obstack)); \
48 #define MUSCLE_INSERT_LONG_INT(Key, Value) \
52 muscle_insert (Key, obstack_finish (&muscle_obstack)); \
55 #define MUSCLE_INSERT_STRING(Key, Value) \
59 muscle_insert (Key, obstack_finish (&muscle_obstack));
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /external/llvm/include/llvm/MC/
SubtargetFeature.h 31 /// SubtargetFeatureKV - Used to provide key value pairs for feature and
35 const char *Key; // K-V key string
42 return strcmp(Key, S.Key) < 0;
48 /// SubtargetInfoKV - Used to provide key value pairs for CPU and arbitrary
52 const char *Key; // K-V key string
57 return strcmp(Key, S.Key) < 0
    [all...]
  /external/skia/gpu/include/
GrTHashCache.h 24 * Key needs
29 * Allows duplicate key entries but on find you may get
32 template <typename T, typename Key, size_t kHashBits> class GrTHashTable {
38 T* find(const Key&) const;
39 // return true if key was unique when inserted.
40 bool insert(const Key&, T*);
41 void remove(const Key&, const T*);
77 int searchArray(const Key&) const;
82 template <typename T, typename Key, size_t kHashBits>
83 int GrTHashTable<T, Key, kHashBits>::searchArray(const Key& key) const
    [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/
eq_by_less.hpp 54 template<typename Key, class Cmp_Fn>
58 operator()(const Key& r_lhs, const Key& r_rhs) const
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
eq_by_less.hpp 54 template<typename Key, class Cmp_Fn>
58 operator()(const Key& r_lhs, const Key& r_rhs) const
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/eq_fn/
eq_by_less.hpp 54 template<typename Key, class Cmp_Fn>
58 operator()(const Key& r_lhs, const Key& r_rhs) const
  /external/v8/src/
splay-tree.h 38 // typedef Key: the key type
40 // static const kNoKey: the dummy key used when no key is set
42 // int (Compare)(Key& a, Key& b) -> {-1, 0, 1}: comparison function
54 typedef typename Config::Key Key;
67 // Inserts the given key in this tree with the given value. Returns
69 // is enabled and provides access to the mapping for the key
120 Key key() { return key_; } function in class:v8::internal::SplayTree::Node
140 const Key& key() { return node_->key_; } function in class:v8::internal::SplayTree::BASE_EMBEDDED
    [all...]

Completed in 333 milliseconds

1 2 3 4 5 6 7 8 91011>>