Searched defs:Keys (Results 1 - 25 of 29) sorted by relevance

12

/external/lzma/CPP/7zip/Crypto/
H A D7zAes.h45 CObjectVector<CKeyInfo> Keys; member in class:NCrypto::N7z::CKeyInfoCache
/external/protobuf/csharp/src/Google.Protobuf/Collections/
H A DReadOnlyDictionary.cs61 public ICollection<TKey> Keys property in class:Google.Protobuf.Collections.ReadOnlyDictionary
63 get { return wrapped.Keys; }
H A DMapField.cs85 // Keys are never cloneable. Values might be.
225 public ICollection<TKey> Keys { get { return new MapView<TKey>(this, pair => pair.Key, ContainsKey); } } property in class:Google.Protobuf.Collections.MapField
522 ICollection IDictionary.Keys { get { return (ICollection)Keys; } }
/external/autotest/client/site_tests/files_CopyFileToGoogleDriveUI/
H A Dfiles_CopyFileToGoogleDriveUI.py13 from selenium.webdriver.common.keys import Keys namespace
208 .click(item).key_down(Keys.CONTROL) \
210 .key_up(Keys.CONTROL) \
/external/autotest/server/cros/ap_configurators/
H A DbelkinF9K_ap_configurator.py12 from selenium.webdriver.common.keys import Keys namespace
48 body.send_keys(Keys.CONTROL + 't')
/external/guava/guava/src/com/google/common/collect/
H A DFilteredEntryMultimap.java326 return new Keys();
329 class Keys extends Multimaps.Keys<K, V> { class in class:FilteredEntryMultimap
330 Keys() { method in class:FilteredEntryMultimap.Keys
366 return Keys.this;
371 return Keys.this.entryIterator();
H A DImmutableMultimap.java578 return new Keys();
582 class Keys extends ImmutableMultiset<K> { class in class:ImmutableMultimap
H A DMultimaps.java1514 static class Keys<K, V> extends AbstractMultiset<K> { class in class:Multimaps
1517 Keys(Multimap<K, V> multimap) { method in class:Multimaps.Keys
1552 return Keys.this;
/external/ltp/pan/
H A Dreporter.c85 SYM Tag, Keys; local
146 * The way that I am using 'Keys' and 'Tag' makes assumptions about the
156 if ((Keys = sym_get(tags, key_get)) == NULL) {
162 tag_report(NULL, Tag, Keys);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
432 public ICollection Keys property in class:Antlr.Runtime.Collections.HashList
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp178 SmallVector<const Table::MapEntryTy *, 32> Keys; local
181 Keys.push_back(&*I);
182 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry);
185 for (unsigned I = 0, E = Keys.size(); I != E; ++I)
186 llvm::errs() << Keys[I]->getKey() << " = " << Keys[I]->second << '\n';
188 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n';
/external/webrtc/webrtc/modules/remote_bitrate_estimator/
H A Dremote_bitrate_estimator_abs_send_time.cc59 std::vector<K> Keys(const std::map<K, V>& map) { function in namespace:webrtc
377 observer_->OnReceiveBitrateChanged(Keys(ssrcs_), target_bitrate);
401 *ssrcs = Keys(ssrcs_);
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DImmutableMultimap.java565 return new Keys();
569 class Keys extends ImmutableMultiset<K> { class in class:ImmutableMultimap
H A DMultimaps.java1425 static class Keys<K, V> extends AbstractMultiset<K> { class in class:Multimaps
1428 Keys(Multimap<K, V> multimap) { method in class:Multimaps.Keys
1463 return Keys.this;
/external/libxkbcommon/xkbcommon/src/xkbcomp/
H A Dparser.y214 %type <geom> Keys Key OverlayDecl OverlayKeyList OverlayKey OutlineList OutlineInList
515 RowBodyItem : KEYS OBRACE Keys CBRACE SEMI { $$ = NULL; }
520 Keys : Keys COMMA Key { $$ = NULL; } label
/external/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_containers.cc471 static PyObject* Keys(PyContainer* self, PyObject* args) { function in namespace:google::protobuf::python::descriptor
547 { "keys", (PyCFunction)Keys, METH_NOARGS, },
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp1015 DenseMap<StringRef, KeyStatus> &Keys) {
1016 if (!Keys.count(Key)) {
1020 KeyStatus &S = Keys[Key];
1030 bool checkMissingKeys(yaml::Node *Obj, DenseMap<StringRef, KeyStatus> &Keys) { argument
1031 for (DenseMap<StringRef, KeyStatus>::iterator I = Keys.begin(),
1032 E = Keys.end();
1121 DenseMap<StringRef, KeyStatus> Keys(std::begin(Fields), std::end(Fields));
1139 if (!checkDuplicateOrUnknownKey(I->getKey(), Key, Keys))
1225 llvm_unreachable("key missing from Keys");
1237 if (!checkMissingKeys(N, Keys))
1014 checkDuplicateOrUnknownKey(yaml::Node *KeyNode, StringRef Key, DenseMap<StringRef, KeyStatus> &Keys) argument
[all...]
/external/flatbuffers/include/flatbuffers/
H A Dflexbuffers.h317 TypedVector Keys() const { function in class:flexbuffers::Map
513 auto keys = m.Keys();
762 auto keys = Keys();
/external/clang/lib/CodeGen/
H A DCGObjC.cpp133 Address Keys = Address::invalid(); local
135 Keys = CreateMemTemp(ElementArrayType, "keys");
162 Builder.CreateConstArrayGEP(Keys, i, getPointerSize()),
190 Args.add(RValue::get(Keys.getPointer()), ArgQT);
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 1808 milliseconds

12