HomeSort by relevance Sort by last modified time
    Searched refs:startup (Results 126 - 150 of 1271) sorted by null

1 2 3 4 56 7 8 91011>>

  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/linux/
irq.h 56 unsigned int (*startup)(unsigned int irq); member in struct:irq_chip
  /tools/test/connectivity/acts/framework/acts/controllers/ap_lib/
bridge_interface.py 62 def startup(self, brconfigs): member in class:BridgeInterface
  /system/core/adb/
adb.cpp 649 fprintf(stderr, "Full server startup log: %s\n", GetLogFilePath().c_str());
738 STARTUPINFOW startup; local
739 ZeroMemory( &startup, sizeof(startup) );
740 startup.cb = sizeof(startup);
741 startup.hStdInput = nul_read.get();
742 startup.hStdOutput = stdout_write.get();
743 startup.hStdError = stderr_write.get();
744 startup.dwFlags = STARTF_USESTDHANDLES
    [all...]
  /art/runtime/gc/space/
image_space_fs.h 151 VLOG(startup) << "Number of failed boots on : " << boot_marker << " = " << num_failed_boots;
  /art/runtime/jit/
profile_saver.h 99 void FetchAndCacheResolvedClassesAndMethods(bool startup);
130 // profile information. This is used to cache the startup classes so that
  /external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
TcpClientOutputTest.java 68 controller.startup(new AgentOptions(), data);
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ResizeInstructionsTest.java 43 runtime.startup(new RuntimeData());
  /external/syslinux/gpxe/src/arch/i386/firmware/pcbios/
hidemem.c 216 /** Hide Etherboot startup function */
218 .startup = hide_etherboot,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xdc 51 *(.text.startup .text.startup.*)
elf_i386.xdw 51 *(.text.startup .text.startup.*)
elf_i386.xsc 49 *(.text.startup .text.startup.*)
elf_i386.xsw 48 *(.text.startup .text.startup.*)
elf_i386.xw 51 *(.text.startup .text.startup.*)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib/ldscripts/
elf_i386.xdc 51 *(.text.startup .text.startup.*)
elf_i386.xdw 51 *(.text.startup .text.startup.*)
elf_i386.xsc 49 *(.text.startup .text.startup.*)
elf_i386.xsw 48 *(.text.startup .text.startup.*)
elf_i386.xw 51 *(.text.startup .text.startup.*)
  /external/autotest/client/cros/
vpn_server.py 187 chroot.startup()
293 chroot.startup()
  /external/autotest/client/site_tests/platform_BootPerf/
platform_BootPerf.py 57 # Each event samples statistics measured since kernel startup
59 # pre-startup - The start of the `chromeos_startup` script;
60 # roughly, the time when /sbin/init emits the `startup`
62 # post-startup - Completion of the `chromeos_startup` script.
85 ('kernel_to_startup', 'pre-startup', True),
86 ('kernel_to_startup_done', 'post-startup', True),
203 the ticks since power on at selected times during startup.
249 """Read and report firmware startup time.
251 The boot process writes the firmware startup time to the
275 Read "seconds since kernel startup" from the bootstat file
    [all...]

Completed in 759 milliseconds

1 2 3 4 56 7 8 91011>>