Searched refs:KeySet (Results 1 - 25 of 28) sorted by relevance

12

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs51 public virtual ICollection<TKey1> KeySet() { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
56 public virtual ICollection<TKey2> KeySet(TKey1 k1) { method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs58 public virtual ICollection<TKey1> KeySet() method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
64 public virtual ICollection<TKey2> KeySet(TKey1 k1) method in class:Antlr.Runtime.Debug.Misc.DoubleKeyMap
/external/stlport/test/unit/
H A Dset_test.cpp396 typedef set<Key, KeyCmp> KeySet; typedef
397 KeySet keySet;
412 KeySet const& ckeySet = keySet;
420 typedef set<Key*, KeyCmpPtr> KeySet; typedef
421 KeySet keySet;
436 KeySet const& ckeySet = keySet;
443 typedef multiset<Key, KeyCmp> KeySet; typedef
444 KeySet keySet;
459 KeySet const& ckeySet = keySet;
467 typedef multiset<Key const volatile*, KeyCmpPtr> KeySet; typedef
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DRegularImmutableMap.java220 return (ks == null) ? (keySet = new KeySet<K, V>(this)) : ks;
224 private static class KeySet<K, V> class in class:RegularImmutableMap
228 KeySet(RegularImmutableMap<K, V> map) { method in class:RegularImmutableMap.KeySet
H A DForwardingMap.java200 protected class StandardKeySet extends Maps.KeySet<K, V> {
H A DAbstractMultimap.java872 ? new SortedKeySet((SortedMap<K, Collection<V>>) map) : new KeySet(map);
875 private class KeySet extends Maps.KeySet<K, Collection<V>> { class in class:AbstractMultimap
883 KeySet(final Map<K, Collection<V>> subMap) { method in class:AbstractMultimap.KeySet
949 private class SortedKeySet extends KeySet implements SortedSet<K> {
H A DAbstractBiMap.java165 return (result == null) ? keySet = new KeySet() : result;
168 private class KeySet extends ForwardingSet<K> { class in class:AbstractBiMap
H A DStandardTable.java422 return keySet = new Maps.KeySet<C, V>() {
639 KeySet keySet;
642 KeySet result = keySet;
643 return result == null ? keySet = new KeySet() : result;
646 class KeySet extends AbstractSet<R> { class in class:StandardTable.Column
H A DMaps.java1843 return (result == null) ? keySet = new KeySet() : result;
1846 private class KeySet extends AbstractSet<K> { class in class:Maps.FilteredEntryMap
1947 return keySet = new KeySet<K, V>() {
2114 abstract static class KeySet<K, V> extends AbstractSet<K> { class in class:Maps
H A DMultimaps.java2575 return (keySet == null) ? keySet = new KeySet() : keySet;
2578 class KeySet extends Maps.KeySet<K, Collection<V>> { class in class:Multimaps.FilteredMultimap.AsMap
H A DMapMakerInternalMap.java3625 return (ks != null) ? ks : (keySet = new KeySet());
3824 final class KeySet extends AbstractSet<K> { class in class:MapMakerInternalMap
/external/chromium_org/extensions/browser/
H A Dextension_pref_value_map.cc91 typedef std::set<std::string> KeySet; typedef
92 KeySet deleted_keys;
104 KeySet::iterator k;
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DAbstractBiMap.java161 return (result == null) ? keySet = new KeySet() : result;
164 private class KeySet extends ForwardingSet<K> { class in class:AbstractBiMap
H A DMaps.java1814 return (result == null) ? keySet = new KeySet() : result;
1817 private class KeySet extends AbstractSet<K> { class in class:Maps.FilteredEntryMap
1918 return keySet = new KeySet<K, V>() {
2085 abstract static class KeySet<K, V> extends AbstractSet<K> { class in class:Maps
H A DMultimaps.java2358 return (keySet == null) ? keySet = new KeySet() : keySet;
2361 class KeySet extends Maps.KeySet<K, Collection<V>> { class in class:Multimaps.FilteredMultimap.AsMap
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractHashedMap.java31 * without the need to replace the KeySet, EntrySet and Values view classes.
103 protected transient KeySet<K, V> keySet;
863 keySet = new KeySet<K, V>(this);
882 * KeySet implementation.
884 protected static class KeySet <K,V> extends AbstractSet<K> { class in class:AbstractHashedMap
890 protected KeySet(AbstractHashedMap<K, V> parent) { method in class:AbstractHashedMap.KeySet
919 * KeySet iterator.
H A DAbstractReferenceMap.java40 * The iterators can similarly be replaced, without the need to replace the KeySet,
509 * KeySet implementation.
511 static class ReferenceKeySet <K,V> extends KeySet<K, V> {
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DProfiler.cs606 foreach (string fileName in decisions.KeySet()) {
607 foreach (int d in decisions.KeySet(fileName)) {
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DProfiler.cs658 foreach (string fileName in decisions.KeySet())
660 foreach (int d in decisions.KeySet(fileName))
/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/guava/guava/src/com/google/common/cache/
H A DLocalCache.java4257 return (ks != null) ? ks : (keySet = new KeySet());
4464 final class KeySet extends AbstractSet<K> { class in class:LocalCache
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 1662 milliseconds

12