Home
last modified time | relevance | path

Searched defs:New (Results 1 – 13 of 13) sorted by relevance

/aosp12/system/core/fs_mgr/liblp/include/liblp/
H A Dbuilder.h247 static std::unique_ptr<MetadataBuilder> New(const BlockDeviceInfo& device_info, in New() function
256 static std::unique_ptr<MetadataBuilder> New(uint64_t blockdev_size, uint32_t metadata_max_size, in New() function
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp250 static std::unique_ptr<AutoDeleteDir> New(const std::string& path) { in New() function in android::snapshot::AutoDeleteDir
276 static std::unique_ptr<AutoUnmount> New(const std::string& path, uint64_t size) { in New() function in android::snapshot::AutoUnmountTmpfs
291 static std::unique_ptr<AutoMemBasedDir> New(const std::string& name, uint64_t size) { in New() function in android::snapshot::AutoMemBasedDir
H A Dutility.cpp126 std::unique_ptr<AutoUnmountDevice> AutoUnmountDevice::New(const std::string& path) { in New() function in android::snapshot::AutoUnmountDevice
H A Dsnapshot_stub.cpp27 std::unique_ptr<ISnapshotManager> SnapshotManagerStub::New() { in New() function in android::snapshot::SnapshotManagerStub
H A Dsnapshot.cpp96 std::unique_ptr<SnapshotManager> SnapshotManager::New(IDeviceInfo* info) { in New() function in android::snapshot::SnapshotManager
/aosp12/hardware/interfaces/automotive/can/1.0/default/libnl++/protocols/
H A DMessageDefinition.h126 New, enumerator
/aosp12/build/soong/ui/metrics/
H A Dmetrics.go83 func New() (metrics *Metrics) { func
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp174 std::unique_ptr<MetadataBuilder> MetadataBuilder::New(const IPartitionOpener& opener, in New() function in android::fs_mgr::MetadataBuilder
184 std::unique_ptr<MetadataBuilder> MetadataBuilder::New(const std::string& super_partition, in New() function in android::fs_mgr::MetadataBuilder
189 std::unique_ptr<MetadataBuilder> MetadataBuilder::New( in New() function in android::fs_mgr::MetadataBuilder
199 std::unique_ptr<MetadataBuilder> MetadataBuilder::New(const LpMetadata& metadata, in New() function in android::fs_mgr::MetadataBuilder
/aosp12/frameworks/native/services/vr/virtual_touchpad/tests/
H A DVirtualTouchpad_test.cpp101 static VirtualTouchpadForTesting* New() { in New() function in android::dvr::__anon10cba0b90110::VirtualTouchpadForTesting
/aosp12/build/soong/ui/logger/
H A Dlogger.go151 func New(out io.Writer) *stdLogger { func
/aosp12/build/soong/ui/tracer/
H A Dtracer.go92 func New(log logger.Logger) *tracerImpl { func
/aosp12/build/soong/finder/
H A Dfinder.go168 func New(cacheParams CacheParams, filesystem fs.FileSystem, func
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3471 Value *Ptr, *Cmp, *New; in ParseFunctionBody() local