/aosp_15_r20/external/icing/icing/util/ |
H A D | scorable_property_set.cc | 40 ScorablePropertySet::Create( in Create() function in icing::lib::ScorablePropertySet 60 ScorablePropertySet::Create(const DocumentProto& document, in Create() function in icing::lib::ScorablePropertySet
|
/aosp_15_r20/external/cronet/net/socket/ |
H A D | connect_job_factory_unittest.cc | 45 std::unique_ptr<HttpProxyConnectJob> Create( in Create() function in net::__anona6ca5d9d0111::TestHttpProxyConnectJobFactory 70 std::unique_ptr<SOCKSConnectJob> Create( in Create() function in net::__anona6ca5d9d0111::TestSocksConnectJobFactory 95 std::unique_ptr<SSLConnectJob> Create( in Create() function in net::__anona6ca5d9d0111::TestSslConnectJobFactory 120 std::unique_ptr<TransportConnectJob> Create( in Create() function in net::__anona6ca5d9d0111::TestTransportConnectJobFactory
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/oblivious_http/common/ |
H A D | oblivious_http_header_key_config.cc | 73 ObliviousHttpHeaderKeyConfig::Create(uint8_t key_id, uint16_t kem_id, in Create() function in quiche::ObliviousHttpHeaderKeyConfig 348 absl::StatusOr<ObliviousHttpKeyConfigs> ObliviousHttpKeyConfigs::Create( in Create() function in quiche::ObliviousHttpKeyConfigs 368 absl::StatusOr<ObliviousHttpKeyConfigs> ObliviousHttpKeyConfigs::Create( in Create() function in quiche::ObliviousHttpKeyConfigs
|
/aosp_15_r20/external/tink/cc/mac/ |
H A D | aes_cmac_key_manager.h | 51 crypto::tink::util::StatusOr<std::unique_ptr<Mac>> Create( in Create() function 60 crypto::tink::util::StatusOr<std::unique_ptr<ChunkedMac>> Create( in Create() function
|
/aosp_15_r20/packages/modules/StatsD/lib/libkll/ |
D | kll.cpp | 32 std::unique_ptr<KllQuantile> KllQuantile::Create(std::string* error) { in Create() function in dist_proc::aggregation::KllQuantile 36 std::unique_ptr<KllQuantile> KllQuantile::Create(const KllQuantileOptions& options, in Create() function in dist_proc::aggregation::KllQuantile
|
/aosp_15_r20/external/openscreen/platform/impl/ |
H A D | platform_client_posix.cc | 19 void PlatformClientPosix::Create(Clock::duration networking_operation_timeout, in Create() function in openscreen::PlatformClientPosix 26 void PlatformClientPosix::Create(Clock::duration networking_operation_timeout) { in Create() function in openscreen::PlatformClientPosix
|
/aosp_15_r20/external/dagger2/javatests/dagger/functional/names/ |
H A D | ComponentFactoryNameConflictsTest.java | 34 public static final class Create { class in ComponentFactoryNameConflictsTest 36 @Inject Create(Provider<CreateUsage> provider) {} in Create() method in ComponentFactoryNameConflictsTest.Create
|
/aosp_15_r20/external/webrtc/modules/video_coding/codecs/h264/ |
H A D | h264.cc | 124 std::unique_ptr<H264Encoder> H264Encoder::Create( in Create() function in webrtc::H264Encoder 150 std::unique_ptr<H264Decoder> H264Decoder::Create() { in Create() function in webrtc::H264Decoder
|
/aosp_15_r20/external/libchrome/base/ |
H A D | sequence_token.cc | 44 SequenceToken SequenceToken::Create() { in Create() function in base::SequenceToken 66 TaskToken TaskToken::Create() { in Create() function in base::TaskToken
|
/aosp_15_r20/external/tink/cc/aead/ |
H A D | aes_gcm_key_manager.h | 56 crypto::tink::util::StatusOr<std::unique_ptr<Aead>> Create( in Create() function 65 crypto::tink::util::StatusOr<std::unique_ptr<CordAead>> Create( in Create() function
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | encoded_image.cc | 32 rtc::scoped_refptr<EncodedImageBuffer> EncodedImageBuffer::Create(size_t size) { in Create() function in webrtc::EncodedImageBuffer 36 rtc::scoped_refptr<EncodedImageBuffer> EncodedImageBuffer::Create( in Create() function in webrtc::EncodedImageBuffer
|
/aosp_15_r20/frameworks/base/packages/CredentialManager/shared/src/com/android/credentialmanager/model/ |
H A D | Request.kt | 58 data class Create( dataClass
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | string_data_template.cpp | 23 StringDataTemplate<CharType>* StringDataTemplate<CharType>::Create( in Create() function in fxcrt::StringDataTemplate 50 StringDataTemplate<CharType>* StringDataTemplate<CharType>::Create( in Create() function in fxcrt::StringDataTemplate
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 145 void SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, in Create() function in llvm::jitlink::SimpleSegmentAlloc 200 SimpleSegmentAlloc::Create(JITLinkMemoryManager &MemMgr, const JITLinkDylib *JD, in Create() function in llvm::jitlink::SimpleSegmentAlloc 305 InProcessMemoryManager::Create() { in Create() function in llvm::jitlink::InProcessMemoryManager
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | stream_collection.h | 25 static rtc::scoped_refptr<StreamCollection> Create() { in Create() function 29 static rtc::scoped_refptr<StreamCollection> Create( in Create() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/compatibility/ |
H A D | gpu_compatibility.cc | 49 std::unique_ptr<GPUCompatibilityList> GPUCompatibilityList::Create() { in Create() function in tflite::acceleration::GPUCompatibilityList 54 std::unique_ptr<GPUCompatibilityList> GPUCompatibilityList::Create( in Create() function in tflite::acceleration::GPUCompatibilityList
|
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/runtime/ |
H A D | runtime.cc | 129 std::unique_ptr<Runtime> Runtime::Create( in Create() function in tensorflow::tfrt_stub::Runtime 149 std::unique_ptr<Runtime> Runtime::Create(int num_inter_op_threads, in Create() function in tensorflow::tfrt_stub::Runtime
|
/aosp_15_r20/external/tink/cc/prf/ |
H A D | hkdf_prf_key_manager.h | 54 crypto::tink::util::StatusOr<std::unique_ptr<StreamingPrf>> Create( in Create() function 63 crypto::tink::util::StatusOr<std::unique_ptr<Prf>> Create( in Create() function
|
/aosp_15_r20/external/webrtc/modules/desktop_capture/ |
H A D | screen_drawer_linux.cc | 173 std::unique_ptr<ScreenDrawerLock> ScreenDrawerLock::Create() { in Create() function in webrtc::ScreenDrawerLock 178 std::unique_ptr<ScreenDrawer> ScreenDrawer::Create() { in Create() function in webrtc::ScreenDrawer
|
/aosp_15_r20/external/cronet/base/ |
H A D | sequence_token.cc | 42 SequenceToken SequenceToken::Create() { in Create() function in base::internal::SequenceToken 66 TaskToken TaskToken::Create() { in Create() function in base::internal::TaskToken
|
/aosp_15_r20/art/compiler/utils/ |
H A D | jni_macro_assembler.cc | 50 MacroAsm32UniquePtr JNIMacroAssembler<PointerSize::k32>::Create( in Create() function in art::JNIMacroAssembler::k32 77 MacroAsm64UniquePtr JNIMacroAssembler<PointerSize::k64>::Create( in Create() function in art::JNIMacroAssembler::k64
|
/aosp_15_r20/external/cronet/base/task/sequence_manager/test/ |
H A D | sequence_manager_for_test.cc | 47 std::unique_ptr<SequenceManagerForTest> SequenceManagerForTest::Create( in Create() function in base::sequence_manager::SequenceManagerForTest 62 std::unique_ptr<SequenceManagerForTest> SequenceManagerForTest::Create( in Create() function in base::sequence_manager::SequenceManagerForTest
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
H A D | StringMap.h | 158 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() function 184 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) { in Create() function 189 static StringMapEntry *Create(StringRef Key) { in Create() function
|
/aosp_15_r20/external/llvm/include/llvm/ADT/ |
H A D | StringMap.h | 152 static StringMapEntry *Create(StringRef Key, AllocatorTy &Allocator, in Create() function 178 static StringMapEntry *Create(StringRef Key, InitType &&... InitVal) { in Create() function 183 static StringMapEntry *Create(StringRef Key) { in Create() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
H A D | grpc_server_lib.cc | 570 Status GrpcServer::Create(const ServerDef& server_def, Env* env, in Create() function in tensorflow::GrpcServer 588 Status GrpcServer::Create(const ServerDef& server_def, Env* env, in Create() function in tensorflow::GrpcServer 594 Status GrpcServer::Create(const ServerDef& server_def, Env* env, in Create() function in tensorflow::GrpcServer
|