HomeSort by relevance Sort by last modified time
    Searched full:boot (Results 401 - 425 of 1049) sorted by null

<<11121314151617181920>>

  /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.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 
  /external/emma/
build.xml 248 bootclasspathref="boot.j2se.12.classpath"
267 bootclasspathref="boot.j2se.14.classpath"
280 bootclasspathref="boot.j2se.13.classpath"
294 bootclasspathref="boot.j2se.12.classpath"
312 bootclasspathref="boot.j2se.14.classpath"
328 bootclasspathref="boot.j2se.12.classpath"
342 bootclasspathref="boot.j2se.12.classpath"
  /external/qemu/android/
main.c 181 /* net.shared_net_ip boot property value. */
459 "If this AVD doesn't boot, and uses a recent kernel (3.10 or above) try setting\n"
489 args[n++] = "-boot-property";
882 opts->snapshot = "default-boot";
1024 /* Pass boot properties to the core. First, those from boot.prop,
    [all...]
  /external/dnsmasq/
CHANGELOG 24 dhcp-boot parameters if it's specified as
46 corresponds to the third argument of dhcp-boot. This
47 allows the complete functionality of dhcp-boot to be
94 since a normal PXELinux boot generates many of them, but
140 hand-off booting to other boot servers. Proxy-DHCP, where
  /development/tools/labpretest/
labpretest.sh 262 # sets the name of the boot partition and
284 bootloaderfile=`ls -1 $ROOT/$product | sed -n 's/\(.*boot[0-9._]\+img\)/\1/ p'`
340 # sets the name of the boot partition and
  /device/asus/deb/
init.deb.rc 48 write /sys/kernel/boot_adsp/boot 1
50 on early-boot
54 on boot
  /device/lge/hammerhead/
init.hammerhead.rc 49 on early-boot
53 on boot
139 write /sys/kernel/boot_adsp/boot 1
  /device/lge/mako/
init.mako.rc 57 on early-boot
61 on boot
143 write /sys/kernel/boot_adsp/boot 1
  /docs/source.android.com/src/devices/
drm.jd 45 The content protection provided by the Widevine DRM plugin depends on the security and content protection capabilities of the underlying hardware platform. The hardware capabilities of the device include hardware secure boot to establish a chain of trust of security and protection of cryptographic keys. Content protection capabilities of the device include protection of decrypted frames in the device and content output protection via a trusted output protection mechanism. Not all hardware platforms support all the above security and content protection features. Security is never implemented in a single place in the stack, but instead relies on the integration of hardware, software, and services. The combination of hardware security functions, a trusted boot mechanism, and an isolated secure OS for handling security functions is critical to provide a secure device.</p>
87 <p>Security is never implemented in a single place in the stack, but instead relies on the integration of hardware, software, and services. The combination of hardware security functions, a trusted boot mechanism, and an isolated secure OS for handling security functions is critical to provide a secure device.</p>
  /docs/source.android.com/src/source/
building-devices.jd 68 <p>During a cold boot, the following key combinations can be used to boot into fastboot mode,
283 the boot, recovery and system partitions together after verifying that the
  /frameworks/opt/net/ethernet/java/com/android/server/ethernet/
EthernetNetworkFactory.java 61 * Ethernet Interfaces may be present at boot time or appear after boot (e.g.,
64 * at boot time) this class will start tracking it and bring it up, and will
  /frameworks/base/location/java/android/location/
Location.java 38 * (both UTC time and elapsed real-time since boot), all other
518 * Return the time of this fix, in elapsed real-time since system boot.
524 * each system boot and continues to increment even when the system
530 * @return elapsed real-time of fix, in nanoseconds since system boot.
537 * Set the time of this fix, in elapsed real-time since system boot.
539 * @param time elapsed real-time of fix, in nanoseconds since system boot.
  /frameworks/base/services/java/com/android/server/
SystemServer.java 149 // TODO: remove all of these references by improving dependency resolution and boot phases
192 // In case the runtime switched since last boot (such as when
275 Slog.wtf(TAG, "BOOT FAILURE " + msg, e);
552 reportWtf("performing boot dexopt", e);
    [all...]
  /external/qemu-pc-bios/bochs/bios/
rombios.c 36 // $e6f2 ; INT 19h Boot Load Service Entry Point
70 // NOTES for El-Torito Boot (cbbochs@free.fr)
72 // - Current code is only able to boot mono-session cds
73 // - Current code can not boot and emulate a hard-disk
76 // - I used cmos byte 0x3D to store extended information on boot-device
78 // - Here are the cdrom boot failure codes:
85 // 7 : can not read cd - boot catalog
86 // 8 : boot catalog : bad header
87 // 9 : boot catalog : bad platform
88 // 10 : boot catalog : bad signatur
    [all...]
  /device/asus/fugu/recovery/
recovery_updater.c 160 /* we truncate it to fit into the boot partition. */
181 fprintf(stderr, "write_umip_emmc: mmap failed on boot%d with error : %s\n", boot_index, strerror(errno));
  /device/common/
generate-factory-images-common.sh 114 fastboot erase boot
189 fastboot erase boot
  /docs/source.android.com/src/devices/tech/security/selinux/
implement.jd 160 <li>Boot up the system in permissive and see what denials are encountered on boot:<br/>
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_api.c 455 ** Description This utility function parse a boot mode report.
485 APPL_TRACE_DEBUG("Unknown boot report: %d", p_report[0]);;
bta_hh_utils.c 256 ** Description This utility function parse a boot mode keyboard report.
353 ** Description This utility function parse a boot mode mouse report.
  /external/chromium_org/build/android/pylib/device/
device_utils.py 147 """Wait for the device to fully boot.
149 This means waiting for the device to boot, the package manager to be
  /external/qemu/android/avd/
info.h 178 /* Return a reference to the boot.prop file for this AVD, if any.
179 * The file contains additionnal properties to inject at boot time

Completed in 689 milliseconds

<<11121314151617181920>>