Home
last modified time | relevance | path

Searched defs:Create (Results 176 – 200 of 1897) sorted by relevance

12345678910>>...76

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_domain_map.cc31 /* static */ StatusOr<std::unique_ptr<HloDomainMap>> HloDomainMap::Create( in Create() function in xla::HloDomainMap
38 /* static */ StatusOr<std::unique_ptr<HloDomainMap>> HloDomainMap::Create( in Create() function in xla::HloDomainMap
/aosp_15_r20/external/clang/lib/AST/
H A DStmt.cpp313 AttributedStmt *AttributedStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in AttributedStmt
918 SEHTryStmt* SEHTryStmt::Create(const ASTContext &C, bool IsCXXTry, in Create() function in SEHTryStmt
942 SEHExceptStmt* SEHExceptStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHExceptStmt
954 SEHFinallyStmt* SEHFinallyStmt::Create(const ASTContext &C, SourceLocation Loc, in Create() function in SEHFinallyStmt
1038 CapturedStmt *CapturedStmt::Create(const ASTContext &Context, Stmt *S, in Create() function in CapturedStmt
/aosp_15_r20/external/perfetto/src/trace_processor/db/
H A Dcolumn_storage.h81 static ColumnStorage<T> Create() { in Create() function
178 static ColumnStorage<std::optional<T>> Create() { in Create() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/http/message_compress/
Dcompression_filter.cc73 absl::StatusOr<ClientCompressionFilter> ClientCompressionFilter::Create( in Create() function in grpc_core::ClientCompressionFilter
78 absl::StatusOr<ServerCompressionFilter> ServerCompressionFilter::Create( in Create() function in grpc_core::ServerCompressionFilter
/aosp_15_r20/external/grpc-grpc/src/core/lib/matchers/
H A Dmatchers.cc34 absl::StatusOr<StringMatcher> StringMatcher::Create(Type type, in Create() function in grpc_core::StringMatcher
158 absl::StatusOr<HeaderMatcher> HeaderMatcher::Create( in Create() function in grpc_core::HeaderMatcher
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/matchers/
Dmatchers.cc35 absl::StatusOr<StringMatcher> StringMatcher::Create(Type type, in Create() function in grpc_core::StringMatcher
159 absl::StatusOr<HeaderMatcher> HeaderMatcher::Create( in Create() function in grpc_core::HeaderMatcher
/aosp_15_r20/external/tink/cc/internal/
H A Dregistry_impl_test.cc191 crypto::tink::util::StatusOr<std::unique_ptr<Aead>> Create( in Create() function in crypto::tink::internal::__anondac9a14a0111::ExampleKeyTypeManager::AeadFactory
201 crypto::tink::util::StatusOr<std::unique_ptr<AeadVariant>> Create( in Create() function in crypto::tink::internal::__anondac9a14a0111::ExampleKeyTypeManager::AeadVariantFactory
1303 crypto::tink::util::StatusOr<std::unique_ptr<PrivatePrimitiveA>> Create( in Create() function in crypto::tink::internal::__anondac9a14a0211::TestPrivateKeyTypeManager::PrivatePrimitiveAFactory
1310 crypto::tink::util::StatusOr<std::unique_ptr<PrivatePrimitiveB>> Create( in Create() function in crypto::tink::internal::__anondac9a14a0211::TestPrivateKeyTypeManager::PrivatePrimitiveBFactory
1373 crypto::tink::util::StatusOr<std::unique_ptr<PublicPrimitiveA>> Create( in Create() function in crypto::tink::internal::__anondac9a14a0311::TestPublicKeyTypeManager::PublicPrimitiveAFactory
1380 crypto::tink::util::StatusOr<std::unique_ptr<PublicPrimitiveB>> Create( in Create() function in crypto::tink::internal::__anondac9a14a0311::TestPublicKeyTypeManager::PublicPrimitiveBFactory
/aosp_15_r20/external/webrtc/p2p/base/
H A Dturn_port.h75 static std::unique_ptr<TurnPort> Create(const CreateRelayPortArgs& args, in Create() function
92 static std::unique_ptr<TurnPort> Create(const CreateRelayPortArgs& args, in Create() function
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/message_size/
H A Dmessage_size_filter.cc150 absl::StatusOr<ClientMessageSizeFilter> ClientMessageSizeFilter::Create( in Create() function in grpc_core::ClientMessageSizeFilter
155 absl::StatusOr<ServerMessageSizeFilter> ServerMessageSizeFilter::Create( in Create() function in grpc_core::ServerMessageSizeFilter
/aosp_15_r20/external/grpc-grpc/src/core/ext/filters/http/message_compress/
H A Dcompression_filter.cc75 absl::StatusOr<ClientCompressionFilter> ClientCompressionFilter::Create( in Create() function in grpc_core::ClientCompressionFilter
80 absl::StatusOr<ServerCompressionFilter> ServerCompressionFilter::Create( in Create() function in grpc_core::ServerCompressionFilter
/aosp_15_r20/external/webrtc/api/video/
H A Di444_buffer.cc63 rtc::scoped_refptr<I444Buffer> I444Buffer::Create(int width, int height) { in Create() function in webrtc::I444Buffer
68 rtc::scoped_refptr<I444Buffer> I444Buffer::Create(int width, in Create() function in webrtc::I444Buffer
H A Di420_buffer.cc62 rtc::scoped_refptr<I420Buffer> I420Buffer::Create(int width, int height) { in Create() function in webrtc::I420Buffer
67 rtc::scoped_refptr<I420Buffer> I420Buffer::Create(int width, in Create() function in webrtc::I420Buffer
H A Di422_buffer.cc62 rtc::scoped_refptr<I422Buffer> I422Buffer::Create(int width, int height) { in Create() function in webrtc::I422Buffer
67 rtc::scoped_refptr<I422Buffer> I422Buffer::Create(int width, in Create() function in webrtc::I422Buffer
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/support/
Dclient_callback.h708 static void Create(grpc::ChannelInterface* channel, in Create() function
868 static void Create(grpc::ChannelInterface* channel, in Create() function
1097 static void Create(grpc::ChannelInterface* channel, in Create() function
1208 static void Create(grpc::ChannelInterface* channel, in Create() function
/aosp_15_r20/external/grpc-grpc/include/grpcpp/support/
H A Dclient_callback.h702 static void Create(grpc::ChannelInterface* channel, in Create() function
864 static void Create(grpc::ChannelInterface* channel, in Create() function
1095 static void Create(grpc::ChannelInterface* channel, in Create() function
1206 static void Create(grpc::ChannelInterface* channel, in Create() function
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/include/grpcpp/support/
Dclient_callback.h708 static void Create(grpc::ChannelInterface* channel, in Create() function
868 static void Create(grpc::ChannelInterface* channel, in Create() function
1097 static void Create(grpc::ChannelInterface* channel, in Create() function
1208 static void Create(grpc::ChannelInterface* channel, in Create() function
/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dcaptured_function.cc430 Status FunctionMetadata::Create( in Create() function in tensorflow::data::FunctionMetadata
438 Status FunctionMetadata::Create( in Create() function in tensorflow::data::FunctionMetadata
482 Status CapturedFunction::Create( in Create() function in tensorflow::data::CapturedFunction
494 Status CapturedFunction::Create( in Create() function in tensorflow::data::CapturedFunction
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/CredentialManager/shared/CredentialManagerShared/android_common/kapt/gen/stubs/com/android/credentialmanager/model/
DRequest.java144 public static final class Create extends com.android.credentialmanager.model.Request { class in Request
148 public Create(@org.jetbrains.annotations.Nullable() in Create() method in Request.Create
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc198 absl::StatusOr<ClientMessageSizeFilter> ClientMessageSizeFilter::Create( in Create() function in grpc_core::ClientMessageSizeFilter
203 absl::StatusOr<ServerMessageSizeFilter> ServerMessageSizeFilter::Create( in Create() function in grpc_core::ServerMessageSizeFilter
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/vp/hal/features/
H A Dvp_hdr_render_filter.cpp181 HwFilterParameter *HwFilterHdrRenderParameter::Create(HW_FILTER_HDR_RENDER_PARAM &param, FeatureTyp… in Create() function in vp::HwFilterHdrRenderParameter
223 VpPacketParameter * VpRenderHdrParameter::Create(HW_FILTER_HDR_RENDER_PARAM &param) in Create() function in vp::VpRenderHdrParameter
/aosp_15_r20/external/cronet/net/dns/
H A Dopt_record_rdata.cc62 std::unique_ptr<OptRecordRdata::EdeOpt> OptRecordRdata::EdeOpt::Create( in Create() function in net::OptRecordRdata::EdeOpt
199 std::unique_ptr<OptRecordRdata> OptRecordRdata::Create(std::string_view data) { in Create() function in net::OptRecordRdata
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp43 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create() function in SimpleDecodingSource
49 sp<SimpleDecodingSource> SimpleDecodingSource::Create( in Create() function in SimpleDecodingSource
/aosp_15_r20/system/core/fs_mgr/libfiemap/
H A Dsplit_fiemap_writer.cpp45 std::unique_ptr<SplitFiemap> SplitFiemap::Create(const std::string& file_path, uint64_t file_size, in Create() function in android::fiemap::SplitFiemap
55 FiemapStatus SplitFiemap::Create(const std::string& file_path, uint64_t file_size, in Create() function in android::fiemap::SplitFiemap
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DInstructions.cpp218 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, in Create() function in LandingPadInst
224 LandingPadInst *LandingPadInst::Create(Type *RetTy, unsigned NumReservedClauses, in Create() function in LandingPadInst
449 CallInst *CallInst::Create(CallInst *CI, ArrayRef<OperandBundleDef> OpB, in Create() function in CallInst
760 InvokeInst *InvokeInst::Create(InvokeInst *II, ArrayRef<OperandBundleDef> OpB, in Create() function in InvokeInst
843 CallBrInst *CallBrInst::Create(CallBrInst *CBI, ArrayRef<OperandBundleDef> OpB, in Create() function in CallBrInst
2201 UnaryOperator *UnaryOperator::Create(UnaryOps Op, Value *S, in Create() function in UnaryOperator
2207 UnaryOperator *UnaryOperator::Create(UnaryOps Op, Value *S, in Create() function in UnaryOperator
2330 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, in Create() function in BinaryOperator
2338 BinaryOperator *BinaryOperator::Create(BinaryOps Op, Value *S1, Value *S2, in Create() function in BinaryOperator
2739 CastInst *CastInst::Create(Instruction::CastOps op, Value *S, Type *Ty, in Create() function in CastInst
[all …]
/aosp_15_r20/external/webrtc/test/
H A Drtp_file_reader.cc643 RtpFileReader* RtpFileReader::Create(FileFormat format, in Create() function in webrtc::test::RtpFileReader
667 RtpFileReader* RtpFileReader::Create(FileFormat format, in Create() function in webrtc::test::RtpFileReader
685 RtpFileReader* RtpFileReader::Create(FileFormat format, in Create() function in webrtc::test::RtpFileReader

12345678910>>...76