Searched defs:key_type (Results 1 - 25 of 93) 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.h40 typedef K key_type; typedef in class:lru_cache_using_std
44 typedef std::list<key_type> key_tracker_type;
48 key_type,
58 value_type (*f)(const key_type&),
68 value_type operator()(const key_type& k) {
116 void insert(const key_type& k,const value_type& v) {
158 value_type (*_fn)(const key_type&);
57 lru_cache_using_std( value_type (f)const key_type&), size_t c ) argument
/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables.h77 PrefetchData(PrefetchKeyType key_type, const std::string& primary_key);
82 bool is_host() const { return key_type == PREFETCH_KEY_TYPE_HOST; }
85 PrefetchKeyType key_type; // Not const to be able to assign. member in struct:predictors::ResourcePrefetchPredictorTables::PrefetchData
111 PrefetchKeyType key_type);
128 void GetAllDataHelper(PrefetchKeyType key_type,
132 void DeleteDataHelper(PrefetchKeyType key_type,
H A Dresource_prefetcher_manager.cc53 PrefetchKeyType key_type,
58 std::string key = key_type == PREFETCH_KEY_TYPE_HOST ?
64 this, config_, navigation_id, key_type, requests.Pass());
101 resource_prefetcher->key_type(),
107 resource_prefetcher->key_type() == PREFETCH_KEY_TYPE_HOST ?
117 PrefetchKeyType key_type,
124 key_type,
51 MaybeAddPrefetch( const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<ResourcePrefetcher::RequestVector> requests) argument
115 ResourcePrefetcherFinishedOnUI( const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<ResourcePrefetcher::RequestVector> requests) argument
H A Dresource_prefetch_predictor.h126 PrefetchKeyType key_type,
158 Result(PrefetchKeyType key_type,
162 PrefetchKeyType key_type; member in struct:predictors::ResourcePrefetchPredictor::Result
211 PrefetchKeyType* key_type);
256 void RemoveOldestEntryInPrefetchDataMap(PrefetchKeyType key_type,
262 PrefetchKeyType key_type,
269 void ReportAccuracyStats(PrefetchKeyType key_type,
276 PrefetchKeyType key_type,
280 PrefetchKeyType key_type,
H A Dresource_prefetcher_unittest.cc30 PrefetchKeyType key_type,
33 key_type, requests.Pass()) { }
27 TestResourcePrefetcher(ResourcePrefetcher::Delegate* delegate, const ResourcePrefetchPredictorConfig& config, const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<RequestVector> requests) argument
H A Dresource_prefetcher.cc40 PrefetchKeyType key_type,
46 key_type_(key_type),
36 ResourcePrefetcher( Delegate* delegate, const ResourcePrefetchPredictorConfig& config, const NavigationID& navigation_id, PrefetchKeyType key_type, scoped_ptr<RequestVector> requests) argument
H A Dresource_prefetcher.h90 PrefetchKeyType key_type,
98 PrefetchKeyType key_type() const { return key_type_; } function in class:predictors::ResourcePrefetcher
/external/chromium_org/chromeos/dbus/
H A Dfake_easy_unlock_client.cc12 // "{<key_type>: <key_pair_index>}".
15 // <key_type> specifies whether the key is public or private. It can have one
20 // Extracts key pair index from a key in format "<key_type>: <key_pair_index>}".
22 const std::string& key_type) {
33 if (!json_dictionary->GetInteger(key_type, &key_pair_index))
21 ExtractKeyPairIndexFromKey(const std::string& key, const std::string& key_type) argument
/external/chromium_org/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), salt_(salt), secret_(secret) {
/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:__anon25898::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
167 std::pair<iterator, iterator> equal_range(const key_type& key) {
175 const key_type& key) const {
189 Value& operator[](const key_type& key) {
/external/chromium_org/storage/common/blob/
H A Dshareable_file_reference.cc23 typedef FileMap::key_type key_type; typedef in class:storage::__anon10733::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.cc69 chromeos::attestation::AttestationKeyType key_type,
79 chromeos::attestation::AttestationKeyType key_type,
89 chromeos::attestation::AttestationKeyType key_type,
103 chromeos::attestation::AttestationKeyType key_type,
68 RegisterKeyCallbackTrue( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const cryptohome::AsyncMethodCaller::Callback& callback) argument
78 RegisterKeyCallbackFalse( chromeos::attestation::AttestationKeyType key_type, const std::string& user_id, const std::string& key_name, const cryptohome::AsyncMethodCaller::Callback& callback) argument
88 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
102 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/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

Completed in 995 milliseconds

1234