Home
last modified time | relevance | path

Searched refs:Keys (Results 1 – 25 of 154) sorted by relevance

1234567

/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
DMyKeyStore.java45 private Hashtable Keys = new Hashtable(); field in MyKeyStore
63 if (Keys.containsKey(alias)) { in engineGetKey()
64 return (Key) Keys.get(alias); in engineGetKey()
95 Keys.put(alias, key); in engineSetKeyEntry()
115 Keys.put(alias, keyK); in engineSetKeyEntry()
130 if (Keys.containsKey(alias)) { in engineDeleteEntry()
131 Keys.remove(alias); in engineDeleteEntry()
145 if (Keys.containsKey(alias)) { in engineContainsAlias()
155 return (Keys.size() + Cert.size()); in engineSize()
159 if (Keys.containsKey(alias)) { in engineIsKeyEntry()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DDebugCheckers.cpp175 SmallVector<const Table::MapEntryTy *, 32> Keys; in checkEndOfTranslationUnit() local
178 Keys.push_back(&*I); in checkEndOfTranslationUnit()
179 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry); in checkEndOfTranslationUnit()
182 for (unsigned I = 0, E = Keys.size(); I != E; ++I) in checkEndOfTranslationUnit()
183 llvm::errs() << Keys[I]->getKey() << " = " << Keys[I]->second << '\n'; in checkEndOfTranslationUnit()
185 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n'; in checkEndOfTranslationUnit()
/external/clang/include/clang/Tooling/
DReplacementsYaml.h55 Keys(Io, R); in LLVM_YAML_IS_SEQUENCE_VECTOR()
56 Io.mapRequired("FilePath", Keys->FilePath); in LLVM_YAML_IS_SEQUENCE_VECTOR()
57 Io.mapRequired("Offset", Keys->Offset); in LLVM_YAML_IS_SEQUENCE_VECTOR()
58 Io.mapRequired("Length", Keys->Length); in LLVM_YAML_IS_SEQUENCE_VECTOR()
59 Io.mapRequired("ReplacementText", Keys->ReplacementText); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DDictionaryExtensions.cs113 return new HashSet<object>( map.Keys.Cast<object>() ); in keySet()
119 return new HashSet<TKey>( map.Keys ); in keySet()
126 return new HashSet<TKey>( map.Keys ); in keySet()
132 return new HashSet<object>( map.Keys.Cast<object>() ); in keySet()
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DDictionaryExtensions.cs107 return new HashSet<object>(map.Keys.Cast<object>()); in keySet()
112 return new HashSet<TKey>(map.Keys); in keySet()
118 return new HashSet<TKey>(map.Keys); in keySet()
123 return new HashSet<object>(map.Keys.Cast<object>()); in keySet()
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
DDoubleKeyMap`3.cs60 return data.Keys; in KeySet()
71 return data2.Keys; in KeySet()
83 return s.Keys; in Values()
/external/guava/guava/src/com/google/common/collect/
DFilteredEntryMultimap.java326 return new Keys();
329 class Keys extends Multimaps.Keys<K, V> {
330 Keys() {
366 return Keys.this;
371 return Keys.this.entryIterator();
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
DDoubleKeyMap.cs52 return data.Keys; in KeySet()
62 return data2.Keys; in KeySet()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp586 DenseMap<StringRef, KeyStatus> &Keys) { in checkDuplicateOrUnknownKey() argument
587 if (!Keys.count(Key)) { in checkDuplicateOrUnknownKey()
591 KeyStatus &S = Keys[Key]; in checkDuplicateOrUnknownKey()
601 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { in checkMissingKeys() argument
602 for (DenseMap<StringRef, KeyStatus>::iterator I = Keys.begin(), in checkMissingKeys()
603 E = Keys.end(); in checkMissingKeys()
628 DenseMap<StringRef, KeyStatus> Keys( in parseEntry() local
647 if (!checkDuplicateOrUnknownKey(I->getKey(), Key, Keys)) in parseEntry()
717 if (!checkMissingKeys(N, Keys)) in parseEntry()
781 DenseMap<StringRef, KeyStatus> Keys( in parse() local
[all …]
/external/clang/lib/Edit/
DRewriteObjCFoundationAPI.cpp570 SmallVector<const Expr *, 8> Keys; in rewriteToDictionaryLiteral() local
571 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in rewriteToDictionaryLiteral()
574 if (Vals.size() != Keys.size()) in rewriteToDictionaryLiteral()
584 objectifyExpr(Keys[i], commit); in rewriteToDictionaryLiteral()
587 SourceRange KeyRange = Keys[i]->getSourceRange(); in rewriteToDictionaryLiteral()
594 SourceRange ArgRange(Keys.front()->getLocStart(), in rewriteToDictionaryLiteral()
595 Keys.back()->getLocEnd()); in rewriteToDictionaryLiteral()
627 SmallVector<const Expr *, 8> Keys; in shouldNotRewriteImmediateMessageArgs() local
628 if (!getNSArrayObjects(Msg->getArg(1), NS, Keys)) in shouldNotRewriteImmediateMessageArgs()
631 if (Vals.size() != Keys.size()) in shouldNotRewriteImmediateMessageArgs()
/external/icu/icu4c/source/data/lang/
Dsv_FI.txt10 Keys{
Den_GB.txt11 Keys{
Das.txt10 Keys{
Dchr.txt10 Keys{
Dde_CH.txt10 Keys{
Dzgh.txt10 Keys{
Djgo.txt10 Keys{
Dnnh.txt10 Keys{
Dos.txt10 Keys{
Des_MX.txt11 Keys{
Dyi.txt10 Keys{
Dbe.txt10 Keys{
/external/libvncserver/VisualNaCro/
DNEWS7 Keys are recorded by their symbols with the --symbolic switch, provided you
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp622 SmallVector<Value *, 16> Keys; in findBasePointer() local
623 Keys.reserve(states.size()); in findBasePointer()
626 Keys.push_back(V); in findBasePointer()
628 for (Value *v : Keys) { in findBasePointer()
712 SmallVector<Value *, 16> Keys; in findBasePointer() local
713 Keys.reserve(states.size()); in findBasePointer()
716 Keys.push_back(V); in findBasePointer()
718 std::sort(Keys.begin(), Keys.end(), order_by_name); in findBasePointer()
720 for (Value *V : Keys) { in findBasePointer()
/external/glide/third_party/disklrucache/
DCHANGELOG.md54 * Keys are now enforced to match `[a-z0-9_]{1,64}` *(Thanks Brian Langel)*

1234567