/aosp_15_r20/external/clang/lib/AST/ |
H A D | Expr.cpp | 368 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr 384 DeclRefExpr *DeclRefExpr::Create(const ASTContext &Context, in Create() function in DeclRefExpr 720 IntegerLiteral::Create(const ASTContext &C, const llvm::APInt &V, in Create() function in IntegerLiteral 726 IntegerLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in IntegerLiteral 746 FloatingLiteral::Create(const ASTContext &C, const llvm::APFloat &V, in Create() function in FloatingLiteral 752 FloatingLiteral::Create(const ASTContext &C, EmptyShell Empty) { in Create() function in FloatingLiteral 826 StringLiteral *StringLiteral::Create(const ASTContext &C, StringRef Str, in Create() function in StringLiteral 1310 OffsetOfExpr *OffsetOfExpr::Create(const ASTContext &C, QualType type, in Create() function in OffsetOfExpr 1402 MemberExpr *MemberExpr::Create( in Create() function in MemberExpr 1652 ImplicitCastExpr *ImplicitCastExpr::Create(const ASTContext &C, QualType T, in Create() function in ImplicitCastExpr [all …]
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkObject.hpp | 43 static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT … in Create() function 90 …static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT… in Create() function in vk::ObjectBase 145 …static VkResult Create(const VkAllocationCallbacks *pAllocator, const CreateInfo *pCreateInfo, VkT… in Create() function in vk::DispatchableObject
|
/aosp_15_r20/external/grpc-grpc/src/core/service_config/ |
H A D | service_config_impl.cc | 85 absl::StatusOr<RefCountedPtr<ServiceConfig>> ServiceConfigImpl::Create( in Create() function in grpc_core::ServiceConfigImpl 98 RefCountedPtr<ServiceConfig> ServiceConfigImpl::Create( in Create() function in grpc_core::ServiceConfigImpl 103 RefCountedPtr<ServiceConfig> ServiceConfigImpl::Create( in Create() function in grpc_core::ServiceConfigImpl
|
/aosp_15_r20/external/tensorflow/tensorflow/c/experimental/stream_executor/ |
H A D | stream_executor_internal.h | 113 port::Status Create() { in Create() function 143 port::Status Create() { in Create() function 181 port::Status Create() { in Create() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/service_config/ |
D | service_config_impl.cc | 85 absl::StatusOr<RefCountedPtr<ServiceConfig>> ServiceConfigImpl::Create( in Create() function in grpc_core::ServiceConfigImpl 98 RefCountedPtr<ServiceConfig> ServiceConfigImpl::Create( in Create() function in grpc_core::ServiceConfigImpl 103 RefCountedPtr<ServiceConfig> ServiceConfigImpl::Create( in Create() function in grpc_core::ServiceConfigImpl
|
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/ |
H A D | tensor.cpp | 33 LazyTensorPtr LazyTensor::Create( in Create() function in torch::lazy::LazyTensor 43 LazyTensorPtr LazyTensor::Create(Value ir_value, const BackendDevice& device) { in Create() function in torch::lazy::LazyTensor 50 LazyTensorPtr LazyTensor::Create(BackendDataPtr handle) { in Create() function in torch::lazy::LazyTensor 57 LazyTensorPtr LazyTensor::Create(std::shared_ptr<Data> data) { in Create() function in torch::lazy::LazyTensor
|
/aosp_15_r20/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/ |
H A D | Antlr.Runtime.Tools.pas | 112 constructor Create(const AValue: String); procedure 263 constructor Create(ACapacity: Integer = 0); overload; procedure 264 constructor Create(const AComparer: IEqualityComparer<TKey>); overload; procedure 265 constructor Create(ACapacity: Integer; const AComparer: IEqualityComparer<TKey>); overload; procedure 266 constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>); overload; procedure 267 …constructor Create(Collection: TEnumerable<TPair<TKey,TValue>>; const AComparer: IEqualityComparer… procedure 280 constructor Create(ADictionary: TDictionary<TKey,TValue>); procedure
|
/aosp_15_r20/system/incremental_delivery/incfs/util/ |
H A D | map_ptr.cpp | 49 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name) { in Create() function in android::incfs::IncFsFileMap 64 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name, in Create() function in android::incfs::IncFsFileMap 139 bool IncFsFileMap::Create(int fd, off64_t offset, size_t length, const char* file_name, in Create() function in android::incfs::IncFsFileMap
|
/aosp_15_r20/external/libbrillo/brillo/streams/ |
H A D | input_stream_set.cc | 24 StreamPtr InputStreamSet::Create(std::vector<Stream*> source_streams, in Create() function in brillo::InputStreamSet 59 StreamPtr InputStreamSet::Create(std::vector<Stream*> source_streams, in Create() function in brillo::InputStreamSet 64 StreamPtr InputStreamSet::Create(std::vector<StreamPtr> owned_source_streams, in Create() function in brillo::InputStreamSet
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec3/ |
H A D | block_processor.cc | 240 BlockProcessor* BlockProcessor::Create(const EchoCanceller3Config& config, in Create() function in webrtc::BlockProcessor 258 BlockProcessor* BlockProcessor::Create( in Create() function in webrtc::BlockProcessor 276 BlockProcessor* BlockProcessor::Create( in Create() function in webrtc::BlockProcessor
|
/aosp_15_r20/external/federated-compute/fcp/base/ |
H A D | tracing_schema.h | 46 …static flatbuffers::Offset<ProtoParseFailure> Create(absl::string_view type, flatbuffers::FlatBuff… in Create() function 83 …static flatbuffers::Offset<ResultExpectError> Create(absl::string_view expectation, absl::string_v… in Create() function 121 …static flatbuffers::Offset<ResultExpectStatusError> Create(TracingStatusCode expected_code, Tracin… in Create() function
|
/aosp_15_r20/external/webrtc/rtc_base/ |
H A D | ssl_identity.cc | 219 std::unique_ptr<SSLIdentity> SSLIdentity::Create(absl::string_view common_name, in Create() function in rtc::SSLIdentity 232 std::unique_ptr<SSLIdentity> SSLIdentity::Create(absl::string_view common_name, in Create() function in rtc::SSLIdentity 238 std::unique_ptr<SSLIdentity> SSLIdentity::Create(absl::string_view common_name, in Create() function in rtc::SSLIdentity
|
H A D | ssl_adapter.cc | 19 std::unique_ptr<SSLAdapterFactory> SSLAdapterFactory::Create() { in Create() function in rtc::SSLAdapterFactory 23 SSLAdapter* SSLAdapter::Create(Socket* socket) { in Create() function in rtc::SSLAdapter
|
/aosp_15_r20/external/webrtc/modules/audio_processing/aec_dump/ |
H A D | aec_dump_impl.cc | 257 std::unique_ptr<AecDump> AecDumpFactory::Create(webrtc::FileWrapper file, in Create() function in webrtc::AecDumpFactory 268 std::unique_ptr<AecDump> AecDumpFactory::Create(absl::string_view file_name, in Create() function in webrtc::AecDumpFactory 275 std::unique_ptr<AecDump> AecDumpFactory::Create(FILE* handle, in Create() function in webrtc::AecDumpFactory
|
/aosp_15_r20/external/webrtc/rtc_tools/data_channel_benchmark/ |
H A D | peer_connection_client.cc | 37 static rtc::scoped_refptr<SetLocalDescriptionObserverAdapter> Create( in Create() function in __anon422b105d0111::SetLocalDescriptionObserverAdapter 60 static rtc::scoped_refptr<SetRemoteDescriptionObserverAdapter> Create( in Create() function in __anon422b105d0111::SetRemoteDescriptionObserverAdapter 85 static rtc::scoped_refptr<CreateSessionDescriptionObserverAdapter> Create( in Create() function in __anon422b105d0111::CreateSessionDescriptionObserverAdapter
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Bluetooth/system/pdl/ras/BluetoothGeneratedPacketsRas_h/gen/ras/ |
D | ras_packets.h | 210 class RasSubeventView : public PacketView<kLittleEndian> { public:static RasSubeventView Create(Pac… in CreateOptional() function 239 …ic PacketView<kLittleEndian> { public:static FirstRangingDataSegmentView Create(PacketView<kLittle… in CreateOptional() function 271 … public PacketView<kLittleEndian> { public:static RangingDataSegmentView Create(PacketView<kLittle… in CreateOptional() function 300 …asSubeventBuilder() = default;static std::unique_ptr<RasSubeventBuilder> Create(RasSubeventHeader … in Create() function 336 …ilder() = default;static std::unique_ptr<FirstRangingDataSegmentBuilder> Create(SegmentationHeader… in Create() function 372 …entBuilder() = default;static std::unique_ptr<RangingDataSegmentBuilder> Create(SegmentationHeader… in Create() function
|
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/features/ |
H A D | vp_dn_filter.cpp | 146 HwFilterParameter *HwFilterDnParameter::Create(HW_FILTER_DN_PARAM ¶m, FeatureType featureType) in Create() function in vp::HwFilterDnParameter 188 VpPacketParameter *VpVeboxDnParameter::Create(HW_FILTER_DN_PARAM ¶m) in Create() function in vp::VpVeboxDnParameter 333 VpPacketParameter *VpRenderDnHVSCalParameter::Create(HW_FILTER_DN_PARAM ¶m) in Create() function in vp::VpRenderDnHVSCalParameter
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | screen_drawer_mac.cc | 21 std::unique_ptr<ScreenDrawerLock> ScreenDrawerLock::Create() { in Create() function in webrtc::ScreenDrawerLock 26 std::unique_ptr<ScreenDrawer> ScreenDrawer::Create() { in Create() function in webrtc::ScreenDrawer
|
/aosp_15_r20/external/webrtc/api/test/ |
H A D | mock_media_stream_interface.h | 23 static rtc::scoped_refptr<MockAudioSource> Create() { in Create() function 56 static rtc::scoped_refptr<MockAudioTrack> Create() { in Create() function
|
/aosp_15_r20/external/webrtc/modules/audio_processing/test/ |
H A D | audio_processing_builder_for_testing.cc | 25 rtc::scoped_refptr<AudioProcessing> AudioProcessingBuilderForTesting::Create() { in Create() function in webrtc::AudioProcessingBuilderForTesting 34 rtc::scoped_refptr<AudioProcessing> AudioProcessingBuilderForTesting::Create() { in Create() function in webrtc::AudioProcessingBuilderForTesting
|
/aosp_15_r20/external/tensorflow/tensorflow/cc/saved_model/ |
H A D | loader.cc | 332 Status Create(const GraphDef& graph) override { in Create() function in tensorflow::__anonfc2e3f5d0311::LiteSessionWrapper 335 Status Create(GraphDef&& graph) override { in Create() function in tensorflow::__anonfc2e3f5d0311::LiteSessionWrapper 354 Status Create(const RunOptions& run_options, const GraphDef& graph) override { in Create() function in tensorflow::__anonfc2e3f5d0311::LiteSessionWrapper 360 Status Create(const RunOptions& run_options, GraphDef&& graph) override { in Create() function in tensorflow::__anonfc2e3f5d0311::LiteSessionWrapper
|
/aosp_15_r20/external/tink/cc/internal/ |
H A D | key_gen_configuration_impl_test.cc | 60 util::StatusOr<std::unique_ptr<FakePrimitive>> Create( in Create() function in crypto::tink::internal::__anon6d26fc4a0111::FakeKeyTypeManager::FakePrimitiveFactory 143 util::StatusOr<std::unique_ptr<PublicKeySign>> Create( in Create() function in crypto::tink::internal::__anon6d26fc4a0111::FakeSignKeyManager::PublicKeySignFactory 194 util::StatusOr<std::unique_ptr<PublicKeyVerify>> Create( in Create() function in crypto::tink::internal::__anon6d26fc4a0111::FakeVerifyKeyManager::PublicKeyVerifyFactory
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/ |
H A D | cuda_blas_lt.cc | 139 /*static*/ port::StatusOr<BlasLt::MatrixLayout> BlasLt::MatrixLayout::Create( in Create() function in stream_executor::cuda::BlasLt::MatrixLayout 176 /*static*/ port::StatusOr<BlasLt::MatmulDesc> BlasLt::MatmulDesc::Create( in Create() function in stream_executor::cuda::BlasLt::MatmulDesc 215 BlasLt::MatmulPreference::Create(size_t max_workspace_size) { in Create() function in stream_executor::cuda::BlasLt::MatmulPreference
|
/aosp_15_r20/external/cronet/base/files/ |
H A D | safe_base_name.cc | 10 std::optional<SafeBaseName> SafeBaseName::Create(const FilePath& path) { in Create() function in base::SafeBaseName 22 std::optional<SafeBaseName> SafeBaseName::Create( in Create() function in base::SafeBaseName
|
/aosp_15_r20/external/webrtc/p2p/client/ |
H A D | turn_port_factory.cc | 23 std::unique_ptr<Port> TurnPortFactory::Create( in Create() function in cricket::TurnPortFactory 34 std::unique_ptr<Port> TurnPortFactory::Create(const CreateRelayPortArgs& args, in Create() function in cricket::TurnPortFactory
|