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

1 2

  /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_libdvm.mk 36 --boot-dir=$(DEXPREOPT_BOOT_JAR_DIR) \
37 --boot-jars=$(DEXPREOPT_BOOT_JARS) \
43 # Special rules for building odex files for boot jars that override java_library.mk rules
45 # $(1): boot jar module name
46 define _dexpreopt-boot-odex
52 @echo "Dexpreopt Boot Jar: $$@"
61 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-odex,$(b))))
63 # $(1): the rest list of boot jars
64 define _build-dexpreopt-boot-jar-dependency-pair
69 $(eval $(call _build-dexpreopt-boot-jar-dependency-pair,$(wordlist 2,999,$(1))))
    [all...]
dex_preopt.mk 8 # list of boot classpath jars for dexpreopt
30 # Special rules for building stripped boot jars that override java_library.mk rules
32 # $(1): boot jar module name
33 define _dexpreopt-boot-jar-remove-classes.dex
47 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-jar-remove-classes.dex,$(b))))
  /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...]
  /external/apache-harmony/jdwp/
Android.mk 77 # Waits for device to boot completely.
78 define wait-for-boot-complete
79 $(hide) echo "Wait for boot complete ..."
84 $(hide) echo "Boot complete"
94 $(call wait-for-boot-complete)
  /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 
  /bootable/recovery/
recovery.cpp 116 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
122 * 8. main() calls reboot() to boot main system
128 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
139 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
145 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
150 * 9. main() calls reboot() to boot main system
192 struct bootloader_message boot; local
193 memset(&boot, 0, sizeof(boot));
194 get_bootloader_message(&boot); // this may fail, leaving a zeroed structur
261 struct bootloader_message boot; local
395 struct bootloader_message boot; local
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
dtptngen_impl.h 201 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 201 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/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.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/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.common_3.6.200.v20130402-1505.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-inject-bean/1.4.2/
sisu-inject-bean-1.4.2.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
org.eclipse.sisu.inject-0.0.0.M5.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 

Completed in 4091 milliseconds

1 2