Home
last modified time | relevance | path

Searched defs:final (Results 1 – 25 of 3121) sorted by relevance

12345678910>>...125

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h31 struct X86Operand final : public MCParsedAsmOperand { struct
32 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind;
34 SMLoc StartLoc, EndLoc;
35 SMLoc OffsetOfLoc;
36 StringRef SymName;
37 void *OpDecl;
38 bool AddressOf;
39 bool CallOperand;
41 struct TokOp {
46 struct RegOp {
[all …]
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h31 struct X86Operand final : public MCParsedAsmOperand { struct
32 enum KindTy { Token, Register, Immediate, Memory, Prefix, DXRegister } Kind;
34 SMLoc StartLoc, EndLoc;
35 SMLoc OffsetOfLoc;
36 StringRef SymName;
37 void *OpDecl;
38 bool AddressOf;
42 bool UseUpRegs = false;
44 struct TokOp {
49 struct RegOp {
[all …]
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/audio/common/7.0/[email protected]_genc++_headers/gen/android/hardware/audio/common/7.0/
Dtypes.h64 struct Uuid final { struct
65 uint32_t timeLow __attribute__ ((aligned(4)));
66 uint16_t timeMid __attribute__ ((aligned(2)));
67 uint16_t versionAndTimeHigh __attribute__ ((aligned(2)));
68 uint16_t variantAndClockSeqHigh __attribute__ ((aligned(2)));
145 struct AudioConfigBase final { struct
161 struct AudioConfigBaseOptional final { struct
167 struct Format final { struct
168 enum class hidl_discriminator : uint8_t {
177 Format& operator=(Format&&);
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Divalue.h221 struct TORCH_API IValue final { struct
222 IValue(const IValue& rhs) : IValue(rhs.payload, rhs.tag) { in IValue()
229 IValue(IValue&& rhs) noexcept : tag(rhs.tag) { in IValue()
234 ~IValue() { in ~IValue()
303 IValue hash() const { in hash()
326 static bool isAliasOf(const at::Tensor& a, const at::Tensor& b) { in isAliasOf()
357 bool isAliasOf(const IValue& rhs) const { in isAliasOf()
380 size_t use_count() const noexcept { in use_count()
396 void swap(IValue& rhs) noexcept { in swap()
425 IValue(at::TensorBase t) : tag(Tag::Tensor) { in IValue()
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/ops/
H A DConvolution.h32 struct QParams final { struct
54 class Conv2dPackedContext final : virtual public VulkanPackedContext, argument
77 struct Unpacked final { struct
96 struct Packed final { argument
97 static constexpr uint32_t Weight = 0u;
98 static constexpr uint32_t Bias = 1u;
99 static constexpr uint32_t OverlayRegion = 2u;
100 static constexpr uint32_t Stride = 3u;
101 static constexpr uint32_t Padding = 4u;
102 static constexpr uint32_t OutputPadding = 5u;
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/wifi/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/1.0/
Dtypes.h129 struct WifiStatus final { struct
196 struct WifiChannelInfo final { struct
204 uint32_t centerFreq __attribute__ ((aligned(4)));
208 uint32_t centerFreq0 __attribute__ ((aligned(4)));
212 uint32_t centerFreq1 __attribute__ ((aligned(4)));
261 struct WifiInformationElement final { struct
262 uint8_t id __attribute__ ((aligned(1)));
292 struct WifiRateInfo final { struct
309 uint8_t rateMcsIdx __attribute__ ((aligned(1)));
313 uint32_t bitRateInKbps __attribute__ ((aligned(4)));
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/wifi/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/1.0/
Dtypes.h129 struct WifiStatus final { struct
196 struct WifiChannelInfo final { struct
204 uint32_t centerFreq __attribute__ ((aligned(4)));
208 uint32_t centerFreq0 __attribute__ ((aligned(4)));
212 uint32_t centerFreq1 __attribute__ ((aligned(4)));
261 struct WifiInformationElement final { struct
262 uint8_t id __attribute__ ((aligned(1)));
292 struct WifiRateInfo final { struct
309 uint8_t rateMcsIdx __attribute__ ((aligned(1)));
313 uint32_t bitRateInKbps __attribute__ ((aligned(4)));
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/wifi/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/1.0/
Dtypes.h129 struct WifiStatus final { struct
196 struct WifiChannelInfo final { struct
204 uint32_t centerFreq __attribute__ ((aligned(4)));
208 uint32_t centerFreq0 __attribute__ ((aligned(4)));
212 uint32_t centerFreq1 __attribute__ ((aligned(4)));
261 struct WifiInformationElement final { struct
262 uint8_t id __attribute__ ((aligned(1)));
292 struct WifiRateInfo final { struct
309 uint8_t rateMcsIdx __attribute__ ((aligned(1)));
313 uint32_t bitRateInKbps __attribute__ ((aligned(4)));
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/wifi/1.0/[email protected]_genc++_headers/gen/android/hardware/wifi/1.0/
Dtypes.h129 struct WifiStatus final { struct
196 struct WifiChannelInfo final { struct
204 uint32_t centerFreq __attribute__ ((aligned(4)));
208 uint32_t centerFreq0 __attribute__ ((aligned(4)));
212 uint32_t centerFreq1 __attribute__ ((aligned(4)));
261 struct WifiInformationElement final { struct
262 uint8_t id __attribute__ ((aligned(1)));
292 struct WifiRateInfo final { struct
309 uint8_t rateMcsIdx __attribute__ ((aligned(1)));
313 uint32_t bitRateInKbps __attribute__ ((aligned(4)));
[all …]
/aosp_15_r20/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
H A Dinternal.h227 struct grpc_chttp2_transport final struct
246 grpc_core::FilterStackTransport* filter_stack_transport() override { in filter_stack_transport()
249 grpc_core::ClientTransport* client_transport() override { return nullptr; } in client_transport()
250 grpc_core::ServerTransport* server_transport() override { return nullptr; } in server_transport()
261 grpc_endpoint* ep;
262 grpc_core::Slice peer_string;
264 grpc_core::MemoryOwner memory_owner;
265 const grpc_core::MemoryAllocator::Reservation self_reservation;
266 grpc_core::ReclamationSweep active_reclamation;
268 std::shared_ptr<grpc_event_engine::experimental::EventEngine> event_engine;
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h375 struct FrontendAtscSettings final { struct
391 struct FrontendAtscCapabilities final { argument
507 struct FrontendAtsc3PlpSettings final { struct
526 struct FrontendAtsc3Settings final { struct
549 struct FrontendAtsc3Capabilities final { argument
638 struct FrontendDvbsCodeRate final { struct
640 bool isLinear __attribute__ ((aligned(1)));
644 bool isShortFrames __attribute__ ((aligned(1)));
648 uint32_t bitsPer1000Symbol __attribute__ ((aligned(4)));
680 struct FrontendDvbsSettings final { struct
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h375 struct FrontendAtscSettings final { struct
391 struct FrontendAtscCapabilities final { argument
507 struct FrontendAtsc3PlpSettings final { struct
526 struct FrontendAtsc3Settings final { struct
549 struct FrontendAtsc3Capabilities final { struct
638 struct FrontendDvbsCodeRate final { struct
640 bool isLinear __attribute__ ((aligned(1)));
644 bool isShortFrames __attribute__ ((aligned(1)));
648 uint32_t bitsPer1000Symbol __attribute__ ((aligned(4)));
680 struct FrontendDvbsSettings final { struct
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h375 struct FrontendAtscSettings final { struct
391 struct FrontendAtscCapabilities final { argument
507 struct FrontendAtsc3PlpSettings final { struct
526 struct FrontendAtsc3Settings final { struct
549 struct FrontendAtsc3Capabilities final { argument
638 struct FrontendDvbsCodeRate final { struct
640 bool isLinear __attribute__ ((aligned(1)));
644 bool isShortFrames __attribute__ ((aligned(1)));
648 uint32_t bitsPer1000Symbol __attribute__ ((aligned(4)));
680 struct FrontendDvbsSettings final { struct
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/tv/tuner/1.0/[email protected]_genc++_headers/gen/android/hardware/tv/tuner/1.0/
Dtypes.h375 struct FrontendAtscSettings final { struct
391 struct FrontendAtscCapabilities final { struct
507 struct FrontendAtsc3PlpSettings final { struct
526 struct FrontendAtsc3Settings final { struct
549 struct FrontendAtsc3Capabilities final { struct
638 struct FrontendDvbsCodeRate final { struct
640 bool isLinear __attribute__ ((aligned(1)));
644 bool isShortFrames __attribute__ ((aligned(1)));
648 uint32_t bitsPer1000Symbol __attribute__ ((aligned(4)));
680 struct FrontendDvbsSettings final { struct
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/xnnpack/
H A DCommon.h13 struct Deleter final { struct
21 struct ContextLinear final { argument
33 struct ContextConv2D final { struct
34 Operator op;
35 std::array<int64_t, 4> weight_size_;
36 std::array<int64_t, 2> padding_;
37 std::array<int64_t, 2> output_padding_;
38 std::array<int64_t, 2> stride_;
39 std::array<int64_t, 2> dilation_;
40 bool transposed_;
[all …]
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A Dwgpu_pipeline_state.h33 struct PackedPrimitiveState final struct
50 struct PackedColorTargetState final argument
71 struct PackedDepthStencilState final argument
73 uint32_t format : kTextureFormatBitCount;
75 uint32_t depthWriteEnabled : 1;
76 uint32_t depthCompare : kCompareFunctionBitCount;
78 uint32_t stencilFrontCompare : kCompareFunctionBitCount;
79 uint32_t stencilFrontFailOp : kStencilOperationBitCount;
80 uint32_t stencilFrontDepthFailOp : kStencilOperationBitCount;
81 uint32_t stencilFrontPassOp : kStencilOperationBitCount;
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/generated-headers/hardware/interfaces/wifi/1.4/[email protected]_genc++_headers/gen/android/hardware/wifi/1.4/
Dtypes.h121 struct NanDebugConfig final { struct
128 bool validClusterIdVals __attribute__ ((aligned(1)));
129 uint16_t clusterIdBottomRangeVal __attribute__ ((aligned(2)));
130 uint16_t clusterIdTopRangeVal __attribute__ ((aligned(2)));
136 bool validIntfAddrVal __attribute__ ((aligned(1)));
142 bool validOuiVal __attribute__ ((aligned(1)));
143 uint32_t ouiVal __attribute__ ((aligned(4)));
149 bool validRandomFactorForceVal __attribute__ ((aligned(1)));
150 uint8_t randomFactorForceVal __attribute__ ((aligned(1)));
157 bool validHopCountForceVal __attribute__ ((aligned(1)));
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/hardware/interfaces/wifi/1.4/[email protected]_genc++_headers/gen/android/hardware/wifi/1.4/
Dtypes.h121 struct NanDebugConfig final { struct
128 bool validClusterIdVals __attribute__ ((aligned(1)));
129 uint16_t clusterIdBottomRangeVal __attribute__ ((aligned(2)));
130 uint16_t clusterIdTopRangeVal __attribute__ ((aligned(2)));
136 bool validIntfAddrVal __attribute__ ((aligned(1)));
142 bool validOuiVal __attribute__ ((aligned(1)));
143 uint32_t ouiVal __attribute__ ((aligned(4)));
149 bool validRandomFactorForceVal __attribute__ ((aligned(1)));
150 uint8_t randomFactorForceVal __attribute__ ((aligned(1)));
157 bool validHopCountForceVal __attribute__ ((aligned(1)));
[all …]
/aosp_15_r20/prebuilts/vndk/v30/x86/include/generated-headers/hardware/interfaces/wifi/1.4/[email protected]_genc++_headers/gen/android/hardware/wifi/1.4/
Dtypes.h121 struct NanDebugConfig final { struct
128 bool validClusterIdVals __attribute__ ((aligned(1)));
129 uint16_t clusterIdBottomRangeVal __attribute__ ((aligned(2)));
130 uint16_t clusterIdTopRangeVal __attribute__ ((aligned(2)));
136 bool validIntfAddrVal __attribute__ ((aligned(1)));
142 bool validOuiVal __attribute__ ((aligned(1)));
143 uint32_t ouiVal __attribute__ ((aligned(4)));
149 bool validRandomFactorForceVal __attribute__ ((aligned(1)));
150 uint8_t randomFactorForceVal __attribute__ ((aligned(1)));
157 bool validHopCountForceVal __attribute__ ((aligned(1)));
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/hardware/interfaces/wifi/1.4/[email protected]_genc++_headers/gen/android/hardware/wifi/1.4/
Dtypes.h121 struct NanDebugConfig final { struct
128 bool validClusterIdVals __attribute__ ((aligned(1)));
129 uint16_t clusterIdBottomRangeVal __attribute__ ((aligned(2)));
130 uint16_t clusterIdTopRangeVal __attribute__ ((aligned(2)));
136 bool validIntfAddrVal __attribute__ ((aligned(1)));
142 bool validOuiVal __attribute__ ((aligned(1)));
143 uint32_t ouiVal __attribute__ ((aligned(4)));
149 bool validRandomFactorForceVal __attribute__ ((aligned(1)));
150 uint8_t randomFactorForceVal __attribute__ ((aligned(1)));
157 bool validHopCountForceVal __attribute__ ((aligned(1)));
[all …]
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/
H A Dfake_controller.h45 struct Settings final { struct
62 auto SupportedCommandsView() { in SupportedCommandsView()
69 pw::chrono::SystemClock::duration le_connection_delay =
73 pw::bluetooth::emboss::ConnectionRole le_connection_role =
77 pw::bluetooth::emboss::CoreSpecificationVersion hci_version =
79 uint8_t num_hci_command_packets = 250;
80 uint64_t event_mask = 0;
81 uint64_t le_event_mask = 0;
84 DeviceAddress bd_addr;
110 struct OffloadedA2dpChannel final { argument
[all …]
/aosp_15_r20/external/pytorch/aten/src/ATen/native/vulkan/api/
H A DResource.h36 struct MemoryBarrier final { struct
44 struct MemoryAllocation final { struct
73 class VulkanBuffer final { argument
75 struct BufferProperties final { struct
99 struct Package final { argument
100 VkBuffer handle;
101 VkDeviceSize buffer_offset;
102 VkDeviceSize buffer_range;
205 struct BufferMemoryBarrier final { struct
214 class ImageSampler final { argument
[all …]
/aosp_15_r20/frameworks/av/media/codec2/components/apv/
H A DC2SoftApvEnc.h34 struct C2SoftApvEnc final : public SimpleC2Component { struct
35 class IntfImpl;
71 std::shared_ptr<IntfImpl> mIntf;
72 int32_t mBitDepth;
73 int32_t mColorFormat;
75 bool mStarted;
76 bool mSignalledEos;
77 bool mSignalledError;
79 std::shared_ptr<C2StreamBitrateInfo::output> mBitrate;
80 std::shared_ptr<C2StreamPictureSizeInfo::input> mSize;
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm/include/generated-headers/frameworks/hardware/interfaces/stats/1.0/[email protected]_genc++_headers/gen/android/frameworks/stats/1.0/
Dtypes.h29 struct SpeakerImpedance final { struct
50 struct HardwareFailed final { argument
52 enum class HardwareType : int32_t;
53 enum class HardwareErrorCode : int32_t;
58 enum class HardwareType : int32_t {
74 enum class HardwareErrorCode : int32_t {
103 struct PhysicalDropDetected final { argument
107 uint8_t confidencePctg __attribute__ ((aligned(1)));
132 struct ChargeCycles final { struct
143 struct BatteryHealthSnapshotArgs final { struct
[all …]
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/generated-headers/frameworks/hardware/interfaces/stats/1.0/[email protected]_genc++_headers/gen/android/frameworks/stats/1.0/
Dtypes.h29 struct SpeakerImpedance final { struct
50 struct HardwareFailed final { struct
52 enum class HardwareType : int32_t;
53 enum class HardwareErrorCode : int32_t;
58 enum class HardwareType : int32_t {
74 enum class HardwareErrorCode : int32_t {
103 struct PhysicalDropDetected final { struct
107 uint8_t confidencePctg __attribute__ ((aligned(1)));
132 struct ChargeCycles final { argument
143 struct BatteryHealthSnapshotArgs final { struct
[all …]

12345678910>>...125