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

1 2

  /frameworks/base/cmds/bootanimation/
bootanimation_main.cpp 40 ALOGI_IF(noBootAnimation, "boot animation disabled");
46 // create the boot animation object
47 sp<BootAnimation> boot = new BootAnimation(); local
  /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...]
  /bootable/recovery/bootloader_message/
bootloader_message.cpp 142 bool read_bootloader_message(bootloader_message* boot, std::string* err) {
143 return read_misc_partition(boot, sizeof(*boot), BOOTLOADER_MESSAGE_OFFSET_IN_MISC, err);
146 bool write_bootloader_message(const bootloader_message& boot, std::string* err) {
147 return write_misc_partition(&boot, sizeof(boot), BOOTLOADER_MESSAGE_OFFSET_IN_MISC, err);
151 bootloader_message boot = {}; local
152 return write_bootloader_message(boot, err);
156 bootloader_message boot = {}; local
157 strlcpy(boot.command, "boot-recovery", sizeof(boot.command))
    [all...]
  /build/core/
dex_preopt.mk 6 # list of boot classpath jars for dexpreopt
31 # For an eng build only pre-opt the boot image. This gives reasonable performance and still
36 # Add mini-debug-info to the boot classpath unless explicitly asked not to.
44 # Compile boot.oat as position-independent code if WITH_DEXPREOPT_PIC=true
57 # Special rules for building stripped boot jars that override java_library.mk rules
59 # $(1): boot jar module name
60 define _dexpreopt-boot-jar-remove-classes.dex
74 $(foreach b,$(DEXPREOPT_BOOT_JARS_MODULES),$(eval $(call _dexpreopt-boot-jar-remove-classes.dex,$(b))))
  /external/apache-harmony/jdwp/
Android_debug_config.mk 105 # Waits for device to boot completely.
106 define wait-for-boot-complete
107 $(hide) echo "Wait for boot complete ..."
112 $(hide) echo "Boot complete"
130 $$(call wait-for-boot-complete)
  /external/opencv3/samples/java/sbt/sbt/
sbt-launch.jar 
  /external/autotest/client/bin/
kernel.py 26 Add a kernel with the specified tag to the boot config using the given
86 Boot a kernel, with post-boot kernel id check
89 @param ident_check: check kernel id after boot
109 # Boot it.
117 self.job.config_get('boot.default_args'),
492 self.boot_dir = os.path.join(prefix, 'boot')
497 images = glob.glob('arch/*/boot/' + self.build_target)
513 # copy to boot dir
591 def boot(self, args='', ident=True) member in class:kernel
779 def boot(self, args='', ident=True): member in class:rpm_kernel
    [all...]
  /hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx 181 bool H3LIS331DL::boot() function in class:H3LIS331DL
194 // wait for the boot bit to clear
  /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 
  /external/icu/icu4c/source/i18n/
dtptngen_impl.h 200 PtnElem *boot[MAX_PATTERN_ENTRIES]; member in class:PatternMap
  /bootable/recovery/
recovery.cpp 153 * 4. get_args() writes BCB with "boot-recovery" and "--wipe_data"
159 * 8. main() calls reboot() to boot main system
165 * 4. get_args() writes BCB with "boot-recovery" and "--update_package=..."
176 * 8a. m_i_f_u() writes BCB with "boot-recovery" and "--wipe_cache"
182 * 8e. bootloader writes BCB with "boot-recovery" (keeping "--wipe_cache")
187 * 9. main() calls reboot() to boot main system
312 bootloader_message boot = {}; local
314 if (!read_bootloader_message(&boot, &err)) {
317 memset(&boot, 0, sizeof(boot));
387 bootloader_message boot = {}; local
554 bootloader_message boot = {}; local
1394 bootloader_message boot = {}; local
    [all...]
  /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...]
  /external/toybox/toys/pending/
fdisk.c 68 {0x06, "FAT16"}, {0x07, "HPFS/NTFS"}, {0x0a, "OS/2 Boot Manager"},
73 {0x3c, "Part.Magic recovery"}, {0x41, "PPC PReP Boot"}, {0x42, "SFS"},
79 {0xab, "Darwin boot"}, {0xb7, "BSDI fs"}, {0xb8, "BSDI swap"},
80 {0xbe, "Solaris boot"}, {0xeb, "BeOS fs"}, {0xee, "EFI GPT"},
81 {0xef, "EFI (FAT-12/16/32)"}, {0xf0, "Linux/PA-RISC boot"},
232 /* Read the extended boot record for the
339 /* Read the Master Boot sector of the device for the
455 char boot, lastchar = '\0', *dev = disk_device; local
466 xprintf("%*s Boot Start End Blocks Id System\n", len+1, "Device");
471 boot = ((p->boot_ind == 0x80)?'*':(!p->boot_ind)?' ':'?')
    [all...]
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1/
classworlds-1.1.jar 
  /prebuilts/tools/common/m2/repository/classworlds/classworlds/1.1-alpha-2/
classworlds-1.1-alpha-2.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.equinox.common_3.7.0.v20150402-1709.jar 
  /prebuilts/devtools/tools/lib/
org-eclipse-equinox-common-3.6.0.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 

Completed in 495 milliseconds

1 2