Home
last modified time | relevance | path

Searched full:abstraction (Results 1 – 25 of 2397) sorted by relevance

12345678910>>...96

/external/rust/cros-libva/lib/src/
Dbuffer.rs298 /// Abstraction over `VABufferType`s.
300 /// Abstraction over `VAPictureParameterBufferType`. Needed for MPEG2, VP8, VP9, H264.
302 /// Abstraction over `VASliceParameterBufferType`. Needed for MPEG2, VP8, VP9, H264.
304 /// Abstraction over `VAIQMatrixBufferType`. Needed for VP8, H264.
306 /// Abstraction over `VAProbabilityDataBufferType`. Needed for VP8.
308 /// Abstraction over `VASliceDataBufferType`. Needed for VP9, H264.
310 /// Abstraction over `VAEncSequenceParameterBufferType`. Needed for MPEG2, VP8, VP9, H264, HEVC.
312 /// Abstraction over `VAEncPictureParameterBufferType`. Needed for MPEG2, VP8, VP9, H264, HEVC.
314 /// Abstraction over `VAEncSliceParameterBufferType`. Needed for MPEG2, VP8, VP9, H264, HEVC.
316 /// Abstraction over `VAEncMacroblockMapBufferType`. Needed for H264.
[all …]
/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/archive/20200103/
Dfeatures.md16 * An Item abstraction that replaces the Map<String, AttributeValue>
17 abstraction of the generated client.
18 * An ItemAttributeValue abstraction that replaces the AttributeValue
19 abstraction of the generated client.
54 higher level of abstraction, while this library focuses entirely on the
DREADME.md69 **Table Abstraction**
92 **Item Abstraction**
110 **Object Abstraction**
300 > abstraction over all document databases, like DynamoDB and MongoDB.
330 > popular data access abstraction libraries such as spring-data
339 time, the SDK may build a Level 3 abstraction for DynamoDB or integrate
341 and/or JNoSQL. This Level 3 abstraction will possibly leverage the Level
358 database abstraction, that could be backed by DynamoDB or other
/external/rust/android-crates-io/crates/vm-memory/
DDESIGN.md7 - Provide a clean abstraction of the VM memory such that rust-vmm components
35 The high level abstraction of the VM memory has been heavily refactored to
40 - [Abstraction of Address Space](#abstraction-of-address-space)
45 ### Address Space Abstraction
47 The address space abstraction contains traits and implementations for working
61 To make the abstraction as generic as possible, all of above traits only define
/external/rust/android-crates-io/extra_versions/crates/vm-memory/
DDESIGN.md7 - Provide a clean abstraction of the VM memory such that rust-vmm components
35 The high level abstraction of the VM memory has been heavily refactored to
40 - [Abstraction of Address Space](#abstraction-of-address-space)
45 ### Address Space Abstraction
47 The address space abstraction contains traits and implementations for working
61 To make the abstraction as generic as possible, all of above traits only define
/external/rust/crates/v4l2r/
DREADME.md17 - High-level abstraction of the [stateful video decoder
19 - High-level abstraction of the [stateful video encoder
23 The library provides several levels of abstraction over V4L2:
30 - A higher-level abstraction exposes devices, queues, and other V4L2 concepts as
45 abstraction, the more usable `device` abstraction, and task-specific modules for
/external/autotest/client/cros/chameleon/
Daudio_widget_link.py177 """The abstraction of widget link using audio bus on audio board.
268 """The abstraction for bus on audio board that is connected to Chameleon."""
285 """The abstraction for audio bus connecting Chameleon to peripheral."""
304 """The abstraction for audio bus that is connected to Cros device."""
320 """The abstraction for USB Cable."""
366 """The abstraction for the USB cable connected to the Cros device."""
376 """The abstraction for the USB cable connected to the Chameleon device."""
386 """The abstraction for HDMI cable."""
456 """The abstraction for bluetooth link between Cros device and bt module."""
552 """The abstraction for link from Cros device headphone to bt module Rx."""
[all …]
Daudio_board.py12 """AudioBoard is an abstraction of an audio board on a Chameleon board.
78 """AudioBus is an abstraction of an audio bus on an audio board.
211 """AudioJackPlugger is an abstraction of plugger controlled by audio board.
249 """An abstraction of bluetooth module on audio board.
/external/intel-media-driver/media_driver/agnostic/common/renderhal/
Drenderhal_legacy.h103 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
123 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
133 //! abstraction of Render Engine for MDF/VP
152 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
171 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
Drenderhal_legacy.cpp33 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
89 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
113 //! abstraction of HW Rendering Engine for CM(MDF) and VP.
/external/rust/android-crates-io/crates/plotters/src/coord/
Dmod.rs3 One of the key features of Plotters is flexible coordinate system abstraction and this module
4 provides all the abstraction used for the coordinate abstraction of Plotters.
/external/pigweed/pw_uart/public/pw_uart/
Duart_base.h48 /// INTERNAL: Internal errors within the hardware abstraction layer.
66 /// INTERNAL: Internal errors within the hardware abstraction layer.
86 /// INTERNAL: Internal errors within the hardware abstraction layer.
108 /// INTERNAL: Internal errors within the hardware abstraction layer.
/external/pigweed/pw_bluetooth_sapphire/host/transport/
DREADME.md3 This library implements an abstraction for communicating with a device that speaks the Bluetooth HC…
7 In addition to the abstraction, it provides an implementation of this HCI transport for a Fuchsia d…
/external/openthread/third_party/mbedtls/repo/docs/architecture/psa-migration/
Dstrategy.md115 The Crypto library in Mbed TLS currently has 3 abstraction layers that offer
122 Note: key exchange (FFDH, ECDH) is not covered by an abstraction layer.
124 These abstraction layers typically provide, in addition to the API for crypto
135 Silently call to PSA from the abstraction layer
139 functions in the abstraction layer, that calls PSA instead of the legacy
177 Opt-in use of PSA from the abstraction layer
218 Strategies currently (early 2022) used with each abstraction layer:
236 (driver used, software implementation and abstraction layer compiled out),
250 1. Have users of these algorithms call to PSA or an abstraction layer than can
310 When using an existing abstraction layer such as MD, it can provide
[all …]
/external/mbedtls/docs/architecture/psa-migration/
Dstrategy.md115 The Crypto library in Mbed TLS currently has 3 abstraction layers that offer
122 Note: key exchange (FFDH, ECDH) is not covered by an abstraction layer.
124 These abstraction layers typically provide, in addition to the API for crypto
135 Silently call to PSA from the abstraction layer
139 functions in the abstraction layer, that calls PSA instead of the legacy
177 Opt-in use of PSA from the abstraction layer
218 Strategies currently (early 2022) used with each abstraction layer:
236 (driver used, software implementation and abstraction layer compiled out),
250 1. Have users of these algorithms call to PSA or an abstraction layer than can
310 When using an existing abstraction layer such as MD, it can provide
[all …]
/external/pytorch/torch/
DREADME.txt1 Note [TH abstraction violation]
12 in torch/csrc where we violate this abstraction. They are marked with
D_streambase.py6 r"""Base stream class abstraction for multi backends Stream to herit from"""
34 r"""Base Event class abstraction for multi backends Event to herit from"""
/external/rust/android-crates-io/crates/plotters/src/drawing/
Dmod.rs5 The low-level drawing abstraction, the module defines the `DrawingBackend` trait from the `plotters…
11 about the [coordinate abstraction](../coord/index.html) and [element system](../element/index.html).
/external/autotest/client/cros/cellular/
Dair_state_verifier.py9 """An abstraction for verifying the air-side cellular state.
29 """An abstraction for verifying the air-side cellular state.
/external/rust/beto-rust/nearby/crypto/
DREADME.md10 Our own abstraction on top of crypto implementations, including functionalities
17 Abstraction on top plain AES, including AES-CTR and AES-CBC.
/external/executorch/docs/source/
Druntime-overview.md109 and clocks are abstracted through the [_Runtime Platform Abstraction Layer
110 (PAL)_](runtime-platform-abstraction-layer.md) and injected interfaces like
161 * [Runtime Platform Abstraction Layer](runtime-platform-abstraction-layer.md)
/external/mockftpserver/MockFtpServer/
DREADME.txt6 code. Two FTP Server implementations are provided, each at a different level of abstraction.
8 FakeFtpServer provides a higher-level abstraction. You define a virtual file system, including
/external/kotlinx.coroutines/.github/ISSUE_TEMPLATE/
Ddesign_considerations.md18abstraction? Consider asking on [StackOverflow](https://stackoverflow.com/) or the [Kotlin Slack](…
/external/grpc-grpc/src/python/grpcio/grpc/aio/
D_metadata.py14 """Implementation of the metadata abstraction for gRPC Asyncio Python."""
24 """Metadata abstraction for the asynchronous calls and interceptors.
110 """For compatibility with other Metadata abstraction objects (like in Java),
/external/aws-sdk-java-v2/docs/design/services/dynamodb/high-level-library/
DREADME.md139 > abstraction over all document databases, like DynamoDB and MongoDB.
169 > popular data access abstraction libraries such as spring-data
178 time, the SDK may build a Level 3 abstraction for DynamoDB or integrate
180 and/or JNoSQL. This Level 3 abstraction will possibly leverage the Level
197 database abstraction, that could be backed by DynamoDB or other

12345678910>>...96