HomeSort by relevance Sort by last modified time
    Searched refs:SSD (Results 1 - 4 of 4) sorted by null

  /external/vboot_reference/scripts/image_signing/
convert_recovery_to_full_ssd.sh 7 # Script to convert a recovery image into an SSD image usable by factory.
19 Converts <signed_recovery_image> into a full SSD image usable by factory. Uses
20 stateful partition from SSD image <original_image_zip>.
41 echo "Extracting original SSD image."
52 echo "Replacing RootFS on the SSD with that of the RECOVERY image"
57 echo "Replacing KernelA on the SSD with that of the RECOVERY image"
61 # Overwrite the kernel vblock on the created SSD image.
66 echo "Overwriting kernel vblock with SSD kernel vblock"
75 echo "${RECOVERY_IMAGE} was converted to a factory SSD image: ${SSD_IMAGE}"
convert_recovery_to_ssd.sh 7 # Script to convert a recovery image into an SSD image. Changes are made in-
14 In-place converts recovery <image> into an SSD image. With --force, does not
52 echo "This will modify ${IMAGE} in-place and convert it into an SSD image."
76 echo "Overwriting kernel partition A vblock with SSD vblock"
82 echo "${IMAGE} was converted to an SSD image."
sign_official_build.sh 28 ssd (sign an SSD image)
338 # Update the SSD install-able vblock file on stateful partition.
340 # This is deprecated because all new images should have a SSD boot-able kernel
595 # The SSD key is only used in non-recovery mode.
596 echo -n "With SSD Key (Recovery Mode OFF, Dev Mode OFF): " && \
599 echo -n "With SSD Key (Recovery Mode OFF, Dev Mode ON): " && \
715 if [[ "${TYPE}" == "ssd" ]]; then
716 sign_image_file "SSD" "${INPUT_IMAGE}" "${OUTPUT_IMAGE}" 2 \
  /external/llvm/lib/CodeGen/
MachinePipeliner.cpp 467 void computeNodeSetInfo(SwingSchedulerDAG *SSD) {
469 MaxMOV = std::max(MaxMOV, SSD->getMOV(SU));
470 MaxDepth = std::max(MaxDepth, SSD->getDepth(SU));
668 bool isValidSchedule(SwingSchedulerDAG *SSD);
669 void finalizeSchedule(SwingSchedulerDAG *SSD);
670 bool orderDependence(SwingSchedulerDAG *SSD, SUnit *SU,
672 bool isLoopCarried(SwingSchedulerDAG *SSD, MachineInstr &Phi);
673 bool isLoopCarriedDefOfUse(SwingSchedulerDAG *SSD, MachineInstr *Inst,
    [all...]

Completed in 451 milliseconds