HomeSort by relevance Sort by last modified time
    Searched refs:Keys (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /art/compiler/utils/
dedupe_set.h 41 typedef std::set<HashedKey, Comparator> Keys;
44 typedef typename Keys::iterator iterator;
45 typedef typename Keys::const_iterator const_iterator;
46 typedef typename Keys::size_type size_type;
47 typedef typename Keys::value_type value_type;
76 Keys keys_;
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ElementsPanelDescriptor.js 92 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up)
96 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down)
100 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Right)
104 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Left)
108 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter)
112 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.H)
116 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F2)
120 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab)
124 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab, WebInspector.KeyboardShortcut.Modifiers.Shift)
128 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up
    [all...]
ScriptsPanelDescriptor.js 81 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
85 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F8)
89 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F10),
90 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.SingleQuote, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
94 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11),
95 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
99 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F11, WebInspector.KeyboardShortcut.Modifiers.Shift),
100 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Semicolon, WebInspector.KeyboardShortcut.Modifiers.Shift | WebInspector.KeyboardShortcut.Modifiers.CtrlOrMeta)
116 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Period, WebInspector.KeyboardShortcut.Modifiers.Ctrl)
120 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Comma, WebInspector.KeyboardShortcut.Modifiers.Ctrl
    [all...]
  /external/chromium_org/chrome/common/extensions/api/omnibox/
omnibox_handler.h 34 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/system_indicator/
system_indicator_handler.h 23 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/manifest_handlers/
minimum_chrome_version_checker.h 23 virtual const std::vector<std::string> Keys() const OVERRIDE;
app_isolation_info.h 37 virtual const std::vector<std::string> Keys() const OVERRIDE;
kiosk_enabled_info.h 35 virtual const std::vector<std::string> Keys() const OVERRIDE;
nacl_modules_handler.h 36 virtual const std::vector<std::string> Keys() const OVERRIDE;
offline_enabled_info.h 38 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/
manifest_url_handler.h 68 virtual const std::vector<std::string> Keys() const OVERRIDE;
82 virtual const std::vector<std::string> Keys() const OVERRIDE;
96 virtual const std::vector<std::string> Keys() const OVERRIDE;
113 virtual const std::vector<std::string> Keys() const OVERRIDE;
127 virtual const std::vector<std::string> Keys() const OVERRIDE;
incognito_handler.h 36 virtual const std::vector<std::string> Keys() const OVERRIDE;
web_accessible_resources_handler.h 43 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 46 private Hashtable Keys = new Hashtable();
64 if (Keys.containsKey(alias)) {
65 return (Key) Keys.get(alias);
96 Keys.put(alias, key);
116 Keys.put(alias, keyK);
131 if (Keys.containsKey(alias)) {
132 Keys.remove(alias);
146 if (Keys.containsKey(alias)) {
156 return (Keys.size() + Cert.size());
160 if (Keys.containsKey(alias))
    [all...]
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MyKeyStore.java 47 private Hashtable<String, Object> Keys = new Hashtable<String, Object>();
65 if (Keys.containsKey(alias)) {
66 return (Key) Keys.get(alias);
97 Keys.put(alias, key);
117 Keys.put(alias, keyK);
132 if (Keys.containsKey(alias)) {
133 Keys.remove(alias);
147 if (Keys.containsKey(alias)) {
157 return (Keys.size() + Cert.size());
161 if (Keys.containsKey(alias))
    [all...]
  /external/chromium_org/chrome/common/extensions/api/extension_action/
browser_action_handler.h 28 virtual const std::vector<std::string> Keys() const OVERRIDE;
page_action_handler.h 28 virtual const std::vector<std::string> Keys() const OVERRIDE;
script_badge_handler.h 32 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/spellcheck/
spellcheck_handler.h 34 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/clang/lib/StaticAnalyzer/Checkers/
DebugCheckers.cpp 166 std::vector<StringRef> Keys;
167 for (; I != E ; ++I) { Keys.push_back(I->getKey()); }
168 sort(Keys.begin(), Keys.end());
171 for (unsigned i = 0, n = Keys.size(); i < n ; ++i) {
172 StringRef Key = Keys[i];
176 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n';
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.JavaExtensions/
DictionaryExtensions.cs 107 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/CSharp3/Sources/Antlr3.Runtime.JavaExtensions/
DictionaryExtensions.cs 113 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/chromium_org/chrome/common/extensions/api/i18n/
default_locale_handler.h 39 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/identity/
oauth2_manifest_handler.h 41 virtual const std::vector<std::string> Keys() const OVERRIDE;
  /external/chromium_org/chrome/common/extensions/api/managed_mode_private/
managed_mode_handler.h 38 virtual const std::vector<std::string> Keys() const OVERRIDE;

Completed in 1354 milliseconds

1 2 3 4 5 6