Home
last modified time | relevance | path

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

12345678910>>...17

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
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 …]
/external/icu/icu4c/source/common/
Dlsr.h16 struct LSR final : public UMemory { struct
17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
19 static constexpr int32_t EXPLICIT_LSR = 7;
20 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
21 static constexpr int32_t EXPLICIT_SCRIPT = 2;
22 static constexpr int32_t EXPLICIT_REGION = 1;
23 static constexpr int32_t IMPLICIT_LSR = 0;
24 static constexpr int32_t DONT_CARE_FLAGS = 0;
26 const char *language;
27 const char *script;
[all …]
/external/icu/libicu/cts_headers/
Dlsr.h16 struct LSR final : public UMemory { struct
17 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26;
19 static constexpr int32_t EXPLICIT_LSR = 7;
20 static constexpr int32_t EXPLICIT_LANGUAGE = 4;
21 static constexpr int32_t EXPLICIT_SCRIPT = 2;
22 static constexpr int32_t EXPLICIT_REGION = 1;
23 static constexpr int32_t IMPLICIT_LSR = 0;
24 static constexpr int32_t DONT_CARE_FLAGS = 0;
26 const char *language;
27 const char *script;
[all …]
/external/libchrome/mojo/core/
Dhandle_signals_state.h18 struct MOJO_SYSTEM_IMPL_EXPORT HandleSignalsState final struct
20 HandleSignalsState() { in HandleSignalsState()
25 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
37 bool equals(const HandleSignalsState& other) const { in equals()
42 bool satisfies_any(MojoHandleSignals signals) const { in satisfies_any()
46 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all()
50 bool can_satisfy_any(MojoHandleSignals signals) const { in can_satisfy_any()
56 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable()
60 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable()
64 bool peer_closed() const { in peer_closed()
[all …]
/external/libchrome/mojo/public/cpp/system/
Dhandle_signals_state.h14 struct MOJO_CPP_SYSTEM_EXPORT HandleSignalsState final struct
16 HandleSignalsState() { in HandleSignalsState()
21 HandleSignalsState(MojoHandleSignals satisfied, in HandleSignalsState()
33 bool equals(const HandleSignalsState& other) const { in equals()
38 bool satisfies_any(MojoHandleSignals signals) const { in satisfies_any()
42 bool satisfies_all(MojoHandleSignals signals) const { in satisfies_all()
46 bool can_satisfy_any(MojoHandleSignals signals) const { in can_satisfy_any()
52 bool readable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_READABLE); } in readable()
56 bool writable() const { return satisfies_any(MOJO_HANDLE_SIGNAL_WRITABLE); } in writable()
60 bool peer_closed() const { in peer_closed()
[all …]
/external/angle/src/libANGLE/renderer/
DFormat.h24 struct Format final : private angle::NonCopyable struct
50 static const Format &Get(FormatID id) { return gFormatInfoTable[static_cast<int>(id)]; } in Get()
65 constexpr bool isInt() const { return isSint() || isUint(); } in isInt()
66 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm()
67 constexpr bool isPureInt() const { return isInt() && !isScaled; } in isPureInt()
71 FormatID id;
75 GLenum glInternalFormat;
80 GLenum fboImplementationInternalFormat;
82 rx::MipGenerationFunction mipGenerationFunction;
83 rx::PixelReadFunction pixelReadFunction;
[all …]
/external/skia/src/sksl/ir/
DSkSLIndexExpression.h20 struct IndexExpression final : public Expression { struct
21 inline static constexpr Kind kExpressionKind = Kind::kIndex;
23 IndexExpression(const Context& context, std::unique_ptr<Expression> base, in IndexExpression()
45 std::unique_ptr<Expression>& base() { in base()
49 const std::unique_ptr<Expression>& base() const { in base()
53 std::unique_ptr<Expression>& index() { in index()
57 const std::unique_ptr<Expression>& index() const { in index()
61 bool hasProperty(Property property) const override { in hasProperty()
65 std::unique_ptr<Expression> clone() const override { in clone()
71 std::string description() const override { in description()
[all …]
DSkSLSwizzle.h22 struct Swizzle final : public Expression { struct
23 inline static constexpr Kind kExpressionKind = Kind::kSwizzle;
25 Swizzle(const Context& context, std::unique_ptr<Expression> base, in Swizzle()
51 std::unique_ptr<Expression>& base() { in base()
55 const std::unique_ptr<Expression>& base() const { in base()
59 const ComponentArray& components() const { in components()
63 bool hasProperty(Property property) const override { in hasProperty()
67 std::unique_ptr<Expression> clone() const override { in clone()
72 std::string description() const override { in description()
81 Swizzle(const Type* type, std::unique_ptr<Expression> base, const ComponentArray& components) in Swizzle()
[all …]
/external/ruy/ruy/
Dmat.h105 struct MatLayout final { struct
125 struct Mat final { argument
126 detail::ConstCheckingPtr<Scalar> data;
127 MatLayout layout;
128 Scalar zero_point = 0;
129 CachePolicy cache_policy = CachePolicy::kNeverCache;
166 struct KernelLayout final { struct
178 struct PMatLayout final { argument
179 std::int32_t rows = 0;
180 std::int32_t cols = 0;
[all …]
Dmul_params.h220 struct MulParamsStorage final { struct
244 struct MulParamsStorage<std::int32_t, DstScalar> final { argument
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_cache_utils.h285 struct PackedAttachmentOpsDesc final struct
305 uint16_t finalLayout : 4; argument
313 class AttachmentOpsArray final argument
350 struct PackedAttribDesc final struct
369 struct VertexInputAttributes final argument
377 struct RasterizationStateBits final struct
397 struct PackedRasterizationAndMultisampleStateInfo final argument
414 struct StencilOps final argument
425 struct PackedStencilOpState final argument
435 struct DepthStencilEnableFlags final struct
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDGPUMetadata.h121 struct Metadata final { struct
123 std::vector<uint32_t> mReqdWorkGroupSize = std::vector<uint32_t>();
125 std::vector<uint32_t> mWorkGroupSizeHint = std::vector<uint32_t>();
136 bool empty() const { in empty()
141 bool notEmpty() const { in notEmpty()
188 struct Metadata final { struct
194 uint32_t mSize = 0;
196 uint32_t mOffset = 0;
198 uint32_t mAlign = 0;
200 ValueKind mValueKind = ValueKind::Unknown;
[all …]
/external/webrtc/api/
Dice_transport_interface.h42 struct IceTransportInit final { struct
47 IceTransportInit& operator=(const IceTransportInit&) = delete;
48 IceTransportInit& operator=(IceTransportInit&&) = default;
50 cricket::PortAllocator* port_allocator() { return port_allocator_; } in port_allocator()
51 void set_port_allocator(cricket::PortAllocator* port_allocator) { in set_port_allocator()
55 AsyncResolverFactory* async_resolver_factory() { in async_resolver_factory()
58 void set_async_resolver_factory( in set_async_resolver_factory()
63 RtcEventLog* event_log() { return event_log_; } in event_log()
64 void set_event_log(RtcEventLog* event_log) { event_log_ = event_log; } in set_event_log()
68 AsyncResolverFactory* async_resolver_factory_ = nullptr;
[all …]
/external/openscreen/osp/impl/presentation/
Durl_availability_requester.h77 struct ReceiverRequester final struct
80 struct Request {
85 struct Watch {
123 UrlAvailabilityRequester* const listener;
125 uint64_t next_watch_id = 1;
127 const std::string service_id;
130 ProtocolConnectionClient::ConnectRequest connect_request;
132 std::unique_ptr<ProtocolConnection> connection;
134 MessageDemuxer::MessageWatch response_watch;
135 std::map<uint64_t, Request> request_by_id;
[all …]
/external/openscreen/cast/streaming/
Dsession_config.h20 struct SessionConfig final { struct
31 SessionConfig& operator=(const SessionConfig& other);
32 SessionConfig& operator=(SessionConfig&& other) noexcept;
38 Ssrc sender_ssrc = 0;
39 Ssrc receiver_ssrc = 0;
43 int rtp_timebase = 90000;
46 int channels = 1;
49 std::chrono::milliseconds target_playout_delay;
56 bool is_pli_enabled = false;
/external/llvm/lib/Target/AMDGPU/
DSIRegisterInfo.h26 struct SIRegisterInfo final : public AMDGPURegisterInfo { struct
29 unsigned VGPR32SetID;
30 BitVector SGPRPressureSets;
31 BitVector VGPRPressureSets;
84 unsigned getHWRegIndex(unsigned Reg) const { in getHWRegIndex()
93 bool isSGPRClass(const TargetRegisterClass *RC) const { in isSGPRClass()
98 bool isSGPRClassID(unsigned RCID) const { in isSGPRClassID()
102 bool isSGPRReg(const MachineRegisterInfo &MRI, unsigned Reg) const { in isSGPRReg()
117 static bool isPseudoRegClass(const TargetRegisterClass *RC) { in isPseudoRegClass()
155 enum PreloadedValue {
[all …]
/external/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h33 struct Format final : private angle::NonCopyable struct
53 GLenum internalFormat;
54 angle::FormatID formatID;
56 DXGI_FORMAT texFormat;
57 DXGI_FORMAT srvFormat;
58 DXGI_FORMAT uavFormat;
59 DXGI_FORMAT rtvFormat;
60 DXGI_FORMAT dsvFormat;
62 DXGI_FORMAT blitSRVFormat;
64 GLenum swizzleFormat;
[all …]
DQuery11.h41 struct QueryState final : private angle::NonCopyable struct
46 unsigned int getDataAttemptCount;
48 d3d11::Query query;
49 d3d11::Query beginTimestamp;
50 d3d11::Query endTimestamp;
51 bool finished;
/external/webrtc/modules/desktop_capture/win/
Ddxgi_context.h22 struct DxgiOutputContext final { struct
30 struct DxgiAdapterContext final { argument
41 struct DxgiFrameContext final { argument
54 int controller_id = 0;
57 std::vector<DxgiAdapterContext> contexts;
/external/angle/src/common/
Dutilities.h140 struct UniformTypeInfo final : angle::NonCopyable struct
158 GLenum type;
159 GLenum componentType;
160 GLenum textureType;
161 GLenum transposedMatrixType;
162 GLenum boolVectorType;
163 SamplerFormat samplerFormat;
164 int rowCount;
165 int columnCount;
166 int componentCount;
[all …]
/external/ComputeLibrary/arm_compute/graph/
DTensorDescriptor.h39 struct TensorDescriptor final : public misc::ICloneable<TensorDescriptor> struct
56 …tensor_data_type), layout(tensor_data_layout), quant_info(tensor_quant_info), target(tensor_target) in shape()
65 TensorDescriptor &set_shape(TensorShape &tensor_shape) in set_shape()
76 TensorDescriptor &set_data_type(DataType tensor_data_type) in set_data_type()
87 TensorDescriptor &set_layout(DataLayout data_layout) in set_layout()
98 TensorDescriptor &set_quantization_info(QuantizationInfo tensor_quant_info) in set_quantization_info()
105 std::unique_ptr<TensorDescriptor> clone() const override in clone()
/external/webrtc/media/base/
Drid_description.h45 struct RidDescription final { struct
50 RidDescription& operator=(const RidDescription& other);
60 std::string rid;
74 RidDirection direction;
78 std::vector<int> payload_types;
88 std::map<std::string, std::string> restrictions;
/external/tensorflow/tensorflow/core/framework/
Dvariant.h328 struct Value final : ValueInterface { struct
335 ~Value() final = default; argument
337 TypeIndex TypeId() const final { in TypeId() argument
343 void* RawPtr() final { return &value; } in RawPtr() argument
345 const void* RawPtr() const final { return &value; } in RawPtr() argument
347 std::unique_ptr<ValueInterface> Clone() const final { in Clone() argument
351 void MoveAssign(ValueInterface* memory) final { in MoveAssign() argument
357 void CloneInto(ValueInterface* memory) const final { in CloneInto() argument
361 void MoveInto(ValueInterface* memory) final { in MoveInto() argument
365 std::string TypeName() const final { return TypeNameVariant(value); } in TypeName() argument
[all …]
/external/angle/src/libANGLE/
Dangletypes.h213 struct RasterizerState final struct
239 struct BlendState final argument
262 struct DepthStencilState final argument
273 bool depthTest;
274 GLenum depthFunc;
275 bool depthMask;
277 bool stencilTest;
278 GLenum stencilFunc;
279 GLuint stencilMask;
280 GLenum stencilFail;
[all …]
/external/webrtc/modules/desktop_capture/
Drgba_color.h24 struct RgbaColor final { struct
48 uint8_t blue;
49 uint8_t green;
50 uint8_t red;
51 uint8_t alpha;

12345678910>>...17