Searched refs:key_type (Results 126 - 150 of 161) sorted by relevance

1234567

/external/chromium_org/chrome/browser/predictors/
H A Dresource_prefetch_predictor_tables_unittest.cc60 LOG(ERROR) << "[" << data.key_type << "," << data.primary_key
H A Dresource_prefetch_predictor_unittest.cc43 *os << "[" << data.key_type << "," << data.primary_key
65 PrefetchKeyType key_type));
/external/llvm/include/llvm/ADT/
H A DStringMap.h256 typedef const char* key_type; typedef in class:llvm::StringMap
H A DDenseMap.h47 typedef KeyT key_type; typedef in class:llvm::DenseMapBase
/external/llvm/include/llvm/IR/
H A DValueMap.h87 typedef KeyT key_type; typedef in class:llvm::ValueMap
/external/wpa_supplicant_8/hostapd/src/rsn_supp/
H A Dwpa.h46 int protection_type, int key_type);
/external/wpa_supplicant_8/src/rsn_supp/
H A Dwpa.h46 int protection_type, int key_type);
/external/wpa_supplicant_8/wpa_supplicant/src/rsn_supp/
H A Dwpa.h46 int protection_type, int key_type);
/external/bluetooth/bluedroid/bta/dm/
H A Dbta_dm_int.h427 UINT8 key_type; member in struct:__anon498
466 tBTA_LE_KEY_TYPE key_type; member in struct:__anon502
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_config_util.cpp882 int key_type = bz2bd_linkkeytype(atoi(value)); local
893 btif_config_set_int("Remote", addr, "LinkKeyType", key_type);
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h523 tBTM_LE_KEY_TYPE key_type; /* bit mask of valid key types in record */ member in struct:__anon1249
1155 extern void btm_sec_link_key_notification (UINT8 *p_bda, UINT8 *p_link_key, UINT8 key_type);
H A Dbtm_sec.c4787 void btm_sec_link_key_notification (UINT8 *p_bda, UINT8 *p_link_key, UINT8 key_type) argument
4794 key_type);
4802 if (key_type != BTM_LKEY_TYPE_CHANGED_COMB)
4803 p_dev_rec->link_key_type = key_type;
4827 (p_bda[0]<<24) + (p_bda[1]<<16) + (p_bda[2]<<8) + p_bda[3], (p_bda[4] << 8) + p_bda[5], key_type);
6000 p_dev_rec->ble.key_type = 0;
6024 ((p_dev_rec->ble.key_type && (p_dev_rec->sec_flags & BTM_SEC_LE_LINK_KEY_KNOWN))||
6083 if (p_dev_rec->ble.key_type || (p_dev_rec->sec_flags & BTM_SEC_LINK_KEY_KNOWN))
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h859 ** key_type - LE SMP key type.
865 tBTM_LE_KEY_TYPE key_type);
1226 ** Parameters: key_type: type of key, can be BTM_BLE_KEY_TYPE_ID, BTM_BLE_KEY_TYPE_ER
1233 BTM_API extern void BTM_BleLoadLocalKeys(UINT8 key_type, tBTM_BLE_LOCAL_KEYS *p_key);
/external/wpa_supplicant_8/wpa_supplicant/
H A Ddriver_i.h245 int key_type)
250 key_type);
243 wpa_drv_mlme_setprotection(struct wpa_supplicant *wpa_s, const u8 *addr, int protect_type, int key_type) argument
H A Dibss_rsn.c181 int protection_type, int key_type)
184 "key_type=%d)",
185 __func__, MAC2STR(addr), protection_type, key_type);
180 supp_mlme_setprotection(void *ctx, const u8 *addr, int protection_type, int key_type) argument
H A Dwpas_glue.c494 int key_type)
497 key_type);
492 wpa_supplicant_mlme_setprotection(void *wpa_s, const u8 *addr, int protection_type, int key_type) argument
/external/lldb/include/lldb/DataFormatters/
H A DFormatNavigator.h257 typedef typename MapType::key_type MapKeyType;
/external/llvm/include/llvm/Support/
H A DOnDiskHashTable.h38 /// typedef ExampleKey key_type; // Must be copy constructible
62 typename Info::key_type Key;
/external/clang/lib/Serialization/
H A DASTWriter.cpp1479 struct key_type { struct in class:__anon18130::HeaderFileInfoTrait
1483 typedef const key_type &key_type_ref;
1609 HeaderFileInfoTrait::key_type key = { File, Filename };
1853 typedef IdentID key_type; typedef in class:__anon18131::ASTMacroTableTrait
1854 typedef key_type key_type_ref;
2738 typedef Selector key_type; typedef in class:__anon18132::ASTMethodPoolTrait
2739 typedef key_type key_type_ref;
3096 typedef IdentifierInfo* key_type; typedef in class:__anon18133::ASTIdentifierTableTrait
3097 typedef key_type key_type_ref;
3358 typedef DeclarationName key_type; typedef in class:__anon18134::ASTDeclContextNameLookupTrait
[all...]
H A DGlobalModuleIndex.cpp649 typedef StringRef key_type; typedef in class:__anon18145::IdentifierIndexWriterTrait
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dmetadata_database_index.cc73 const typename Container::key_type& key) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver.h1648 * @key_type: MLME_SETPROTECTION_KEY_TYPE_*
1659 int key_type);
H A Ddriver_test.c2377 int key_type)
2379 wpa_printf(MSG_DEBUG, "%s: protect_type=%d key_type=%d",
2380 __func__, protect_type, key_type);
2375 wpa_driver_test_mlme_setprotection(void *priv, const u8 *addr, int protect_type, int key_type) argument
/external/wpa_supplicant_8/src/drivers/
H A Ddriver.h1648 * @key_type: MLME_SETPROTECTION_KEY_TYPE_*
1659 int key_type);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver.h1648 * @key_type: MLME_SETPROTECTION_KEY_TYPE_*
1659 int key_type);

Completed in 569 milliseconds

1234567