HomeSort by relevance Sort by last modified time
    Searched defs:key_type (Results 1 - 25 of 48) sorted by null

1 2

  /bootable/recovery/
verifier.h 35 KeyType key_type; member in struct:__anon1132
  /external/chromium_org/ui/wm/core/
accelerator_filter.cc 60 AcceleratorDelegate::KeyType key_type = local
64 if (delegate_->ProcessAccelerator(*event, accelerator, key_type))
  /external/chromium_org/third_party/libaddressinput/src/cpp/src/util/
lru_cache_using_std.h 40 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&);
  /external/llvm/include/llvm/ADT/
SetVector.h 40 typedef T key_type; typedef in class:llvm::SetVector
156 size_type count(const key_type &key) const {
DenseSet.h 30 typedef ValueT key_type; typedef in class:llvm::DenseSet
  /external/chromium_org/chrome/browser/predictors/
resource_prefetch_predictor_tables.h 77 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,
resource_prefetch_predictor.h 126 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,
resource_prefetcher.h 90 PrefetchKeyType key_type,
98 PrefetchKeyType key_type() const { return key_type_; } function in class:predictors::ResourcePrefetcher
  /external/chromium_org/storage/common/blob/
shareable_file_reference.cc 23 typedef FileMap::key_type key_type; typedef in class:storage::__anon15358::ShareableFileMap
32 iterator Find(key_type key) {
47 void Erase(key_type key) {
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ProgramStateTrait.h 62 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 K, context_type F)
    [all...]
  /external/llvm/lib/ProfileData/
InstrProfWriter.cpp 27 typedef StringRef key_type; typedef in class:__anon5450::InstrProfRecordTrait
  /art/runtime/
safe_map.h 43 typedef typename ::std::map<K, V, Comparator, Allocator>::key_type key_type; typedef in class:art::SafeMap
  /external/bluetooth/bluedroid/stack/gatt/
gatt_auth.c 322 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/base/containers/
scoped_ptr_hash_map.h 27 typedef typename Container::key_type key_type; typedef in class:base::ScopedPtrHashMap
small_map.h 137 bool operator()(const typename M::key_type& left,
138 const typename M::key_type& right) {
193 typedef typename NormalMap::key_type key_type; typedef in class:base::SmallMap
386 iterator find(const key_type& key) {
400 const_iterator find(const key_type& key) const {
415 data_type& operator[](const key_type& key) {
527 size_t erase(const key_type& key) {
534 size_t count(const key_type& key) const {
  /external/chromium_org/chromeos/attestation/
attestation_flow.cc 200 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,
    [all...]
  /external/chromium_org/net/base/
expiring_cache.h 86 typedef KeyType key_type; typedef in class:net::ExpiringCache
linked_hash_map.h 41 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/bluetooth/bluedroid/stack/smp/
smp_act.c 59 static void smp_update_key_mask (tSMP_CB *p_cb, UINT8 key_type, BOOLEAN recv)
66 p_cb->loc_i_key &= ~key_type;
68 p_cb->loc_r_key &= ~key_type;
73 p_cb->loc_r_key &= ~key_type;
75 p_cb->loc_i_key &= ~key_type;
599 UINT8 key_type = p_data->key.key_type; local
602 if (key_type == SMP_KEY_TYPE_TK)
606 else if (key_type == SMP_KEY_TYPE_CFM)
855 key.key_type = SMP_KEY_TYPE_TK
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/enterprise_platform_keys_private/
enterprise_platform_keys_private_api.h 95 chromeos::attestation::AttestationKeyType key_type,
111 chromeos::attestation::AttestationKeyType key_type,
120 chromeos::attestation::AttestationKeyType key_type; member in struct:extensions::EPKPChallengeKeyBase::PrepareKeyContext
  /external/chromium_org/net/android/
keystore_openssl.cc 559 PrivateKeyType key_type = GetPrivateKeyType(private_key); local
560 switch (key_type) {
keystore_unittest.cc 179 ScopedJava GetPKCS8PrivateKeyJava(PrivateKeyType key_type,
190 env, key_type, bytes.obj()));
269 int key_type = EVP_PKEY_id(openssl_key); local
270 switch (key_type) {
317 LOG(WARNING) << "Invalid OpenSSL key type: " << key_type;
  /external/openssl/apps/
pkeyutl.c 76 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)
rsautl.c 94 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/content/child/webcrypto/nss/
rsa_key_nss.cc 317 CK_KEY_TYPE key_type = CKK_RSA; local
323 AddAttribute(CKA_KEY_TYPE, &key_type, sizeof(key_type), &key_template);

Completed in 554 milliseconds

1 2