OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:boot
(Results
176 - 200
of
1049
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/bionic/libc/include/
paths.h
62
#define _PATH_UNIX "/
boot
/vmlinux"
/bootable/recovery/
bootloader.h
33
* is complete (to
boot
into recovery for any final cleanup)
/build/target/board/generic_arm64/
BoardConfig.mk
63
# Enable dex-preoptimization to speed up the first
boot
sequence
/build/target/product/security/
README
20
signing using the openssl commandline (for
boot
/system images)
/development/ndk/platforms/android-3/include/
paths.h
62
#define _PATH_UNIX "/
boot
/vmlinux"
/development/ndk/platforms/android-L/include/
paths.h
62
#define _PATH_UNIX "/
boot
/vmlinux"
/device/asus/fugu/
init.fugu.rc
66
on early-
boot
71
on
boot
151
setprop init.post_fs_data.bootreason ${ro.
boot
.bootreason}
286
# Reset the watchdog counter once
boot
is completed
init.fugu.usb.rc
53
# Used to set USB configuration at
boot
and to switch the configuration
/device/generic/qemu/
qemu_base.mk
21
# This should only contain what's necessary to
boot
the system, support
/device/samsung/manta/
init.smdk5250.usb.rc
1
on
boot
/docs/source.android.com/src/source/
building-kernels.jd
203
The kernel binary is output as: `arch/arm/
boot
/zImage` It can be copied
204
into the Android source tree in order to build the matching
boot
image.
208
boot
image.</p>
210
$ export TARGET_PREBUILT_KERNEL=$your_kernel_path/arch/arm/
boot
/zImage
/external/bluetooth/bluedroid/bta/include/
bta_hh_api.h
245
/* parsed
boot
mode keyboard report */
259
/* parsed
boot
mode mouse report */
267
/* parsed
Boot
report */
528
** Description This utility function parse a
boot
mode report.
/external/chromium_org/chromeos/
chromeos_switches.cc
13
// When wallpaper
boot
animation is not disabled this switch
30
// Disables wallpaper
boot
animation (except of OOBE case).
31
const char kDisableBootAnimation[] = "disable-
boot
-animation";
135
const char kFirstExecAfterBoot[] = "first-exec-after-
boot
";
/external/chromium_org/components/metrics/proto/
sampled_profile.proto
40
// Time after system
boot
when the collection took place, in milliseconds.
/external/chromium_org/ppapi/api/private/
ppb_platform_verification_private.idl
20
* trusted platform is a Chrome OS device in verified
boot
mode.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
encodings.py
10
execute from the very earliest stages of Python's own
boot
process. This fixes
/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/kernel-headers/original/uapi/linux/
cn_proc.h
66
/* Number of nano seconds since system
boot
*/
/external/libnl/lib/route/
route_utils.c
108
add_proto_name(RTPROT_BOOT, "
boot
");
/external/mdnsresponder/mDNSShared/
dnsextd.8
30
is a daemon invoked at
boot
time, running alongside BIND 9,
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/
ExternalHttp2Example.java
47
// If null, probably you didn't add jetty's npn jar to your
boot
classpath!
ExternalSpdyExample.java
47
// If null, probably you didn't add jetty's npn jar to your
boot
classpath!
/external/qemu/
Changelog
177
- PXE
boot
support (Anthony Liguori)
229
- MIPS fixes to
boot
Linux (Daniel Jacobowitz)
237
- x86_64 fixes (Win2000 and Linux 2.6
boot
in 32 bit)
316
- cr0.ET fix (Win95
boot
)
357
- QEMU can now
boot
a PowerPC Linux kernel (Jocelyn Mayer)
376
- fixed DMA memory write access (Win95
boot
floppy fix)
384
- task switch fixes (SkyOS
boot
)
400
- fixed addseg real mode bug (GRUB
boot
fix)
401
- added ROM memory support (win98
boot
)
/external/qemu/android/
audio-test.c
17
* the host system without having to
boot
a full system.
/external/qemu/include/hw/i386/
smbios.h
150
/* SMBIOS type 32 - System
Boot
Information */
Completed in 825 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>