/external/libnl/lib/ |
D | cache_mngt.c | 43 struct nl_cache_ops *ops; in __nl_cache_ops_lookup() local 56 void nl_cache_ops_get(struct nl_cache_ops *ops) in nl_cache_ops_get() 65 void nl_cache_ops_put(struct nl_cache_ops *ops) in nl_cache_ops_put() 81 struct nl_cache_ops *ops; in nl_cache_ops_lookup() local 101 struct nl_cache_ops *ops; in nl_cache_ops_lookup_safe() local 114 struct nl_cache_ops *ops; in __cache_ops_associate() local 142 struct nl_cache_ops *ops; in nl_cache_ops_associate() local 166 struct nl_cache_ops *ops; in nl_cache_ops_associate_safe() local 189 struct nl_msgtype *nl_msgtype_lookup(struct nl_cache_ops *ops, int msgtype) in nl_msgtype_lookup() 203 struct nl_cache_ops *ops; in cache_ops_lookup_for_obj() local [all …]
|
D | object.c | 54 struct nl_object *nl_object_alloc(struct nl_object_ops *ops) in nl_object_alloc() 86 struct nl_cache_ops *ops; in nl_object_alloc_name() local 113 struct nl_object_ops *ops; in nl_object_clone() local 156 struct nl_object_ops *ops = obj_ops(dst); in nl_object_update() local 172 struct nl_object_ops *ops; in nl_object_free() local 315 struct nl_object_ops *ops = obj_ops(a); in nl_object_identical() local 363 struct nl_object_ops *ops = obj_ops(a); in nl_object_diff() local 382 struct nl_object_ops *ops = obj_ops(obj); in nl_object_match_filter() local 406 struct nl_object_ops *ops = obj_ops(obj); in nl_object_attrs2str() local 440 struct nl_object_ops *ops = obj_ops(obj); in nl_object_keygen() local [all …]
|
D | cache_mngr.c | 48 struct nl_cache_ops *ops = ca->ca_cache->c_ops; in include_cb() local 72 struct nl_cache_ops *ops; in event_input() local 224 struct nl_cache_ops *ops; in nl_cache_mngr_add_cache() local 324 struct nl_cache_ops *ops; in nl_cache_mngr_add() local
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_secy_ops.c | 30 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_protect_frames() local 50 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_encrypt() local 70 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_replay() local 90 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_current_cipher_suite() local 118 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_enable_port() local 138 struct ieee802_1x_kay_ctx *ops; in secy_get_capability() local 159 struct ieee802_1x_kay_ctx *ops; in secy_get_receive_lowest_pn() local 180 struct ieee802_1x_kay_ctx *ops; in secy_get_transmit_next_pn() local 201 struct ieee802_1x_kay_ctx *ops; in secy_set_transmit_next_pn() local 221 struct ieee802_1x_kay_ctx *ops; in secy_create_receive_sc() local [all …]
|
/external/fio/ |
D | profile.c | 11 struct profile_ops *ops = NULL; in find_profile() local 27 struct profile_ops *ops; in load_profile() local 45 static int add_profile_options(struct profile_ops *ops) in add_profile_options() 64 int register_profile(struct profile_ops *ops) in register_profile() 81 void unregister_profile(struct profile_ops *ops) in unregister_profile() 91 struct profile_ops *ops; in profile_add_hooks() local 108 struct prof_io_ops *ops = &td->prof_io_ops; in profile_td_init() local 118 struct prof_io_ops *ops = &td->prof_io_ops; in profile_td_exit() local
|
D | ioengines.c | 25 static bool check_engine_ops(struct ioengine_ops *ops) in check_engine_ops() 52 void unregister_ioengine(struct ioengine_ops *ops) in unregister_ioengine() 59 void register_ioengine(struct ioengine_ops *ops) in register_ioengine() 68 struct ioengine_ops *ops; in find_ioengine() local 83 struct ioengine_ops *ops; in dlopen_ioengine() local 128 struct ioengine_ops *ops; in load_ioengine() local
|
/external/libnl/lib/genl/ |
D | mngt.c | 33 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id) in lookup_cmd() 48 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser() 85 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in genl_msg_parser() 96 struct genl_ops *ops; in lookup_family() local 108 struct genl_ops *ops; in lookup_family_by_name() local 120 struct genl_ops *ops; in genl_op2name() local 164 int genl_register_family(struct genl_ops *ops) in genl_register_family() 194 int genl_unregister_family(struct genl_ops *ops) in genl_unregister_family() 211 struct genl_ops *ops; in genl_handle_msg() local 241 int genl_register(struct nl_cache_ops *ops) in genl_register() [all …]
|
/external/libnl/lib/route/link/ |
D | api.c | 55 struct rtnl_link_info_ops *ops; in __rtnl_link_info_ops_lookup() local 79 struct rtnl_link_info_ops *ops; in rtnl_link_info_ops_lookup() local 93 void rtnl_link_info_ops_put(struct rtnl_link_info_ops *ops) in rtnl_link_info_ops_put() 111 int rtnl_link_register_info(struct rtnl_link_info_ops *ops) in rtnl_link_register_info() 146 int rtnl_link_unregister_info(struct rtnl_link_info_ops *ops) in rtnl_link_unregister_info() 209 void rtnl_link_af_ops_put(struct rtnl_link_af_ops *ops) in rtnl_link_af_ops_put() 230 const struct rtnl_link_af_ops *ops) in rtnl_link_af_alloc() 265 const struct rtnl_link_af_ops *ops) in rtnl_link_af_data() 285 int rtnl_link_af_register(struct rtnl_link_af_ops *ops) in rtnl_link_af_register() 324 int rtnl_link_af_unregister(struct rtnl_link_af_ops *ops) in rtnl_link_af_unregister()
|
/external/avb/libavb_user/ |
D | avb_ops_user.c | 112 static AvbIOResult read_from_partition(AvbOps* ops, in read_from_partition() 176 static AvbIOResult write_to_partition(AvbOps* ops, in write_to_partition() 225 AvbOps* ops, in validate_vbmeta_public_key() 237 static AvbIOResult read_rollback_index(AvbOps* ops, in read_rollback_index() 246 static AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() 252 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() 259 static AvbIOResult get_size_of_partition(AvbOps* ops, in get_size_of_partition() 292 static AvbIOResult get_unique_guid_for_partition(AvbOps* ops, in get_unique_guid_for_partition() 303 AvbOps* ops; in avb_ops_user_new() local 334 void avb_ops_user_free(AvbOps* ops) { in avb_ops_user_free()
|
D | avb_user_verity.c | 41 AvbOps* ops, in load_top_level_vbmeta_header() 129 bool avb_user_verity_get(AvbOps* ops, in avb_user_verity_get() 165 bool avb_user_verity_set(AvbOps* ops, in avb_user_verity_set()
|
D | avb_user_verification.c | 41 AvbOps* ops, in load_top_level_vbmeta_header() 129 bool avb_user_verification_get(AvbOps* ops, in avb_user_verification_get() 166 bool avb_user_verification_set(AvbOps* ops, in avb_user_verification_set()
|
/external/avb/test/ |
D | fake_avb_ops.cc | 166 AvbOps* ops, in validate_vbmeta_public_key() 187 AvbIOResult FakeAvbOps::read_rollback_index(AvbOps* ops, in read_rollback_index() 201 AvbIOResult FakeAvbOps::write_rollback_index(AvbOps* ops, in write_rollback_index() 215 AvbIOResult FakeAvbOps::read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() 221 AvbIOResult FakeAvbOps::get_unique_guid_for_partition(AvbOps* ops, in get_unique_guid_for_partition() 232 AvbIOResult FakeAvbOps::get_size_of_partition(AvbOps* ops, in get_size_of_partition() 267 static AvbIOResult my_ops_read_from_partition(AvbOps* ops, in my_ops_read_from_partition() 278 static AvbIOResult my_ops_write_to_partition(AvbOps* ops, in my_ops_write_to_partition() 288 AvbOps* ops, in my_ops_validate_vbmeta_public_key() 304 static AvbIOResult my_ops_read_rollback_index(AvbOps* ops, in my_ops_read_rollback_index() [all …]
|
D | avb_atx_validate_unittest.cc | 115 AvbIOResult validate_vbmeta_public_key(AvbOps* ops, in validate_vbmeta_public_key() 125 AvbIOResult read_rollback_index(AvbOps* ops, in read_rollback_index() 138 AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() 145 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() 151 AvbIOResult get_unique_guid_for_partition(AvbOps* ops, in get_unique_guid_for_partition() 159 AvbIOResult get_size_of_partition(AvbOps* ops, in get_size_of_partition() 572 AvbIOResult validate_vbmeta_public_key(AvbOps* ops, in validate_vbmeta_public_key() 588 AvbIOResult read_rollback_index(AvbOps* ops, in read_rollback_index() 595 AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() 601 AvbIOResult read_is_device_unlocked(AvbOps* ops, in read_is_device_unlocked() [all …]
|
/external/avb/tools/avbctl/ |
D | avbctl.cc | 65 int do_set_verification(AvbOps* ops, in do_set_verification() 107 int do_get_verification(AvbOps* ops, const std::string& ab_suffix) { in do_get_verification() 130 int do_set_verity(AvbOps* ops, in do_set_verity() 170 int do_get_verity(AvbOps* ops, const std::string& ab_suffix) { in do_get_verity() 211 AvbOps* ops = nullptr; in main() local
|
/external/mesa3d/src/gallium/winsys/svga/drm/ |
D | vmw_fence.c | 85 vmw_fence_ops(struct pb_fence_ops *ops) in vmw_fence_ops() 100 vmw_fences_release(struct vmw_fence_ops *ops) in vmw_fences_release() 126 struct vmw_fence_ops *ops = NULL; in vmw_fences_signal() local 186 struct vmw_fence_ops *ops = vmw_fence_ops(fence_ops); in vmw_fence_create() local 228 struct vmw_fence_ops *ops = vmw_fence_ops(vws->fence_ops); in vmw_fence_reference() local 349 vmw_fence_ops_fence_reference(struct pb_fence_ops *ops, in vmw_fence_ops_fence_reference() 364 vmw_fence_ops_fence_signalled(struct pb_fence_ops *ops, in vmw_fence_ops_fence_signalled() 380 vmw_fence_ops_fence_finish(struct pb_fence_ops *ops, in vmw_fence_ops_fence_finish() 398 vmw_fence_ops_destroy(struct pb_fence_ops *ops) in vmw_fence_ops_destroy() 418 struct vmw_fence_ops *ops; in vmw_fence_ops_create() local
|
D | pb_buffer_simple_fenced.c | 68 struct pb_fence_ops *ops; member 164 struct pb_fence_ops *ops = fenced_mgr->ops; in fenced_manager_dump_locked() local 260 struct pb_fence_ops *ops = fenced_mgr->ops; in fenced_buffer_remove_locked() local 297 struct pb_fence_ops *ops = fenced_mgr->ops; in fenced_buffer_finish_locked() local 364 struct pb_fence_ops *ops = fenced_mgr->ops; in fenced_manager_check_signalled_locked() local 525 struct pb_fence_ops *ops = fenced_mgr->ops; in fenced_buffer_map() local 650 struct pb_fence_ops *ops = fenced_mgr->ops; in fenced_buffer_fence() local 820 struct pb_fence_ops *ops) in simple_fenced_bufmgr_create()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | reactor_op_queue.hpp | 70 bool cancel_operations(iterator i, op_queue<operation>& ops, in cancel_operations() 93 bool cancel_operations(Descriptor descriptor, op_queue<operation>& ops, in cancel_operations() 115 bool perform_operations(iterator i, op_queue<operation>& ops) in perform_operations() 138 bool perform_operations(Descriptor descriptor, op_queue<operation>& ops) in perform_operations() 144 void get_all_operations(op_queue<operation>& ops) in get_all_operations()
|
/external/regex-re2/re2/testing/ |
D | exhaustive1_test.cc | 16 vector<string> ops = Split(" ", in TEST() local 28 vector<string> ops = Split(" ", in TEST() local
|
D | regexp_generator.cc | 34 static const char *ops[] = { in EgrepOps() local 48 const vector<string>& ops) in RegexpGenerator() 102 int ops, int atoms) { in GeneratePostfix() 138 int ops, int atoms) { in GenerateRandomPostfix()
|
/external/libnl/lib/route/ |
D | tc.c | 64 struct rtnl_tc_ops *ops; in rtnl_tc_msg_parse() local 197 struct rtnl_tc_ops *ops; in rtnl_tc_msg_build() local 736 struct rtnl_tc_ops *ops; in rtnl_tc_free_data() local 755 struct rtnl_tc_ops *ops; in rtnl_tc_clone() local 799 struct rtnl_tc_ops *ops; in tc_dump() local 937 struct rtnl_tc_ops *ops; in rtnl_tc_lookup_ops() local 958 int rtnl_tc_register(struct rtnl_tc_ops *ops) in rtnl_tc_register() 992 void rtnl_tc_unregister(struct rtnl_tc_ops *ops) in rtnl_tc_unregister() 1043 void *rtnl_tc_data_check(struct rtnl_tc *tc, struct rtnl_tc_ops *ops) in rtnl_tc_data_check() 1065 void rtnl_tc_type_register(struct rtnl_tc_type_ops *ops) in rtnl_tc_type_register() [all …]
|
/external/avb/examples/uefi/ |
D | uefi_avb_ops.c | 176 static AvbIOResult read_from_partition(AvbOps* ops, in read_from_partition() 238 static AvbIOResult write_to_partition(AvbOps* ops, in write_to_partition() 298 static AvbIOResult get_size_of_partition(AvbOps* ops, in get_size_of_partition() 515 AvbOps* ops, in validate_vbmeta_public_key() 529 static AvbIOResult read_rollback_index(AvbOps* ops, in read_rollback_index() 540 static AvbIOResult write_rollback_index(AvbOps* ops, in write_rollback_index() 548 static AvbIOResult read_is_device_unlocked(AvbOps* ops, bool* out_is_unlocked) { in read_is_device_unlocked() 561 static AvbIOResult get_unique_guid_for_partition(AvbOps* ops, in get_unique_guid_for_partition() 658 void uefi_avb_ops_free(AvbOps* ops) { in uefi_avb_ops_free()
|
/external/libnl/src/ |
D | nl-list-caches.c | 21 static char *id_attr_list(struct nl_object_ops *ops, char *buf, size_t len) in id_attr_list() 31 static void print(struct nl_cache_ops *ops, void *arg) in print()
|
/external/libnl/lib/route/cls/ |
D | ematch.c | 45 int rtnl_ematch_register(struct rtnl_ematch_ops *ops) in rtnl_ematch_register() 67 struct rtnl_ematch_ops *ops; in rtnl_ematch_lookup_ops() local 86 struct rtnl_ematch_ops *ops; in rtnl_ematch_lookup_ops_by_name() local 168 int rtnl_ematch_set_ops(struct rtnl_ematch *ematch, struct rtnl_ematch_ops *ops) in rtnl_ematch_set_ops() 189 struct rtnl_ematch_ops *ops; in rtnl_ematch_set_kind() local 204 struct rtnl_ematch_ops *ops; in rtnl_ematch_set_name() local 389 struct rtnl_ematch_ops *ops; in rtnl_ematch_parse_attr() local
|
/external/libnl/src/lib/ |
D | tc.c | 97 static struct nl_cli_tc_module *__nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in __nl_cli_tc_lookup() 108 struct nl_cli_tc_module *nl_cli_tc_lookup(struct rtnl_tc_ops *ops) in nl_cli_tc_lookup() 142 struct rtnl_tc_ops *ops; in nl_cli_tc_register() local
|
/external/ims/rcs/presencepolling/src/com/android/service/ims/presence/ |
D | EABDbUtil.java | 192 Context context, ArrayList<ContentProviderOperation> ops, String displayName, in addContactToEabDb() 230 ArrayList<ContentProviderOperation> ops, String contactId) { in deleteContactFromEabDb() 300 ArrayList<ContentProviderOperation> ops, String rawContactId, String dataId) { in deleteNumberFromEabDb() 353 ArrayList<ContentProviderOperation> ops, String phoneName, in updateNameInEabDb() 367 private static void exceuteDB(Context context, ArrayList<ContentProviderOperation> ops) { in exceuteDB()
|