/external/tensorflow/tensorflow/security/advisory/ |
D | tfsa-2021-158.md | 3 ### CVE Number 6 ### Impact 10 ### Patches 18 ### For more information 24 ### Attribution
|
D | tfsa-2022-017.md | 3 ### CVE Number 6 ### Impact 21 ### Patches 26 ### For more information 29 ### Attribution
|
D | tfsa-2021-157.md | 3 ### CVE Number 6 ### Impact 12 ### Patches 20 ### For more information 26 ### Attribution
|
D | tfsa-2021-109.md | 3 ### CVE Number 6 ### Impact 25 ### Patches 33 ### For more information 39 ### Attribution
|
D | tfsa-2021-145.md | 3 ### CVE Number 6 ### Impact 26 ### Patches 34 ### For more information 40 ### Attribution
|
D | tfsa-2021-200.md | 3 ### CVE Number 6 ### Impact 22 ### Patches 27 ### For more information 30 ### Attribution
|
D | tfsa-2021-134.md | 3 ### CVE Number 6 ### Impact 21 ### Patches 29 ### For more information 35 ### Attribution
|
/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/model/ |
D | CreateGrantRequest.java | 110 private final List<String> operations; field in CreateGrantRequest 279 public final List<GrantOperation> operations() { in operations() method in CreateGrantRequest 760 Builder operationsWithStrings(Collection<String> operations); in operationsWithStrings() 787 Builder operationsWithStrings(String... operations); in operationsWithStrings() 814 Builder operations(Collection<GrantOperation> operations); in operations() argument 841 Builder operations(GrantOperation... operations); in operations() method 1107 private List<String> operations = DefaultSdkAutoConstructList.getInstance(); field in CreateGrantRequest.BuilderImpl 1181 public final void setOperations(Collection<String> operations) { in setOperations() 1186 public final Builder operationsWithStrings(Collection<String> operations) { in operationsWithStrings() 1193 public final Builder operationsWithStrings(String... operations) { in operationsWithStrings() [all …]
|
D | GrantListEntry.java | 117 private final List<String> operations; field in GrantListEntry 239 public final List<GrantOperation> operations() { in operations() method in GrantListEntry 493 Builder operationsWithStrings(Collection<String> operations); in operationsWithStrings() 504 Builder operationsWithStrings(String... operations); in operationsWithStrings() 515 Builder operations(Collection<GrantOperation> operations); in operations() argument 526 Builder operations(GrantOperation... operations); in operations() argument 578 private List<String> operations = DefaultSdkAutoConstructList.getInstance(); field in GrantListEntry.BuilderImpl 702 public final void setOperations(Collection<String> operations) { in setOperations() 707 public final Builder operationsWithStrings(Collection<String> operations) { in operationsWithStrings() 714 public final Builder operationsWithStrings(String... operations) { in operationsWithStrings() [all …]
|
/external/arm-trusted-firmware/docs/components/ |
D | xlat-tables-lib-v2-design.rst | 429 .. [#granularity] That is, when mmap regions do not enforce their mapping 432 .. [#tlb-reset-ref] See section D4.9 ``Translation Lookaside Buffers (TLBs)``, 435 .. [#tlb-no-invalid-entry] See section D4.10.1 ``General TLB maintenance 442 .. |Alignment Example| image:: ../resources/diagrams/xlat_align.png
|
/external/trusty/arm-trusted-firmware/docs/components/ |
D | xlat-tables-lib-v2-design.rst | 429 .. [#granularity] That is, when mmap regions do not enforce their mapping 432 .. [#tlb-reset-ref] See section D4.9 ``Translation Lookaside Buffers (TLBs)``, 435 .. [#tlb-no-invalid-entry] See section D4.10.1 ``General TLB maintenance 442 .. |Alignment Example| image:: ../resources/diagrams/xlat_align.png
|
/external/arm-trusted-firmware/docs/getting_started/ |
D | psci-lib-integration-guide.rst | 543 …/infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interface.pdf 544 .. _SMCCC: https://developer.arm.com/docs/den0028/latest 545 …/infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interface.pdf 546 …/infocenter.arm.com/help/topic/com.arm.doc.den0022c/DEN0022C_Power_State_Coordination_Interface.pdf
|
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/customization/processors/ |
D | S3ControlRemoveAccountIdHostPrefixProcessorTest.java | 40 Map<String, Operation> operations = nonS3.getOperations(); in preprocess_serviceNotS3Control_doesNotModify() local 51 Map<String, Operation> operations = s3Control.getOperations(); in preprocess_serviceIsS3Control_operationAccountIdPrefix_modifiesPrefix() local 61 Map<String, Operation> operations = s3Control.getOperations(); in preprocess_serviceIsS3Control_operationDoesNotAccountIdPrefix_noModification() local 80 Map<String, Operation> operations = new HashMap<>(); in createServiceModel() local
|
D | S3RemoveBucketFromUriProcessorTest.java | 41 Map<String, Operation> operations = nonS3.getOperations(); in preprocess_serviceNotS3_doesNotModifyUri() local 52 Map<String, Operation> operations = s3.getOperations(); in preprocess_serviceIsS3_operationHasBucket_modifiesUri() local 62 Map<String, Operation> operations = s3.getOperations(); in preprocess_serviceIsS3_operationDoesNotHaveBucket_noModification() local 80 Map<String, Operation> operations = new HashMap<>(); in createServiceModel() local
|
/external/kotlinx.coroutines/ui/ |
D | coroutines-guide-ui.md | 350 ### The problem of UI freezes 410 ### Structured concurrency, lifecycle and coroutine parent-child hierarchy 465 ### Blocking operations
|
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/ |
D | call.pyx.pxi | 24 def _start_batch(self, operations, tag, retain_self): argument 38 def start_client_batch(self, operations, tag): argument 43 def start_server_batch(self, operations, tag): argument
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/poet/auth/scheme/ |
D | SigV4SignerDefaults.java | 37 private final Map<String, SigV4SignerDefaults> operations; field in SigV4SignerDefaults 82 public Map<String, SigV4SignerDefaults> operations() { in operations() method in SigV4SignerDefaults 151 private Map<String, SigV4SignerDefaults> operations = new HashMap<>(); field in SigV4SignerDefaults.Builder 230 public Map<String, SigV4SignerDefaults> operations() { in operations() method in SigV4SignerDefaults.Builder
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/service/ |
D | ServiceModel.java | 24 private Map<String, Operation> operations; field in ServiceModel 35 Map<String, Operation> operations, in ServiceModel() 56 public void setOperations(Map<String, Operation> operations) { in setOperations()
|
/external/trusty/arm-trusted-firmware/docs/getting_started/ |
D | psci-lib-integration-guide.rst | 533 .. _PSCI: https://developer.arm.com/documentation/den0022/latest/ 534 .. _SMCCC: https://developer.arm.com/docs/den0028/latest
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | posix_fd_set_adapter.hpp | 57 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set() 86 void perform(reactor_op_queue<socket_type>& operations, in perform()
|
/external/sdv/vsomeip/third_party/boost/asio/include/boost/asio/detail/ |
D | posix_fd_set_adapter.hpp | 64 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>& ops) in set() 93 void perform(reactor_op_queue<socket_type>& operations, in perform()
|
D | win_fd_set_adapter.hpp | 70 void set(reactor_op_queue<socket_type>& operations, op_queue<operation>&) in set() 97 void perform(reactor_op_queue<socket_type>& operations, in perform()
|
/external/aws-sdk-java-v2/codegen/src/main/java/software/amazon/awssdk/codegen/model/intermediate/ |
D | IntermediateModel.java | 42 private Map<String, OperationModel> operations; field in IntermediateModel 79 Map<String, OperationModel> operations, in IntermediateModel() 88 Map<String, OperationModel> operations, in IntermediateModel() 123 public void setOperations(Map<String, OperationModel> operations) { in setOperations()
|
/external/openthread/third_party/mbedtls/repo/docs/proposed/ |
D | psa-driver-interface.md | 238 #### General considerations on multi-part operations 250 #### Multi-part operation entry point family `"hash_multipart"` 282 #### Operation family `"mac_multipart"` 286 #### Operation family `"mac_verify_multipart"` 290 #### Operation family `"cipher_encrypt_multipart"` 294 #### Operation family `"cipher_decrypt_multipart"` 298 #### Operation family `"aead_encrypt_multipart"` 302 #### Operation family `"aead_decrypt_multipart"`
|
/external/mbedtls/docs/proposed/ |
D | psa-driver-interface.md | 238 #### General considerations on multi-part operations 250 #### Multi-part operation entry point family `"hash_multipart"` 282 #### Operation family `"mac_multipart"` 286 #### Operation family `"mac_verify_multipart"` 290 #### Operation family `"cipher_encrypt_multipart"` 294 #### Operation family `"cipher_decrypt_multipart"` 298 #### Operation family `"aead_encrypt_multipart"` 302 #### Operation family `"aead_decrypt_multipart"`
|