HomeSort by relevance Sort by last modified time
    Searched full:boot (Results 126 - 150 of 1049) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/com/android/server/
BootReceiver.java 65 // Log boot events in the background to avoid blocking the main thread with I/O
72 Slog.e(TAG, "Can't log boot events", e);
109 final String bootReason = SystemProperties.get("ro.boot.bootreason", null);
120 .append("Boot info:\n")
121 .append("Last boot reason: ").append(bootReason).append("\n")
128 // Encrypted, first boot to get PIN/pattern/password so data is tmpfs
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
BootSector.java 28 * The boot sector.
55 * The offset to the sectors per cluster value stored in a boot sector.
65 * The size of a boot sector in bytes.
81 "missing boot sector signature");
158 /* magic bytes needed by some windows versions to recognize a boot
166 /* the boot sector signature */
Fat16RootDirectory.java 48 * @param bs the boot sector that describes the root directory to read
66 * @param bs the boot sector that describes the root directory to create
  /hardware/intel/img/psb_video/src/
vsp_fw.h 34 /* Application IDs for applications that use secure boot
261 * Header-data/struct by PUnit to start VSP boot-processor
268 * Offsets need to have the secure-boot-header-address added and then be written
278 /* Offset to text section of boot-program in blob */
280 /* iCache base-address of boot-processor */
283 /* Value of icache-control-bits to write to boot-processor */
285 /* status&control register of boot-processor */
288 /* Value of program counter to write to boot-processor */
289 /* address of main-function in boot-program */
291 /* pc-start-register of boot-processor *
    [all...]
  /device/asus/fugu/
AndroidKernel.mk 61 $(hide) cp -f $(KERNEL_OUT_DIR)/arch/x86/boot/bzImage $@
93 $(PRODUCT_OUT)/boot.img: build_kernel
  /external/chromium_org/chrome/browser/chromeos/background/
ash_user_wallpaper_delegate.cc 68 // It is a first boot case now. If kDisableBootAnimation flag
124 // Make sure that boot animation type is used only once.
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/
UserSwitchListenerService.java 61 "boot completed, user is " + UserHandle.myUserId()
62 + " boot user id: "
  /packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarReceiver.java 30 * This IntentReceiver executes when the boot completes and ensures that
33 * the boot completes because the alarm manager may not have been started
CalendarUpgradeReceiver.java 31 * This will be launched during system boot, after the core system has
38 * All of this heavy lifting happens before the boot animation ends.
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsUpgradeReceiver.java 32 * This will be launched during system boot, after the core system has
39 * All of this heavy lifting happens before the boot animation ends.
  /packages/providers/MediaProvider/src/com/android/providers/media/
MediaUpgradeReceiver.java 32 * This will be launched during system boot, after the core system has
39 * All of this heavy lifting happens before the boot animation ends.
  /build/core/tasks/check_boot_jars/
check_boot_jars.py 4 Check boot jars.
  /build/target/board/generic_mips/
BoardConfig.mk 37 # Enable dex-preoptimization to speed up the first boot sequence
  /build/target/board/generic_mips64/
BoardConfig.mk 48 # Enable dex-preoptimization to speed up the first boot sequence
  /development/tools/labpretest/crespo/
custom_flash.sh 11 # sets the name of the boot partition and
  /development/tools/labpretest/stingray/
custom_flash.sh 11 # sets the name of the boot partition and
  /device/asus/fugu/recovery/
fw_version_check.c 131 * 00 SCU Boot Strap Firmware Minor Revision Low
132 * 01 SCU Boot Strap Firmware Minor Revision High
133 * 02 SCU Boot Strap Firmware Major Revision Low
134 * 03 SCU Boot Strap Firmware Major Revision High
  /device/asus/grouper/
init.grouper.usb.rc 4 on boot
  /device/sample/apps/upgrade/src/com/example/android/platform/upgrade/
Upgrade.java 27 * This will be launched during system boot, after the core system has
  /docs/source.android.com/src/devices/tech/encryption/
index.jd 39 to avoid first boot taking a long time. Only ext4 and f2fs filesystems
41 <li>Added the <code>forceencrypt</code> flag to encrypt on first boot.
70 <p>Upon first boot, the device generates a 128-bit key. This key is then encrypted
107 and then follows a normal boot flow. </p>
112 <li>Encrypt a new device with <code>forceencrypt</code>: Mandatory encryption at first boot (starting in Android L).
115 <li>Boot an encrypted device:
128 <p>This is the normal first boot for an Android L device. </p>
161 encrypted on first boot, there should be no password set; therefore we decrypt
170 <p>Set <code>vold</code> to <code>trigger_restart_framework</code>, which continues the usual boot process.</p>
233 <p>This is what happens when you boot up an encrypted device with no password
    [all...]
  /external/chromium_org/ash/desktop_background/
user_wallpaper_delegate.h 53 // Notifies delegate that wallpaper boot animation has finished.
  /external/chromium_org/chromeos/
chromeos_paths.h 33 // cleared on boot.
  /external/chromium_org/third_party/skia/gm/
factory.cpp 37 // Create a cache which will boot the pixels out anytime the
  /external/e2fsprogs/misc/
logsave.8.in 36 is useful for saving the output of initial boot scripts
  /external/kernel-headers/original/uapi/linux/
screen_info.h 7 * These are set up by the setup-routine at boot-time:

Completed in 1068 milliseconds

1 2 3 4 56 7 8 91011>>