HomeSort by relevance Sort by last modified time
    Searched full:boot (Results 51 - 75 of 829) sorted by null

1 23 4 5 6 7 8 91011>>

  /system/core/rootdir/etc/
init.goldfish.rc 7 on boot
60 # properties on boot. It must be run early during the boot
  /system/core/fastboot/
fastboot.c 98 if(!strcmp(item,"boot")) {
99 fn = "boot.img";
276 " flashall flash boot + recovery + system\n"
281 " boot <kernel> [ <ramdisk> ] download and boot kernel\n"
282 " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n"
326 /* is this actually a boot image? */
331 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
347 fprintf(stderr,"creating boot image...\n")
    [all...]
  /dalvik/tools/
dex-preopt 43 # contain the boot classpath jar files. If not specified, then there
46 # --boot-dir=path/to/bootclasspath -- Specify the path, relative to the
47 # product directory, of the directory where the boot classpath files
49 # --boot-jars=list:of:jar:base:names -- Specify the list of base names
59 # are taken, and what is processed is the entirety of the boot jar
122 elif [ "${option}" = 'boot-dir' -a "${hasValue}" = 'yes' ]; then
126 elif [ "${option}" = 'boot-jars' -a "${hasValue}" = 'yes' ]; then
167 # Sanity-check the specified boot classpath directory.
169 echo "must specify boot classpath directory" 1>&2
173 # Sanity-check the specified boot jar list
    [all...]
  /build/tools/releasetools/
ota_from_target_files 179 i = cls.ITEMS.get("system/recovery-from-boot.p", None)
313 with the boot image. (Most of the space in these images is just the
316 script that is run from init.rc on first boot to actually do the
338 common.ZipWriteStr(output_zip, "recovery/recovery-from-boot.p", patch)
339 Item.Get("system/recovery-from-boot.p", dir=False)
341 boot_type, boot_device = common.GetTypeAndDevice("/boot", OPTIONS.info_dict)
347 applypatch %(bonus_args)s %(boot_type)s:%(boot_device)s:%(boot_size)d:%(boot_sha1)s %(recovery_type)s:%(recovery_device)s %(recovery_sha1)s %(recovery_size)d %(boot_sha1)s:/system/recovery-from-boot.p
412 boot_img = common.GetBootableImage("boot.img", "boot.img",
413 OPTIONS.input_tmp, "BOOT")
    [all...]
  /build/target/board/generic_x86/
BoardConfig.mk 24 # Enable dex-preoptimization to speed up the first boot sequence
  /device/asus/tilapia/
recovery.fstab 8 /boot emmc /dev/block/platform/sdhci-tegra.3/by-name/LNX
  /device/ti/panda/
init.omap4pandaboard.usb.rc 1 on boot
  /external/qemu/android/
audio-test.h 17 * used to test that the audio backend works without having to boot
hw-lcd.h 21 /* Sets the boot property corresponding to the emulated abstract LCD density */
  /external/clang/lib/Frontend/
InitHeaderSearch.cpp 263 AddPath("/boot/common/include", System, true, false, false);
264 AddPath("/boot/develop/headers/os", System, true, false, false);
265 AddPath("/boot/develop/headers/os/app", System, true, false, false);
266 AddPath("/boot/develop/headers/os/arch", System, true, false, false);
267 AddPath("/boot/develop/headers/os/device", System, true, false, false);
268 AddPath("/boot/develop/headers/os/drivers", System, true, false, false);
269 AddPath("/boot/develop/headers/os/game", System, true, false, false);
270 AddPath("/boot/develop/headers/os/interface", System, true, false, false);
271 AddPath("/boot/develop/headers/os/kernel", System, true, false, false);
272 AddPath("/boot/develop/headers/os/locale", System, true, false, false)
    [all...]
  /external/grub/docs/
grub.8 14 \fB\-\-boot\-drive\fR=\fIDRIVE\fR
18 specify stage2 config_file [default=/boot/grub/menu.lst]
Makefile.am 3 EXAMPLES = boot.S kernel.c multiboot.h
4 multiboot_TEXINFOS = boot.S.texi kernel.c.texi multiboot.h.texi
19 boot.o: multiboot.h
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkService.java 25 * Example service to handle IMS setup after boot completed event.
49 // Code to execute after boot completes, e.g. connecting to the IMS PDN
  /device/samsung/manta/recovery/
recovery_updater.c 30 // bootloader (BL1/BL2) followed by a "boot flag", followed by a
32 // bootloader. The boot flag tells the low-level code which copy of
33 // the big bootloader to boot.
35 // The strategy here is to read the boot flag, write the *other* copy
36 // of the big bootloader, flip the boot flag to that freshly-written
72 fprintf(stderr, "failed to read boot flag: %s\n", strerror(errno));
  /external/grub/util/
grub-image 2 # grub-image - Create a GRUB boot filesystem image and tarball
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-image.in 2 # grub-image - Create a GRUB boot filesystem image and tarball
64 mkdir -p $bootdir/boot/grub
66 $bootdir/boot/grub
67 test ! -f menu.lst || cp -p menu.lst $bootdir/boot/grub
134 install /boot/grub/stage1 (fd0) /boot/grub/stage2
grub-set-default 3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
78 grubdir=${rootdir}/boot/grub
grub-set-default.in 3 # Set a default boot entry for GRUB
32 Set the default boot entry for GRUB.
78 grubdir=${rootdir}/boot/grub
  /external/grub/netboot/
3c90x.txt 90 boot PROM and set it to 64k or 128k, as appropriate.
95 it configured, and to verify that it will boot properly.
98 5. Put the PROM in the ethernet card, boot and enable 'boot from
104 boot PROM, add the setting CFG_3C90X_BOOTROM_FIX and go through the
107 Please note that you have to boot off a floppy (not PROM!) once for
137 have issues with booting locally once the boot PROM has been installed
141 1. Newer BIOS's actually work correctly with the network boot order.
143 the network boot PROM first.
149 3. Make sure the CMOS security settings aren't preventing a boot
    [all...]
  /external/grub/stage2/
mb_info.h 102 * This is the struct passed to the boot image. This is done by placing
121 /* Boot-Module list */
160 /* Boot Loader Name */
181 /* is there a boot device set? */
204 /* Is there a boot loader name? */
  /build/target/board/vbox_x86/
init.vbox_x86.rc 7 on boot
64 # properties on boot. It must be run early during the boot
  /development/tools/emulator/system/qemu-props/
qemu-props.c 19 * system. It does so by connecting to the 'boot-properties' qemud service.
42 #define QEMUD_SERVICE "boot-properties"
55 qemud_fd = qemud_channel_open( "boot-properties" );
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
cycx_cfm.h 35 #define GEN_SET_SEG 0x1401 /* boot segment setting. */
36 #define GEN_BOOT_DAT 0x1402 /* boot data. */
38 #define GEN_DEFPAR 0x1404 /* buffer length for boot. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cycx_cfm.h 35 #define GEN_SET_SEG 0x1401 /* boot segment setting. */
36 #define GEN_BOOT_DAT 0x1402 /* boot data. */
38 #define GEN_DEFPAR 0x1404 /* buffer length for boot. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
cycx_cfm.h 35 #define GEN_SET_SEG 0x1401 /* boot segment setting. */
36 #define GEN_BOOT_DAT 0x1402 /* boot data. */
38 #define GEN_DEFPAR 0x1404 /* buffer length for boot. */

Completed in 1968 milliseconds

1 23 4 5 6 7 8 91011>>