HomeSort by relevance Sort by last modified time
    Searched defs:boot (Results 1 - 11 of 11) sorted by null

  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 50 LOGI_IF(noBootAnimation, "boot animation disabled");
56 // create the boot animation object
57 sp<BootAnimation> boot = new BootAnimation(); local
  /build/core/
dex_preopt.mk 2 # Dexpreopt on the boot jars
37 --product-dir=$(DEXPREOPT_PRODUCT_DIR) --boot-dir=$(DEXPREOPT_BOOT_JAR_DIR) \
38 --boot-jars=$(DEXPREOPT_BOOT_JARS) $(DEXPREOPT_UNIPROCESSOR) \
43 # $(1): boot jar module name
44 define _dexpreopt-boot-jar
51 @echo "Dexpreopt Boot Jar: $$@"
66 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-jar,$(b))))
68 # $(1): the rest list of boot jars
69 define _build-dexpreopt-boot-jar-dependency-pair
74 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1))))
    [all...]
  /external/fsck_msdos/
check.c 62 struct bootblock boot; local
90 if (readboot(dosfs, &boot) == FSFATAL) {
96 if (skipclean && preen && checkdirty(dosfs, &boot)) {
103 if (((boot.FATsecs * boot.BytesPerSec) / 1024) > FAT_COMPARE_MAX_KB)
109 else if (boot.ValidFat < 0)
115 mod |= readfat(dosfs, &boot, boot.ValidFat >= 0 ? boot.ValidFat : 0, &fat);
122 if (!skip_fat_compare && boot.ValidFat < 0
    [all...]
  /device/htc/common/updater/
firmware.c 29 * On every boot, the bootloader will read the bootloader_message
37 * if command == "boot-recovery" -> boot recovery.img
40 * else -> boot boot.img (normal boot)
49 * 7. if failed, and the old image can still boot, status="failed-update"
52 * "boot-recovery"
164 struct bootloader_message boot; local
165 memset(&boot, 0, sizeof(boot))
    [all...]
  /bootable/recovery/
recovery.c 82 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
88 * 8. main() calls reboot() to boot main system
94 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
105 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
111 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
116 * 9. main() calls reboot() to boot main system
123 * 4. get_args() writes BCB with "boot-recovery" and
136 * 10. main() calls reboot() to boot main system
172 struct bootloader_message boot; local
173 memset(&boot, 0, sizeof(boot))
234 struct bootloader_message boot; local
292 struct bootloader_message boot; local
    [all...]
  /external/chromium/third_party/icu/source/i18n/
dtptngen_impl.h 197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
  /external/icu4c/i18n/
dtptngen_impl.h 197 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
  /external/dnsmasq/src/
rfc2131.c 785 struct dhcp_boot *boot = find_boot(netid); local
798 if (boot)
800 if (boot->next_server.s_addr)
801 mess->siaddr = boot->next_server;
803 if (boot->file)
804 strncpy((char *)mess->file, boot->file, sizeof(mess->file)-1);
1999 struct dhcp_boot *boot; local
2027 struct dhcp_boot *boot; local
    [all...]
  /prebuilt/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
  /prebuilt/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilt/common/ant/
ant.jar 

Completed in 482 milliseconds