HomeSort by relevance Sort by last modified time
    Searched refs:partitions (Results 51 - 75 of 284) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/update_engine/payload_consumer/
install_plan.h 49 // Load the |source_path| and |target_path| of all |partitions| based on the
51 // to load all the partitions for the valid slots.
64 // Only download manifest and fill in partitions in install plan without
110 std::vector<Partition> partitions; member in struct:chromeos_update_engine::InstallPlan
filesystem_verifier_action_unittest.cc 166 install_plan.partitions = {part};
268 install_plan.partitions = {part};
  /cts/suite/cts/utils/
get_csv_report.py 105 partitions = buildInfo.getAttribute("partitions")
106 m = re.search(r'.*;/data\s+([\w\.]+)\s+([\w\.]+)\s+([\w\.]+)\s+([\w\.]+);', partitions)
  /developers/build/prebuilts/gradle/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 123 // First get the name of all partitions in the values
124 ArraySet<String> partitions = new ArraySet<>(); local
133 partitions.add(partition.mName);
137 if (partitions.size() != 1) {
138 showError(context.getString(R.string.message_autofill_blocked, partitions));
180 showMessage(context.getString(R.string.message_autofill_ok, partitions.valueAt(0)));
  /developers/samples/android/input/autofill/AutofillFramework/Application/src/main/java/com/example/android/autofillframework/app/
CustomVirtualView.java 123 // First get the name of all partitions in the values
124 ArraySet<String> partitions = new ArraySet<>(); local
133 partitions.add(partition.mName);
137 if (partitions.size() != 1) {
138 showError(context.getString(R.string.message_autofill_blocked, partitions));
180 showMessage(context.getString(R.string.message_autofill_ok, partitions.valueAt(0)));
  /external/libvorbis/lib/
floor1.c 102 /* save out partitions */
103 oggpack_write(opb,info->partitions,5); /* only 0 to 31 legal */
104 for(j=0;j<info->partitions;j++){
123 for(j=0,k=0;j<info->partitions;j++){
139 /* read partitions */
140 info->partitions=oggpack_read(opb,5); /* only 0 to 31 legal */
141 for(j=0;j<info->partitions;j++){
168 for(j=0,k=0;j<info->partitions;j++){
215 for(i=0;i<info->partitions;i++)n+=info->class_dim[info->partitionclass[i]];
860 for(i=0,j=2;i<info->partitions;i++)
    [all...]
vorbisenc.c 202 int partitions=f->partitions; local
205 for(i=0;i<partitions;i++)
477 for(i=0;i<r->partitions;i++)
485 for(i=0;i<r->partitions;i++){
497 for(i=0;i<r->partitions;i++)
505 for(i=0;i<r->partitions;i++){
    [all...]
  /compatibility/cdd/9_security-model/
9_10_device-integrity.md 29 * [C-7-1] MUST NOT allow verified partitions on the device to be modified
42 (e.g. boot, system partitions) and to use tamper-evident storage for storing the
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/drivers/
hisi_mcu.c 37 #include <partitions.h>
  /system/core/init/
init_first_stage.cpp 155 // required_devices_partition_names_. Found partitions will then be removed from it
189 // UeventCallback() will remove found partitions from required_devices_partition_names_.
190 // So if it isn't empty here, it means some partitions are not found.
197 LOG(INFO) << "Wait for partitions returned after " << t;
287 LOG(ERROR) << "Partitions can't be verified at boot";
290 // Checks for verified partitions.
342 // Gets the vbmeta partitions from device tree.
371 // libavb verifies AVB metadata on all verified partitions at once.
380 std::vector<std::string> partitions = android::base::Split(device_tree_vbmeta_parts_, ","); local
382 for (const auto& partition : partitions) {
    [all...]
  /system/update_engine/scripts/
brillo_update_payload 284 # Detect the format of the |image| file and extract its updatable partitions
301 # bundled here and we will use it to extract the partitions, so the GPT
360 # Extract the A/B updated partitions from a Brillo target_files zip file into
367 local partitions=( "boot" "system" )
375 partitions=($(cat "${ab_partitions_list}"))
376 if [[ ${#partitions[@]} -eq 0 ]]; then
377 die "The list of partitions is empty. Can't generate a payload."
382 echo "List of A/B partitions: ${partitions[@]}"
385 eval "${partitions_order}=(${partitions[@]})
    [all...]
  /build/make/core/
install_jni_libs.mk 31 # If this app isn't to be installed to system, vendor, or oem partitions.
  /cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DeviceInfoInstrument.java 149 // partitions
150 String partitions = getPartitions(); local
151 addResult(PARTITIONS, partitions);
  /external/gptfdisk/
current.spec 72 disks. Removes stray GPT data, fixes mis-sized extended partitions,
gpt.h 65 GPTPart *partitions; member in class:GPTData
66 uint32_t numParts; // # of partitions the table can hold
82 uint32_t sectorAlignment; // Start partitions at multiples of sectorAlignment
190 uint32_t ComputeAlignment(void); // Set alignment based on current partitions
  /external/vboot_reference/utility/
dev_debug_vboot 43 those keys to validate all the ChromeOS kernel partitions it can find. A
140 debug "Extracting kernel partitions from $1 ..."
277 devs=$(awk '/(mmcblk[0-9])$|(sd[a-z])$/ {print "/dev/"$4}' /proc/partitions)
  /prebuilts/go/darwin-x86/src/image/color/palette/
gen.go 81 fmt.Fprintln(w, "// Plan9 is a 256-color palette that partitions the 24-bit RGB space")
  /prebuilts/go/linux-x86/src/image/color/palette/
gen.go 81 fmt.Fprintln(w, "// Plan9 is a 256-color palette that partitions the 24-bit RGB space")
  /external/libxml2/
relaxng.c 287 int nbgroups; /* number of groups in the partitions */
932 * @partitions: a partition set structure
937 xmlRelaxNGFreePartition(xmlRelaxNGPartitionPtr partitions)
942 if (partitions != NULL) {
943 if (partitions->groups != NULL) {
944 for (j = 0; j < partitions->nbgroups; j++) {
945 group = partitions->groups[j];
954 xmlFree(partitions->groups);
956 if (partitions->triage != NULL) {
957 xmlHashFree(partitions->triage, NULL)
4319 xmlRelaxNGPartitionPtr partitions = NULL; local
9291 xmlRelaxNGPartitionPtr partitions; local
    [all...]
  /development/ndk/platforms/android-9/arch-mips/include/asm/
sgiarcs.h 319 struct sgi_partition partitions[SGIBBLOCK_MAXPART]; member in struct:sgi_bootblock
  /development/ndk/platforms/android-9/include/linux/mtd/
nand.h 305 struct mtd_partition *partitions; member in struct:platform_nand_chip
  /device/linaro/bootloader/arm-trusted-firmware/plat/hikey/
bl2_plat_setup.c 37 #include <partitions.h>
partitions.c 37 #include <partitions.h>
  /external/vboot_reference/scripts/image_signing/
make_dev_ssd.sh 38 DEFINE_string partitions "" \
39 "List of partitions to examine (default: $DEFAULT_PARTITIONS)" ""
303 debug_msg "user has assigned partitions - provide more info."
315 sudo ./make_dev_ssd.sh $ORIGINAL_PARAMS --partitions $ROOTDEV_KERNEL
318 explicitly assign only one target partition for each time (--partitions N )
401 debug_msg "check valid kernel partitions for live system"
404 err_die "No valid kernel partitions on $FLAGS_image ($FLAGS_partitions)."
  /external/webp/include/webp/
encode.h 125 int partitions; // log2(number of token partitions) in [0..3]. Default member in struct:WebPConfig

Completed in 649 milliseconds

1 23 4 5 6 7 8 91011>>