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

123456

/external/chromium_org/chrome/renderer/resources/extensions/enterprise_platform_keys/
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,
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...]
/external/glide/library/src/main/java/com/bumptech/glide/load/
H A DKey.java12 public interface Key { interface
/external/libcxx/test/containers/associative/map/
H A Dcompare.pass.cpp12 // template <class Key, class T, class Compare = less<Key>,
13 // class Allocator = allocator<pair<const Key, T>>>
21 struct Key { struct
22 template <typename T> Key(const T&) {} function in struct:Key
23 bool operator< (const Key&) const { return false; }
29 std::map<Key, int>::iterator it = std::map<Key, int>().find(Key(0));
30 std::pair<std::map<Key, in
[all...]
/external/llvm/include/llvm/ADT/
H A DStringSet.h30 bool insert(StringRef Key) { argument
35 assert(!Key.empty());
36 StringMapEntry<char> &Entry = this->GetOrCreateValue(Key);
/external/llvm/lib/Support/
H A DStringPool.cpp25 PooledStringPtr StringPool::intern(StringRef Key) { argument
26 table_t::iterator I = InternTable.find(Key);
30 entry_t *S = entry_t::Create(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/clang/lib/AST/
H A DMangleNumberingContext.cpp27 QualType Key = Context.getFunctionType(Context.VoidTy, Proto->getParamTypes(), local
29 Key = Context.getCanonicalType(Key);
30 return ++ManglingNumbers[Key->castAs<FunctionProtoType>()];
/external/libcxx/test/containers/unord/unord.map/
H A Dcompare.pass.cpp12 // template <class Key, class T, class Hash = hash<Key>, class Pred = equal_to<Key>,
13 // class Alloc = allocator<pair<const Key, T>>>
21 struct Key { struct
22 template <typename T> Key(const T&) {} function in struct:Key
23 bool operator== (const Key&) const { return true; }
29 struct hash<Key>
31 size_t operator()(Key const &) const {return 0;}
38 std::unordered_map<Key, in
[all...]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DClassesKey.java19 private static final Key FACTORY = (Key)KeyFactory.create(Key.class, KeyFactory.OBJECT_BY_CLASS);
21 interface Key { interface in class:ClassesKey
/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/net/dns/
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 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 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,
/external/chromium_org/ui/keyboard/resources/
H A Dtouch_fuzzing.js33 * @type {Array<Key>}
99 var Key = function(key) { class
109 Key.prototype = {
134 * Returns the Key as a map.
173 // Key already provides an intersect method. If the key is to the right of
221 * @param {Array{Key}} The child elements.
284 * @param {Key} key The key being tested.
332 * @param {Key} key The key.
341 * @param {Key} key The key.
403 // Key ca
[all...]
/external/llvm/include/llvm/MC/
H A DSubtargetFeature.h35 const char *Key; // K-V key string member in struct:llvm::SubtargetFeatureKV
42 return StringRef(Key) < S;
52 const char *Key; // K-V key string member in struct:llvm::SubtargetInfoKV
57 return StringRef(Key) < S;
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_iterator_impl.cc62 base::StringPiece LevelDBIteratorImpl::Key() const { function in class:content::LevelDBIteratorImpl
/external/chromium_org/mojo/examples/keyboard/
H A Dkeys.h21 struct Key { struct in namespace:mojo::examples
47 const Key* keys;
/external/guava/guava-tests/test/com/google/common/cache/
H A DCacheReferencesTest.java40 private static final CacheLoader<Key,String> KEY_TO_STRING_LOADER =
41 new CacheLoader<Key, String>() {
42 @Override public String load(Key key) {
53 private Iterable<LoadingCache<Key, String>> caches() {
56 new Function<CacheBuilder<Object, Object>, LoadingCache<Key, String>>() {
57 @Override public LoadingCache<Key, String> apply(CacheBuilder<Object, Object> builder) {
64 for (LoadingCache<Key, String> cache : caches()) {
66 Key key = new Key(1);
76 for (LoadingCache<Key, Strin
185 static class Key { class in class:CacheReferencesTest
189 Key(int value) { method in class:CacheReferencesTest.Key
[all...]
/external/skia/src/gpu/
H A DGrTextStrike_impl.h14 class GrFontCache::Key { class in class:GrFontCache
16 explicit Key(const GrKey* fontScalarKey) { function in class:GrFontCache::Key
22 static bool LessThan(const GrTextStrike& strike, const Key& key) {
25 static bool Equals(const GrTextStrike& strike, const Key& key) {
54 const Key key(scaler->getKey());
76 * This Key just wraps a glyphID, and matches the protocol need for
79 class GrTextStrike::Key { class in class:GrTextStrike
81 Key(GrGlyph::PackedID id) : fPackedID(id) {} function in class:GrTextStrike::Key
85 static bool LessThan(const GrGlyph& glyph, const Key& key) {
88 static bool Equals(const GrGlyph& glyph, const Key
[all...]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/pool/
H A DTypeListPool.java37 import org.jf.dexlib2.writer.pool.TypeListPool.Key;
44 public class TypeListPool extends BaseNullableOffsetPool<Key<? extends Collection<? extends CharSequence>>>
45 implements TypeListSection<CharSequence, Key<? extends Collection<? extends CharSequence>>> {
54 Key<? extends Collection<? extends CharSequence>> key = new Key<Collection<? extends CharSequence>>(types);
65 public Collection<? extends CharSequence> getTypes(Key<? extends Collection<? extends CharSequence>> typesKey) {
72 @Override public int getNullableItemOffset(@Nullable Key<? extends Collection<? extends CharSequence>> key) {
80 public static class Key<TypeCollection extends Collection<? extends CharSequence>> class in class:TypeListPool
81 implements Comparable<Key<? extends Collection<? extends CharSequence>>> {
84 public Key( method in class:TypeListPool.Key
[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

Completed in 2766 milliseconds

123456