Home
last modified time | relevance | path

Searched refs:enable_threading (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/webp/
H A Dconfigure.ac331 [enable_threading=yes])
332 if test "$enable_threading" = "yes"; then
344 [enable_threading=no])])
346 AC_MSG_NOTICE([checking if threading is enabled... ${enable_threading-no}])
776 Threading support: ${enable_threading-no}
/aosp_15_r20/system/core/fs_mgr/libsnapshot/
H A Dpartition_cow_creator.h69 bool enable_threading; member
H A Dsnapshot.cpp431 if (cow_creator->enable_threading) { in CreateSnapshot()
432 status->set_enable_threading(cow_creator->enable_threading); in CreateSnapshot()
3486 cow_creator.enable_threading = dap_metadata.vabc_feature_set().threaded(); in CreateUpdateSnapshots()
3912 cow_options.num_compress_threads = status.enable_threading() ? 2 : 1; in OpenCompressedSnapshotWriter()
/aosp_15_r20/system/update_engine/payload_consumer/
H A Ddelta_performer.cc653 if (install_plan_->enable_threading) { in ParseManifest()
656 ->set_threaded(install_plan_->enable_threading.value()); in ParseManifest()
658 << (install_plan_->enable_threading.value() ? "enable" in ParseManifest()
H A Dinstall_plan.h201 std::optional<bool> enable_threading; member
/aosp_15_r20/system/update_engine/scripts/
H A Dupdate_device.py480 if args.enable_threading:
/aosp_15_r20/system/core/fs_mgr/libsnapshot/android/snapshot/
H A Dsnapshot.proto113 bool enable_threading = 13; field
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot_init/android_recovery_arm64_armv8-2a_cortex-a55_static/gen/proto/android/snapshot/
Dsnapshot.pb.h410 bool enable_threading() const; in Swap()
1393 inline bool SnapshotStatus::enable_threading() const { in enable_threading() function
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot/android_arm64_armv8-2a_cortex-a55_static/gen/proto/android/snapshot/
Dsnapshot.pb.h410 bool enable_threading() const; in Swap()
1393 inline bool SnapshotStatus::enable_threading() const { in enable_threading() function
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot_init/android_arm64_armv8-2a_cortex-a55_static/gen/proto/android/snapshot/
Dsnapshot.pb.h410 bool enable_threading() const; in Swap()
1393 inline bool SnapshotStatus::enable_threading() const { in enable_threading() function
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot_nobinder/android_recovery_arm64_armv8-2a_cortex-a55_static/gen/proto/android/snapshot/
Dsnapshot.pb.h410 bool enable_threading() const; in Swap()
1393 inline bool SnapshotStatus::enable_threading() const { in enable_threading() function
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot_static/android_arm64_armv8-2a_cortex-a55_static/gen/proto/android/snapshot/
Dsnapshot.pb.h410 bool enable_threading() const; in Swap()
1393 inline bool SnapshotStatus::enable_threading() const { in enable_threading() function
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot_init/android_ramdisk_arm64_armv8-2a_cortex-a55_static/gen/proto/android/snapshot/
Dsnapshot.pb.h410 bool enable_threading() const; in Swap()
1393 inline bool SnapshotStatus::enable_threading() const { in enable_threading() function
/aosp_15_r20/system/update_engine/aosp/
H A Dupdate_attempter_android.cc415 install_plan_.enable_threading = in ApplyPayload()