Home
last modified time | relevance | path

Searched defs:partition (Results 1 – 25 of 136) sorted by relevance

123456

/aosp12/frameworks/ex/common/java/com/android/common/widget/
H A DCompositeCursorAdapter.java92 public void addPartition(Partition partition) { in addPartition()
98 public void addPartition(int location, Partition partition) { in addPartition()
194 public boolean hasHeader(int partition) { in hasHeader()
209 public Cursor getCursor(int partition) { in getCursor()
216 public void changeCursor(int partition, Cursor cursor) { in changeCursor()
234 public boolean isPartitionEmpty(int partition) { in isPartitionEmpty()
279 public int getPositionForPartition(int partition) { in getPositionForPartition()
306 protected int getItemViewType(int partition, int position) { in getItemViewType()
380 protected View newHeaderView(Context context, int partition, Cursor cursor, in newHeaderView()
388 protected void bindHeaderView(View view, int partition, Cursor cursor) { in bindHeaderView()
[all …]
/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc147 const InstallPlan::Partition& partition = in InitializeFdVABC() local
325 const InstallPlan::Partition& partition = in StartPartitionHashing() local
395 const InstallPlan::Partition& partition = in GetPartitionPath() local
410 const InstallPlan::Partition& partition = in GetPartitionSize() local
421 const InstallPlan::Partition& partition = in ShouldWriteVerity() local
434 InstallPlan::Partition& partition = in FinishPartitionHashing() local
H A Ddelta_performer.cc237 const PartitionUpdate& partition = partitions_[current_partition_]; in OpenCurrentPartition() local
276 for (const PartitionUpdate& partition : partitions) { in LogPartitionInfo() local
460 for (const auto& partition : partitions_) { in Write() local
630 for (const PartitionUpdate& partition : manifest_.partitions()) { in ParseManifestPartitions() local
692 for (const auto& partition : partitions_) { in ParseManifestPartitions() local
1033 [](const PartitionUpdate& partition) { in ValidateManifest()
1113 bool* downgrade_detected) -> ErrorCode { in CheckTimestampError()
1154 for (const auto& partition : partitions) { in CheckTimestampError() local
1177 for (const auto& partition : partitions) { in CheckTimestampError() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/
H A DCompositeAdapter.java105 public void addPartition(final Partition partition) { in addPartition()
119 final Partition partition = mPartitions[index]; in removePartition() local
131 final Partition partition = mPartitions[i]; in clearPartitions() local
201 final Partition partition = mPartitions[i]; in getItem() local
223 final Partition partition = mPartitions[i]; in getItemId() local
245 final Partition partition = mPartitions[i]; in isEnabled() local
263 final Partition partition = mPartitions[i]; in getView() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DPinnedHeaderListAdapter.java60 protected boolean isPinnedPartitionHeaderVisible(int partition) { in isPinnedPartitionHeaderVisible()
70 public View getPinnedHeaderView(int partition, View convertView, ViewGroup parent) { in getPinnedHeaderView()
121 int partition = getPartitionForPosition(position); in configurePinnedHeaders() local
144 int partition = getPartitionForPosition(position - 1); in configurePinnedHeaders() local
H A DContactEntryListAdapter.java169 final Partition partition = getPartition(i); in removeDirectoriesAfterDefault() local
182 Partition partition = getPartition(i); in getPartitionByDirectoryId() local
195 Partition partition = getPartition(i); in getDirectoryById() local
216 Partition partition = getPartition(i); in onDataReload() local
234 Partition partition = getPartition(i); in clearPartitions() local
445 Partition partition = getPartition(i); in changeDirectories() local
465 Partition partition = getPartition(partitionIndex); in changeCursor() local
565 Partition partition = getPartition(i); in isLoading() local
591 Partition partition = getPartition(i); in configureDefaultPartition() local
631 Partition partition = getPartition(partitionIndex); in bindHeaderView() local
[all …]
H A DJoinContactListAdapter.java135 public int getItemViewType(int partition, int position) { in getItemViewType()
140 protected View newHeaderView(Context context, int partition, Cursor cursor, in newHeaderView()
167 Context context, int partition, Cursor cursor, int position, ViewGroup parent) { in newView()
181 protected void bindView(View itemView, int partition, Cursor cursor, int position) { in bindView()
/aosp12/system/core/fs_mgr/liblp/
H A Dbuilder.cpp333 for (const auto& partition : metadata.partitions) { in Init() local
548 for (const auto& partition : partitions_) { in FindPartition() local
567 for (const auto& partition : partitions_) { in TotalSizeOfGroup() local
618 for (const auto& partition : partitions_) { in GetFreeRegions() local
857 for (const auto& partition : partitions_) { in IsAnyRegionAllocated() local
912 for (const auto& partition : partitions_) { in Export() local
980 for (const auto& partition : partitions_) { in UsedSpace() local
1113 for (const auto& partition : partitions_) { in RemoveGroupAndPartitions() local
1162 for (const auto& partition : metadata.partitions) { in ImportPartitions() local
1177 Partition* partition = FindPartition(partition_name); in ImportPartition() local
[all …]
H A Dutility.cpp145 for (const auto& partition : metadata.partitions) { in FindPartition() local
153 uint64_t GetPartitionSize(const LpMetadata& metadata, const LpMetadataPartition& partition) { in GetPartitionSize()
191 bool UpdatePartitionName(LpMetadataPartition* partition, const std::string& name) { in UpdatePartitionName()
250 for (auto& partition : metadata->partitions) { in UpdateMetadataForInPlaceSnapshot() local
317 for (auto& partition : metadata->partitions) { in SetMetadataHeaderV0() local
/aosp12/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp23 const std::string& partition) { in SetCpuPartition()
31 int PerformanceClient::SetCpuPartition(pid_t task_id, const char* partition) { in SetCpuPartition()
116 extern "C" int dvrSetCpuPartition(pid_t task_id, const char* partition) { in dvrSetCpuPartition()
142 extern "C" int dvrGetCpuPartition(pid_t task_id, char* partition, size_t size) { in dvrGetCpuPartition()
/aosp12/frameworks/ex/common/java/com/android/common/contacts/
H A DBaseEmailAddressAdapter.java309 DirectoryPartition partition = (DirectoryPartition)getPartition(partitionIndex); in getItemViewType() local
316 DirectoryPartition partition = (DirectoryPartition)getPartition(partitionIndex); in newView() local
325 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView()
381 DirectoryPartition partition = new DirectoryPartition(); in onDirectoryLoadFinished() local
443 DirectoryPartition partition = (DirectoryPartition) getPartition(i); in onDirectoryLoadFinished() local
463 DirectoryPartition partition = (DirectoryPartition) getPartition(i); in onDirectoryLoadFinished() local
484 DirectoryPartition partition = (DirectoryPartition) getPartition(partitionIndex); in showSearchPendingIfNotComplete() local
503 DirectoryPartition partition = (DirectoryPartition) getPartition(partitionIndex); in onPartitionLoadFinished() local
528 private Cursor removeDuplicatesAndTruncate(int partition, Cursor cursor) { in removeDuplicatesAndTruncate()
554 private boolean hasDuplicates(Cursor cursor, int partition) { in hasDuplicates()
/aosp12/bootable/recovery/install/
H A Dwipe_device.cpp82 auto partition = android::base::Trim(line); in GetWipePartitionList() local
95 static bool SecureWipePartition(const std::string& partition) { in SecureWipePartition()
197 for (const auto& partition : partition_list) { in WipeAbDevice() local
/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out, in ReadPartitionToBuffer()
136 static bool WriteBufferToPartition(const FileContents& file_contents, const Partition& partition) { in WriteBufferToPartition()
290 bool FlashPartition(const Partition& partition, const std::string& source_filename) { in FlashPartition()
426 bool CheckPartition(const Partition& partition) { in CheckPartition()
454 std::ostream& operator<<(std::ostream& os, const Partition& partition) { in operator <<()
/aosp12/bionic/libc/kernel/uapi/linux/
H A Dfsl_hypervisor.h24 __u32 partition; member
28 __u32 partition; member
33 __u32 partition; member
39 __u32 partition; member
/aosp12/frameworks/base/core/java/com/android/internal/content/om/
H A DOverlayConfigParser.java128 OverlayPartition(@NonNull SystemPartition partition) { in OverlayPartition()
142 private static String policyForPartition(SystemPartition partition) { in policyForPartition()
179 private ParsingContext(OverlayPartition partition) { in ParsingContext()
194 static ArrayList<ParsedConfiguration> getConfigurations( in getConfigurations()
/aosp12/system/core/fastboot/
H A Dfastboot.cpp1029 static bool is_logical(const std::string& partition) { in is_logical()
1803 for (const auto& partition : metadata->partitions) { in should_flash_in_userspace() local
2088 std::string partition = next_arg(&args); in Main() local
2089 auto erase = [&](const std::string& partition) { in Main()
2114 std::string partition = next_arg(&args); in Main() local
2192 std::string partition = next_arg(&args); in Main() local
2251 std::string partition = next_arg(&args); in Main() local
2255 std::string partition = next_arg(&args); in Main() local
2258 std::string partition = next_arg(&args); in Main() local
2288 std::string partition = next_arg(&args); in Main() local
[all …]
H A Dfastboot_driver.cpp80 RetCode FastBootDriver::CreatePartition(const std::string& partition, const std::string& size) { in CreatePartition()
85 RetCode FastBootDriver::DeletePartition(const std::string& partition) { in DeletePartition()
89 RetCode FastBootDriver::Erase(const std::string& partition, std::string* response, in Erase()
94 RetCode FastBootDriver::Flash(const std::string& partition, std::string* response, in Flash()
118 RetCode FastBootDriver::ResizePartition(const std::string& partition, const std::string& size) { in ResizePartition()
138 RetCode FastBootDriver::FlashPartition(const std::string& partition, in FlashPartition()
147 RetCode FastBootDriver::FlashPartition(const std::string& partition, android::base::borrowed_fd fd, in FlashPartition()
156 RetCode FastBootDriver::FlashPartition(const std::string& partition, sparse_file* s, uint32_t size, in FlashPartition()
248 RetCode FastBootDriver::Download(const std::string& partition, struct sparse_file* s, uint32_t size, in Download()
364 RetCode FastBootDriver::FetchToFd(const std::string& partition, android::base::borrowed_fd fd, in FetchToFd()
/aosp12/packages/services/Car/car-lib/src/android/car/storagemonitoring/
H A DLifetimeWriteInfo.java48 public final String partition; field in LifetimeWriteInfo
52 public LifetimeWriteInfo(String partition, String fstype, long writtenBytes) { in LifetimeWriteInfo()
/aosp12/system/update_engine/aosp/
H A Dcow_converter.cc42 bool ProcessPartition(const chromeos_update_engine::PartitionUpdate& partition, in ProcessPartition()
124 for (const auto& partition : manifest.partitions()) { in main() local
/aosp12/frameworks/native/cmds/lshal/libprocpartition/
H A Dprocpartition.cpp76 std::string partition = (backslash != std::string::npos) ? path.substr(1, backslash - 1) : path; in getPartitionFromRealpath() local
102 Partition partition = getPartitionFromExe(pid); in getPartition() local
/aosp12/frameworks/ex/common/tests/src/com/android/common/widget/
H A DCompositeCursorAdapterTest.java47 … protected View newHeaderView(Context context, int partition, Cursor cursor, ViewGroup parent) { in newHeaderView()
52 protected void bindHeaderView(View view, int partition, Cursor cursor) { in bindHeaderView()
64 protected void bindView(View v, int partition, Cursor cursor, int position) { in bindView()
/aosp12/system/linkerconfig/generator/
H A Dvariableloader.cc57 std::string partition) { in LoadVariableFromPartitionPath()
76 const std::string& partition) { in LoadVndkLibraryListVariables()
/aosp12/system/extras/partition_tools/
H A Dlpdump.cc152 for (auto partition : builder->ListPartitionsInGroup(group_name)) { in MergeMetadata() local
181 DynamicPartitionsDeviceInfoProto* proto, const std::string& partition) { in FindPartition()
197 std::string partition = match[1]; in GetReadonlyPartitionName() local
211 auto partition = GetReadonlyPartitionName(entry); in MergeFsUsage() local
318 for (const auto& partition : pt.partitions) { in PrintMetadata() local
/aosp12/system/core/fs_mgr/libfiemap/
H A Dmetadata.cpp129 bool FillPartitionExtents(MetadataBuilder* builder, Partition* partition, SplitFiemap* file, in FillPartitionExtents()
188 auto partition = builder->FindPartition(partition_name); in UpdateMetadata() local
216 auto partition = builder->FindPartition(partition_name); in AddAttributes() local
/aosp12/build/make/tools/releasetools/
H A Dota_package_parser.py143 def PrintDataInfo(self, partition): argument
163 def AnalyzePartition(self, partition): argument

123456