/external/avb/rust/tests/ |
D | cert_tests.rs | 39 let mut ops = build_test_ops_one_image_one_vbmeta(); in build_test_cert_ops_one_image_one_vbmeta() localVariable 81 let mut ops = TestOps::default(); in build_test_cert_ops_unlock_challenge_only() localVariable 96 let mut ops = build_test_cert_ops_one_image_one_vbmeta(); in cert_verify_succeeds() localVariable 105 let mut ops = build_test_cert_ops_one_image_one_vbmeta(); in cert_verify_sets_key_rollbacks() localVariable 125 let mut ops = build_test_cert_ops_one_image_one_vbmeta(); in cert_verify_fails_with_pik_rollback_violation() localVariable 136 let mut ops = build_test_cert_ops_one_image_one_vbmeta(); in cert_verify_fails_with_psk_rollback_violation() localVariable 147 let mut ops = build_test_cert_ops_one_image_one_vbmeta(); in cert_verify_fails_with_wrong_vbmeta_key() localVariable 158 let mut ops = build_test_cert_ops_one_image_one_vbmeta(); in cert_verify_fails_with_bad_permanent_attributes_hash() localVariable 169 let mut ops = build_test_cert_ops_unlock_challenge_only(); in cert_generate_unlock_challenge_succeeds() localVariable 180 let mut ops = build_test_cert_ops_unlock_challenge_only(); in cert_generate_unlock_challenge_fails_without_permanent_attributes() localVariable [all …]
|
D | verify_tests.rs | 37 let mut ops = build_test_ops_one_image_one_vbmeta(); in build_test_ops_two_images_one_vbmeta() localVariable 62 let mut ops = build_test_ops_one_image_one_vbmeta(); in build_test_ops_boot_partition() localVariable 88 let mut ops = build_test_ops_one_image_one_vbmeta(); in build_test_ops_persistent_digest() localVariable 129 let mut ops = build_test_ops_one_image_one_vbmeta(); in one_image_one_vbmeta_passes_verification_with_correct_data() localVariable 170 let mut ops = build_test_ops_one_image_one_vbmeta(); in preloaded_image_passes_verification() localVariable 188 let mut ops = build_test_ops_one_image_one_vbmeta(); in verification_data_from_disk_can_outlive_ops() localVariable 209 let mut ops = build_test_ops_one_image_one_vbmeta(); in verification_data_preloaded_can_outlive_ops() localVariable 241 let mut ops = build_test_ops_one_image_one_vbmeta(); in slotted_partition_passes_verification() localVariable 264 let mut ops = build_test_ops_two_images_one_vbmeta(); in two_images_one_vbmeta_passes_verification() localVariable 285 let mut ops = build_test_ops_one_image_one_vbmeta(); in combined_image_vbmeta_partition_passes_verification() localVariable [all …]
|
/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_offload() local 110 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_current_cipher_suite() local 138 struct ieee802_1x_kay_ctx *ops; in secy_cp_control_enable_port() local 158 struct ieee802_1x_kay_ctx *ops; in secy_get_capability() local 179 struct ieee802_1x_kay_ctx *ops; in secy_get_receive_lowest_pn() local 200 struct ieee802_1x_kay_ctx *ops; in secy_get_transmit_next_pn() local 221 struct ieee802_1x_kay_ctx *ops; in secy_set_transmit_next_pn() local [all …]
|
/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 …]
|
/external/rust/android-crates-io/crates/gdbstub/src/stub/core_impl/ |
D | host_io.rs | 14 let ops = match target.support_host_io() { in handle_host_io() localVariable 36 let ops = ops.support_open().unwrap(); in handle_host_io() localVariable 46 let ops = ops.support_close().unwrap(); in handle_host_io() localVariable 55 let ops = ops.support_pread().unwrap(); in handle_host_io() localVariable 70 let ops = ops.support_pwrite().unwrap(); in handle_host_io() localVariable 80 let ops = ops.support_fstat().unwrap(); in handle_host_io() localVariable 105 let ops = ops.support_unlink().unwrap(); in handle_host_io() localVariable 114 let ops = ops.support_readlink().unwrap(); in handle_host_io() localVariable 127 let ops = ops.support_setfs().unwrap(); in handle_host_io() localVariable
|
D | extended_mode.rs | 15 let ops = match target.support_extended_mode() { in handle_extended_mode() localVariable 40 let ops = ops.support_current_active_pid().unwrap(); in handle_extended_mode() localVariable 95 let ops = ops.support_configure_aslr().unwrap(); in handle_extended_mode() localVariable 101 let ops = ops.support_configure_env().unwrap(); in handle_extended_mode() localVariable 106 let ops = ops.support_configure_env().unwrap(); in handle_extended_mode() localVariable 111 let ops = ops.support_configure_env().unwrap(); in handle_extended_mode() localVariable 117 let ops = ops.support_configure_working_dir().unwrap(); in handle_extended_mode() localVariable 125 let ops = ops.support_configure_startup_shell().unwrap(); in handle_extended_mode() localVariable
|
/external/pytorch/aten/src/ATen/native/quantized/ |
D | README.md | 13 ### Step 0. Implement the quantized function 58 ### Step 1. Define the schema 74 ### Step 2. Register the implementation 84 ### Step 2b. [Optional] Registering the operation with the `native_functions.yaml` 111 ### Putting it all together 136 ### Step 3. Administrative stuff 161 ### Python 177 ### C++
|
/external/libnl/lib/genl/ |
D | mngt.c | 30 static struct genl_cmd *lookup_cmd(struct genl_ops *ops, int cmd_id) in lookup_cmd() 45 struct genl_ops *ops, struct nl_cache_ops *cache_ops, void *arg) in cmd_msg_parser() 86 static int genl_msg_parser(struct nl_cache_ops *ops, struct sockaddr_nl *who, in genl_msg_parser() 97 struct genl_ops *ops; in lookup_family() local 109 struct genl_ops *ops; in lookup_family_by_name() local 121 struct genl_ops *ops; in genl_op2name() local 165 int genl_register_family(struct genl_ops *ops) in genl_register_family() 195 int genl_unregister_family(struct genl_ops *ops) in genl_unregister_family() 212 struct genl_ops *ops; in genl_handle_msg() local 242 int genl_register(struct nl_cache_ops *ops) in genl_register() [all …]
|
/external/libnl/lib/route/link/ |
D | api.c | 52 struct rtnl_link_info_ops *ops; in __rtnl_link_info_ops_lookup() local 76 struct rtnl_link_info_ops *ops; in rtnl_link_info_ops_lookup() local 90 void rtnl_link_info_ops_get(struct rtnl_link_info_ops *ops) in rtnl_link_info_ops_get() 104 void rtnl_link_info_ops_put(struct rtnl_link_info_ops *ops) in rtnl_link_info_ops_put() 127 int rtnl_link_register_info(struct rtnl_link_info_ops *ops) in rtnl_link_register_info() 162 int rtnl_link_unregister_info(struct rtnl_link_info_ops *ops) in rtnl_link_unregister_info() 226 void rtnl_link_af_ops_put(struct rtnl_link_af_ops *ops) in rtnl_link_af_ops_put() 250 const struct rtnl_link_af_ops *ops) in rtnl_link_af_alloc() 285 const struct rtnl_link_af_ops *ops) in rtnl_link_af_data() 305 int rtnl_link_af_register(struct rtnl_link_af_ops *ops) in rtnl_link_af_register() [all …]
|
/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2020-020.md | 3 ### CVE Number 6 ### Impact 36 ### Vulnerable Versions 39 ### Patches 46 ### For more information 52 ### Attribution
|
D | tfsa-2021-174.md | 3 ### CVE Number 6 ### Impact 34 ### Patches 39 ### For more information 42 ### Attribution
|
D | tfsa-2021-047.md | 3 ### CVE Number 6 ### Impact 27 ### Patches 35 ### For more information 41 ### Attribution
|
D | tfsa-2021-185.md | 3 ### CVE Number 6 ### Impact 97 ### Patches 102 ### For more information 105 ### Attribution
|
D | tfsa-2021-132.md | 3 ### CVE Number 6 ### Impact 33 ### Patches 41 ### For more information 47 ### Attribution
|
D | tfsa-2021-133.md | 3 ### CVE Number 6 ### Impact 23 ### Patches 31 ### For more information 37 ### Attribution
|
D | tfsa-2022-011.md | 3 ### CVE Number 6 ### Impact 22 ### Patches 27 ### For more information 30 ### Attribution
|
D | tfsa-2021-004.md | 3 ### CVE Number 6 ### Impact 30 ### Patches 38 ### For more information 44 ### Attribution
|
D | tfsa-2021-131.md | 3 ### CVE Number 6 ### Impact 35 ### Patches 43 ### For more information 49 ### Attribution
|
/external/swiftshader/third_party/SPIRV-Tools/test/reduce/ |
D | structured_loop_to_selection_test.cpp | 67 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 213 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 682 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 760 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 883 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 958 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1026 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1226 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1693 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 2010 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local [all …]
|
/external/angle/third_party/spirv-tools/src/test/reduce/ |
D | structured_loop_to_selection_test.cpp | 67 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 213 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 682 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 760 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 883 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 958 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1026 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1226 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1693 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 2010 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local [all …]
|
/external/deqp-deps/SPIRV-Tools/test/reduce/ |
D | structured_loop_to_selection_test.cpp | 67 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 213 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 682 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 760 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 883 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 958 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1026 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1226 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 1693 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local 2010 const auto ops = StructuredLoopToSelectionReductionOpportunityFinder() in TEST() local [all …]
|
/external/trusty/lk/dev/class/ |
D | netif_api.c | 29 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_set_state() local 41 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_get_hwaddr() local 53 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_get_mtu() local 65 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_set_status() local 77 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_output() local 89 struct netif_ops *ops = device_get_driver_ops(dev, struct netif_ops, std); in class_netif_mcast_filter() local
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/ |
D | sync_stream.h | 189 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 209 ops; in Read() local 226 ops; in Finish() local 258 ops; local 311 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 328 ops; in Write() local 348 grpc::internal::CallOpSet<grpc::internal::CallOpClientSendClose> ops; in WritesDone() local 392 grpc::internal::CallOpSet<grpc::internal::CallOpSendInitialMetadata> ops; local 460 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 479 ops; in Read() local [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/ |
D | sync_stream.h | 189 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 209 ops; in Read() local 226 ops; in Finish() local 258 ops; local 311 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 328 ops; in Write() local 348 grpc::internal::CallOpSet<grpc::internal::CallOpClientSendClose> ops; in WritesDone() local 392 grpc::internal::CallOpSet<grpc::internal::CallOpSendInitialMetadata> ops; local 460 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 479 ops; in Read() local [all …]
|
/external/grpc-grpc/include/grpcpp/support/ |
D | sync_stream.h | 189 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 209 ops; in Read() local 226 ops; in Finish() local 258 ops; local 311 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 328 ops; in Write() local 348 grpc::internal::CallOpSet<grpc::internal::CallOpClientSendClose> ops; in WritesDone() local 392 grpc::internal::CallOpSet<grpc::internal::CallOpSendInitialMetadata> ops; local 460 grpc::internal::CallOpSet<grpc::internal::CallOpRecvInitialMetadata> ops; in WaitForInitialMetadata() local 479 ops; in Read() local [all …]
|