/external/v8/test/cctest/compiler/ |
test-gap-resolver.cc | 34 struct Key { 40 bool operator<(const Key& other) const { 53 bool operator==(const Key& other) const { 60 typedef Key Value; 61 typedef std::map<Key, Value> OperandMap; 76 static Key KeyFor(const InstructionOperand& op) { 95 Key key = {is_constant, is_float, kind, index}; local 96 return key; 101 static InstructionOperand FromKey(Key key) [all...] |
/frameworks/base/keystore/java/android/security/keystore/ |
AndroidKeyStoreKey.java | 19 import java.security.Key; 22 * {@link Key} backed by Android Keystore. 26 public class AndroidKeyStoreKey implements Key { 52 // This key does not export its key material 58 // This key does not export its key material
|
/frameworks/base/tools/split-select/ |
Rule.h | 48 enum Key { 59 Key key; member in struct:split::Rule 74 , key(NONE)
|
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/ |
KeyGeneratorThread.java | 19 import java.security.Key; 32 Key k = kg.generateKey(); 35 " and for Key objects"); 39 " and for Key objects");
|
/libcore/ojluni/src/main/java/javax/crypto/ |
KeyAgreement.java | 40 * This class provides the functionality of a key agreement (or key 44 * key generators (<code>KeyPairGenerator</code> or 46 * an intermediate phase of the key agreement protocol. 48 * <p> For each of the correspondents in the key exchange, <code>doPhase</code> 49 * needs to be called. For example, if this key exchange is with one other 52 * If this key exchange is 56 * There may be any number of parties involved in a key exchange. 101 // The name of the key agreement algorithm. 141 * specified key agreement algorithm [all...] |
/libcore/support/src/test/java/tests/security/ |
AlgorithmParameterSymmetricHelper.java | 22 import java.security.Key; 54 Key key = generator.generateKey(); local 62 cipher.init(Cipher.ENCRYPT_MODE, key, parameters); 65 cipher.init(Cipher.DECRYPT_MODE, key, parameters);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/ |
traits.hpp | 60 template<typename Key, 73 template<typename Key,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/branch_policy/ |
traits.hpp | 60 template<typename Key, 73 template<typename Key,
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/branch_policy/ |
traits.hpp | 60 template<typename Key, 73 template<typename Key,
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/branch_policy/ |
traits.hpp | 60 template<typename Key, 73 template<typename Key,
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/i386/ |
compressed-1b.d | 17 Key to Flags:
|
compressed-1c.d | 17 Key to Flags:
|
/toolchain/binutils/binutils-2.25/binutils/testsuite/binutils-all/x86-64/ |
compressed-1b.d | 17 Key to Flags:
|
compressed-1c.d | 17 Key to Flags:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/ |
x86-64-unwind.d | 25 Key to Flags:
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/ |
group-1.d | 27 Key to Flags:
|
secname-ilp32.d | 18 Key to Flags:
|
secname.d | 25 Key to Flags:
|
unwind-ilp32.d | 19 Key to Flags:
|
unwind.d | 27 Key to Flags:
|
/external/llvm/include/llvm/ADT/ |
SparseMultiSet.h | 15 // other containers in order to provide faster operations. Any key can map to 31 /// SparseMultiSet allocates memory proportional to the size of the key 38 /// The iteration order doesn't depend on numerical key values, it only depends 49 /// the sparse array which is the size of the key universe. The SparseT template 64 /// one desires a growable number of entries per key, as it will retain the 129 "Invalid key in set. Did object mutate?"); 148 /// that key. 195 /// Set the universe size which determines the largest key the set can hold. 216 /// key. 255 "Dereferencing iterator of invalid key or index") [all...] |
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
KeyFactoryTest.java | 8 import java.security.Key; 189 TestPublicKey key = new TestPublicKey(); local 190 TestPublicKeySpec keySpec = new TestPublicKeySpec(key); 193 assertTrue(Arrays.equals(key.encoded, publicKey.getEncoded())); 238 TestPrivateKey key = new TestPrivateKey(); local 239 TestPrivateKeySpec keySpec = new TestPrivateKeySpec(key); 242 assertTrue(Arrays.equals(key.getEncoded(), privateKey.getEncoded())); 286 Key[] keys = { 301 Key key = keys[i] local 337 Key key = keys[i]; local 379 Key key = keys[i]; local 403 Key key = keys[i]; local [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/ |
KeyAgreementSpi.java | 6 import java.security.Key; 27 * Diffie-Hellman key agreement. There's actually a better way of doing this 83 protected Key engineDoPhase( 84 Key key, 93 if (!(key instanceof DHPublicKey)) 97 DHPublicKey pubKey = (DHPublicKey)key; 106 result = ((DHPublicKey)key).getY().modPow(x, p); 111 result = ((DHPublicKey)key).getY().modPow(x, p); 162 Key key [all...] |
/external/guice/extensions/servlet/src/com/google/inject/servlet/ |
GuiceFilter.java | 21 import com.google.inject.Key; 146 static HttpServletRequest getOriginalRequest(Key<?> key) { 147 return getContext(key).getOriginalRequest(); 150 static HttpServletRequest getRequest(Key<?> key) { 151 return getContext(key).getRequest(); 154 static HttpServletResponse getResponse(Key<?> key) { 155 return getContext(key).getResponse() [all...] |
/external/llvm/lib/Support/ |
StringMap.cpp | 54 /// up in. If it already exists as a key in the map, the Item pointer for the 72 // If we found an empty bucket, this key isn't in the table yet, return it. 113 /// FindKey - Look up the bucket that contains the specified key. If it exists 114 /// in the map, return the bucket number of the key. Otherwise return -1. 116 int StringMapImpl::FindKey(StringRef Key) const { 119 unsigned FullHashValue = HashString(Key); 126 // If we found an empty bucket, this key isn't in the table yet, return. 141 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) { 162 assert(V == V2 && "Didn't find key?"); 165 /// RemoveKey - Remove the StringMapEntry for the specified key from th [all...] |