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

  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 48 ALOGI_IF(noBootAnimation, "boot animation disabled");
54 // create the boot animation object
55 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.cpp 100 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
106 * 8. main() calls reboot() to boot main system
112 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
123 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
129 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
134 * 9. main() calls reboot() to boot main system
170 struct bootloader_message boot; local
171 memset(&boot, 0, sizeof(boot));
172 get_bootloader_message(&boot); // this may fail, leaving a zeroed structur
232 struct bootloader_message boot; local
319 struct bootloader_message boot; local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.runtime.compatibility_3.2.100.v20100505.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
  /external/icu4c/i18n/
dtptngen_impl.h 198 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...]
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.jar 
jcommon-1.0.12.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.equinox.common_3.4.0.v20080421-2006.jar 
org.eclipse.equinox.common_3.6.0.v20100503.jar 
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/org-eclipse-equinox-common/3.6.0/
org-eclipse-equinox-common-3.6.0.jar 
  /prebuilts/tools/common/jfreechart/
jcommon-1.0.12.jar 
  /prebuilts/tools/common/m2/repository/jfree/jcommon/1.0.12/
jcommon-1.0.12.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 4785 milliseconds