Searched refs:Keys (Results 1 - 25 of 141) sorted by path

123456

/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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs107 return new HashSet<object>(map.Keys.Cast<object>());
112 return new HashSet<TKey>(map.Keys);
118 return new HashSet<TKey>(map.Keys);
123 return new HashSet<object>(map.Keys.Cast<object>());
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
H A DDoubleKeyMap.cs52 return data.Keys;
62 return data2.Keys;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/Misc/
H A DDoubleKeyMap`3.cs60 return data.Keys;
71 return data2.Keys;
83 return s.Keys;
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
H A DDictionaryExtensions.cs113 return new HashSet<object>( map.Keys.Cast<object>() );
119 return new HashSet<TKey>( map.Keys );
126 return new HashSet<TKey>( map.Keys );
132 return new HashSet<object>( map.Keys.Cast<object>() );
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Collections.pas48 /// An Hashtable-backed dictionary that enumerates Keys and Values in
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DMyKeyStore.java45 private Hashtable Keys = new Hashtable(); field in class:MyKeyStore
63 if (Keys.containsKey(alias)) {
64 return (Key) Keys.get(alias);
95 Keys.put(alias, key);
115 Keys.put(alias, keyK);
130 if (Keys.containsKey(alias)) {
131 Keys.remove(alias);
145 if (Keys.containsKey(alias)) {
155 return (Keys.size() + Cert.size());
159 if (Keys
[all...]
/external/chromium_org/chrome/common/extensions/api/commands/
H A Dcommands_handler.cc148 const std::vector<std::string> CommandsHandler::Keys() const { function in class:extensions::CommandsHandler
H A Dcommands_handler.h51 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/extension_action/
H A Dbrowser_action_handler.cc59 const std::vector<std::string> BrowserActionHandler::Keys() const { function in class:extensions::BrowserActionHandler
H A Dbrowser_action_handler.h28 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dpage_action_handler.cc92 const std::vector<std::string> PageActionHandler::Keys() const { function in class:extensions::PageActionHandler
H A Dpage_action_handler.h28 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/file_browser_handlers/
H A Dfile_browser_handler.cc289 const std::vector<std::string> FileBrowserHandlerParser::Keys() const { function in class:FileBrowserHandlerParser
H A Dfile_browser_handler.h98 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/i18n/
H A Ddefault_locale_handler.cc115 const std::vector<std::string> DefaultLocaleHandler::Keys() const { function in class:extensions::DefaultLocaleHandler
H A Ddefault_locale_handler.h39 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/identity/
H A Doauth2_manifest_handler.cc94 const std::vector<std::string> OAuth2ManifestHandler::Keys() const { function in class:extensions::OAuth2ManifestHandler
H A Doauth2_manifest_handler.h41 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/input_ime/
H A Dinput_components_handler.cc238 const std::vector<std::string> InputComponentsHandler::Keys() const { function in class:extensions::InputComponentsHandler
H A Dinput_components_handler.h69 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/omnibox/
H A Domnibox_handler.cc51 const std::vector<std::string> OmniboxHandler::Keys() const { function in class:extensions::OmniboxHandler
H A Domnibox_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/plugins/
H A Dplugins_handler.cc65 const std::vector<std::string> PluginsHandler::Keys() const { function in class:extensions::PluginsHandler
H A Dplugins_handler.h45 virtual const std::vector<std::string> Keys() const OVERRIDE;

Completed in 540 milliseconds

123456