/frameworks/base/core/java/android/net/ |
INetworkStatsService.aidl | 35 /** Return set of any ifaces associated with mobile networks since boot. */
|
/hardware/ti/omap4xxx/security/smc_pa_ctrl/ |
smc_pa_ctrl_linux.c | 164 printf("Starting the SMC BOOT PA '%s'. Driver name : %s", pPAFileName, SMC_DRIVER_NAME); 201 printf("Boot time driver open failed [%d] !\n", nStatus); 215 printf("Starting the BOOT TIME PA failed [%d] !\n", nStatus); 223 printf("Boot time PA '%s' has been launched successfully.\n", pPAFileName);
|
/packages/apps/Stk/src/com/android/stk/ |
BootCompletedReceiver.java | 25 * Boot completed receiver. used to reset the app install state every time the
|
/packages/providers/MediaProvider/res/values/ |
strings.xml | 24 <!-- [CHAR LIMIT=NONE] Boot message while upgrading media provider. -->
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
edd.h | 12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch 14 * boot devices. 17 * information is used to identify BIOS boot disk. The code in setup.S 48 #define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */
|
kernel.h | 11 long uptime; /* Seconds since boot */
|
qnx4_fs.h | 86 struct qnx4_inode_entry Boot;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
edd.h | 12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch 14 * boot devices. 17 * information is used to identify BIOS boot disk. The code in setup.S 48 #define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */
|
kernel.h | 11 long uptime; /* Seconds since boot */
|
qnx4_fs.h | 86 struct qnx4_inode_entry Boot;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
edd.h | 12 * In a nutshell, arch/{i386,x86_64}/boot/setup.S populates a scratch 14 * boot devices. 17 * information is used to identify BIOS boot disk. The code in setup.S 48 #define EDD_MBR_SIG_BUF 0x290 /* addr in boot params */
|
kernel.h | 11 long uptime; /* Seconds since boot */
|
qnx4_fs.h | 86 struct qnx4_inode_entry Boot;
|
/system/core/rootdir/ |
init.trace.rc | 3 on boot
|
/system/extras/fatblock/ |
fs.c | 183 memset(&fs->boot, 0, sizeof(fs->boot)); 184 bs = &fs->boot; 253 fs->boot.rootdir_start = htole32(rootdir_start);
|
fs.h | 30 struct fat_boot_sector boot; member in struct:fs
|
/external/grub/stage2/ |
start_eltorito.S | 74 -boot-info-table option */ 76 bi_file: .long 0xDEADBEEF /* LBA of boot file */ 77 bi_length: .long 0xDEADBEEF /* Length of boot file */ 78 bi_csum: .long 0xDEADBEEF /* Checksum of boot file */ 99 /* Set up boot file sector, size, load address */ 103 mov %ax, %bp /* boot file sectors */ 117 mov ABS(BootDrive), %dl /* this makes sure %dl is our "boot" drive */
|
freebsd.h | 31 #define RB_MINIROOT 0x200 /* mini-root present in memory at boot time */ 43 * Constants for converting boot-style device number to type,
|
/external/qemu/android/ |
cmdline-options.h | 81 OPT_PARAM( snapshot, "<name>", "name of snapshot within storage file for auto-start and auto-save (default 'default-boot')" ) 82 OPT_FLAG ( no_snapshot, "perform a full boot and do not do not auto-save, but qemu vmload and vmsave operate on snapstorage" ) 84 OPT_FLAG ( no_snapshot_load, "do not auto-start from snapshot: perform a full boot" ) 126 OPT_FLAG ( no_boot_anim, "disable animation for faster boot" ) 141 OPT_LIST( prop, "<name>=<value>", "set system property on boot")
|
/external/grub/ |
NEWS | 7 boot drive correctly (notably for HP Vectra). 12 is the number of next boot entry or the special keyword `fallback'. 30 don't pass the boot drive correctly. 40 * Define the behavior of the boot loader when the load end address is 150 configuration file automatically, like the network boot images. 160 * Now GRUB is compliant with the Linux/i386 boot protocol version 2.02. 171 * One violation against the Network Boot Image Proposal was found and 187 your disk with this command and then you can set the default boot 192 searchs stage1 automatically under "/boot/grub" and "/grub", unless 194 * The utility `grub-install' recognizes a separate boot partitio [all...] |
/build/core/ |
java_library.mk | 88 # boot jar's rules are defined in dex_preopt.mk 101 # Make sure the boot jars get dex-preopt-ed first
|
/external/chromium/chrome/browser/chromeos/ |
boot_times_loader.cc | 130 // Reports the collected boot times to UMA if they haven't been 133 // Checks if the times for the most recent boot event have been 134 // reported already to avoid sending boot time histogram samples 137 FPL("/tmp/boot-times-sent"); 155 // Stores the boot times to a file in /tmp to indicate that the 156 // times for the most recent boot event have been reported 174 const FilePath::CharType kFirmwareBootTime[] = FPL("firmware-boot-time"); 185 // Wait until firmware-boot-time file exists by reposting.
|
/external/grub/docs/ |
multiboot.h.texi | 30 /* @r{The magic number passed by a Multiboot-compliant boot loader.} */ 44 /* @r{Do not include here in boot.S.} */
|
/external/kernel-headers/original/asm-x86/ |
fixmap_32.h | 40 * in the boot process. We allocate these special addresses 93 /* temporary boot-time mappings, used before ioremap() is functional */
|
/packages/providers/CalendarProvider/src/com/android/providers/calendar/ |
CalendarReceiver.java | 30 * This IntentReceiver executes when the boot completes and ensures that 33 * the boot completes because the alarm manager may not have been started
|