/external/libpng/projects/beos/ |
x86-shared.txt | 14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which 17 3) copy libpng.so to /boot/home/config/lib
|
x86-static.txt | 14 2) copy and png.h, pngconf.h somewhere; /boot/home/config/include (which 17 3) copy libpng.a to /boot/home/config/lib
|
/bootable/bootloader/legacy/libboot/ |
tags_cmdline.c | 29 #include <boot/boot.h> 30 #include <boot/tags.h> 31 #include <boot/flash.h>
|
tags_partition.c | 29 #include <boot/boot.h> 30 #include <boot/tags.h> 31 #include <boot/flash.h>
|
tags_revision.c | 29 #include <boot/boot.h> 30 #include <boot/tags.h> 31 #include <boot/flash.h>
|
tags_serialno.c | 29 #include <boot/boot.h> 30 #include <boot/tags.h> 31 #include <boot/flash.h>
|
poll.c | 29 #include <boot/boot.h>
|
/bootable/diskinstaller/ |
init.rc | 16 on boot
|
/external/fsck_msdos/ |
Android.mk | 5 LOCAL_SRC_FILES := boot.c check.c dir.c fat.c main.c
|
/external/qemu/android/ |
boot-properties.c | 13 #include "android/boot-properties.h" 33 * be set on boot in the emulated system. 69 /* Clears all existing boot properties 88 /* Appends a new boot property to the end of the internal list. 121 D("Adding boot property: '%.*s' = '%.*s'", 142 dwarning("boot property name too long: '%.*s'", 146 dwarning("boot property value too long: '%.*s'", 150 dwarning("boot property name contains invalid chars: %.*s", 197 /* Loads a single boot property from a snapshot file 225 D("%s: load failed: cannot add boot property (details follow)\n" [all...] |
boot-properties.h | 16 /* Manage the set of boot system properties. 17 * See the documentation for the 'boot-properties' service 28 /* record a new boot system property, this must be performed before the 42 /* init the boot property QEMUD service. This must be performed before
|
/ndk/sources/host-tools/sed-4.2.1/ |
README | 11 The file README.boot gives instructions for making a "bootstrap"
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
hysdn_if.h | 22 #define EPOF_BAD_IMG_SIZE 1004 /* POF boot image size invalid */ 23 #define ERR_BOOTIMG_FAIL 1005 /* 1. stage boot image did not start */ 24 #define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
|
/external/qemu/ |
uboot_image.h | 22 * NOTE: This header file defines an interface to U-Boot. Including 24 * use of U-Boot, and does *not* fall under the heading of "derived 83 * provided by U-Boot; it is expected that (if they behave 84 * well) you can continue to work in U-Boot after return from 90 * expect to re-enter U-Boot except by resetting the CPU. 97 * to boot over the network using BOOTP etc., where the boot 109 * U-Boot or FPGA images) which usually will be programmed to 113 * U-Boot's command interpreter; this feature is especially 114 * useful when you configure U-Boot to use a real shell (hush [all...] |
/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
|
/system/core/rootdir/etc/ |
init.goldfish.sh | 3 # Setup networking when boot starts 53 # disable boot animation for a faster boot sequence when needed
|
/external/grub/docs/ |
multiboot.info | 32 This file documents Multiboot Specification, the proposal for the boot 58 * Boot sources:: 59 * Boot-time configuration:: 61 * Boot modules:: 69 Every operating system ever created tends to have its own boot loader. 71 installing a whole new set of boot mechanisms, each with completely 72 different install-time and boot-time user interfaces. Getting multiple 75 of boot loaders for a particular operating system -- if the one that 84 boot loader and a operating system, such that any complying boot loade [all...] |
grub.texi | 30 * grub-set-default: (grub)Invoking grub-set-default. Set a default boot 97 a flexible and powerful boot loader program for @sc{pc}s. 106 * Booting:: How to boot different operating systems 121 * Invoking grub-set-default:: How to set a default boot entry 138 * Role of a boot loader:: The role of a boot loader 145 Briefly, a @dfn{boot loader} is the first software program that runs when 151 GNU GRUB is a very powerful boot loader, which can load a wide variety 154 unsupported operating systems by loading another boot loader. It is 179 install GRUB on your drive (@pxref{Installation}), and how to boot you [all...] |
/external/genext2fs/ |
mkbootimg_ext2.sh | 49 echo -e "to be the boot file system.\n" 52 echo " --kernel <kernel> The kernel to boot" 90 mkdir -p $TMPDIR/boot/grub 91 cp -f $GRUBCONF $TMPDIR/boot/grub/menu.lst
|
/frameworks/base/tools/layoutlib/bridge/src/android/os/ |
SystemClock_Delegate.java | 41 * Returns milliseconds since boot, not counting time spent in deep sleep. 45 * @return milliseconds of non-sleep uptime since boot. 53 * Returns milliseconds since boot, including time spent in sleep. 55 * @return elapsed milliseconds since boot.
|
/bootable/bootloader/legacy/libc/ |
cprintf.c | 31 #include <boot/boot.h>
|
crypto.c | 29 #include <boot/boot.h>
|
strstr.c | 29 #include <boot/boot.h>
|
/device/ti/panda/ |
init.omap4pandaboard.rc | 17 on boot 26 # take a wakelock on boot until PM is working
|
/external/grub/ |
README | 10 - can boot Multiboot-compliant kernels (such as GNU Mach), as well 20 using GRUB as your boot loader. Type "info grub" in the shell prompt.
|