/system/connectivity/shill/ |
D | property_store_unittest.cc | 337 const string keys[] = {"boolp1", "boolp2"}; in TEST_F() local 339 store.RegisterWriteOnlyBool(keys[0], &values[0]); in TEST_F() 340 store.RegisterBool(keys[1], &values[1]); in TEST_F() 344 EXPECT_EQ(keys[1], it.Key()); in TEST_F() 350 EXPECT_FALSE(store.GetBoolProperty(keys[0], nullptr, &errors[0])); in TEST_F() 353 EXPECT_TRUE(store.GetBoolProperty(keys[1], &test_value, &errors[1])); in TEST_F() 358 const string keys[] = {"int16p1", "int16p2"}; in TEST_F() local 360 store.RegisterWriteOnlyInt16(keys[0], &values[0]); in TEST_F() 361 store.RegisterInt16(keys[1], &values[1]); in TEST_F() 365 EXPECT_EQ(keys[1], it.Key()); in TEST_F() [all …]
|
/system/connectivity/shill/test-scripts/ |
D | test-flimflam | 39 for key in properties.keys(): 69 if "Name" in properties.keys(): 85 if "WiFi.Passphrase" in properties.keys(): 141 if "Name" in properties.keys(): 182 if "Name" in properties.keys(): 186 if "Passphrase" in properties.keys(): 212 if "Name" in properties.keys(): 217 if "AutoConnect" in properties.keys(): 335 if "Networks" in properties.keys(): 340 if "Networks" in properties.keys(): [all …]
|
D | test-manager | 23 for key in properties.keys(): 40 if "Services" in properties.keys(): 47 for key in properties.keys():
|
D | list-services | 12 for key in properties.keys():
|
D | list-profiles | 26 for key in obj_properties.keys():
|
D | list-devices | 11 for key in obj_properties.keys():
|
D | get-profile-entry | 38 for key in properties.keys():
|
D | list-active-service | 48 requested_keys = properties.keys()
|
D | list-ipconfigs | 27 for key in ipconfig_properties.keys():
|
D | get-service | 35 for key in properties.keys():
|
/system/bt/stack/btm/ |
D | btm_ble.c | 1078 p_dev_rec->ble.keys.local_counter++; in btm_ble_increment_sign_ctr() 1080 p_dev_rec->ble.keys.counter++; in btm_ble_increment_sign_ctr() 1083 p_dev_rec->ble.keys.local_counter, in btm_ble_increment_sign_ctr() 1084 p_dev_rec->ble.keys.counter); in btm_ble_increment_sign_ctr() 1134 if (p_dev_rec && p_dev_rec->ble.keys.div) in btm_get_local_div() 1137 *p_div = p_dev_rec->ble.keys.div; in btm_get_local_div() 1178 memcpy(p_rec->ble.keys.pltk, p_keys->penc_key.ltk, BT_OCTET16_LEN); in btm_sec_save_le_key() 1179 memcpy(p_rec->ble.keys.rand, p_keys->penc_key.rand, BT_OCTET8_LEN); in btm_sec_save_le_key() 1180 p_rec->ble.keys.sec_level = p_keys->penc_key.sec_level; in btm_sec_save_le_key() 1181 p_rec->ble.keys.ediv = p_keys->penc_key.ediv; in btm_sec_save_le_key() [all …]
|
D | btm_ble_addr.c | 291 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN, in btm_ble_addr_resolvable() 342 SMP_Encrypt(p_dev_rec->ble.keys.irk, BT_OCTET16_LEN, in btm_ble_match_random_bda()
|
/system/sepolicy/ |
D | README | 46 * keys.conf 70 mac_permissions.xml to public keys found in pem files. This script takes 72 Details of the configuration file (keys.conf) can be found in the subsection 73 keys.conf. This tool is also responsible for stripping the comments and 76 keys.conf 77 The keys.conf file is used for controlling the mapping of "tags" found in 78 the mac_permissions.xml signature stanzas with actual public keys found in 89 to ones release keys. 92 organization and may need to extract the pem file for the insertkeys/keys.conf tools. 97 After extracting the pem, you can rename it, and configure keys.conf and
|
D | Android.mk | 458 mac_perms_keys.tmp := $(intermediates)/keys.tmp 460 $(mac_perms_keys.tmp): $(call build_policy, keys.conf)
|
/system/core/healthd/ |
D | healthd_mode_charger.cpp | 115 struct key_state keys[KEY_MAX + 1]; member 469 if (charger->keys[code].down == down) in set_key_callback() 475 charger->keys[code].timestamp = now; in set_key_callback() 476 charger->keys[code].down = down; in set_key_callback() 477 charger->keys[code].pending = true; in set_key_callback() 481 int64_t duration = now - charger->keys[code].timestamp; in set_key_callback() 511 struct key_state *key = &charger->keys[code]; in process_key()
|
/system/tpm/trunks/generator/ |
D | union_selectors.py | 187 return _SELECTORS[union_type]['selectors'].keys()
|
/system/sepolicy/tools/ |
D | check_seapp.c | 681 static rule_map *rule_map_new(kvp keys[], size_t num_of_keys, int lineno, in rule_map_new() argument 707 k = &(keys[i]); in rule_map_new() 784 k = &(keys[i]); in rule_map_new() 1047 kvp keys[KVP_NUM_OF_RULES]; in parse_file() local 1078 memset(keys, 0, sizeof(kvp) * KVP_NUM_OF_RULES); in parse_file() 1087 keys[token_cnt].key = strdup(name); in parse_file() 1088 if (!keys[token_cnt].key) in parse_file() 1091 keys[token_cnt].value = strdup(value); in parse_file() 1092 if (!keys[token_cnt].value) in parse_file() 1103 rule_map *r = rule_map_new(keys, token_cnt, lineno, in_file->name, is_never_allow); in parse_file()
|
D | README | 38 mac_permissions.xml to public keys found in pem files. This
|
/system/update_engine/ |
D | WATCHLISTS | 3 # Please keep these keys in alphabetical order.
|
/system/core/metricsd/ |
D | WATCHLISTS | 3 # Please keep these keys in alphabetical order.
|
/system/extras/verity/ |
D | KeystoreSigner.java | 133 ASN1Sequence keys = (ASN1Sequence) sequence.getObjectAt(1); in parse() local 134 Enumeration e = keys.getObjects(); in parse()
|
/system/core/init/ |
D | perfboot.py | 263 keys = [key for key in record.keys() if key[0] == tag] 264 return [record[k] for k in sorted(keys)]
|
/system/core/libutils/tests/ |
D | LruCache_test.cpp | 131 void assertInstanceCount(ssize_t keys, ssize_t values) { in assertInstanceCount() argument 132 if (keys != ComplexKey::instanceCount || values != ComplexValue::instanceCount) { in assertInstanceCount() 133 FAIL() << "Expected " << keys << " keys and " << values << " values " in assertInstanceCount()
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 787 static char * out_get_parameters(const struct audio_stream *stream, const char *keys) in out_get_parameters() argument 790 UNUSED(keys); in out_get_parameters() 974 const char *keys) in in_get_parameters() argument 977 UNUSED(keys); in in_get_parameters() 1207 const char *keys) in adev_get_parameters() argument 1213 hash_map_t *params = hash_map_utils_new_from_string_params(keys); in adev_get_parameters()
|
/system/media/camera/docs/ |
D | ACameraMetadata.mako | 54 // Skip check for vendor keys
|