Searched refs:Key (Results 51 - 75 of 258) sorted by relevance

1234567891011

/external/stlport/test/unit/
H A Dset_test.cpp360 struct Key struct
362 Key() : m_data(0) {} function in struct:Key
363 explicit Key(int data) : m_data(data) {} function in struct:Key
370 bool operator () (Key lhs, Key rhs) const
373 bool operator () (Key lhs, int rhs) const
376 bool operator () (int lhs, Key rhs) const
382 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const
385 bool operator () (Key cons
[all...]
/external/chromium/chrome/browser/resources/keyboard/
H A Dmain.js154 function Key(key, shift, num, symbol) { class
166 Key.prototype = {
224 * A Key that remains the same through all modes.
511 new Key(C('q'), C('Q'), C('1'), C('`')),
512 new Key(C('w'), C('W'), C('2'), C('~')),
513 new Key(C('e'), C('E'), C('3'), new Character('<', 'LessThan')),
514 new Key(C('r'), C('R'), C('4'), new Character('>', 'GreaterThan')),
515 new Key(C('t'), C('T'), C('5'), C('[')),
516 new Key(C('y'), C('Y'), C('6'), C(']')),
517 new Key(
[all...]
/external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
H A DSealedObjectTest.java28 import java.security.Key;
117 Key key = kg.generateKey();
128 * getObject(Key key) method testing. Tests if the object sealed with
134 Key key = kg.generateKey();
169 Key key = kg.generateKey();
186 * getObject(Key key, String provider) method testing. Tests if the proper
210 Key key = kg.generateKey();
228 new NullCipher()).getObject((Key)null);
H A DKeyAgreementSpiTest.java26 import java.security.Key;
76 Key key = null;
/external/eigen/demos/opengl/
H A Dicosphere.cpp63 typedef unsigned long long Key; typedef
64 std::map<Key,int> edgeMap;
81 Key edgeKey = Key(e0) | (Key(e1)<<32);
82 std::map<Key,int>::iterator it = edgeMap.find(edgeKey);
/external/v8/src/
H A Dpreparse-data.h186 struct Key { struct in class:v8::internal::CompleteParserRecorder
209 Key* string1 = reinterpret_cast<Key*>(a);
210 Key* string2 = reinterpret_cast<Key*>(b);
223 Collector<Key> symbol_keys_;
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/serialization/
H A DKeyPairTest.java25 import java.security.Key;
76 Key key1 = ((KeyPair)test).getPublic();
77 Key key2 = ((KeyPair)reference).getPublic();
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyStoreSpi.java28 import java.security.Key;
45 public Key engineGetKey(String alias, char[] password)
62 public void engineSetKeyEntry(String alias, Key key, char[] password,
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_DummyPKCS12Keystore.java23 import java.security.Key;
43 public Key engineGetKey(String arg0, char[] arg1)
64 public void engineSetKeyEntry(String arg0, Key arg1, char[] arg2,
/external/clang/test/Index/
H A Dindex-templates.cpp91 template<typename Key, typename Value,
92 typename Comparison = compare<Pair<Key, Value> >,
93 typename Allocator = allocator<Pair<Key, Value> > >
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas104 function GetItem(const Key: TKey): TValue;
105 procedure SetItem(const Key: TKey; const Value: TValue);
108 procedure Add(const Key: TKey; const Value: TValue);
109 procedure Remove(const Key: TKey);
112 function TryGetValue(const Key: TKey; out Value: TValue): Boolean;
113 procedure AddOrSetValue(const Key: TKey; const Value: TValue);
114 function ContainsKey(const Key: TKey): Boolean;
121 property Items[const Key: TKey]: TValue read GetItem write SetItem; default;
168 procedure THashList<TKey, TValue>.Add(const Key: TKey; const Value: TValue);
170 FDictionary.Add(Key, Valu
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/
H A DExemptionMechanismTest.java21 import java.security.Key;
101 * Test for <code>isCryptoAllowed(Key key)</code> method
115 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
125 Key key1 = new MyExemptionMechanismSpi().new tmpKey("Proba",
148 Key key = new MyExemptionMechanismSpi().new tmpKey("Proba", new byte[0]);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dh/
H A DKeyFactorySpi.java5 import java.security.Key;
31 Key key,
51 protected Key engineTranslateKey(
52 Key key)
H A DKeyAgreementSpi.java6 import java.security.Key;
67 protected Key engineDoPhase(
68 Key key,
164 Key key,
196 Key key,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/dsa/
H A DKeyFactorySpi.java5 import java.security.Key;
28 Key key,
48 protected Key engineTranslateKey(
49 Key key)
/external/openfst/src/include/fst/
H A Dgeneric-register.h43 typedef KeyType Key; typedef in class:fst::GenericRegister
141 // given RegisterType template parameter. This type must define types Key
148 typedef typename RegisterType::Key Key; typedef in class:fst::GenericRegisterer
151 GenericRegisterer(Key key, Entry entry) {
/external/openssh/
H A Dkex.h134 int (*verify_host_key)(Key *);
135 Key *(*load_host_public_key)(int);
136 Key *(*load_host_private_key)(int);
137 int (*host_key_index)(Key *);
H A Dauthfile.c85 key_private_rsa1_to_blob(Key *key, Buffer *blob, const char *passphrase,
169 key_private_pem_to_blob(Key *key, Buffer *blob, const char *_passphrase,
241 key_private_to_blob(Key *key, Buffer *blob, const char *passphrase,
258 key_save_private(Key *key, const char *filename, const char *passphrase,
278 static Key *
281 Key *pub;
380 static Key *
384 Key *pub;
400 Key *
403 Key *pu
[all...]
/external/smali/baksmali/src/main/java/org/jf/baksmali/Adaptors/Format/
H A DSparseSwitchMethodItem.java58 sparseSwitchLabelTarget.Key = target.key;
71 sparseSwitchOffsetTarget.Key = target.key;
84 IntegerRenderer.writeTo(writer, target.Key);
95 public int Key; field in class:SparseSwitchMethodItem.SparseSwitchTarget
/external/llvm/lib/MC/
H A DSubtargetFeature.cpp125 KV.Key = S.data();
131 if (F == Hi || StringRef(F->Key) != S) return NULL;
142 MaxLen = std::max(MaxLen, std::strlen(Table[i].Key));
158 MaxCPULen, CPUTable[i].Key, CPUTable[i].Desc);
165 MaxFeatLen, FeatTable[i].Key, FeatTable[i].Desc);
269 assert(strcmp(CPUTable[i - 1].Key, CPUTable[i].Key) < 0 &&
273 assert(strcmp(FeatureTable[i - 1].Key, FeatureTable[i].Key) < 0 &&
346 assert(strcmp(Table[i - 1].Key, Tabl
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/util/
H A DBaseKeyFactorySpi.java4 import java.security.Key;
67 Key key,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h36 template <typename Key, typename Data, typename Info>
37 struct ProgramStatePartialTrait< llvm::ImmutableMap<Key,Data,Info> > {
38 typedef llvm::ImmutableMap<Key,Data,Info> data_type;
40 typedef Key key_type;
77 template <typename Key, typename Info>
78 struct ProgramStatePartialTrait< llvm::ImmutableSet<Key,Info> > {
79 typedef llvm::ImmutableSet<Key,Info> data_type;
81 typedef Key key_type;
/external/clang/tools/diagtool/
H A DDiagnosticNames.cpp54 DiagnosticRecord Key = {0, DiagID, 0}; local
59 Key, orderByID);
/external/chromium/net/base/
H A Dhost_resolver_impl.h137 typedef HostCache::Key Key; typedef in class:net::HostResolverImpl
138 typedef std::map<Key, scoped_refptr<Job> > JobMap;
151 Job* FindOutstandingJob(const Key& key);
212 Key GetEffectiveKeyForRequest(const RequestInfo& info) const;
/external/llvm/lib/Support/
H A DStringMap.cpp116 int StringMapImpl::FindKey(StringRef Key) const {
119 unsigned FullHashValue = HashString(Key);
141 if (Key == StringRef(ItemStr, BucketItem->getKeyLength())) {
167 StringMapEntryBase *StringMapImpl::RemoveKey(StringRef Key) { argument
168 int Bucket = FindKey(Key);

Completed in 661 milliseconds

1234567891011