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

1 23 4 5 6 7 8 91011>>

  /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,
MyExemptionMechanismSpi.java 27 import java.security.Key;
65 protected void engineInit(Key key) throws InvalidKeyException,
67 if (key == null) {
68 throw new InvalidKeyException("key is null");
70 if (!(key instanceof tmpKey)) {
71 throw new ExemptionMechanismException("Incorrect key");
76 protected void engineInit(Key key, AlgorithmParameters params)
79 if (key == null)
    [all...]
  /external/skia/gpu/include/
GrTextStrike.h 62 class Key;
63 GrTHashTable<GrGlyph, Key, 7> fCache;
107 class Key;
108 GrTHashTable<GrTextStrike, Key, 8> fCache;
117 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,
MyExemptionMechanismSpi.java 28 import java.security.Key;
66 protected void engineInit(Key key) throws InvalidKeyException,
68 if (key == null) {
69 throw new InvalidKeyException("key is null");
71 if (!(key instanceof tmpKey)) {
72 throw new ExemptionMechanismException("Incorrect key");
77 protected void engineInit(Key key, AlgorithmParameters params)
80 if (key == null)
    [all...]
  /prebuilt/linux-x86/toolchain/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...]
  /prebuilt/ndk/android-ndk-r5/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...]
  /prebuilt/ndk/android-ndk-r6/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...]
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
KeyAgreementSpiTest.java 27 import java.security.Key;
48 protected Key engineDoPhase(Key key, boolean lastPhase) throws InvalidKeyException,
50 return super.engineDoPhase(key, lastPhase);
71 protected void engineInit(Key key, SecureRandom random) throws InvalidKeyException {
72 super.engineInit(key, random);
76 protected void engineInit(Key key, AlgorithmParameterSpec params, SecureRandom random
107 Key key = null; local
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/
ControlPanelEffect.java 61 static enum Key {
162 final boolean isGlobalEnabled = prefs.getBoolean(Key.global_enabled.toString(),
164 editor.putBoolean(Key.global_enabled.toString(), isGlobalEnabled);
168 final boolean isVIEnabled = prefs.getBoolean(Key.virt_enabled.toString(),
170 final int vIStrength = prefs.getInt(Key.virt_strength.toString(),
172 editor.putBoolean(Key.virt_enabled.toString(), isVIEnabled);
173 editor.putInt(Key.virt_strength.toString(), vIStrength);
176 final boolean isBBEnabled = prefs.getBoolean(Key.bb_enabled.toString(),
178 final int bBStrength = prefs.getInt(Key.bb_strength.toString(),
180 editor.putBoolean(Key.bb_enabled.toString(), isBBEnabled)
    [all...]
  /external/llvm/include/llvm/ADT/
StringMap.h 58 /// FullHashValue - This remembers the full hash value of the key for
84 /// up in. If it already exists as a key in the map, the Item pointer for the
88 unsigned LookupBucketFor(StringRef Key);
90 /// FindKey - Look up the bucket that contains the specified key. If it exists
91 /// in the map, return the bucket number of the key. Otherwise return -1.
93 int FindKey(StringRef Key) const;
99 /// RemoveKey - Remove the StringMapEntry for the specified key from the
100 /// table, returning it. If the key is not in the table, this returns null.
101 StringMapEntryBase *RemoveKey(StringRef Key);
117 /// a StringMap. It contains the Value itself and the key: the string lengt
    [all...]
ScopedHashTable.h 47 K Key;
49 ScopedHashTableVal(const K &key, const V &val) : Key(key), Val(val) {}
52 const K &getKey() const { return Key; }
63 const K &key, const V &val,
67 new (New) ScopedHashTableVal(key, val);
175 bool count(const K &Key) const {
176 return TopLevelMap.count(Key);
179 V lookup(const K &Key) {
    [all...]
  /external/clang/test/CodeGen/
2008-03-24-BitField-And-Alloca.c 61 } key; member in union:_Key
63 } Key;
65 static void foo(const Key iospec, int* ret)
86 __attribute__ ((unused)) Key iospec = (Key) key_token2;
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
KeyFactorySpiTest.java 24 import java.security.Key;
62 protected KeySpec engineGetKeySpec(Key key, Class keySpec){
65 protected Key engineTranslateKey(Key key){
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/bin_search_tree_/
cond_key_dtor_entry_dealtor.hpp 69 m_p_nd->m_value.first.~Key();
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
cond_key_dtor_entry_dealtor.hpp 69 m_p_nd->m_value.first.~Key();
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/bin_search_tree_/
cond_key_dtor_entry_dealtor.hpp 69 m_p_nd->m_value.first.~Key();
  /external/webkit/Source/JavaScriptCore/wtf/
HashTable.h 67 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
69 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
71 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
74 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
75 void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*,
76 HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
78 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
79 void removeIterator(HashTableConstIterator<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*);
83 template<typename Key, typename Value, typename Extractor, typename HashFunctions, typename Traits, typename KeyTraits>
84 inline void addIterator(const HashTable<Key, Value, Extractor, HashFunctions, Traits, KeyTraits>*
    [all...]
  /libcore/luni/src/main/java/javax/crypto/
KeyAgreement.java 22 import java.security.Key;
32 * This class provides the functionality for a key exchange protocol. This
33 * enables two or more parties to agree on a secret key for symmetric
61 * the name of the key agreement algorithm.
71 * Returns the name of the key agreement algorithm.
73 * @return the name of the key agreement algorithm.
92 * the name of the key agreement algorithm to create.
93 * @return a key agreement for the specified algorithm.
113 * the name of the key agreement algorithm to create.
117 * @return a key agreement for the specified algorithm from the specifie
    [all...]
  /libcore/luni/src/main/java/org/apache/harmony/crypto/internal/
NullCipherSpi.java 29 import java.security.Key;
76 public void engineInit(int opmode, Key key, SecureRandom random)
82 public void engineInit(int opmode, Key key, AlgorithmParameterSpec params,
89 public void engineInit(int opmode, Key key, AlgorithmParameters params,
156 public byte[] engineWrap(Key key) throws IllegalBlockSizeException, InvalidKeyException {
161 public Key engineUnwrap(byte[] wrappedKey, String wrappedKeyAlgorithm
    [all...]
  /external/clang/lib/Lex/
HeaderMap.cpp 38 uint32_t Key; // Offset (into strings) of key.
137 /// this return a bucket with an empty key (0).
140 Result.Key = HMAP_EmptyBucketKey;
154 Result.Key = getEndianAdjustedWord(BucketPtr->Key);
191 if (B.Key == HMAP_EmptyBucketKey) continue;
193 const char *Key = getString(B.Key);
196 fprintf(stderr, " %d. %s -> '%s' '%s'\n", i, Key, Prefix, Suffix)
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ext/pb_ds/detail/
standard_policies.hpp 57 template<typename Key>
60 typedef std::tr1::hash<Key> type;
63 template<typename Key>
66 typedef std::equal_to<Key> type;
119 template<typename Key>
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 57 template<typename Key>
60 typedef std::tr1::hash<Key> type;
63 template<typename Key>
66 typedef std::equal_to<Key> type;
119 template<typename Key>
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/ext/pb_ds/detail/
standard_policies.hpp 57 template<typename Key>
60 typedef std::tr1::hash<Key> type;
63 template<typename Key>
66 typedef std::equal_to<Key> type;
119 template<typename Key>
  /external/v8/src/
heap-profiler.h 176 typedef JSObjectsCluster Key;
178 static const Key kNoKey;
180 static int Compare(const Key& a, const Key& b) {
181 return Key::Compare(a, b);
219 typedef JSObjectsCluster Key;
221 static const Key kNoKey;
223 static int Compare(const Key& a, const Key& b) {
224 return Key::Compare(a, b)
    [all...]

Completed in 1122 milliseconds

1 23 4 5 6 7 8 91011>>