Home
last modified time | relevance | path

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

12345678910>>...18

/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/webrtc/api/
Dice_transport_interface.h46 struct IceTransportInit final { struct
51 IceTransportInit& operator=(const IceTransportInit&) = delete;
52 IceTransportInit& operator=(IceTransportInit&&) = default;
54 cricket::PortAllocator* port_allocator() { return port_allocator_; } in port_allocator()
55 void set_port_allocator(cricket::PortAllocator* port_allocator) { in set_port_allocator()
59 AsyncDnsResolverFactoryInterface* async_dns_resolver_factory() { in async_dns_resolver_factory()
62 void set_async_dns_resolver_factory( in set_async_dns_resolver_factory()
67 AsyncResolverFactory* async_resolver_factory() { in async_resolver_factory()
71 void set_async_resolver_factory( in set_async_resolver_factory()
77 RtcEventLog* event_log() { return event_log_; } in event_log()
[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/cronet/third_party/icu/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/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/tensorflow/tensorflow/core/data/service/client/
Dcommon.h31 struct DataServiceParams final { struct
47 struct GetNextResult final { argument
50 GetNextResult& operator=(const GetNextResult&) = delete;
52 std::vector<Tensor> tensors;
53 bool end_of_sequence = false;
/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/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/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()
66 constexpr bool isInt() const { return isSint() || isUint(); } in isInt()
67 constexpr bool isNorm() const { return isSnorm() || isUnorm(); } in isNorm()
68 constexpr bool isPureInt() const { return isInt() && !isScaled; } in isPureInt()
72 FormatID id;
76 GLenum glInternalFormat;
81 GLenum fboImplementationInternalFormat;
83 rx::MipGenerationFunction mipGenerationFunction;
84 rx::PixelReadFunction pixelReadFunction;
[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 { struct
179 std::int32_t rows = 0;
180 std::int32_t cols = 0;
[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/skia/src/sksl/ir/
DSkSLIndexExpression.h30 struct IndexExpression final : public Expression { struct
31 inline static constexpr Kind kIRNodeKind = Kind::kIndex;
33 IndexExpression(const Context& context, Position pos, std::unique_ptr<Expression> base, in IndexExpression()
57 std::unique_ptr<Expression>& base() { in base()
61 const std::unique_ptr<Expression>& base() const { in base()
65 std::unique_ptr<Expression>& index() { in index()
69 const std::unique_ptr<Expression>& index() const { in index()
73 std::unique_ptr<Expression> clone(Position pos) const override { in clone()
81 using INHERITED = Expression;
84 IndexExpression(Position pos, std::unique_ptr<Expression> base, in IndexExpression()
[all …]
DSkSLSwizzle.h32 struct Swizzle final : public Expression { struct
33 inline static constexpr Kind kIRNodeKind = Kind::kSwizzle;
35 Swizzle(const Context& context, Position pos, std::unique_ptr<Expression> base, in Swizzle()
66 std::unique_ptr<Expression>& base() { in base()
70 const std::unique_ptr<Expression>& base() const { in base()
74 const ComponentArray& components() const { in components()
78 std::unique_ptr<Expression> clone(Position pos) const override { in clone()
86 Swizzle(Position pos, const Type* type, std::unique_ptr<Expression> base, in Swizzle()
94 std::unique_ptr<Expression> fBase;
95 ComponentArray fComponents;
[all …]
/external/cronet/third_party/abseil-cpp/absl/log/internal/
Dtest_actions.h44 struct WriteToStderr final { struct
54 struct WriteToStderrWithFilename final { argument
62 struct WriteEntryToStderr final { struct
63 explicit WriteEntryToStderr(absl::string_view m) : message(m) {} in WriteEntryToStderr()
65 std::string message = "";
/external/webrtc/third_party/abseil-cpp/absl/log/internal/
Dtest_actions.h44 struct WriteToStderr final { struct
54 struct WriteToStderrWithFilename final { argument
62 struct WriteEntryToStderr final { struct
63 explicit WriteEntryToStderr(absl::string_view m) : message(m) {} in WriteEntryToStderr()
65 std::string message = "";
/external/angle/third_party/abseil-cpp/absl/log/internal/
Dtest_actions.h44 struct WriteToStderr final { struct
54 struct WriteToStderrWithFilename final { argument
62 struct WriteEntryToStderr final { argument
63 explicit WriteEntryToStderr(absl::string_view m) : message(m) {} in WriteEntryToStderr()
65 std::string message = "";
/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/angle/src/libANGLE/renderer/d3d/d3d11/
Dtexture_format_table.h33 struct Format final : private angle::NonCopyable struct
55 GLenum internalFormat;
56 angle::FormatID formatID;
58 DXGI_FORMAT texFormat;
59 DXGI_FORMAT srvFormat;
60 DXGI_FORMAT uavFormat;
61 DXGI_FORMAT rtvFormat;
62 DXGI_FORMAT dsvFormat;
64 DXGI_FORMAT blitSRVFormat;
65 DXGI_FORMAT stencilSRVFormat;
[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/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/ComputeLibrary/arm_compute/graph/
DTensorDescriptor.h38 struct TensorDescriptor final : public misc::ICloneable<TensorDescriptor> struct
55 …tensor_data_type), layout(tensor_data_layout), quant_info(tensor_quant_info), target(tensor_target) in shape()
64 TensorDescriptor &set_shape(TensorShape &tensor_shape) in set_shape()
75 TensorDescriptor &set_data_type(DataType tensor_data_type) in set_data_type()
86 TensorDescriptor &set_layout(DataLayout data_layout) in set_layout()
97 TensorDescriptor &set_quantization_info(QuantizationInfo tensor_quant_info) in set_quantization_info()
104 std::unique_ptr<TensorDescriptor> clone() const override in clone()
/external/angle/src/common/
Dutilities.h141 struct UniformTypeInfo final : angle::NonCopyable struct
159 GLenum type;
160 GLenum componentType;
161 GLenum textureType;
162 GLenum transposedMatrixType;
163 GLenum boolVectorType;
164 SamplerFormat samplerFormat;
165 int rowCount;
166 int columnCount;
167 int componentCount;
[all …]
/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/angle/src/libANGLE/
Dangletypes.h226 struct RasterizerState final struct
231 RasterizerState &operator=(const RasterizerState &other);
233 bool cullFace;
234 CullFaceMode cullMode;
235 GLenum frontFace;
237 PolygonMode polygonMode;
239 bool polygonOffsetPoint;
240 bool polygonOffsetLine;
241 bool polygonOffsetFill;
242 GLfloat polygonOffsetFactor;
[all …]

12345678910>>...18