| /base/customization/enterprise_device_management/interfaces/inner_api/plugin_kits/src/utils/ |
| H A D | map_string_serializer.cpp | 71 std::vector<std::string> keys; in GetPolicy() local 92 std::vector<std::string> keys; in WritePolicy() local
|
| /base/account/os_account/test/fuzztest/iamaccount_stub/getpropertystub_fuzzer/ |
| H A D | getpropertystub_fuzzer.cpp | 49 std::vector<Attributes::AttributeKey> keys = { in GetPropertyStubFuzzTest() local
|
| /base/useriam/face_auth/test/unittest/ |
| H A D | face_auth_all_in_one_executor_hdi_unit_test.cpp | 522 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local 535 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_SIGNATURE }; in HWTEST_F() local 553 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
|
| /base/useriam/pin_auth/test/unittest/src/ |
| H A D | pin_auth_all_in_one_hdi_unit_test.cpp | 437 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local 449 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_SIGNATURE }; in HWTEST_F() local 467 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local 483 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_NEXT_FAIL_LOCKOUT_DURATION }; in HWTEST_F() local
|
| /base/useriam/fingerprint_auth/test/unittest/ |
| H A D | fingerprint_auth_all_in_one_executor_hdi_unit_test.cpp | 524 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local 537 std::vector<UserAuth::Attributes::AttributeKey> keys = { UserAuth::Attributes::ATTR_SIGNATURE }; in HWTEST_F() local 555 std::vector<UserAuth::Attributes::AttributeKey> keys; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | flow_dissector_load.h | 17 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
|
| /kernel/linux/linux-5.10/lib/ |
| H A D | test_static_keys.c | 55 static void invert_keys(struct test_key *keys, int size) in invert_keys() argument 68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys() argument [all...] |
| /kernel/linux/linux-6.6/drivers/input/joystick/ |
| H A D | sensehat-joystick.c | 38 unsigned int keys; in sensehat_joystick_report() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | flow_dissector_load.h | 18 struct bpf_map *prog_array, *keys; in bpf_flow_load() local
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/map_tests/ |
| H A D | lpm_trie_map_batch_ops.c | 69 struct test_lpm_key *keys, key; in test_lpm_trie_map_batch_ops() local 22 map_batch_update(int map_fd, __u32 max_entries, struct test_lpm_key *keys, int *values) map_batch_update() argument 44 map_batch_verify(int *visited, __u32 max_entries, struct test_lpm_key *keys, int *values) map_batch_verify() argument [all...] |
| /kernel/linux/linux-6.6/lib/ |
| H A D | test_static_keys.c | 55 static void invert_keys(struct test_key *keys, int size) in invert_keys() argument 68 static int verify_keys(struct test_key *keys, int size, bool invert) in verify_keys() argument [all...] |
| /third_party/musl/src/thread/ |
| H A D | pthread_key_create.c | 9 static void (*keys[PTHREAD_KEYS_MAX])(void *); variable
|
| /third_party/python/Lib/test/test_json/ |
| H A D | test_dump.py | 44 def keys(self): member in TestDump.test_encode_evil_dict.D
|
| /base/inputmethod/imf/test/unittest/cpp_test/common/src/ |
| H A D | key_event_util.cpp | 42 bool KeyEventUtil::SimulateKeyEvents(const std::vector<int32_t> &keys) in SimulateKeyEvents() argument
|
| /base/hiviewdfx/hiappevent/frameworks/js/napi/src/ |
| H A D | napi_param_builder.cpp | 71 std::vector<std::string> keys; in AddParams2EventPack() local
|
| /base/msdp/device_status/frameworks/js/napi/interaction/coordination/include/ |
| H A D | js_util.h | 53 std::vector<int32_t> keys;
member
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | notification_sorting_map.cpp | 112 std::string keys = ""; in Dump() local
|
| /base/msdp/device_status/frameworks/js/napi/interaction/cooperate/include/ |
| H A D | js_util_cooperate.h | 53 std::vector<int32_t> keys;
member
|
| /base/useriam/user_auth_framework/frameworks/native/executors/src/ |
| H A D | iauth_executor_hdi.cpp | 66 GetProperty(const std::vector<uint64_t> &templateIdList, const std::vector<Attributes::AttributeKey> &keys, Property &property) GetProperty() argument
|
| /base/useriam/user_auth_framework/test/unittest/executors/ |
| H A D | iauth_executor_hdi_test.cpp | 182 std::vector<Attributes::AttributeKey> keys = {}; in HWTEST_F() local
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| H A D | pointer_auth.h | 37 static inline void ptrauth_keys_init_user(struct ptrauth_keys_user *keys) in ptrauth_keys_init_user() argument 57 ptrauth_keys_init_kernel(struct ptrauth_keys_kernel *keys) ptrauth_keys_init_kernel() argument 63 ptrauth_keys_switch_kernel(struct ptrauth_keys_kernel *keys) ptrauth_keys_switch_kernel() argument [all...] |
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/map_tests/ |
| H A D | htab_map_batch_ops.c | 13 static void map_batch_update(int map_fd, __u32 max_entries, int *keys, in map_batch_update() argument 80 int map_fd, *keys, *visite in __test_map_lookup_and_delete_batch() local 40 map_batch_verify(int *visited, __u32 max_entries, int *keys, void *values, bool is_pcpu) map_batch_verify() argument [all...] |
| /kernel/linux/linux-5.10/drivers/md/persistent-data/ |
| H A D | dm-btree-internal.h | 41 __le64 keys[]; member
|
| /kernel/linux/linux-5.10/drivers/input/keyboard/ |
| H A D | ipaq-micro-keys.c | 43 struct ipaq_micro_keys *keys = data; in micro_key_receive() local 55 static void micro_key_start(struct ipaq_micro_keys *keys) in micro_key_start() argument 63 micro_key_stop(struct ipaq_micro_keys *keys) micro_key_stop() argument 73 struct ipaq_micro_keys *keys = input_get_drvdata(input); micro_key_open() local 82 struct ipaq_micro_keys *keys = input_get_drvdata(input); micro_key_close() local 89 struct ipaq_micro_keys *keys; micro_key_probe() local 132 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); micro_key_suspend() local 141 struct ipaq_micro_keys *keys = dev_get_drvdata(dev); micro_key_resume() local [all...] |
| /kernel/linux/linux-5.10/drivers/input/ |
| H A D | matrix-keymap.c | 76 u32 *keys; in matrix_keypad_parse_keymap() local
|