HomeSort by relevance Sort by last modified time
    Searched full:bootloader (Results 176 - 200 of 520) sorted by null

1 2 3 4 5 6 78 91011>>

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DeviceChooserDialog.java 437 SWT.LEFT, "bootloader", //$NON-NLS-1$
569 } else if (deviceState == DeviceState.BOOTLOADER) {
570 return "Bootloader";
  /tools/test/connectivity/acts/framework/acts/controllers/
android_device.py 193 include_fastboot: Whether to include devices in bootloader mode or not.
328 """True if the device is in bootloader mode.
342 # If device is in bootloader mode, get mode name from fastboot.
  /external/vboot_reference/firmware/include/
vboot_api.h 332 /* Address of bootloader image in RAM */
334 /* Size of bootloader image in bytes */
342 * bootloader as KernelBootloaderOptions, though the disk handle is
    [all...]
  /docs/source.android.com/src/
index.jd 134 unlock</strong></a> reports the bootloader's lock status.
  /docs/source.android.com/src/source/
building.jd 95 <pre><code>$ adb reboot bootloader
  /frameworks/av/cmds/screenrecord/
Overlay.cpp 53 //"ro.bootloader",
  /frameworks/base/docs/html/training/articles/
direct-boot.jd 171 $ adb reboot-bootloader
security-key-attestation.jd 752 True if the device?s bootloader is locked, which enables Verified Boot
815 Indicates a full chain of trust, which includes the bootloader, the boot
  /frameworks/base/docs/html-intl/intl/es/training/articles/
direct-boot.jd 158 $ adb reboot-bootloader
  /frameworks/base/docs/html-intl/intl/pt-br/training/articles/
direct-boot.jd 158 $ adb reboot-bootloader
  /system/core/adb/
commandline.cpp 215 " device, recovery, sideload, or bootloader\n"
219 " adb get-state - prints: offline | bootloader | device\n"
223 " adb reboot [bootloader|recovery]\n"
224 " - reboots the device, optionally into the bootloader or recovery program.\n"
    [all...]
  /build/tools/releasetools/
edify_generator.py 142 """Asert that the bootloader version is one of *bootloaders."""
144 " ||\0".join(['getprop("ro.bootloader") == "%s"' % (b,)
  /device/google/marlin/
device-common.mk 353 # more partitions to this list for the bootloader and radio.
371 # Bootloader HAL used for A/B updates.
  /external/autotest/client/tests/kvm/steps/
Mandriva-One-2007-32.steps 232 # bootloader config
303 # bootloader
RHEL-3.9-i386.steps 86 # bootloader config
  /external/autotest/client/tests/kvm/unattended/
SLES-11.xml 5 <bootloader>
55 </bootloader>
  /external/autotest/server/cros/faft/utils/
mode_switcher.py 567 self.faft_client.system.run_shell_command('reboot bootloader')
597 self.faft_client.system.run_shell_command('reboot bootloader')
  /external/vboot_reference/futility/
cmd_show.c 468 printf(" Bootloader address: 0x%" PRIx64 "\n",
470 printf(" Bootloader size: 0x%" PRIx64 "\n",
  /external/vboot_reference/tests/
vboot_kernel_tests.c 576 TEST_EQ(lkp.bootloader_address, 0xbeadd008, " bootloader addr");
577 TEST_EQ(lkp.bootloader_size, 0x1234, " bootloader size");
  /hardware/libhardware/include/hardware/
keymaster2.h 53 * values provided do not match the values provided to the secure hardware by the bootloader (or
54 * if the bootloader did not provide values), then this method will return
  /system/core/init/
init.cpp 429 { "ro.boot.bootloader", "ro.bootloader", "unknown", },
readme.txt 252 Typically used when the bootloader sets a variable that indicates a specific
503 adb reboot bootloader
  /frameworks/native/cmds/dumpstate/
dumpstate.cpp 539 char radio[PROPERTY_VALUE_MAX], bootloader[PROPERTY_VALUE_MAX]; local
546 property_get("ro.bootloader", bootloader, "(unknown)");
557 printf("Bootloader: %s\n", bootloader);
    [all...]
  /bootable/recovery/updater/
install.cpp 44 #include "bootloader.h"
    [all...]
  /bootable/recovery/mtdutils/
mtdutils.c 122 * mtd0: 00080000 00020000 "bootloader"

Completed in 1416 milliseconds

1 2 3 4 5 6 78 91011>>