| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 31 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/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/ |
| D | X86Operand.h | 31 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 …]
|
| /external/webrtc/api/ |
| D | ice_transport_interface.h | 46 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/grpc-grpc/src/core/ext/transport/binder/transport/ |
| D | binder_transport.h | 45 struct grpc_binder_transport final : public grpc_core::Transport, struct 53 grpc_core::FilterStackTransport* filter_stack_transport() override { in filter_stack_transport() 56 grpc_core::ClientTransport* client_transport() override { return nullptr; } in client_transport() 57 grpc_core::ServerTransport* server_transport() override { return nullptr; } in server_transport() 58 absl::string_view GetTransportName() const override { return "binder"; } in GetTransportName() 61 void SetPollset(grpc_stream*, grpc_pollset*) override {} in SetPollset() 62 void SetPollsetSet(grpc_stream*, grpc_pollset_set*) override {} in SetPollsetSet() 66 bool HackyDisableStreamOpBatchCoalescingInConnectedChannel() const override { in HackyDisableStreamOpBatchCoalescingInConnectedChannel() 75 int NewStreamTxCode() { in NewStreamTxCode() 84 transport_stream_receiver; [all …]
|
| /external/icu/libicu/cts_headers/ |
| D | lsr.h | 17 struct LSR final : public UMemory { struct 18 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26; 20 static constexpr int32_t EXPLICIT_LSR = 7; 21 static constexpr int32_t EXPLICIT_LANGUAGE = 4; 22 static constexpr int32_t EXPLICIT_SCRIPT = 2; 23 static constexpr int32_t EXPLICIT_REGION = 1; 24 static constexpr int32_t IMPLICIT_LSR = 0; 25 static constexpr int32_t DONT_CARE_FLAGS = 0; 27 const char *language; 28 const char *script; [all …]
|
| /external/icu/icu4c/source/common/ |
| D | lsr.h | 17 struct LSR final : public UMemory { struct 18 static constexpr int32_t REGION_INDEX_LIMIT = 1001 + 26 * 26; 20 static constexpr int32_t EXPLICIT_LSR = 7; 21 static constexpr int32_t EXPLICIT_LANGUAGE = 4; 22 static constexpr int32_t EXPLICIT_SCRIPT = 2; 23 static constexpr int32_t EXPLICIT_REGION = 1; 24 static constexpr int32_t IMPLICIT_LSR = 0; 25 static constexpr int32_t DONT_CARE_FLAGS = 0; 27 const char *language; 28 const char *script; [all …]
|
| /external/cronet/third_party/icu/source/common/ |
| D | lsr.h | 16 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/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/gap/ |
| D | adapter_state.h | 33 struct AdapterState final { struct 34 TechnologyType type() const { in type() 43 bool IsControllerFeatureSupported( in IsControllerFeatureSupported() 49 inline bool IsBREDRSupported() const { in IsBREDRSupported() 54 inline bool IsLowEnergySupported() const { in IsLowEnergySupported() 58 inline bool IsLocalSecureConnectionsSupported() const { in IsLocalSecureConnectionsSupported() 67 inline bool IsSecureConnectionHostSupportSupported() const { in IsSecureConnectionHostSupportSupported() 74 inline bool IsCommandSupported(size_t octet, in IsCommandSupported() 81 pw::bluetooth::emboss::CoreSpecificationVersion hci_version; 84 hci_spec::LMPFeatureSet features; [all …]
|
| /external/tensorflow/tensorflow/core/data/service/client/ |
| D | common.h | 31 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/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/host/testing/ |
| D | fake_controller.h | 45 struct Settings final { struct 62 pw::chrono::SystemClock::duration le_connection_delay = 66 pw::bluetooth::emboss::CoreSpecificationVersion hci_version = 68 uint8_t num_hci_command_packets = 250; 69 uint64_t event_mask = 0; 70 uint64_t le_event_mask = 0; 73 DeviceAddress bd_addr; 76 uint64_t lmp_features_page0 = 0; 100 struct OffloadedA2dpChannel final { argument 120 struct LEScanState final { argument [all …]
|
| /external/libchrome/mojo/public/cpp/system/ |
| D | handle_signals_state.h | 14 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/ |
| D | handle_signals_state.h | 18 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/icu/icu4c/source/common/unicode/ |
| D | edits.h | 203 struct U_COMMON_API Iterator final : public UMemory { struct 208 Iterator() : in Iterator() 222 Iterator &operator=(const Iterator &other) = default; 232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next() 253 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex() 276 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex() 335 UBool hasChange() const { return changed; } in hasChange() 343 int32_t oldLength() const { return oldLength_; } in oldLength() 354 int32_t newLength() const { return newLength_; } in newLength() 363 int32_t sourceIndex() const { return srcIndex; } in sourceIndex() [all …]
|
| /external/cronet/third_party/icu/source/common/unicode/ |
| D | edits.h | 203 struct U_COMMON_API Iterator final : public UMemory { struct 208 Iterator() : in Iterator() 222 Iterator &operator=(const Iterator &other) = default; 232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next() 253 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex() 276 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex() 335 UBool hasChange() const { return changed; } in hasChange() 343 int32_t oldLength() const { return oldLength_; } in oldLength() 354 int32_t newLength() const { return newLength_; } in newLength() 363 int32_t sourceIndex() const { return srcIndex; } in sourceIndex() [all …]
|
| /external/icu/libicu/cts_headers/unicode/ |
| D | edits.h | 203 struct U_COMMON_API Iterator final : public UMemory { struct 208 Iterator() : in Iterator() 222 Iterator &operator=(const Iterator &other) = default; 232 UBool next(UErrorCode &errorCode) { return next(onlyChanges_, errorCode); } in next() 253 UBool findSourceIndex(int32_t i, UErrorCode &errorCode) { in findSourceIndex() 276 UBool findDestinationIndex(int32_t i, UErrorCode &errorCode) { in findDestinationIndex() 335 UBool hasChange() const { return changed; } in hasChange() 343 int32_t oldLength() const { return oldLength_; } in oldLength() 354 int32_t newLength() const { return newLength_; } in newLength() 363 int32_t sourceIndex() const { return srcIndex; } in sourceIndex() [all …]
|
| /external/angle/src/libANGLE/renderer/ |
| D | Format.h | 24 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/grpc-grpc/src/core/lib/security/credentials/plugin/ |
| D | plugin_credentials.h | 56 struct grpc_plugin_credentials final : public grpc_call_credentials { struct 73 PendingRequest(grpc_core::RefCountedPtr<grpc_plugin_credentials> creds, in PendingRequest() 81 ~PendingRequest() override { in ~PendingRequest() 110 // final status argument 111 absl::InlinedVector<grpc_metadata, 2> metadata_; 112 std::string error_details_; 113 grpc_status_code status_; 116 int cmp_impl(const grpc_call_credentials* other) const override { in cmp_impl() 122 grpc_metadata_credentials_plugin plugin_;
|
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/security/credentials/plugin/ |
| D | plugin_credentials.h | 56 struct grpc_plugin_credentials final : public grpc_call_credentials { struct 73 PendingRequest(grpc_core::RefCountedPtr<grpc_plugin_credentials> creds, in PendingRequest() 81 ~PendingRequest() override { in ~PendingRequest() 110 // final status argument 111 absl::InlinedVector<grpc_metadata, 2> metadata_; 112 std::string error_details_; 113 grpc_status_code status_; 116 int cmp_impl(const grpc_call_credentials* other) const override { in cmp_impl() 122 grpc_metadata_credentials_plugin plugin_;
|
| /external/ruy/ruy/ |
| D | mat.h | 105 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/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
| D | internal.h | 227 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 …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
| D | AMDGPUMetadata.h | 121 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/rust/crates/grpcio-sys/grpc/src/core/lib/transport/ |
| D | batch_builder.h | 147 struct PendingReceiveMessage final : public PendingCompletion { struct 150 absl::string_view name() const override { return "receive_message"; } in name() 174 struct PendingReceiveInitialMetadata final : public PendingReceiveMetadata { argument 181 struct PendingReceiveTrailingMetadata final : public PendingReceiveMetadata { struct 189 struct PendingSends final : public PendingCompletion { argument 201 struct Batch final { struct 206 Batch& operator=(const Batch&) = delete; 212 void IncrementRefCount() { ++refs; } in IncrementRefCount() 213 void Unref() { in Unref() 216 RefCountedPtr<Batch> Ref() { in Ref() [all …]
|
| /external/grpc-grpc/src/core/lib/transport/ |
| D | batch_builder.h | 145 struct PendingReceiveMessage final : public PendingCompletion { struct 171 struct PendingReceiveInitialMetadata final : public PendingReceiveMetadata { argument 178 struct PendingReceiveTrailingMetadata final : public PendingReceiveMetadata { struct 186 struct PendingSends final : public PendingCompletion { argument 198 struct Batch final { argument 203 Batch& operator=(const Batch&) = delete; 209 void IncrementRefCount() { ++refs; } in IncrementRefCount() 210 void Unref() { in Unref() 213 RefCountedPtr<Batch> Ref() { in Ref() 225 T* GetInitializedCompletion(T*(Batch::*field)) { in GetInitializedCompletion() [all …]
|
| /external/private-join-and-compute/third_party/abseil-cpp-20230125.2/absl/log/internal/ |
| D | test_actions.h | 44 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/abseil-cpp/absl/log/internal/ |
| D | test_actions.h | 44 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 = "";
|