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: $$@"
67 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-jar,$(b))))
69 # $(1): the rest list of boot jars
70 define _build-dexpreopt-boot-jar-dependency-pair
75 $(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...]
  /system/extras/fatblock/
fs.h 30 struct fat_boot_sector boot; member in struct:fs
fat.h 84 struct fat_boot_sector boot; member in struct:fat_bootinfo
  /bootable/recovery/
recovery.c 85 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
91 * 8. main() calls reboot() to boot main system
97 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
108 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
114 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
119 * 9. main() calls reboot() to boot main system
155 struct bootloader_message boot; local
156 memset(&boot, 0, sizeof(boot));
157 get_bootloader_message(&boot); // this may fail, leaving a zeroed structur
217 struct bootloader_message boot; local
277 struct bootloader_message boot; local
    [all...]
  /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 1117 milliseconds