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

123456

/external/clang/include/clang/Tooling/
H A DReplacementsYaml.h55 Keys(Io, R);
56 Io.mapRequired("FilePath", Keys->FilePath);
57 Io.mapRequired("Offset", Keys->Offset);
58 Io.mapRequired("Length", Keys->Length);
59 Io.mapRequired("ReplacementText", Keys->ReplacementText);
/external/chromium_org/chrome/common/extensions/api/system_indicator/
H A Dsystem_indicator_handler.h23 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dsystem_indicator_handler.cc41 const std::vector<std::string> SystemIndicatorHandler::Keys() const { function in class:extensions::SystemIndicatorHandler
/external/chromium_org/chrome/common/extensions/manifest_handlers/
H A Dminimum_chrome_version_checker.h23 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dsynthesize_browser_action_handler.h26 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dapp_isolation_info.h37 virtual const std::vector<std::string> Keys() const OVERRIDE;
/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/clang/lib/StaticAnalyzer/Checkers/
H A DDebugCheckers.cpp175 SmallVector<const Table::MapEntryTy *, 32> Keys; local
178 Keys.push_back(&*I);
179 llvm::array_pod_sort(Keys.begin(), Keys.end(), compareEntry);
182 for (unsigned I = 0, E = Keys.size(); I != E; ++I)
183 llvm::errs() << Keys[I]->getKey() << " = " << Keys[I]->second << '\n';
185 llvm::errs() << "[stats]\n" << "num-entries = " << Keys.size() << '\n';
/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/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/chromium_org/tools/stats_viewer/
H A DOpenDialog.cs39 if (e.KeyCode == Keys.Enter)
/external/chromium_org/chrome/common/extensions/
H A Dmanifest_url_handler.h77 virtual const std::vector<std::string> Keys() const OVERRIDE;
91 virtual const std::vector<std::string> Keys() const OVERRIDE;
105 virtual const std::vector<std::string> Keys() const OVERRIDE;
126 virtual const std::vector<std::string> Keys() const OVERRIDE;
140 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DShortcutsScreen.js308 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Up)
312 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Down)
316 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Right)
320 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Left)
324 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Enter)
328 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.H)
332 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.F2)
336 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab)
340 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys.Tab, WebInspector.KeyboardShortcut.Modifiers.Shift)
344 WebInspector.KeyboardShortcut.makeDescriptor(WebInspector.KeyboardShortcut.Keys
[all...]
/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/chromium_org/chrome/common/extensions/api/extension_action/
H A Dbrowser_action_handler.h28 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dpage_action_handler.h28 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/identity/
H A Doauth2_manifest_handler.h41 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/omnibox/
H A Domnibox_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/spellcheck/
H A Dspellcheck_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/chrome/common/extensions/api/storage/
H A Dstorage_schema_manifest_handler.h38 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/extensions/common/api/bluetooth/
H A Dbluetooth_manifest_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/extensions/common/api/sockets/
H A Dsockets_manifest_handler.h34 virtual const std::vector<std::string> Keys() const OVERRIDE;
/external/chromium_org/extensions/common/manifest_handlers/
H A Dincognito_info.h36 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dlauncher_page_info.h38 virtual const std::vector<std::string> Keys() const OVERRIDE;
H A Dnacl_modules_handler.h36 virtual const std::vector<std::string> Keys() const OVERRIDE;

Completed in 6357 milliseconds

123456