/aosp_15_r20/system/update_engine/payload_generator/ |
H A D | payload_file.h | 98 struct Partition { struct 106 PartitionInfo old_info; argument 107 PartitionInfo new_info; argument 116 std::vector<Partition> part_vec_; argument
|
/aosp_15_r20/external/pytorch/torch/fx/experimental/ |
H A D | accelerator_partitioner.py | 82 partition_0: Partition, partition_1: Partition, partitions: List[Partition] 98 def set_parents_and_children(partitions: List[Partition]) -> None: 122 def reorganize_partitions(partitions: List[Partition]) -> None: 133 def get_bfs_level_partition(partitions: List[Partition]) -> None: 161 def get_node_to_partition_mapping(partitions: List[Partition]) -> Dict[Node, int]: 179 partitions: List[Partition], devices: List[Device] 216 partitions: List[Partition], devices: List[Device] 223 partition: Partition, partitions: List[Partition] 236 def find_device_for(partition: Partition): 637 partitions: List[Partition], available_mem_bytes: int [all …]
|
H A D | partitioner_utils.py | 8 class Partition: class 130 partition: Partition, node_to_latency_mapping: Dict[Node, NodeLatency] 134 def get_top_nodes(partition: Partition) -> List[Node]: 219 partitions: List[Partition], node_to_latency_mapping: Dict[Node, NodeLatency] 235 parent_partition: Partition, 236 child_partition: Partition, 271 partitions: List[Partition], 272 partition_to_latency_mapping: Dict[Partition, PartitionLatency], 279 def dfs_helper(partition: Partition, latency_so_far_sec: float) -> float: 301 def get_top_partitions(partitions: List[Partition]) -> List[Partition]:
|
/aosp_15_r20/system/update_engine/payload_consumer/ |
H A D | install_plan.h | 117 struct Partition { struct 121 std::string name; 123 std::string source_path; 125 brillo::Blob source_hash; 131 std::string target_path; 134 std::string readonly_target_path; 136 brillo::Blob target_hash; 143 std::string postinstall_path; 144 std::string filesystem_type; 153 std::string hash_tree_algorithm; [all …]
|
/aosp_15_r20/bootable/deprecated-ota/applypatch/include/applypatch/ |
H A D | applypatch.h | 48 struct Partition { struct 51 Partition(const std::string& name, size_t size, const std::string& hash) in Partition() function 70 std::ostream& operator<<(std::ostream& os, const Partition& partition); argument
|
/aosp_15_r20/packages/modules/Virtualization/libs/vmconfig/src/ |
D | lib.rs | 177 pub struct Partition { struct 190 impl Partition { argument
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/types/ |
H A D | partitioned_intervals.h | 29 struct Partition { struct 38 base::FlatHashMap<uint64_t, Partition, base::AlreadyHashed<uint64_t>>; argument
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_metadata_updater.h | 71 struct Partition { struct 74 const PartitionUpdate* partition; argument 81 std::vector<Partition> partitions_; argument
|
/aosp_15_r20/packages/modules/Virtualization/guest/pvmfw/src/ |
D | gpt.rs | 57 pub struct Partition { struct 58 partitions: Partitions, argument 62 impl Partition { argument 117 fn get_partition_by_name(mut self, name: &str) -> Result<Option<Partition>> { in get_partition_by_name()
|
D | instance.rs | 103 ) -> Result<(Option<EntryBody>, Partition, usize)> { in get_recorded_entry() argument 136 instance_img: &mut Partition, in record_instance_entry() 177 fn find_instance_img(pci_root: &mut PciRoot) -> Result<Partition> { in find_instance_img()
|
/aosp_15_r20/out/soong/.intermediates/packages/modules/Virtualization/android/virtualizationservice/aidl/android.system.virtualizationservice-rust-source/gen/android/system/virtualizationservice/ |
D | Partition.rs | 18 impl Default for r#Partition { implementation 28 impl binder::Parcelable for r#Partition { implementation 59 impl binder::binder_impl::ParcelableMetadata for r#Partition { implementation
|
/aosp_15_r20/external/aws-sdk-java-v2/codegen-lite/src/main/java/software/amazon/awssdk/codegen/lite/regions/model/ |
H A D | Partition.java | 28 public final class Partition { class 65 public Partition() { in Partition() method in Partition 68 public Partition(@JsonProperty(value = "partition") String partition, in Partition() method in Partition
|
/aosp_15_r20/external/pytorch/torch/fx/passes/infra/ |
H A D | partitioner.py | 18 class Partition: class 266 def fuse_partitions(self, partitions: List[Partition], prefix: str = "fused_") -> GraphModule: 276 def remove_bookend_non_compute_ops(self, partitions: List[Partition]):
|
/aosp_15_r20/bootable/libbootloader/gbl/libgbl/src/ |
H A D | partition.rs | 55 pub enum Partition { enum 62 impl Partition { impl 198 pub fn find_partition(&self, part: Option<&str>) -> Result<Partition, Error> { in find_partition() 221 pub fn get_partition_by_idx(&self, idx: usize) -> Result<Partition, Error> { in get_partition_by_idx() 414 ) -> Result<(usize, Partition), Error> { in check_part_unique() argument
|
/aosp_15_r20/bootable/libbootloader/gbl/libstorage/src/ |
H A D | gpt.rs | 347 pub struct Partition { struct 353 impl Partition { implementation 627 pub fn get_partition(&self, idx: usize) -> Result<Partition> { in get_partition() 638 pub fn find_partition(&self, part: &str) -> Result<Partition> { in find_partition()
|
/aosp_15_r20/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 275 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() 371 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 441 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 462 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 318 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() 416 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 491 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 512 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopDistribute.cpp | 321 mergeAdjacentPartitionsIf([&](const InstPartition *Partition) { in mergeNonIfConvertible() 419 for (const auto &Partition : PartitionContainer) { in setupPartitionIdOnInstructions() local 496 for (auto &Partition : PartitionContainer) in removeUnusedInsts() local 517 int &Partition = PtrToPartitions[I]; in computePartitionSetForPointers() local
|
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/ |
H A D | Partition.java | 22 public class Partition { class 33 private Partition(Builder builder) { in Partition() method in Partition
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.h | 132 PartitionFunction Partition = compileRequested; variable 741 PartitioningFtor Partition; variable 755 SymbolResolverSetter SetSymbolResolver, PartitioningFtor Partition, in LegacyCompileOnDemandLayer()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
H A D | shape_partition_test.cc | 96 typedef std::vector<std::pair<int64_t, int64_t>> Partition; typedef in xla::cpu::__anon110f607d0111::ShapePartitionIteratorTest 150 typedef std::vector<std::pair<int64_t, int64_t>> Partition; typedef in xla::cpu::__anon110f607d0111::RandomShapePartitionIteratorTest
|
/aosp_15_r20/external/google-cloud-java/java-dataplex/proto-google-cloud-dataplex-v1/src/main/java/com/google/cloud/dataplex/v1/ |
H A D | Partition.java | 30 public final class Partition extends com.google.protobuf.GeneratedMessageV3 class 36 private Partition(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Partition() method in Partition 40 private Partition() { in Partition() method in Partition
|
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/ui/ |
D | CompositeAdapter.java | 32 public static class Partition { class in CompositeAdapter 37 public Partition(final boolean showIfEmpty, final boolean hasHeader, in Partition() method in CompositeAdapter.Partition
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 120 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() 210 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/ |
H A D | CompileOnDemandLayer.cpp | 122 void CompileOnDemandLayer::setPartitionFunction(PartitionFunction Partition) { in setPartitionFunction() 227 void CompileOnDemandLayer::expandPartition(GlobalValueSet &Partition) { in expandPartition()
|