Searched defs:key_type (Results 1 - 25 of 85) sorted by relevance

1234

/external/chromium_org/ash/accelerators/
H A Daccelerator_delegate.cc24 KeyType key_type) {
29 if (key_type == KEY_TYPE_SYSTEM && !CanConsumeSystemKeys(key_event)) {
22 ProcessAccelerator(const ui::KeyEvent& key_event, const ui::Accelerator& accelerator, KeyType key_type) argument
/external/chromium_org/ui/wm/core/
H A Daccelerator_filter.cc60 AcceleratorDelegate::KeyType key_type = local
64 if (delegate_->ProcessAccelerator(*event, accelerator, key_type))
/external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
H A Dlru_cache_using_std.h38 typedef K key_type; typedef in class:lru_cache_using_std
42 typedef std::list<key_type> key_tracker_type;
46 key_type,
56 value_type (*f)(const key_type&),
66 value_type operator()(const key_type& k) {
114 void insert(const key_type& k,const value_type& v) {
156 value_type (*_fn)(const key_type&);
55 lru_cache_using_std( value_type (f)const key_type&), size_t c ) argument
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dkey.cc39 Key::Key(KeyType key_type, const std::string& salt, const std::string& secret) argument
40 : key_type_(key_type),
/external/llvm/include/llvm/ADT/
H A DSetVector.h40 typedef T key_type; typedef in class:llvm::SetVector
156 size_type count(const key_type &key) const {
H A DDenseSet.h30 typedef ValueT key_type; typedef in class:llvm::DenseSet
/external/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp27 typedef StringRef key_type; typedef in class:__anon25062::InstrProfRecordTrait
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_dev.c63 LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap)
69 BTM_TRACE_API("%s, link key type:%x", __FUNCTION__,key_type);
147 p_dev_rec->link_key_type = key_type;
151 if (key_type < BTM_MAX_PRE_SM4_LKEY_TYPE)
61 BTM_SecAddDevice(BD_ADDR bd_addr, DEV_CLASS dev_class, BD_NAME bd_name, UINT8 *features, UINT32 trusted_mask[], LINK_KEY link_key, UINT8 key_type, tBTM_IO_CAP io_cap) argument
/external/chromium_org/base/containers/
H A Dscoped_ptr_hash_map.h27 typedef typename Container::key_type key_type; typedef in class:base::ScopedPtrHashMap
/external/chromium_org/net/base/
H A Dexpiring_cache.h86 typedef KeyType key_type; typedef in class:net::ExpiringCache
H A Dlinked_hash_map.h41 typedef typename MapType::key_type key_type; typedef in class:linked_hash_map
145 std::pair<iterator, iterator> equal_range(const key_type& key) {
153 const key_type& key) const {
167 Value& operator[](const key_type& key) {
/external/chromium_org/webkit/common/blob/
H A Dshareable_file_reference.cc23 typedef FileMap::key_type key_type; typedef in class:webkit_blob::__anon16617::ShareableFileMap
32 iterator Find(key_type key) {
47 void Erase(key_type key) {
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DProgramStateTrait.h62 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
73 static lookup_type Lookup(data_type B, key_type K) {
76 static data_type Set(data_type B, key_type K, value_type E,context_type F){
80 static data_type Remove(data_type B, key_type K, context_type F) {
113 typedef Key key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
124 static data_type Add(data_type B, key_type K, context_type F) {
128 static data_type Remove(data_type B, key_type K, context_type F) {
132 static bool Contains(data_type B, key_type K) {
155 typedef T key_type; typedef in struct:clang::ento::ProgramStatePartialTrait
158 static data_type Add(data_type L, key_type
[all...]
/external/bluetooth/bluedroid/stack/gatt/
H A Dgatt_auth.c322 UINT8 key_type; local
377 btm_ble_get_enc_key_type(p_tcb->peer_bda, &key_type);
379 if ( (key_type & BTM_LE_KEY_LCSRK) &&
/external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
H A Denterprise_platform_keys_private_api.h95 chromeos::attestation::AttestationKeyType key_type,
111 chromeos::attestation::AttestationKeyType key_type,
120 chromeos::attestation::AttestationKeyType key_type; member in struct:extensions::EPKPChallengeKeyBase::PrepareKeyContext
H A Denterprise_platform_keys_private_api_unittest.cc68 chromeos::attestation::AttestationKeyType key_type,
78 chromeos::attestation::AttestationKeyType key_type,
88 chromeos::attestation::AttestationKeyType key_type,
102 chromeos::attestation::AttestationKeyType key_type,
67 RegisterKeyCallbackTrue( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const cryptohome::AsyncMethodCaller::Callback& callback) argument
77 RegisterKeyCallbackFalse( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const cryptohome::AsyncMethodCaller::Callback& callback) argument
87 SignChallengeCallbackTrue( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& domain, const std::string& device_id, chromeos::attestation::AttestationChallengeOptions options, const std::string& challenge, const cryptohome::AsyncMethodCaller::DataCallback& callback) argument
101 SignChallengeCallbackFalse( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const std::string& domain, const std::string& device_id, chromeos::attestation::AttestationChallengeOptions options, const std::string& challenge, const cryptohome::AsyncMethodCaller::DataCallback& callback) argument
/external/chromium_org/chromeos/attestation/
H A Dattestation_flow.cc200 AttestationKeyType key_type = GetKeyTypeForProfile(certificate_profile); local
212 key_type,
221 key_type,
236 key_type,
247 AttestationKeyType key_type,
265 key_type,
272 AttestationKeyType key_type,
287 key_type,
294 AttestationKeyType key_type,
299 key_type,
246 SendCertificateRequestToPCA( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
271 SendCertificateResponseToDaemon( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback, bool success, const std::string& data) argument
293 GetExistingCertificate( AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const CertificateCallback& callback) argument
[all...]
/external/chromium_org/third_party/openssl/openssl/apps/
H A Dpkeyutl.c76 char *keyfile, int keyform, int key_type,
93 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; local
141 *(++argv), keyform, key_type,
184 key_type = KEY_PUBKEY;
186 key_type = KEY_CERT;
414 char *keyfile, int keyform, int key_type,
424 && (key_type != KEY_PRIVKEY))
434 switch(key_type)
413 init_ctx(int *pkeysize, char *keyfile, int keyform, int key_type, char *passargin, int pkey_op, ENGINE *e) argument
H A Drsautl.c94 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
154 key_type = KEY_PUBKEY;
156 key_type = KEY_CERT;
183 if(need_priv && (key_type != KEY_PRIVKEY)) {
199 switch(key_type) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dsort.cc63 KEY_TYPE* key_type = (KEY_TYPE*)(key); \
65 ptr_sort_key[i].key_ = &key_type[i]; \
214 KeyType* key_type = static_cast<KeyType*>(key);
216 ptr_sort_key[i].key_ = key_type[i];
367 uint32_t size_of_element, Type key_type) {
386 switch (key_type) {
452 switch (key_type) {
366 KeySort(void* data, void* key, uint32_t num_of_elements, uint32_t size_of_element, Type key_type) argument
/external/openssl/apps/
H A Dpkeyutl.c76 char *keyfile, int keyform, int key_type,
93 int pkey_op = EVP_PKEY_OP_SIGN, key_type = KEY_PRIVKEY; local
141 *(++argv), keyform, key_type,
184 key_type = KEY_PUBKEY;
186 key_type = KEY_CERT;
414 char *keyfile, int keyform, int key_type,
424 && (key_type != KEY_PRIVKEY))
434 switch(key_type)
413 init_ctx(int *pkeysize, char *keyfile, int keyform, int key_type, char *passargin, int pkey_op, ENGINE *e) argument
H A Drsautl.c94 char rsa_mode = RSA_VERIFY, key_type = KEY_PRIVKEY; local
154 key_type = KEY_PUBKEY;
156 key_type = KEY_CERT;
183 if(need_priv && (key_type != KEY_PRIVKEY)) {
199 switch(key_type) {
/external/stlport/stlport/stl/
H A D_map.h54 typedef _Key key_type; typedef in class:map
77 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
95 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
204 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); }
247 typedef _Key key_type; typedef in class:multimap
270 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
288 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
379 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
H A D_set.h54 typedef _Key key_type; typedef in class:set
65 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
83 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
183 size_type erase(const key_type& __x) { return _M_t.erase_unique(__x); }
225 typedef _Key key_type; typedef in class:multiset
236 typedef _STLP_PRIV _Rb_tree<key_type, key_compare,
254 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
355 size_type erase(const key_type& __x) { return _M_t.erase(__x); }
/external/stlport/stlport/stl/debug/
H A D_tree.h101 typedef typename _Base::key_type key_type; typedef in class:_Rb_tree
111 _STLP_KEY_TYPE_FOR_CONT_EXT(key_type)
275 size_type erase(const key_type& __x) {
282 size_type erase_unique(const key_type& __x) {
297 void erase(const key_type* __first, const key_type* __last) {

Completed in 742 milliseconds

1234