Searched defs:Key (Results 1 - 25 of 145) sorted by path

123456

/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Collections/
H A DHashList.cs58 Key, enumerator in enum:Antlr.Runtime.Collections.HashList.HashListEnumerator.EnumerationMode
94 public object Key property in class:Antlr.Runtime.Collections.HashList.HashListEnumerator
154 if (_mode == EnumerationMode.Key)
273 return new HashListEnumerator(_hashList, HashListEnumerator.EnumerationMode.Key);
/external/chromium_org/android_webview/browser/
H A Dgl_view_renderer_manager.h27 typedef ListType::iterator Key; typedef in class:android_webview::GLViewRendererManager
31 Key NullKey();
33 Key PushBack(RendererType view);
37 void DidDrawGL(Key key);
39 void Remove(Key key);
H A Dglobal_tile_manager.h30 typedef ListType::iterator Key; typedef in class:android_webview::GlobalTileManager
41 Key key);
43 Key PushBack(GlobalTileManagerClient* client);
48 void DidUse(Key key);
50 void Remove(Key key);
62 size_t Evict(size_t desired_num_tiles, Key key);
/external/chromium_org/base/posix/
H A Dglobal_descriptors.h38 typedef uint32_t Key; typedef in class:base::GlobalDescriptors
39 typedef std::pair<Key, int> KeyFDPair;
42 // Often we want a canonical descriptor for a given Key. In this case, we add
54 int Get(Key key) const;
57 int MaybeGet(Key key) const;
60 void Set(Key key, int fd);
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dappengine_wrappers.py229 class Key(object): class in class:IsDownloadError.db
235 return db.Key('%s/%s' % (model_name, path))
/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
H A Dkey.js26 * Implementation of WebCrypto.Key used in enterprise.platformKeys.
28 * @param {ArrayBuffer} publicKeySpki The Subject Public Key Info in DER
52 var Key = utils.expose( variable
53 'Key',
58 * Returns |key|'s Subject Public Key Info. Throws an exception if |key| is not
59 * a valid Key object.
60 * @param {Key} key
61 * @return {ArrayBuffer} The Subject Public Key Info in DER encoding of |key|.
72 exports.Key = Key;
[all...]
H A Dkey_pair.js7 var keyModule = require('enterprise.platformKeys.Key');
8 var Key = keyModule.Key; variable
14 * @param {ArrayBuffer} publicKeySpki The Subject Public Key Info in DER
21 this.publicKey = new Key(KeyType.public,
26 this.privateKey = new Key(KeyType.private,
/external/chromium_org/chromeos/login/auth/
H A Dkey.cc25 Key::Key() : key_type_(KEY_TYPE_PASSWORD_PLAIN) { function in class:chromeos::Key
28 Key::Key(const Key& other) function in class:chromeos::Key
35 Key::Key(const std::string& plain_text_password) function in class:chromeos::Key
39 Key::Key(KeyType key_type, const std::string& salt, const std::string& secret) function in class:chromeos::Key
43 Key
[all...]
H A Dkey.h14 // Key for user authentication. The class supports hashing of plain text
16 class CHROMEOS_EXPORT Key { class in namespace:chromeos
32 Key();
33 Key(const Key& other);
34 explicit Key(const std::string& plain_text_password);
35 Key(KeyType key_type, const std::string& salt, const std::string& secret);
36 ~Key();
38 bool operator==(const Key& other) const;
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_area.cc117 base::NullableString16 DOMStorageArea::Key(unsigned index) { function in class:content::DOMStorageArea
121 return map_->Key(index);
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_iterator_impl.cc62 base::StringPiece LevelDBIteratorImpl::Key() const { function in class:content::LevelDBIteratorImpl
H A Dleveldb_transaction.cc166 StringPiece LevelDBTransaction::DataIterator::Key() const { function in class:content::LevelDBTransaction::DataIterator
248 // Ensure the non-current iterator is positioned after Key().
254 non_current->Seek(Key());
256 !comparator_->Compare(non_current->Key(), Key())) {
258 // strictly greater than Key().
264 comparator_->Compare(non_current->Key(), Key()) > 0);
284 // Ensure the non-current iterator is positioned before Key().
290 s = non_current->Seek(Key());
317 StringPiece LevelDBTransaction::TransactionIterator::Key() const { function in class:content::LevelDBTransaction::TransactionIterator
[all...]
/external/chromium_org/content/common/dom_storage/
H A Ddom_storage_map.cc42 base::NullableString16 DOMStorageMap::Key(unsigned index) { function in class:content::DOMStorageMap
/external/chromium_org/mojo/examples/keyboard/
H A Dkeys.h21 struct Key { struct in namespace:mojo::examples
47 const Key* keys;
/external/chromium_org/net/dns/
H A Dhost_cache.h41 struct Key { struct in class:net::HostCache
42 Key(const std::string& hostname, AddressFamily address_family, function in struct:net::HostCache::Key
48 bool operator<(const Key& other) const {
65 void Handle(const Key& key,
72 typedef ExpiringCache<Key, Entry, base::TimeTicks,
83 const Entry* Lookup(const Key& key, base::TimeTicks now);
88 void Set(const Key& key,
H A Dhost_cache_unittest.cc21 HostCache::Key Key(const std::string& hostname) { function in namespace:net::__anon9204
22 return HostCache::Key(hostname, ADDRESS_FAMILY_UNSPECIFIED, 0);
35 HostCache::Key key1 = Key("foobar.com");
36 HostCache::Key key2 = Key("foobar2.com");
99 HostCache::Key key1 = Key("foobar.com");
100 HostCache::Key key
[all...]
H A Dhost_resolver_impl.h154 typedef HostCache::Key Key; typedef in class:net::HostResolverImpl
155 typedef std::map<Key, Job*> JobMap;
166 int ResolveHelper(const Key& key,
173 bool ResolveAsIP(const Key& key,
181 bool ServeFromCache(const Key& key,
188 bool ServeFromHosts(const Key& key,
198 Key GetEffectiveKeyForRequest(const RequestInfo& info,
202 void CacheResult(const Key& key,
245 // Map from HostCache::Key t
[all...]
H A Dmdns_cache.cc25 MDnsCache::Key::Key(unsigned type, const std::string& name, function in class:net::MDnsCache::Key
30 MDnsCache::Key::Key( function in class:net::MDnsCache::Key
31 const MDnsCache::Key& other)
36 MDnsCache::Key& MDnsCache::Key::operator=(
37 const MDnsCache::Key& other) {
44 MDnsCache::Key::~Key() {
[all...]
H A Dmdns_cache.h28 // Key type for the record map. It is a 3-tuple of type, name and optional
32 class Key { class in class:net::MDnsCache
34 Key(unsigned type, const std::string& name, const std::string& optional);
35 Key(const Key&);
36 Key& operator=(const Key&);
37 ~Key();
38 bool operator<(const Key& key) const;
39 bool operator==(const Key
[all...]
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DDOMWrapperMap.h106 static KeyType* Key(Iterator& iter) { return iter->key; } function in class:blink::DOMWrapperMap::PersistentValueMapTraits
H A DV8PersistentValueMap.h63 static KeyType Key(Iterator& iter) { return iter->key; } function in class:blink::V8PersistentValueMapTraits
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp4229 // Key cannot be zero in hashmap.
4311 typedef RefPtr<OffHeapInt> Key; typedef
4312 typedef HeapHashMap<Key, WeakSet, WTF::DefaultHash<Key>::Hash, HashTraits<Key>, EmptyClearingHashSetTraits> Map;
/external/chromium_org/third_party/android_platform/webview/
H A Dframeworks.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/location/ android/location/Address$1.class ...
/external/chromium_org/third_party/angle/util/
H A DEvent.h30 Key Code;
79 KeyEvent Key; // Key event parameters member in union:Event::__anon11590
H A Dkeyboard.h10 enum Key enum

Completed in 655 milliseconds

123456